From cafdd354e1efb7d8ba4072690455197bb7716f65 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Fri, 2 Feb 2024 10:18:04 -0600 Subject: [PATCH] chore: generate --- src/grammar.json | 13 +- src/parser.c | 208684 ++++++++++++++++++------------------ src/tree_sitter/parser.h | 16 +- 3 files changed, 106113 insertions(+), 102600 deletions(-) diff --git a/src/grammar.json b/src/grammar.json index c4e7de3..31fb7aa 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -262,8 +262,17 @@ { "type": "ALIAS", "content": { - "type": "PATTERN", - "value": "@(extends|yield|include|includeIf|includeWhen|includeUnless|includeFirst|props|method|inject|each|vite|livewire|aware|section|servers|import)" + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "@(extends|yield|include(If|When|Unless|First)?|props)" + }, + { + "type": "PATTERN", + "value": "@(method|inject|each|vite|livewire|aware|section|servers|import)" + } + ] }, "named": true, "value": "directive" diff --git a/src/parser.c b/src/parser.c index 5cfda94..68bcc02 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,4 +1,4 @@ -#include +#include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push @@ -16,15 +16,15 @@ #define LANGUAGE_VERSION 14 #define STATE_COUNT 6740 #define LARGE_STATE_COUNT 658 -#define SYMBOL_COUNT 190 +#define SYMBOL_COUNT 191 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 107 +#define TOKEN_COUNT 108 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 0 #define MAX_ALIAS_SEQUENCE_LENGTH 6 #define PRODUCTION_ID_COUNT 7 -enum { +enum ts_symbol_identifiers { sym_comment = 1, aux_sym_keyword_token1 = 2, anon_sym_LBRACE_LBRACE = 3, @@ -35,185 +35,186 @@ enum { anon_sym_ATendphp = 8, aux_sym_attribute_token1 = 9, aux_sym__inline_directive_token1 = 10, - anon_sym_ATfragment = 11, - anon_sym_ATendfragment = 12, - anon_sym_ATsection = 13, - anon_sym_LPAREN = 14, - anon_sym_RPAREN = 15, - aux_sym_section_token1 = 16, - anon_sym_COMMA = 17, - anon_sym_ATonce = 18, - anon_sym_ATendonce = 19, - anon_sym_ATverbatim = 20, - anon_sym_ATendverbatim = 21, - anon_sym_ATpush = 22, - anon_sym_ATendpush = 23, - anon_sym_ATpushOnce = 24, - anon_sym_ATendPushOnce = 25, - anon_sym_ATpushIf = 26, - anon_sym_ATendPushIf = 27, - anon_sym_ATprepend = 28, - anon_sym_ATendprepend = 29, - anon_sym_ATprependOnce = 30, - anon_sym_ATendPrependOnce = 31, - anon_sym_ATelse = 32, - aux_sym_conditional_keyword_token1 = 33, - anon_sym_ATif = 34, - anon_sym_ATendif = 35, - anon_sym_ATunless = 36, - anon_sym_ATendunless = 37, - anon_sym_ATisset = 38, - anon_sym_ATendisset = 39, - anon_sym_ATempty = 40, - anon_sym_ATendempty = 41, - anon_sym_ATauth = 42, - anon_sym_ATendauth = 43, - anon_sym_ATguest = 44, - anon_sym_ATendguest = 45, - anon_sym_ATproduction = 46, - anon_sym_ATendproduction = 47, - anon_sym_ATenv = 48, - anon_sym_ATendenv = 49, - anon_sym_AThasSection = 50, - anon_sym_ATsectionMissing = 51, - anon_sym_ATerror = 52, - anon_sym_ATenderror = 53, - anon_sym_ATcan = 54, - anon_sym_ATendcan = 55, - anon_sym_ATcannot = 56, - anon_sym_ATendcannot = 57, - anon_sym_ATcanany = 58, - anon_sym_ATendcanany = 59, - anon_sym_ATfeature = 60, - anon_sym_ATendfeature = 61, - aux_sym__custom_token1 = 62, - aux_sym__custom_token2 = 63, - aux_sym__custom_token3 = 64, - anon_sym_ATswitch = 65, - anon_sym_ATdefault = 66, - anon_sym_ATendswitch = 67, - anon_sym_ATcase = 68, - anon_sym_ATbreak = 69, - aux_sym_loop_operator_token1 = 70, - anon_sym_ATfor = 71, - anon_sym_ATendfor = 72, - anon_sym_ATforeach = 73, - anon_sym_ATendforeach = 74, - anon_sym_ATforelse = 75, - anon_sym_ATendforelse = 76, - anon_sym_ATwhile = 77, - anon_sym_ATendwhile = 78, - anon_sym_ATsetup = 79, - anon_sym_ATendsetup = 80, - anon_sym_ATtask = 81, - anon_sym_ATendtask = 82, - anon_sym_ATstory = 83, - anon_sym_ATendstory = 84, - anon_sym_ATbefore = 85, - anon_sym_ATendbefore = 86, - anon_sym_ATafter = 87, - anon_sym_ATendafter = 88, - anon_sym_ATsuccess = 89, - anon_sym_ATendsuccess = 90, - anon_sym_ATfinished = 91, - anon_sym_ATendfinished = 92, - aux_sym__notification_token1 = 93, - anon_sym_ATpersist = 94, - anon_sym_ATendpersist = 95, - anon_sym_ATteleport = 96, - anon_sym_ATendteleport = 97, - anon_sym_ATvolt = 98, - anon_sym_ATendvolt = 99, - aux_sym_parameter_token1 = 100, - anon_sym_LPAREN2 = 101, - anon_sym_RPAREN2 = 102, - aux_sym__section_parameter_token1 = 103, - aux_sym__text_token1 = 104, - aux_sym__text_token2 = 105, - aux_sym__text_token3 = 106, - sym_blade = 107, - sym__definition = 108, - sym_keyword = 109, - sym_php_statement = 110, - sym__escaped = 111, - sym__unescaped = 112, - sym__raw = 113, - sym__inline_raw = 114, - sym__multi_line_raw = 115, - sym_attribute = 116, - sym__inline_directive = 117, - sym__nested_directive = 118, - sym_fragment = 119, - sym_section = 120, - sym_inlineSection = 121, - sym_once = 122, - sym_verbatim = 123, - sym_stack = 124, - sym__push = 125, - sym__pushOnce = 126, - sym__pushIf = 127, - sym__prepend = 128, - sym__prependOnce = 129, - sym_conditional = 130, - sym_conditional_keyword = 131, - sym__if = 132, - sym__unless = 133, - sym__isset = 134, - sym__empty = 135, - sym__auth = 136, - sym__guest = 137, - sym__production = 138, - sym__env = 139, - sym__hasSection = 140, - sym__sectionMissing = 141, - sym__error = 142, - sym_authorization = 143, - sym__can = 144, - sym__cannot = 145, - sym__canany = 146, - sym__feature = 147, - sym__custom = 148, - sym_switch = 149, - sym__case = 150, - sym_loop = 151, - sym_loop_operator = 152, - sym__for = 153, - sym__foreach = 154, - sym__forelse = 155, - sym__while = 156, - sym_envoy = 157, - sym__setup = 158, - sym__task = 159, - sym__story = 160, - sym__hooks = 161, - sym__before = 162, - sym__after = 163, - sym__envoy_error = 164, - sym__success = 165, - sym__finished = 166, - sym__notification = 167, - sym_livewire = 168, - sym__persist = 169, - sym__teleport = 170, - sym__volt = 171, - aux_sym__directive_body = 172, - sym__directive_body_with_parameter = 173, - sym__if_statement_directive_body = 174, - sym__if_statement_directive_body_with_optional_parameter = 175, - aux_sym__if_statement_directive_body_with_no_parameter = 176, - sym_parameter = 177, - sym__text_with_parenthesis = 178, - sym__directive_parameter = 179, - sym__section_parameter = 180, - sym_php_only = 181, - sym_text = 182, - sym__text = 183, - aux_sym_blade_repeat1 = 184, - aux_sym_switch_repeat1 = 185, - aux_sym__before_repeat1 = 186, - aux_sym__if_statement_directive_body_repeat1 = 187, - aux_sym__text_with_parenthesis_repeat1 = 188, - aux_sym_php_only_repeat1 = 189, + aux_sym__inline_directive_token2 = 11, + anon_sym_ATfragment = 12, + anon_sym_ATendfragment = 13, + anon_sym_ATsection = 14, + anon_sym_LPAREN = 15, + anon_sym_RPAREN = 16, + aux_sym_section_token1 = 17, + anon_sym_COMMA = 18, + anon_sym_ATonce = 19, + anon_sym_ATendonce = 20, + anon_sym_ATverbatim = 21, + anon_sym_ATendverbatim = 22, + anon_sym_ATpush = 23, + anon_sym_ATendpush = 24, + anon_sym_ATpushOnce = 25, + anon_sym_ATendPushOnce = 26, + anon_sym_ATpushIf = 27, + anon_sym_ATendPushIf = 28, + anon_sym_ATprepend = 29, + anon_sym_ATendprepend = 30, + anon_sym_ATprependOnce = 31, + anon_sym_ATendPrependOnce = 32, + anon_sym_ATelse = 33, + aux_sym_conditional_keyword_token1 = 34, + anon_sym_ATif = 35, + anon_sym_ATendif = 36, + anon_sym_ATunless = 37, + anon_sym_ATendunless = 38, + anon_sym_ATisset = 39, + anon_sym_ATendisset = 40, + anon_sym_ATempty = 41, + anon_sym_ATendempty = 42, + anon_sym_ATauth = 43, + anon_sym_ATendauth = 44, + anon_sym_ATguest = 45, + anon_sym_ATendguest = 46, + anon_sym_ATproduction = 47, + anon_sym_ATendproduction = 48, + anon_sym_ATenv = 49, + anon_sym_ATendenv = 50, + anon_sym_AThasSection = 51, + anon_sym_ATsectionMissing = 52, + anon_sym_ATerror = 53, + anon_sym_ATenderror = 54, + anon_sym_ATcan = 55, + anon_sym_ATendcan = 56, + anon_sym_ATcannot = 57, + anon_sym_ATendcannot = 58, + anon_sym_ATcanany = 59, + anon_sym_ATendcanany = 60, + anon_sym_ATfeature = 61, + anon_sym_ATendfeature = 62, + aux_sym__custom_token1 = 63, + aux_sym__custom_token2 = 64, + aux_sym__custom_token3 = 65, + anon_sym_ATswitch = 66, + anon_sym_ATdefault = 67, + anon_sym_ATendswitch = 68, + anon_sym_ATcase = 69, + anon_sym_ATbreak = 70, + aux_sym_loop_operator_token1 = 71, + anon_sym_ATfor = 72, + anon_sym_ATendfor = 73, + anon_sym_ATforeach = 74, + anon_sym_ATendforeach = 75, + anon_sym_ATforelse = 76, + anon_sym_ATendforelse = 77, + anon_sym_ATwhile = 78, + anon_sym_ATendwhile = 79, + anon_sym_ATsetup = 80, + anon_sym_ATendsetup = 81, + anon_sym_ATtask = 82, + anon_sym_ATendtask = 83, + anon_sym_ATstory = 84, + anon_sym_ATendstory = 85, + anon_sym_ATbefore = 86, + anon_sym_ATendbefore = 87, + anon_sym_ATafter = 88, + anon_sym_ATendafter = 89, + anon_sym_ATsuccess = 90, + anon_sym_ATendsuccess = 91, + anon_sym_ATfinished = 92, + anon_sym_ATendfinished = 93, + aux_sym__notification_token1 = 94, + anon_sym_ATpersist = 95, + anon_sym_ATendpersist = 96, + anon_sym_ATteleport = 97, + anon_sym_ATendteleport = 98, + anon_sym_ATvolt = 99, + anon_sym_ATendvolt = 100, + aux_sym_parameter_token1 = 101, + anon_sym_LPAREN2 = 102, + anon_sym_RPAREN2 = 103, + aux_sym__section_parameter_token1 = 104, + aux_sym__text_token1 = 105, + aux_sym__text_token2 = 106, + aux_sym__text_token3 = 107, + sym_blade = 108, + sym__definition = 109, + sym_keyword = 110, + sym_php_statement = 111, + sym__escaped = 112, + sym__unescaped = 113, + sym__raw = 114, + sym__inline_raw = 115, + sym__multi_line_raw = 116, + sym_attribute = 117, + sym__inline_directive = 118, + sym__nested_directive = 119, + sym_fragment = 120, + sym_section = 121, + sym_inlineSection = 122, + sym_once = 123, + sym_verbatim = 124, + sym_stack = 125, + sym__push = 126, + sym__pushOnce = 127, + sym__pushIf = 128, + sym__prepend = 129, + sym__prependOnce = 130, + sym_conditional = 131, + sym_conditional_keyword = 132, + sym__if = 133, + sym__unless = 134, + sym__isset = 135, + sym__empty = 136, + sym__auth = 137, + sym__guest = 138, + sym__production = 139, + sym__env = 140, + sym__hasSection = 141, + sym__sectionMissing = 142, + sym__error = 143, + sym_authorization = 144, + sym__can = 145, + sym__cannot = 146, + sym__canany = 147, + sym__feature = 148, + sym__custom = 149, + sym_switch = 150, + sym__case = 151, + sym_loop = 152, + sym_loop_operator = 153, + sym__for = 154, + sym__foreach = 155, + sym__forelse = 156, + sym__while = 157, + sym_envoy = 158, + sym__setup = 159, + sym__task = 160, + sym__story = 161, + sym__hooks = 162, + sym__before = 163, + sym__after = 164, + sym__envoy_error = 165, + sym__success = 166, + sym__finished = 167, + sym__notification = 168, + sym_livewire = 169, + sym__persist = 170, + sym__teleport = 171, + sym__volt = 172, + aux_sym__directive_body = 173, + sym__directive_body_with_parameter = 174, + sym__if_statement_directive_body = 175, + sym__if_statement_directive_body_with_optional_parameter = 176, + aux_sym__if_statement_directive_body_with_no_parameter = 177, + sym_parameter = 178, + sym__text_with_parenthesis = 179, + sym__directive_parameter = 180, + sym__section_parameter = 181, + sym_php_only = 182, + sym_text = 183, + sym__text = 184, + aux_sym_blade_repeat1 = 185, + aux_sym_switch_repeat1 = 186, + aux_sym__before_repeat1 = 187, + aux_sym__if_statement_directive_body_repeat1 = 188, + aux_sym__text_with_parenthesis_repeat1 = 189, + aux_sym_php_only_repeat1 = 190, }; static const char * const ts_symbol_names[] = { @@ -228,6 +229,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_ATendphp] = "directive_end", [aux_sym_attribute_token1] = "directive", [aux_sym__inline_directive_token1] = "directive", + [aux_sym__inline_directive_token2] = "directive", [anon_sym_ATfragment] = "directive_start", [anon_sym_ATendfragment] = "directive_end", [anon_sym_ATsection] = "directive_start", @@ -421,6 +423,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_ATendphp] = anon_sym_ATendphp, [aux_sym_attribute_token1] = aux_sym_keyword_token1, [aux_sym__inline_directive_token1] = aux_sym_keyword_token1, + [aux_sym__inline_directive_token2] = aux_sym_keyword_token1, [anon_sym_ATfragment] = anon_sym_ATphp, [anon_sym_ATendfragment] = anon_sym_ATendphp, [anon_sym_ATsection] = anon_sym_ATphp, @@ -647,6 +650,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [aux_sym__inline_directive_token2] = { + .visible = true, + .named = true, + }, [anon_sym_ATfragment] = { .visible = true, .named = true, @@ -2151,26 +2158,26 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [748] = 658, [749] = 749, [750] = 750, - [751] = 672, - [752] = 674, + [751] = 751, + [752] = 752, [753] = 753, [754] = 754, - [755] = 684, - [756] = 753, - [757] = 672, - [758] = 674, - [759] = 754, - [760] = 753, - [761] = 672, - [762] = 674, - [763] = 754, - [764] = 753, + [755] = 755, + [756] = 756, + [757] = 757, + [758] = 758, + [759] = 759, + [760] = 760, + [761] = 749, + [762] = 762, + [763] = 763, + [764] = 764, [765] = 765, [766] = 766, [767] = 767, [768] = 768, - [769] = 749, - [770] = 770, + [769] = 769, + [770] = 750, [771] = 771, [772] = 772, [773] = 773, @@ -2180,7 +2187,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [777] = 777, [778] = 778, [779] = 779, - [780] = 754, + [780] = 780, [781] = 781, [782] = 782, [783] = 783, @@ -2191,7 +2198,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [788] = 788, [789] = 789, [790] = 790, - [791] = 791, + [791] = 753, [792] = 792, [793] = 793, [794] = 794, @@ -2201,11 +2208,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [798] = 798, [799] = 799, [800] = 800, - [801] = 750, + [801] = 753, [802] = 802, [803] = 803, [804] = 804, - [805] = 753, + [805] = 805, [806] = 806, [807] = 807, [808] = 808, @@ -2215,13 +2222,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [812] = 812, [813] = 813, [814] = 814, - [815] = 754, - [816] = 816, + [815] = 755, + [816] = 755, [817] = 817, - [818] = 818, + [818] = 674, [819] = 819, [820] = 820, - [821] = 821, + [821] = 672, [822] = 822, [823] = 823, [824] = 824, @@ -2235,109 +2242,109 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [832] = 832, [833] = 833, [834] = 834, - [835] = 835, - [836] = 836, - [837] = 837, - [838] = 838, - [839] = 839, - [840] = 840, - [841] = 841, - [842] = 842, - [843] = 843, + [835] = 776, + [836] = 775, + [837] = 774, + [838] = 750, + [839] = 777, + [840] = 749, + [841] = 769, + [842] = 751, + [843] = 752, [844] = 753, - [845] = 765, - [846] = 766, - [847] = 767, - [848] = 768, - [849] = 790, - [850] = 749, - [851] = 770, - [852] = 771, - [853] = 772, - [854] = 773, - [855] = 774, - [856] = 775, - [857] = 776, - [858] = 858, - [859] = 778, - [860] = 779, - [861] = 754, - [862] = 781, - [863] = 782, - [864] = 783, - [865] = 784, - [866] = 785, - [867] = 786, - [868] = 787, - [869] = 684, - [870] = 788, - [871] = 789, - [872] = 791, - [873] = 792, + [845] = 756, + [846] = 757, + [847] = 758, + [848] = 762, + [849] = 753, + [850] = 850, + [851] = 771, + [852] = 754, + [853] = 755, + [854] = 759, + [855] = 760, + [856] = 763, + [857] = 765, + [858] = 766, + [859] = 767, + [860] = 768, + [861] = 684, + [862] = 772, + [863] = 773, + [864] = 755, + [865] = 778, + [866] = 779, + [867] = 780, + [868] = 781, + [869] = 782, + [870] = 783, + [871] = 674, + [872] = 784, + [873] = 672, [874] = 874, - [875] = 793, - [876] = 794, - [877] = 796, - [878] = 797, - [879] = 798, - [880] = 799, - [881] = 777, - [882] = 750, - [883] = 802, - [884] = 803, - [885] = 804, - [886] = 753, + [875] = 785, + [876] = 764, + [877] = 787, + [878] = 788, + [879] = 789, + [880] = 790, + [881] = 753, + [882] = 792, + [883] = 793, + [884] = 794, + [885] = 796, + [886] = 797, [887] = 672, - [888] = 806, - [889] = 807, - [890] = 808, - [891] = 809, - [892] = 810, - [893] = 811, - [894] = 812, + [888] = 798, + [889] = 799, + [890] = 800, + [891] = 891, + [892] = 802, + [893] = 803, + [894] = 804, [895] = 674, - [896] = 813, - [897] = 897, - [898] = 814, - [899] = 816, - [900] = 817, - [901] = 818, - [902] = 819, - [903] = 820, - [904] = 821, - [905] = 800, - [906] = 823, - [907] = 754, - [908] = 824, - [909] = 825, - [910] = 826, - [911] = 828, - [912] = 829, - [913] = 830, - [914] = 831, - [915] = 832, - [916] = 833, - [917] = 834, - [918] = 835, + [896] = 805, + [897] = 806, + [898] = 807, + [899] = 808, + [900] = 786, + [901] = 810, + [902] = 811, + [903] = 812, + [904] = 813, + [905] = 814, + [906] = 753, + [907] = 755, + [908] = 817, + [909] = 819, + [910] = 820, + [911] = 822, + [912] = 823, + [913] = 824, + [914] = 825, + [915] = 826, + [916] = 828, + [917] = 829, + [918] = 830, [919] = 827, - [920] = 836, - [921] = 837, - [922] = 838, - [923] = 839, - [924] = 843, - [925] = 840, - [926] = 841, - [927] = 842, - [928] = 858, - [929] = 765, - [930] = 766, - [931] = 822, - [932] = 768, - [933] = 790, - [934] = 749, - [935] = 770, + [920] = 684, + [921] = 834, + [922] = 831, + [923] = 832, + [924] = 833, + [925] = 850, + [926] = 776, + [927] = 775, + [928] = 809, + [929] = 755, + [930] = 750, + [931] = 891, + [932] = 777, + [933] = 749, + [934] = 674, + [935] = 769, [936] = 753, - [937] = 767, + [937] = 774, [938] = 684, [939] = 684, [940] = 684, @@ -2352,2626 +2359,2626 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [949] = 674, [950] = 684, [951] = 672, - [952] = 772, - [953] = 874, - [954] = 827, - [955] = 684, - [956] = 674, - [957] = 672, - [958] = 771, - [959] = 874, - [960] = 827, - [961] = 773, - [962] = 674, - [963] = 672, - [964] = 774, - [965] = 874, + [952] = 672, + [953] = 752, + [954] = 874, + [955] = 827, + [956] = 684, + [957] = 674, + [958] = 672, + [959] = 751, + [960] = 874, + [961] = 827, + [962] = 756, + [963] = 674, + [964] = 672, + [965] = 757, [966] = 874, - [967] = 827, - [968] = 674, - [969] = 672, - [970] = 776, - [971] = 777, - [972] = 674, - [973] = 672, - [974] = 775, - [975] = 897, - [976] = 779, + [967] = 874, + [968] = 827, + [969] = 674, + [970] = 672, + [971] = 762, + [972] = 764, + [973] = 674, + [974] = 672, + [975] = 758, + [976] = 754, [977] = 674, [978] = 672, [979] = 672, - [980] = 754, - [981] = 778, + [980] = 755, + [981] = 771, [982] = 674, [983] = 672, - [984] = 782, - [985] = 783, + [984] = 760, + [985] = 763, [986] = 674, [987] = 674, [988] = 672, - [989] = 781, - [990] = 785, + [989] = 759, + [990] = 766, [991] = 674, [992] = 672, - [993] = 786, - [994] = 787, + [993] = 767, + [994] = 768, [995] = 674, [996] = 672, - [997] = 784, - [998] = 754, - [999] = 754, - [1000] = 788, + [997] = 765, + [998] = 755, + [999] = 755, + [1000] = 772, [1001] = 674, [1002] = 672, [1003] = 684, - [1004] = 791, + [1004] = 778, [1005] = 672, - [1006] = 792, - [1007] = 858, - [1008] = 842, - [1009] = 841, + [1006] = 779, + [1007] = 850, + [1008] = 833, + [1009] = 832, [1010] = 827, - [1011] = 840, - [1012] = 843, - [1013] = 839, - [1014] = 838, - [1015] = 837, - [1016] = 836, - [1017] = 835, - [1018] = 834, - [1019] = 833, - [1020] = 832, - [1021] = 831, - [1022] = 830, - [1023] = 829, - [1024] = 828, - [1025] = 826, - [1026] = 825, + [1011] = 831, + [1012] = 834, + [1013] = 830, + [1014] = 829, + [1015] = 828, + [1016] = 826, + [1017] = 825, + [1018] = 824, + [1019] = 823, + [1020] = 822, + [1021] = 820, + [1022] = 819, + [1023] = 817, + [1024] = 814, + [1025] = 813, + [1026] = 812, [1027] = 753, - [1028] = 824, - [1029] = 823, - [1030] = 822, - [1031] = 821, - [1032] = 820, - [1033] = 819, - [1034] = 818, - [1035] = 817, - [1036] = 816, - [1037] = 814, - [1038] = 897, - [1039] = 813, - [1040] = 812, - [1041] = 811, - [1042] = 810, - [1043] = 809, - [1044] = 808, - [1045] = 807, - [1046] = 806, - [1047] = 804, - [1048] = 803, - [1049] = 802, - [1050] = 750, - [1051] = 800, - [1052] = 799, - [1053] = 798, - [1054] = 797, - [1055] = 796, - [1056] = 794, + [1028] = 811, + [1029] = 810, + [1030] = 809, + [1031] = 808, + [1032] = 807, + [1033] = 806, + [1034] = 805, + [1035] = 804, + [1036] = 803, + [1037] = 802, + [1038] = 891, + [1039] = 800, + [1040] = 799, + [1041] = 798, + [1042] = 797, + [1043] = 796, + [1044] = 794, + [1045] = 793, + [1046] = 792, + [1047] = 790, + [1048] = 789, + [1049] = 788, + [1050] = 787, + [1051] = 786, + [1052] = 785, + [1053] = 784, + [1054] = 783, + [1055] = 782, + [1056] = 781, [1057] = 874, - [1058] = 793, - [1059] = 792, - [1060] = 791, - [1061] = 789, - [1062] = 788, - [1063] = 793, - [1064] = 787, - [1065] = 786, - [1066] = 785, - [1067] = 784, - [1068] = 783, - [1069] = 782, + [1058] = 780, + [1059] = 779, + [1060] = 778, + [1061] = 773, + [1062] = 772, + [1063] = 780, + [1064] = 768, + [1065] = 767, + [1066] = 766, + [1067] = 765, + [1068] = 763, + [1069] = 760, [1070] = 672, - [1071] = 781, - [1072] = 779, - [1073] = 778, - [1074] = 777, - [1075] = 776, - [1076] = 775, - [1077] = 774, + [1071] = 759, + [1072] = 754, + [1073] = 771, + [1074] = 764, + [1075] = 762, + [1076] = 758, + [1077] = 757, [1078] = 674, - [1079] = 773, - [1080] = 772, - [1081] = 794, - [1082] = 771, - [1083] = 770, + [1079] = 756, + [1080] = 752, + [1081] = 781, + [1082] = 751, + [1083] = 769, [1084] = 749, - [1085] = 790, - [1086] = 768, - [1087] = 767, - [1088] = 766, - [1089] = 754, - [1090] = 796, - [1091] = 789, - [1092] = 765, - [1093] = 858, - [1094] = 842, - [1095] = 841, - [1096] = 840, - [1097] = 843, - [1098] = 839, - [1099] = 838, - [1100] = 837, + [1085] = 777, + [1086] = 750, + [1087] = 774, + [1088] = 775, + [1089] = 755, + [1090] = 782, + [1091] = 773, + [1092] = 776, + [1093] = 850, + [1094] = 833, + [1095] = 832, + [1096] = 831, + [1097] = 834, + [1098] = 830, + [1099] = 829, + [1100] = 828, [1101] = 827, - [1102] = 836, - [1103] = 835, - [1104] = 834, - [1105] = 833, + [1102] = 826, + [1103] = 825, + [1104] = 824, + [1105] = 823, [1106] = 674, - [1107] = 832, - [1108] = 831, - [1109] = 830, - [1110] = 829, - [1111] = 828, - [1112] = 826, - [1113] = 825, - [1114] = 824, - [1115] = 823, - [1116] = 822, - [1117] = 821, + [1107] = 822, + [1108] = 820, + [1109] = 819, + [1110] = 817, + [1111] = 814, + [1112] = 813, + [1113] = 812, + [1114] = 811, + [1115] = 810, + [1116] = 809, + [1117] = 808, [1118] = 753, - [1119] = 820, - [1120] = 819, - [1121] = 818, - [1122] = 817, - [1123] = 816, - [1124] = 814, - [1125] = 897, - [1126] = 813, - [1127] = 812, - [1128] = 811, - [1129] = 810, - [1130] = 809, - [1131] = 808, - [1132] = 807, - [1133] = 806, - [1134] = 804, - [1135] = 803, - [1136] = 802, - [1137] = 750, - [1138] = 800, - [1139] = 799, - [1140] = 798, - [1141] = 797, - [1142] = 796, - [1143] = 794, - [1144] = 793, - [1145] = 792, - [1146] = 791, - [1147] = 789, + [1119] = 807, + [1120] = 806, + [1121] = 805, + [1122] = 804, + [1123] = 803, + [1124] = 802, + [1125] = 891, + [1126] = 800, + [1127] = 799, + [1128] = 798, + [1129] = 797, + [1130] = 796, + [1131] = 794, + [1132] = 793, + [1133] = 792, + [1134] = 790, + [1135] = 789, + [1136] = 788, + [1137] = 787, + [1138] = 786, + [1139] = 785, + [1140] = 784, + [1141] = 783, + [1142] = 782, + [1143] = 781, + [1144] = 780, + [1145] = 779, + [1146] = 778, + [1147] = 773, [1148] = 874, - [1149] = 788, + [1149] = 772, [1150] = 684, - [1151] = 787, - [1152] = 786, - [1153] = 785, - [1154] = 784, - [1155] = 783, - [1156] = 782, - [1157] = 781, - [1158] = 779, - [1159] = 778, - [1160] = 777, + [1151] = 768, + [1152] = 767, + [1153] = 766, + [1154] = 765, + [1155] = 763, + [1156] = 760, + [1157] = 759, + [1158] = 754, + [1159] = 771, + [1160] = 764, [1161] = 672, - [1162] = 776, - [1163] = 775, - [1164] = 774, - [1165] = 773, - [1166] = 772, - [1167] = 798, - [1168] = 771, + [1162] = 762, + [1163] = 758, + [1164] = 757, + [1165] = 756, + [1166] = 752, + [1167] = 784, + [1168] = 751, [1169] = 674, - [1170] = 770, + [1170] = 769, [1171] = 749, - [1172] = 790, - [1173] = 768, - [1174] = 767, - [1175] = 766, - [1176] = 799, - [1177] = 797, - [1178] = 765, - [1179] = 754, - [1180] = 858, - [1181] = 842, - [1182] = 841, - [1183] = 840, - [1184] = 843, - [1185] = 839, - [1186] = 838, - [1187] = 837, - [1188] = 836, - [1189] = 835, - [1190] = 834, - [1191] = 833, - [1192] = 832, - [1193] = 838, - [1194] = 831, - [1195] = 830, - [1196] = 829, - [1197] = 828, - [1198] = 826, - [1199] = 825, - [1200] = 824, - [1201] = 823, - [1202] = 822, - [1203] = 821, - [1204] = 820, - [1205] = 819, - [1206] = 753, - [1207] = 818, - [1208] = 672, - [1209] = 817, - [1210] = 816, - [1211] = 814, - [1212] = 897, - [1213] = 813, - [1214] = 812, - [1215] = 811, - [1216] = 810, - [1217] = 809, - [1218] = 808, - [1219] = 807, - [1220] = 806, - [1221] = 804, - [1222] = 803, - [1223] = 802, - [1224] = 750, - [1225] = 800, - [1226] = 799, - [1227] = 798, - [1228] = 797, - [1229] = 796, - [1230] = 794, - [1231] = 793, - [1232] = 792, - [1233] = 791, - [1234] = 789, - [1235] = 788, - [1236] = 684, - [1237] = 787, - [1238] = 786, - [1239] = 785, - [1240] = 784, - [1241] = 783, - [1242] = 782, - [1243] = 781, - [1244] = 779, - [1245] = 778, - [1246] = 765, - [1247] = 777, - [1248] = 858, - [1249] = 766, - [1250] = 767, - [1251] = 768, - [1252] = 790, - [1253] = 749, - [1254] = 770, - [1255] = 771, - [1256] = 674, - [1257] = 772, - [1258] = 773, - [1259] = 774, - [1260] = 775, - [1261] = 776, - [1262] = 777, - [1263] = 842, - [1264] = 778, - [1265] = 779, - [1266] = 754, - [1267] = 841, - [1268] = 781, - [1269] = 782, - [1270] = 783, - [1271] = 784, - [1272] = 785, - [1273] = 786, - [1274] = 787, - [1275] = 776, - [1276] = 788, - [1277] = 789, - [1278] = 827, - [1279] = 791, - [1280] = 792, - [1281] = 840, - [1282] = 793, - [1283] = 843, - [1284] = 794, - [1285] = 796, - [1286] = 797, - [1287] = 798, - [1288] = 799, - [1289] = 800, - [1290] = 750, - [1291] = 802, - [1292] = 803, - [1293] = 804, - [1294] = 753, - [1295] = 806, - [1296] = 839, - [1297] = 807, - [1298] = 808, - [1299] = 809, - [1300] = 810, - [1301] = 811, - [1302] = 812, - [1303] = 813, - [1304] = 897, - [1305] = 814, - [1306] = 816, - [1307] = 817, - [1308] = 818, - [1309] = 819, - [1310] = 820, - [1311] = 821, - [1312] = 822, - [1313] = 823, - [1314] = 824, - [1315] = 825, - [1316] = 826, - [1317] = 828, - [1318] = 829, - [1319] = 830, - [1320] = 831, - [1321] = 832, - [1322] = 833, - [1323] = 834, - [1324] = 874, - [1325] = 835, - [1326] = 836, - [1327] = 837, - [1328] = 838, - [1329] = 839, - [1330] = 843, - [1331] = 840, - [1332] = 841, - [1333] = 842, - [1334] = 858, - [1335] = 765, - [1336] = 829, - [1337] = 837, - [1338] = 766, - [1339] = 767, - [1340] = 768, - [1341] = 790, - [1342] = 749, - [1343] = 770, - [1344] = 771, - [1345] = 836, - [1346] = 772, - [1347] = 773, - [1348] = 774, - [1349] = 775, - [1350] = 776, - [1351] = 777, - [1352] = 835, - [1353] = 778, - [1354] = 779, - [1355] = 754, - [1356] = 775, - [1357] = 781, - [1358] = 782, - [1359] = 783, - [1360] = 784, - [1361] = 785, - [1362] = 786, - [1363] = 787, - [1364] = 774, - [1365] = 788, - [1366] = 789, - [1367] = 827, - [1368] = 791, - [1369] = 792, - [1370] = 834, - [1371] = 793, - [1372] = 833, - [1373] = 794, - [1374] = 796, - [1375] = 797, - [1376] = 798, - [1377] = 799, - [1378] = 800, - [1379] = 750, - [1380] = 802, - [1381] = 803, - [1382] = 804, - [1383] = 753, - [1384] = 806, - [1385] = 807, - [1386] = 808, - [1387] = 809, - [1388] = 810, - [1389] = 811, - [1390] = 812, - [1391] = 813, - [1392] = 897, - [1393] = 814, - [1394] = 816, - [1395] = 817, - [1396] = 818, - [1397] = 819, - [1398] = 820, - [1399] = 821, - [1400] = 822, - [1401] = 823, - [1402] = 824, - [1403] = 825, - [1404] = 826, - [1405] = 828, - [1406] = 829, - [1407] = 830, - [1408] = 831, - [1409] = 832, - [1410] = 833, - [1411] = 834, - [1412] = 874, - [1413] = 835, - [1414] = 836, - [1415] = 837, - [1416] = 838, - [1417] = 839, - [1418] = 843, - [1419] = 840, - [1420] = 841, - [1421] = 842, - [1422] = 858, - [1423] = 765, - [1424] = 832, - [1425] = 831, - [1426] = 766, - [1427] = 767, - [1428] = 768, - [1429] = 790, - [1430] = 749, - [1431] = 770, - [1432] = 771, - [1433] = 830, - [1434] = 772, - [1435] = 773, - [1436] = 774, - [1437] = 775, - [1438] = 776, - [1439] = 777, - [1440] = 819, - [1441] = 778, - [1442] = 779, - [1443] = 781, - [1444] = 782, - [1445] = 783, - [1446] = 784, - [1447] = 785, - [1448] = 786, - [1449] = 787, - [1450] = 773, - [1451] = 788, - [1452] = 789, - [1453] = 827, - [1454] = 791, - [1455] = 792, - [1456] = 828, - [1457] = 793, - [1458] = 826, - [1459] = 794, - [1460] = 796, - [1461] = 797, - [1462] = 798, - [1463] = 799, - [1464] = 800, - [1465] = 750, - [1466] = 802, - [1467] = 803, - [1468] = 804, - [1469] = 806, - [1470] = 807, - [1471] = 808, - [1472] = 809, - [1473] = 810, - [1474] = 811, - [1475] = 812, - [1476] = 813, - [1477] = 897, - [1478] = 814, - [1479] = 816, - [1480] = 817, - [1481] = 818, - [1482] = 819, - [1483] = 820, - [1484] = 821, - [1485] = 822, - [1486] = 823, - [1487] = 824, - [1488] = 825, - [1489] = 826, - [1490] = 828, - [1491] = 829, - [1492] = 830, - [1493] = 831, - [1494] = 832, - [1495] = 833, - [1496] = 834, - [1497] = 874, - [1498] = 835, - [1499] = 836, - [1500] = 837, - [1501] = 838, - [1502] = 839, - [1503] = 843, - [1504] = 840, - [1505] = 841, - [1506] = 842, - [1507] = 858, - [1508] = 765, - [1509] = 825, - [1510] = 824, - [1511] = 766, - [1512] = 767, - [1513] = 768, - [1514] = 790, - [1515] = 749, - [1516] = 770, - [1517] = 771, - [1518] = 823, - [1519] = 772, - [1520] = 773, - [1521] = 774, - [1522] = 775, - [1523] = 776, - [1524] = 777, - [1525] = 822, - [1526] = 778, - [1527] = 779, - [1528] = 781, - [1529] = 782, - [1530] = 783, - [1531] = 784, - [1532] = 785, - [1533] = 786, - [1534] = 787, - [1535] = 684, - [1536] = 788, - [1537] = 789, - [1538] = 827, - [1539] = 791, - [1540] = 792, - [1541] = 821, - [1542] = 793, - [1543] = 820, - [1544] = 794, - [1545] = 796, - [1546] = 797, - [1547] = 798, - [1548] = 799, - [1549] = 800, - [1550] = 750, - [1551] = 802, - [1552] = 803, - [1553] = 804, - [1554] = 806, - [1555] = 807, - [1556] = 808, - [1557] = 809, - [1558] = 810, - [1559] = 811, - [1560] = 812, - [1561] = 813, - [1562] = 897, - [1563] = 814, - [1564] = 816, - [1565] = 817, - [1566] = 818, - [1567] = 819, - [1568] = 820, - [1569] = 821, - [1570] = 822, - [1571] = 823, - [1572] = 824, - [1573] = 825, - [1574] = 826, - [1575] = 828, - [1576] = 829, - [1577] = 830, - [1578] = 831, - [1579] = 832, - [1580] = 833, - [1581] = 834, - [1582] = 874, - [1583] = 835, - [1584] = 836, - [1585] = 837, - [1586] = 838, - [1587] = 839, - [1588] = 843, - [1589] = 840, - [1590] = 841, - [1591] = 842, - [1592] = 858, - [1593] = 765, - [1594] = 811, - [1595] = 818, - [1596] = 766, - [1597] = 767, - [1598] = 768, - [1599] = 790, - [1600] = 749, - [1601] = 770, - [1602] = 771, - [1603] = 817, - [1604] = 772, - [1605] = 773, - [1606] = 774, - [1607] = 775, - [1608] = 776, - [1609] = 777, - [1610] = 778, - [1611] = 779, - [1612] = 781, - [1613] = 782, - [1614] = 783, - [1615] = 784, - [1616] = 785, - [1617] = 786, - [1618] = 787, - [1619] = 772, - [1620] = 788, - [1621] = 789, - [1622] = 827, - [1623] = 791, - [1624] = 792, - [1625] = 793, - [1626] = 816, - [1627] = 794, - [1628] = 796, - [1629] = 797, - [1630] = 798, - [1631] = 799, - [1632] = 800, - [1633] = 750, - [1634] = 802, - [1635] = 803, - [1636] = 804, - [1637] = 806, - [1638] = 807, - [1639] = 808, - [1640] = 809, - [1641] = 810, - [1642] = 811, - [1643] = 812, - [1644] = 813, - [1645] = 897, - [1646] = 814, - [1647] = 816, - [1648] = 817, - [1649] = 818, - [1650] = 819, - [1651] = 820, - [1652] = 821, - [1653] = 822, - [1654] = 823, - [1655] = 824, - [1656] = 825, - [1657] = 826, - [1658] = 828, - [1659] = 829, - [1660] = 830, - [1661] = 831, - [1662] = 832, - [1663] = 833, - [1664] = 834, - [1665] = 874, - [1666] = 835, - [1667] = 836, - [1668] = 837, - [1669] = 838, - [1670] = 839, - [1671] = 843, - [1672] = 840, - [1673] = 841, - [1674] = 842, - [1675] = 858, - [1676] = 765, - [1677] = 814, - [1678] = 897, - [1679] = 766, - [1680] = 767, - [1681] = 768, - [1682] = 790, - [1683] = 813, - [1684] = 770, - [1685] = 771, - [1686] = 812, - [1687] = 772, - [1688] = 773, - [1689] = 774, - [1690] = 775, - [1691] = 776, - [1692] = 777, - [1693] = 778, - [1694] = 779, - [1695] = 781, - [1696] = 782, - [1697] = 783, - [1698] = 784, - [1699] = 785, - [1700] = 786, - [1701] = 787, - [1702] = 684, - [1703] = 788, - [1704] = 789, - [1705] = 827, - [1706] = 791, - [1707] = 792, - [1708] = 793, - [1709] = 806, - [1710] = 794, - [1711] = 796, - [1712] = 797, - [1713] = 798, - [1714] = 799, - [1715] = 800, - [1716] = 750, - [1717] = 802, - [1718] = 803, - [1719] = 804, - [1720] = 806, - [1721] = 807, - [1722] = 808, - [1723] = 809, - [1724] = 810, - [1725] = 811, - [1726] = 812, - [1727] = 813, - [1728] = 897, - [1729] = 814, - [1730] = 816, - [1731] = 817, - [1732] = 818, - [1733] = 819, - [1734] = 820, - [1735] = 821, - [1736] = 822, - [1737] = 823, - [1738] = 824, - [1739] = 825, - [1740] = 826, - [1741] = 828, - [1742] = 829, - [1743] = 830, - [1744] = 831, - [1745] = 832, - [1746] = 833, - [1747] = 834, - [1748] = 874, - [1749] = 835, - [1750] = 836, - [1751] = 837, - [1752] = 838, - [1753] = 839, - [1754] = 843, - [1755] = 840, - [1756] = 841, - [1757] = 842, - [1758] = 858, - [1759] = 765, - [1760] = 810, - [1761] = 809, - [1762] = 766, - [1763] = 767, - [1764] = 768, - [1765] = 790, - [1766] = 749, - [1767] = 770, - [1768] = 771, - [1769] = 808, - [1770] = 772, - [1771] = 773, - [1772] = 774, - [1773] = 775, - [1774] = 776, - [1775] = 777, - [1776] = 778, - [1777] = 779, - [1778] = 781, - [1779] = 782, - [1780] = 783, - [1781] = 784, - [1782] = 785, - [1783] = 786, - [1784] = 787, - [1785] = 684, - [1786] = 788, - [1787] = 789, - [1788] = 827, - [1789] = 791, - [1790] = 792, - [1791] = 793, - [1792] = 807, - [1793] = 794, - [1794] = 796, - [1795] = 797, - [1796] = 798, - [1797] = 799, - [1798] = 800, - [1799] = 750, - [1800] = 802, - [1801] = 803, - [1802] = 804, - [1803] = 806, - [1804] = 807, - [1805] = 808, - [1806] = 809, - [1807] = 810, - [1808] = 811, - [1809] = 812, - [1810] = 813, - [1811] = 897, - [1812] = 814, - [1813] = 816, - [1814] = 817, - [1815] = 818, - [1816] = 819, - [1817] = 820, - [1818] = 821, - [1819] = 822, - [1820] = 823, - [1821] = 824, - [1822] = 825, - [1823] = 826, - [1824] = 828, - [1825] = 829, - [1826] = 830, - [1827] = 831, - [1828] = 832, - [1829] = 833, - [1830] = 834, - [1831] = 874, - [1832] = 835, - [1833] = 836, - [1834] = 837, - [1835] = 838, - [1836] = 839, - [1837] = 843, - [1838] = 840, - [1839] = 841, - [1840] = 842, - [1841] = 858, - [1842] = 765, - [1843] = 800, - [1844] = 753, - [1845] = 766, - [1846] = 767, - [1847] = 768, - [1848] = 790, - [1849] = 749, - [1850] = 770, - [1851] = 771, - [1852] = 804, - [1853] = 772, - [1854] = 773, - [1855] = 774, - [1856] = 775, - [1857] = 776, - [1858] = 777, - [1859] = 778, - [1860] = 779, - [1861] = 781, - [1862] = 782, - [1863] = 783, - [1864] = 784, - [1865] = 785, - [1866] = 786, - [1867] = 787, - [1868] = 684, - [1869] = 788, - [1870] = 789, - [1871] = 791, - [1872] = 792, - [1873] = 793, - [1874] = 794, - [1875] = 796, - [1876] = 797, - [1877] = 798, - [1878] = 799, - [1879] = 800, - [1880] = 750, - [1881] = 802, - [1882] = 803, - [1883] = 804, - [1884] = 806, - [1885] = 807, - [1886] = 808, - [1887] = 809, - [1888] = 810, - [1889] = 811, - [1890] = 812, - [1891] = 813, - [1892] = 897, - [1893] = 814, - [1894] = 816, - [1895] = 817, - [1896] = 818, - [1897] = 819, - [1898] = 820, - [1899] = 821, - [1900] = 822, - [1901] = 823, - [1902] = 824, - [1903] = 825, - [1904] = 826, - [1905] = 828, - [1906] = 829, - [1907] = 830, - [1908] = 831, - [1909] = 832, - [1910] = 833, - [1911] = 834, - [1912] = 835, - [1913] = 836, - [1914] = 837, - [1915] = 838, - [1916] = 839, - [1917] = 843, - [1918] = 840, - [1919] = 841, - [1920] = 842, - [1921] = 858, - [1922] = 765, - [1923] = 803, - [1924] = 802, - [1925] = 766, - [1926] = 767, - [1927] = 768, - [1928] = 790, - [1929] = 749, - [1930] = 770, - [1931] = 771, - [1932] = 827, - [1933] = 874, - [1934] = 789, - [1935] = 827, - [1936] = 765, - [1937] = 803, - [1938] = 766, - [1939] = 767, - [1940] = 768, + [1172] = 777, + [1173] = 750, + [1174] = 774, + [1175] = 775, + [1176] = 785, + [1177] = 783, + [1178] = 776, + [1179] = 755, + [1180] = 850, + [1181] = 833, + [1182] = 832, + [1183] = 831, + [1184] = 834, + [1185] = 830, + [1186] = 829, + [1187] = 828, + [1188] = 826, + [1189] = 825, + [1190] = 824, + [1191] = 823, + [1192] = 822, + [1193] = 829, + [1194] = 820, + [1195] = 819, + [1196] = 769, + [1197] = 817, + [1198] = 814, + [1199] = 813, + [1200] = 812, + [1201] = 811, + [1202] = 810, + [1203] = 809, + [1204] = 808, + [1205] = 807, + [1206] = 806, + [1207] = 753, + [1208] = 805, + [1209] = 672, + [1210] = 804, + [1211] = 803, + [1212] = 802, + [1213] = 891, + [1214] = 800, + [1215] = 799, + [1216] = 798, + [1217] = 797, + [1218] = 796, + [1219] = 794, + [1220] = 793, + [1221] = 792, + [1222] = 790, + [1223] = 789, + [1224] = 788, + [1225] = 787, + [1226] = 786, + [1227] = 785, + [1228] = 784, + [1229] = 783, + [1230] = 782, + [1231] = 781, + [1232] = 780, + [1233] = 779, + [1234] = 778, + [1235] = 773, + [1236] = 772, + [1237] = 749, + [1238] = 684, + [1239] = 768, + [1240] = 767, + [1241] = 766, + [1242] = 765, + [1243] = 763, + [1244] = 760, + [1245] = 759, + [1246] = 754, + [1247] = 771, + [1248] = 776, + [1249] = 764, + [1250] = 850, + [1251] = 775, + [1252] = 774, + [1253] = 750, + [1254] = 777, + [1255] = 749, + [1256] = 769, + [1257] = 751, + [1258] = 674, + [1259] = 752, + [1260] = 756, + [1261] = 757, + [1262] = 758, + [1263] = 762, + [1264] = 764, + [1265] = 833, + [1266] = 771, + [1267] = 754, + [1268] = 755, + [1269] = 832, + [1270] = 759, + [1271] = 760, + [1272] = 763, + [1273] = 765, + [1274] = 766, + [1275] = 767, + [1276] = 768, + [1277] = 762, + [1278] = 772, + [1279] = 773, + [1280] = 827, + [1281] = 778, + [1282] = 779, + [1283] = 831, + [1284] = 780, + [1285] = 834, + [1286] = 781, + [1287] = 782, + [1288] = 783, + [1289] = 784, + [1290] = 785, + [1291] = 786, + [1292] = 787, + [1293] = 788, + [1294] = 789, + [1295] = 790, + [1296] = 753, + [1297] = 792, + [1298] = 830, + [1299] = 793, + [1300] = 794, + [1301] = 796, + [1302] = 797, + [1303] = 798, + [1304] = 799, + [1305] = 800, + [1306] = 891, + [1307] = 802, + [1308] = 803, + [1309] = 804, + [1310] = 805, + [1311] = 806, + [1312] = 807, + [1313] = 808, + [1314] = 809, + [1315] = 810, + [1316] = 811, + [1317] = 812, + [1318] = 813, + [1319] = 814, + [1320] = 817, + [1321] = 819, + [1322] = 820, + [1323] = 822, + [1324] = 823, + [1325] = 824, + [1326] = 874, + [1327] = 825, + [1328] = 826, + [1329] = 828, + [1330] = 829, + [1331] = 830, + [1332] = 834, + [1333] = 831, + [1334] = 832, + [1335] = 833, + [1336] = 850, + [1337] = 776, + [1338] = 817, + [1339] = 828, + [1340] = 775, + [1341] = 774, + [1342] = 751, + [1343] = 777, + [1344] = 749, + [1345] = 769, + [1346] = 751, + [1347] = 826, + [1348] = 752, + [1349] = 756, + [1350] = 757, + [1351] = 758, + [1352] = 762, + [1353] = 764, + [1354] = 825, + [1355] = 771, + [1356] = 754, + [1357] = 755, + [1358] = 758, + [1359] = 759, + [1360] = 760, + [1361] = 763, + [1362] = 765, + [1363] = 766, + [1364] = 767, + [1365] = 768, + [1366] = 757, + [1367] = 772, + [1368] = 773, + [1369] = 827, + [1370] = 778, + [1371] = 779, + [1372] = 824, + [1373] = 780, + [1374] = 823, + [1375] = 781, + [1376] = 782, + [1377] = 783, + [1378] = 784, + [1379] = 785, + [1380] = 786, + [1381] = 787, + [1382] = 788, + [1383] = 789, + [1384] = 790, + [1385] = 753, + [1386] = 792, + [1387] = 793, + [1388] = 794, + [1389] = 796, + [1390] = 797, + [1391] = 798, + [1392] = 799, + [1393] = 800, + [1394] = 891, + [1395] = 802, + [1396] = 803, + [1397] = 804, + [1398] = 805, + [1399] = 806, + [1400] = 807, + [1401] = 808, + [1402] = 809, + [1403] = 810, + [1404] = 811, + [1405] = 812, + [1406] = 813, + [1407] = 814, + [1408] = 817, + [1409] = 819, + [1410] = 820, + [1411] = 822, + [1412] = 823, + [1413] = 824, + [1414] = 874, + [1415] = 825, + [1416] = 826, + [1417] = 828, + [1418] = 829, + [1419] = 830, + [1420] = 834, + [1421] = 831, + [1422] = 832, + [1423] = 833, + [1424] = 850, + [1425] = 776, + [1426] = 822, + [1427] = 820, + [1428] = 775, + [1429] = 774, + [1430] = 750, + [1431] = 777, + [1432] = 749, + [1433] = 769, + [1434] = 751, + [1435] = 819, + [1436] = 752, + [1437] = 756, + [1438] = 757, + [1439] = 758, + [1440] = 762, + [1441] = 764, + [1442] = 806, + [1443] = 771, + [1444] = 754, + [1445] = 759, + [1446] = 760, + [1447] = 763, + [1448] = 765, + [1449] = 766, + [1450] = 767, + [1451] = 768, + [1452] = 756, + [1453] = 772, + [1454] = 773, + [1455] = 827, + [1456] = 778, + [1457] = 779, + [1458] = 814, + [1459] = 780, + [1460] = 813, + [1461] = 781, + [1462] = 782, + [1463] = 783, + [1464] = 784, + [1465] = 785, + [1466] = 786, + [1467] = 787, + [1468] = 788, + [1469] = 789, + [1470] = 790, + [1471] = 792, + [1472] = 793, + [1473] = 794, + [1474] = 796, + [1475] = 797, + [1476] = 798, + [1477] = 799, + [1478] = 800, + [1479] = 891, + [1480] = 802, + [1481] = 803, + [1482] = 804, + [1483] = 805, + [1484] = 806, + [1485] = 807, + [1486] = 808, + [1487] = 809, + [1488] = 810, + [1489] = 811, + [1490] = 812, + [1491] = 813, + [1492] = 814, + [1493] = 817, + [1494] = 819, + [1495] = 820, + [1496] = 822, + [1497] = 823, + [1498] = 824, + [1499] = 874, + [1500] = 825, + [1501] = 826, + [1502] = 828, + [1503] = 829, + [1504] = 830, + [1505] = 834, + [1506] = 831, + [1507] = 832, + [1508] = 833, + [1509] = 850, + [1510] = 776, + [1511] = 812, + [1512] = 811, + [1513] = 775, + [1514] = 774, + [1515] = 750, + [1516] = 777, + [1517] = 749, + [1518] = 769, + [1519] = 751, + [1520] = 810, + [1521] = 752, + [1522] = 756, + [1523] = 757, + [1524] = 758, + [1525] = 762, + [1526] = 764, + [1527] = 809, + [1528] = 771, + [1529] = 754, + [1530] = 759, + [1531] = 760, + [1532] = 763, + [1533] = 765, + [1534] = 766, + [1535] = 767, + [1536] = 768, + [1537] = 684, + [1538] = 772, + [1539] = 773, + [1540] = 827, + [1541] = 778, + [1542] = 779, + [1543] = 808, + [1544] = 780, + [1545] = 807, + [1546] = 781, + [1547] = 782, + [1548] = 783, + [1549] = 784, + [1550] = 785, + [1551] = 786, + [1552] = 787, + [1553] = 788, + [1554] = 789, + [1555] = 790, + [1556] = 792, + [1557] = 793, + [1558] = 794, + [1559] = 796, + [1560] = 797, + [1561] = 798, + [1562] = 799, + [1563] = 800, + [1564] = 891, + [1565] = 802, + [1566] = 803, + [1567] = 804, + [1568] = 805, + [1569] = 806, + [1570] = 807, + [1571] = 808, + [1572] = 809, + [1573] = 810, + [1574] = 811, + [1575] = 812, + [1576] = 813, + [1577] = 814, + [1578] = 817, + [1579] = 819, + [1580] = 820, + [1581] = 822, + [1582] = 823, + [1583] = 824, + [1584] = 874, + [1585] = 825, + [1586] = 826, + [1587] = 828, + [1588] = 829, + [1589] = 830, + [1590] = 834, + [1591] = 831, + [1592] = 832, + [1593] = 833, + [1594] = 850, + [1595] = 776, + [1596] = 798, + [1597] = 805, + [1598] = 775, + [1599] = 774, + [1600] = 750, + [1601] = 777, + [1602] = 749, + [1603] = 769, + [1604] = 751, + [1605] = 804, + [1606] = 752, + [1607] = 756, + [1608] = 757, + [1609] = 758, + [1610] = 762, + [1611] = 764, + [1612] = 771, + [1613] = 754, + [1614] = 759, + [1615] = 760, + [1616] = 763, + [1617] = 765, + [1618] = 766, + [1619] = 767, + [1620] = 768, + [1621] = 752, + [1622] = 772, + [1623] = 773, + [1624] = 827, + [1625] = 778, + [1626] = 779, + [1627] = 780, + [1628] = 803, + [1629] = 781, + [1630] = 782, + [1631] = 783, + [1632] = 784, + [1633] = 785, + [1634] = 786, + [1635] = 787, + [1636] = 788, + [1637] = 789, + [1638] = 790, + [1639] = 792, + [1640] = 793, + [1641] = 794, + [1642] = 796, + [1643] = 797, + [1644] = 798, + [1645] = 799, + [1646] = 800, + [1647] = 891, + [1648] = 802, + [1649] = 803, + [1650] = 804, + [1651] = 805, + [1652] = 806, + [1653] = 807, + [1654] = 808, + [1655] = 809, + [1656] = 810, + [1657] = 811, + [1658] = 812, + [1659] = 813, + [1660] = 814, + [1661] = 817, + [1662] = 819, + [1663] = 820, + [1664] = 822, + [1665] = 823, + [1666] = 824, + [1667] = 874, + [1668] = 825, + [1669] = 826, + [1670] = 828, + [1671] = 829, + [1672] = 830, + [1673] = 834, + [1674] = 831, + [1675] = 832, + [1676] = 833, + [1677] = 850, + [1678] = 776, + [1679] = 802, + [1680] = 891, + [1681] = 775, + [1682] = 774, + [1683] = 750, + [1684] = 777, + [1685] = 800, + [1686] = 769, + [1687] = 751, + [1688] = 799, + [1689] = 752, + [1690] = 756, + [1691] = 757, + [1692] = 758, + [1693] = 762, + [1694] = 764, + [1695] = 771, + [1696] = 754, + [1697] = 759, + [1698] = 760, + [1699] = 763, + [1700] = 765, + [1701] = 766, + [1702] = 767, + [1703] = 768, + [1704] = 684, + [1705] = 772, + [1706] = 773, + [1707] = 827, + [1708] = 778, + [1709] = 779, + [1710] = 780, + [1711] = 792, + [1712] = 781, + [1713] = 782, + [1714] = 783, + [1715] = 784, + [1716] = 785, + [1717] = 786, + [1718] = 787, + [1719] = 788, + [1720] = 789, + [1721] = 790, + [1722] = 792, + [1723] = 793, + [1724] = 794, + [1725] = 796, + [1726] = 797, + [1727] = 798, + [1728] = 799, + [1729] = 800, + [1730] = 891, + [1731] = 802, + [1732] = 803, + [1733] = 804, + [1734] = 805, + [1735] = 806, + [1736] = 807, + [1737] = 808, + [1738] = 809, + [1739] = 810, + [1740] = 811, + [1741] = 812, + [1742] = 813, + [1743] = 814, + [1744] = 817, + [1745] = 819, + [1746] = 820, + [1747] = 822, + [1748] = 823, + [1749] = 824, + [1750] = 874, + [1751] = 825, + [1752] = 826, + [1753] = 828, + [1754] = 829, + [1755] = 830, + [1756] = 834, + [1757] = 831, + [1758] = 832, + [1759] = 833, + [1760] = 850, + [1761] = 776, + [1762] = 797, + [1763] = 796, + [1764] = 775, + [1765] = 774, + [1766] = 750, + [1767] = 777, + [1768] = 749, + [1769] = 769, + [1770] = 751, + [1771] = 794, + [1772] = 752, + [1773] = 756, + [1774] = 757, + [1775] = 758, + [1776] = 762, + [1777] = 764, + [1778] = 771, + [1779] = 754, + [1780] = 759, + [1781] = 760, + [1782] = 763, + [1783] = 765, + [1784] = 766, + [1785] = 767, + [1786] = 768, + [1787] = 684, + [1788] = 772, + [1789] = 773, + [1790] = 827, + [1791] = 778, + [1792] = 779, + [1793] = 780, + [1794] = 793, + [1795] = 781, + [1796] = 782, + [1797] = 783, + [1798] = 784, + [1799] = 785, + [1800] = 786, + [1801] = 787, + [1802] = 788, + [1803] = 789, + [1804] = 790, + [1805] = 792, + [1806] = 793, + [1807] = 794, + [1808] = 796, + [1809] = 797, + [1810] = 798, + [1811] = 799, + [1812] = 800, + [1813] = 891, + [1814] = 802, + [1815] = 803, + [1816] = 804, + [1817] = 805, + [1818] = 806, + [1819] = 807, + [1820] = 808, + [1821] = 809, + [1822] = 810, + [1823] = 811, + [1824] = 812, + [1825] = 813, + [1826] = 814, + [1827] = 817, + [1828] = 819, + [1829] = 820, + [1830] = 822, + [1831] = 823, + [1832] = 824, + [1833] = 874, + [1834] = 825, + [1835] = 826, + [1836] = 828, + [1837] = 829, + [1838] = 830, + [1839] = 834, + [1840] = 831, + [1841] = 832, + [1842] = 833, + [1843] = 850, + [1844] = 776, + [1845] = 786, + [1846] = 753, + [1847] = 775, + [1848] = 774, + [1849] = 750, + [1850] = 777, + [1851] = 749, + [1852] = 769, + [1853] = 751, + [1854] = 790, + [1855] = 752, + [1856] = 756, + [1857] = 757, + [1858] = 758, + [1859] = 762, + [1860] = 764, + [1861] = 771, + [1862] = 754, + [1863] = 759, + [1864] = 760, + [1865] = 763, + [1866] = 765, + [1867] = 766, + [1868] = 767, + [1869] = 768, + [1870] = 684, + [1871] = 772, + [1872] = 773, + [1873] = 787, + [1874] = 778, + [1875] = 779, + [1876] = 780, + [1877] = 781, + [1878] = 782, + [1879] = 783, + [1880] = 784, + [1881] = 785, + [1882] = 786, + [1883] = 787, + [1884] = 788, + [1885] = 789, + [1886] = 790, + [1887] = 792, + [1888] = 793, + [1889] = 794, + [1890] = 796, + [1891] = 797, + [1892] = 798, + [1893] = 799, + [1894] = 800, + [1895] = 891, + [1896] = 802, + [1897] = 803, + [1898] = 804, + [1899] = 805, + [1900] = 806, + [1901] = 807, + [1902] = 808, + [1903] = 809, + [1904] = 810, + [1905] = 811, + [1906] = 812, + [1907] = 813, + [1908] = 814, + [1909] = 817, + [1910] = 819, + [1911] = 820, + [1912] = 822, + [1913] = 823, + [1914] = 824, + [1915] = 825, + [1916] = 826, + [1917] = 828, + [1918] = 829, + [1919] = 830, + [1920] = 834, + [1921] = 831, + [1922] = 832, + [1923] = 833, + [1924] = 850, + [1925] = 776, + [1926] = 789, + [1927] = 788, + [1928] = 775, + [1929] = 774, + [1930] = 750, + [1931] = 777, + [1932] = 874, + [1933] = 827, + [1934] = 825, + [1935] = 751, + [1936] = 790, + [1937] = 792, + [1938] = 793, + [1939] = 794, + [1940] = 813, [1941] = 874, - [1942] = 839, - [1943] = 765, - [1944] = 858, - [1945] = 842, - [1946] = 841, - [1947] = 840, - [1948] = 843, - [1949] = 821, - [1950] = 838, - [1951] = 837, - [1952] = 836, - [1953] = 835, - [1954] = 834, + [1942] = 752, + [1943] = 776, + [1944] = 850, + [1945] = 833, + [1946] = 832, + [1947] = 831, + [1948] = 834, + [1949] = 830, + [1950] = 829, + [1951] = 828, + [1952] = 826, + [1953] = 825, + [1954] = 824, [1955] = 827, - [1956] = 833, - [1957] = 832, - [1958] = 831, - [1959] = 830, - [1960] = 829, - [1961] = 828, - [1962] = 826, - [1963] = 825, - [1964] = 824, - [1965] = 823, - [1966] = 822, - [1967] = 821, - [1968] = 820, - [1969] = 819, - [1970] = 818, - [1971] = 817, - [1972] = 816, - [1973] = 814, - [1974] = 897, - [1975] = 813, - [1976] = 812, - [1977] = 811, - [1978] = 810, - [1979] = 809, - [1980] = 808, - [1981] = 807, - [1982] = 806, - [1983] = 804, - [1984] = 803, - [1985] = 802, - [1986] = 750, - [1987] = 800, - [1988] = 799, - [1989] = 798, - [1990] = 797, - [1991] = 796, - [1992] = 794, - [1993] = 766, - [1994] = 793, - [1995] = 792, - [1996] = 791, + [1956] = 823, + [1957] = 822, + [1958] = 820, + [1959] = 819, + [1960] = 817, + [1961] = 814, + [1962] = 813, + [1963] = 812, + [1964] = 811, + [1965] = 810, + [1966] = 809, + [1967] = 808, + [1968] = 807, + [1969] = 806, + [1970] = 805, + [1971] = 804, + [1972] = 803, + [1973] = 802, + [1974] = 891, + [1975] = 800, + [1976] = 799, + [1977] = 798, + [1978] = 797, + [1979] = 796, + [1980] = 794, + [1981] = 793, + [1982] = 792, + [1983] = 790, + [1984] = 789, + [1985] = 788, + [1986] = 787, + [1987] = 786, + [1988] = 785, + [1989] = 784, + [1990] = 783, + [1991] = 782, + [1992] = 781, + [1993] = 775, + [1994] = 780, + [1995] = 779, + [1996] = 778, [1997] = 874, - [1998] = 789, - [1999] = 788, - [2000] = 790, - [2001] = 787, - [2002] = 786, - [2003] = 785, - [2004] = 784, - [2005] = 783, - [2006] = 782, - [2007] = 781, - [2008] = 768, - [2009] = 779, - [2010] = 778, - [2011] = 790, - [2012] = 777, - [2013] = 776, - [2014] = 775, - [2015] = 774, - [2016] = 773, - [2017] = 772, - [2018] = 771, - [2019] = 770, + [1998] = 773, + [1999] = 772, + [2000] = 776, + [2001] = 768, + [2002] = 767, + [2003] = 766, + [2004] = 765, + [2005] = 763, + [2006] = 760, + [2007] = 759, + [2008] = 750, + [2009] = 754, + [2010] = 771, + [2011] = 777, + [2012] = 764, + [2013] = 762, + [2014] = 758, + [2015] = 757, + [2016] = 756, + [2017] = 808, + [2018] = 751, + [2019] = 769, [2020] = 749, - [2021] = 790, - [2022] = 768, - [2023] = 767, - [2024] = 766, + [2021] = 777, + [2022] = 750, + [2023] = 774, + [2024] = 775, [2025] = 749, - [2026] = 765, - [2027] = 858, - [2028] = 842, - [2029] = 841, - [2030] = 840, - [2031] = 843, - [2032] = 839, - [2033] = 838, - [2034] = 837, - [2035] = 836, - [2036] = 835, + [2026] = 776, + [2027] = 850, + [2028] = 833, + [2029] = 832, + [2030] = 831, + [2031] = 834, + [2032] = 830, + [2033] = 829, + [2034] = 828, + [2035] = 826, + [2036] = 825, [2037] = 827, - [2038] = 834, - [2039] = 833, - [2040] = 832, - [2041] = 831, - [2042] = 830, - [2043] = 829, - [2044] = 828, - [2045] = 826, - [2046] = 825, - [2047] = 824, - [2048] = 823, - [2049] = 822, - [2050] = 794, - [2051] = 820, - [2052] = 819, - [2053] = 818, - [2054] = 817, - [2055] = 816, - [2056] = 814, - [2057] = 897, - [2058] = 813, - [2059] = 812, - [2060] = 811, - [2061] = 810, - [2062] = 809, - [2063] = 808, - [2064] = 807, - [2065] = 770, - [2066] = 806, - [2067] = 804, - [2068] = 803, - [2069] = 802, - [2070] = 771, - [2071] = 750, - [2072] = 800, - [2073] = 799, - [2074] = 798, - [2075] = 797, - [2076] = 796, - [2077] = 749, - [2078] = 793, + [2038] = 824, + [2039] = 823, + [2040] = 822, + [2041] = 820, + [2042] = 819, + [2043] = 817, + [2044] = 814, + [2045] = 813, + [2046] = 812, + [2047] = 811, + [2048] = 810, + [2049] = 809, + [2050] = 799, + [2051] = 807, + [2052] = 806, + [2053] = 805, + [2054] = 804, + [2055] = 803, + [2056] = 802, + [2057] = 891, + [2058] = 800, + [2059] = 799, + [2060] = 798, + [2061] = 797, + [2062] = 796, + [2063] = 794, + [2064] = 793, + [2065] = 769, + [2066] = 792, + [2067] = 790, + [2068] = 789, + [2069] = 788, + [2070] = 751, + [2071] = 787, + [2072] = 786, + [2073] = 785, + [2074] = 784, + [2075] = 783, + [2076] = 782, + [2077] = 781, + [2078] = 780, [2079] = 874, - [2080] = 772, - [2081] = 792, - [2082] = 791, - [2083] = 789, - [2084] = 788, - [2085] = 770, - [2086] = 787, - [2087] = 786, - [2088] = 785, - [2089] = 784, - [2090] = 783, - [2091] = 782, - [2092] = 781, - [2093] = 804, - [2094] = 773, - [2095] = 779, - [2096] = 778, - [2097] = 774, - [2098] = 777, - [2099] = 776, - [2100] = 775, - [2101] = 774, - [2102] = 773, - [2103] = 772, - [2104] = 771, - [2105] = 770, + [2080] = 752, + [2081] = 779, + [2082] = 778, + [2083] = 773, + [2084] = 772, + [2085] = 796, + [2086] = 768, + [2087] = 767, + [2088] = 766, + [2089] = 765, + [2090] = 763, + [2091] = 760, + [2092] = 759, + [2093] = 797, + [2094] = 756, + [2095] = 754, + [2096] = 771, + [2097] = 757, + [2098] = 764, + [2099] = 762, + [2100] = 758, + [2101] = 757, + [2102] = 756, + [2103] = 752, + [2104] = 751, + [2105] = 769, [2106] = 749, - [2107] = 790, - [2108] = 768, - [2109] = 767, - [2110] = 766, - [2111] = 767, - [2112] = 765, - [2113] = 858, - [2114] = 842, - [2115] = 841, - [2116] = 840, - [2117] = 843, - [2118] = 839, + [2107] = 777, + [2108] = 750, + [2109] = 774, + [2110] = 775, + [2111] = 774, + [2112] = 776, + [2113] = 850, + [2114] = 833, + [2115] = 832, + [2116] = 831, + [2117] = 834, + [2118] = 830, [2119] = 827, - [2120] = 838, - [2121] = 837, - [2122] = 836, - [2123] = 835, - [2124] = 834, - [2125] = 833, - [2126] = 832, - [2127] = 831, - [2128] = 830, - [2129] = 829, - [2130] = 828, - [2131] = 826, - [2132] = 825, - [2133] = 824, - [2134] = 823, - [2135] = 822, - [2136] = 821, - [2137] = 820, - [2138] = 819, - [2139] = 818, - [2140] = 817, - [2141] = 816, - [2142] = 814, - [2143] = 897, - [2144] = 813, - [2145] = 812, - [2146] = 811, - [2147] = 810, - [2148] = 809, - [2149] = 808, - [2150] = 807, - [2151] = 776, - [2152] = 806, - [2153] = 804, - [2154] = 803, - [2155] = 802, - [2156] = 777, - [2157] = 750, - [2158] = 800, - [2159] = 799, - [2160] = 798, + [2120] = 829, + [2121] = 828, + [2122] = 826, + [2123] = 825, + [2124] = 824, + [2125] = 823, + [2126] = 822, + [2127] = 820, + [2128] = 819, + [2129] = 817, + [2130] = 814, + [2131] = 813, + [2132] = 812, + [2133] = 811, + [2134] = 810, + [2135] = 809, + [2136] = 808, + [2137] = 807, + [2138] = 806, + [2139] = 805, + [2140] = 804, + [2141] = 803, + [2142] = 802, + [2143] = 891, + [2144] = 800, + [2145] = 798, + [2146] = 798, + [2147] = 797, + [2148] = 796, + [2149] = 794, + [2150] = 793, + [2151] = 762, + [2152] = 792, + [2153] = 790, + [2154] = 789, + [2155] = 788, + [2156] = 764, + [2157] = 787, + [2158] = 786, + [2159] = 785, + [2160] = 784, [2161] = 874, - [2162] = 797, - [2163] = 796, - [2164] = 794, - [2165] = 778, - [2166] = 793, - [2167] = 779, - [2168] = 792, - [2169] = 791, - [2170] = 789, - [2171] = 788, - [2172] = 765, - [2173] = 785, - [2174] = 787, - [2175] = 766, - [2176] = 767, - [2177] = 768, - [2178] = 790, + [2162] = 783, + [2163] = 782, + [2164] = 781, + [2165] = 771, + [2166] = 780, + [2167] = 754, + [2168] = 779, + [2169] = 778, + [2170] = 773, + [2171] = 772, + [2172] = 776, + [2173] = 760, + [2174] = 768, + [2175] = 775, + [2176] = 774, + [2177] = 750, + [2178] = 777, [2179] = 749, - [2180] = 770, - [2181] = 771, - [2182] = 786, - [2183] = 772, - [2184] = 773, - [2185] = 774, - [2186] = 775, - [2187] = 776, - [2188] = 777, - [2189] = 778, - [2190] = 779, - [2191] = 781, - [2192] = 782, - [2193] = 783, - [2194] = 784, - [2195] = 785, - [2196] = 786, - [2197] = 787, + [2180] = 769, + [2181] = 751, + [2182] = 767, + [2183] = 752, + [2184] = 756, + [2185] = 757, + [2186] = 758, + [2187] = 762, + [2188] = 764, + [2189] = 771, + [2190] = 754, + [2191] = 759, + [2192] = 760, + [2193] = 763, + [2194] = 765, + [2195] = 766, + [2196] = 767, + [2197] = 768, [2198] = 827, - [2199] = 788, - [2200] = 789, + [2199] = 772, + [2200] = 773, [2201] = 827, - [2202] = 791, - [2203] = 792, - [2204] = 793, - [2205] = 794, - [2206] = 796, - [2207] = 797, - [2208] = 798, - [2209] = 799, - [2210] = 800, - [2211] = 750, - [2212] = 802, - [2213] = 803, - [2214] = 804, - [2215] = 806, - [2216] = 807, - [2217] = 808, - [2218] = 809, - [2219] = 810, - [2220] = 811, - [2221] = 812, - [2222] = 813, - [2223] = 897, - [2224] = 814, - [2225] = 816, - [2226] = 817, - [2227] = 818, - [2228] = 819, - [2229] = 820, - [2230] = 821, - [2231] = 822, - [2232] = 823, - [2233] = 824, - [2234] = 825, - [2235] = 826, - [2236] = 828, - [2237] = 829, - [2238] = 830, - [2239] = 831, - [2240] = 832, - [2241] = 833, - [2242] = 834, + [2202] = 778, + [2203] = 779, + [2204] = 780, + [2205] = 781, + [2206] = 782, + [2207] = 783, + [2208] = 784, + [2209] = 785, + [2210] = 786, + [2211] = 787, + [2212] = 788, + [2213] = 789, + [2214] = 790, + [2215] = 792, + [2216] = 793, + [2217] = 794, + [2218] = 796, + [2219] = 797, + [2220] = 798, + [2221] = 799, + [2222] = 800, + [2223] = 891, + [2224] = 802, + [2225] = 803, + [2226] = 804, + [2227] = 805, + [2228] = 806, + [2229] = 807, + [2230] = 808, + [2231] = 809, + [2232] = 810, + [2233] = 811, + [2234] = 812, + [2235] = 813, + [2236] = 814, + [2237] = 817, + [2238] = 819, + [2239] = 820, + [2240] = 822, + [2241] = 823, + [2242] = 824, [2243] = 874, - [2244] = 835, - [2245] = 836, - [2246] = 837, - [2247] = 838, - [2248] = 839, - [2249] = 843, - [2250] = 840, - [2251] = 841, - [2252] = 842, - [2253] = 858, - [2254] = 765, - [2255] = 781, - [2256] = 784, - [2257] = 766, - [2258] = 767, - [2259] = 768, - [2260] = 790, + [2244] = 825, + [2245] = 826, + [2246] = 828, + [2247] = 829, + [2248] = 830, + [2249] = 834, + [2250] = 831, + [2251] = 832, + [2252] = 833, + [2253] = 850, + [2254] = 776, + [2255] = 766, + [2256] = 765, + [2257] = 775, + [2258] = 774, + [2259] = 750, + [2260] = 777, [2261] = 749, - [2262] = 770, - [2263] = 771, - [2264] = 783, - [2265] = 772, - [2266] = 773, - [2267] = 774, - [2268] = 775, - [2269] = 776, - [2270] = 777, - [2271] = 778, - [2272] = 779, - [2273] = 781, - [2274] = 782, - [2275] = 783, - [2276] = 784, - [2277] = 785, - [2278] = 786, - [2279] = 787, - [2280] = 782, - [2281] = 788, - [2282] = 789, + [2262] = 769, + [2263] = 751, + [2264] = 763, + [2265] = 752, + [2266] = 756, + [2267] = 757, + [2268] = 758, + [2269] = 762, + [2270] = 764, + [2271] = 771, + [2272] = 754, + [2273] = 759, + [2274] = 760, + [2275] = 763, + [2276] = 765, + [2277] = 766, + [2278] = 767, + [2279] = 768, + [2280] = 760, + [2281] = 772, + [2282] = 773, [2283] = 827, - [2284] = 791, - [2285] = 792, - [2286] = 793, - [2287] = 794, - [2288] = 796, - [2289] = 797, - [2290] = 798, - [2291] = 799, - [2292] = 800, - [2293] = 750, - [2294] = 802, - [2295] = 803, - [2296] = 804, - [2297] = 806, - [2298] = 807, - [2299] = 808, - [2300] = 809, - [2301] = 810, - [2302] = 811, - [2303] = 812, - [2304] = 813, - [2305] = 897, - [2306] = 814, - [2307] = 816, - [2308] = 817, - [2309] = 818, - [2310] = 819, - [2311] = 820, - [2312] = 821, - [2313] = 822, - [2314] = 823, - [2315] = 824, - [2316] = 825, - [2317] = 826, - [2318] = 828, - [2319] = 829, - [2320] = 830, - [2321] = 831, - [2322] = 832, - [2323] = 833, - [2324] = 834, + [2284] = 778, + [2285] = 779, + [2286] = 780, + [2287] = 781, + [2288] = 782, + [2289] = 783, + [2290] = 784, + [2291] = 785, + [2292] = 786, + [2293] = 787, + [2294] = 788, + [2295] = 789, + [2296] = 790, + [2297] = 792, + [2298] = 793, + [2299] = 794, + [2300] = 796, + [2301] = 797, + [2302] = 798, + [2303] = 799, + [2304] = 800, + [2305] = 891, + [2306] = 802, + [2307] = 803, + [2308] = 804, + [2309] = 805, + [2310] = 806, + [2311] = 807, + [2312] = 808, + [2313] = 809, + [2314] = 810, + [2315] = 811, + [2316] = 812, + [2317] = 813, + [2318] = 814, + [2319] = 817, + [2320] = 819, + [2321] = 820, + [2322] = 822, + [2323] = 823, + [2324] = 824, [2325] = 874, - [2326] = 835, - [2327] = 836, - [2328] = 837, - [2329] = 838, - [2330] = 839, - [2331] = 843, - [2332] = 840, - [2333] = 841, - [2334] = 842, - [2335] = 858, - [2336] = 765, - [2337] = 774, - [2338] = 781, - [2339] = 766, - [2340] = 767, - [2341] = 768, - [2342] = 790, + [2326] = 825, + [2327] = 826, + [2328] = 828, + [2329] = 829, + [2330] = 830, + [2331] = 834, + [2332] = 831, + [2333] = 832, + [2334] = 833, + [2335] = 850, + [2336] = 776, + [2337] = 759, + [2338] = 759, + [2339] = 775, + [2340] = 774, + [2341] = 750, + [2342] = 777, [2343] = 749, - [2344] = 770, - [2345] = 771, - [2346] = 779, - [2347] = 772, - [2348] = 773, - [2349] = 774, - [2350] = 775, - [2351] = 776, - [2352] = 777, - [2353] = 778, - [2354] = 779, - [2355] = 781, - [2356] = 782, - [2357] = 783, - [2358] = 784, - [2359] = 785, - [2360] = 786, - [2361] = 787, - [2362] = 778, - [2363] = 788, - [2364] = 789, + [2344] = 769, + [2345] = 751, + [2346] = 754, + [2347] = 752, + [2348] = 756, + [2349] = 757, + [2350] = 758, + [2351] = 762, + [2352] = 764, + [2353] = 771, + [2354] = 754, + [2355] = 759, + [2356] = 760, + [2357] = 763, + [2358] = 765, + [2359] = 766, + [2360] = 767, + [2361] = 768, + [2362] = 771, + [2363] = 772, + [2364] = 773, [2365] = 827, - [2366] = 791, - [2367] = 792, - [2368] = 793, - [2369] = 794, - [2370] = 796, - [2371] = 797, - [2372] = 798, - [2373] = 799, - [2374] = 800, - [2375] = 750, - [2376] = 802, - [2377] = 803, - [2378] = 804, - [2379] = 806, - [2380] = 807, - [2381] = 808, - [2382] = 809, - [2383] = 810, - [2384] = 811, - [2385] = 812, - [2386] = 813, - [2387] = 897, - [2388] = 814, - [2389] = 816, - [2390] = 817, - [2391] = 818, - [2392] = 819, - [2393] = 820, - [2394] = 821, - [2395] = 822, - [2396] = 823, - [2397] = 824, - [2398] = 825, - [2399] = 826, - [2400] = 828, - [2401] = 829, - [2402] = 830, - [2403] = 831, - [2404] = 832, - [2405] = 833, - [2406] = 834, + [2366] = 778, + [2367] = 779, + [2368] = 780, + [2369] = 781, + [2370] = 782, + [2371] = 783, + [2372] = 784, + [2373] = 785, + [2374] = 786, + [2375] = 787, + [2376] = 788, + [2377] = 789, + [2378] = 790, + [2379] = 792, + [2380] = 793, + [2381] = 794, + [2382] = 796, + [2383] = 797, + [2384] = 798, + [2385] = 799, + [2386] = 800, + [2387] = 891, + [2388] = 802, + [2389] = 803, + [2390] = 804, + [2391] = 805, + [2392] = 806, + [2393] = 807, + [2394] = 808, + [2395] = 809, + [2396] = 810, + [2397] = 811, + [2398] = 812, + [2399] = 813, + [2400] = 814, + [2401] = 817, + [2402] = 819, + [2403] = 820, + [2404] = 822, + [2405] = 823, + [2406] = 824, [2407] = 874, - [2408] = 835, - [2409] = 836, - [2410] = 837, - [2411] = 838, - [2412] = 839, - [2413] = 843, - [2414] = 840, - [2415] = 841, - [2416] = 842, - [2417] = 858, - [2418] = 765, - [2419] = 782, - [2420] = 777, - [2421] = 766, - [2422] = 767, - [2423] = 768, - [2424] = 790, + [2408] = 799, + [2409] = 826, + [2410] = 828, + [2411] = 829, + [2412] = 830, + [2413] = 834, + [2414] = 831, + [2415] = 832, + [2416] = 833, + [2417] = 850, + [2418] = 776, + [2419] = 769, + [2420] = 764, + [2421] = 775, + [2422] = 774, + [2423] = 750, + [2424] = 777, [2425] = 749, - [2426] = 770, - [2427] = 771, - [2428] = 776, - [2429] = 772, - [2430] = 773, - [2431] = 774, - [2432] = 775, - [2433] = 776, - [2434] = 777, - [2435] = 778, - [2436] = 779, - [2437] = 781, - [2438] = 782, - [2439] = 783, - [2440] = 784, - [2441] = 785, - [2442] = 786, - [2443] = 787, - [2444] = 775, - [2445] = 788, - [2446] = 789, + [2426] = 769, + [2427] = 751, + [2428] = 762, + [2429] = 752, + [2430] = 756, + [2431] = 757, + [2432] = 758, + [2433] = 762, + [2434] = 764, + [2435] = 771, + [2436] = 754, + [2437] = 759, + [2438] = 760, + [2439] = 763, + [2440] = 765, + [2441] = 766, + [2442] = 767, + [2443] = 768, + [2444] = 758, + [2445] = 772, + [2446] = 773, [2447] = 827, - [2448] = 791, - [2449] = 792, - [2450] = 793, - [2451] = 794, - [2452] = 796, - [2453] = 797, - [2454] = 798, - [2455] = 799, - [2456] = 800, - [2457] = 750, - [2458] = 802, - [2459] = 803, - [2460] = 804, - [2461] = 806, - [2462] = 807, - [2463] = 808, - [2464] = 809, - [2465] = 810, - [2466] = 811, - [2467] = 812, - [2468] = 813, - [2469] = 897, - [2470] = 814, - [2471] = 816, - [2472] = 817, - [2473] = 818, - [2474] = 819, - [2475] = 820, - [2476] = 821, - [2477] = 822, - [2478] = 823, - [2479] = 824, - [2480] = 825, - [2481] = 826, - [2482] = 828, - [2483] = 829, - [2484] = 830, - [2485] = 831, - [2486] = 832, - [2487] = 833, - [2488] = 834, + [2448] = 778, + [2449] = 779, + [2450] = 780, + [2451] = 781, + [2452] = 782, + [2453] = 783, + [2454] = 784, + [2455] = 785, + [2456] = 786, + [2457] = 787, + [2458] = 788, + [2459] = 789, + [2460] = 790, + [2461] = 792, + [2462] = 793, + [2463] = 794, + [2464] = 796, + [2465] = 797, + [2466] = 798, + [2467] = 799, + [2468] = 800, + [2469] = 891, + [2470] = 802, + [2471] = 803, + [2472] = 804, + [2473] = 805, + [2474] = 806, + [2475] = 807, + [2476] = 808, + [2477] = 809, + [2478] = 810, + [2479] = 811, + [2480] = 812, + [2481] = 813, + [2482] = 814, + [2483] = 817, + [2484] = 819, + [2485] = 820, + [2486] = 822, + [2487] = 823, + [2488] = 824, [2489] = 874, - [2490] = 835, - [2491] = 836, - [2492] = 837, - [2493] = 838, - [2494] = 839, - [2495] = 843, - [2496] = 840, - [2497] = 841, - [2498] = 842, - [2499] = 858, - [2500] = 765, - [2501] = 790, - [2502] = 773, - [2503] = 766, - [2504] = 767, - [2505] = 768, - [2506] = 790, + [2490] = 825, + [2491] = 826, + [2492] = 828, + [2493] = 829, + [2494] = 830, + [2495] = 834, + [2496] = 831, + [2497] = 832, + [2498] = 833, + [2499] = 850, + [2500] = 776, + [2501] = 757, + [2502] = 756, + [2503] = 775, + [2504] = 774, + [2505] = 750, + [2506] = 777, [2507] = 749, - [2508] = 770, - [2509] = 771, - [2510] = 772, - [2511] = 772, - [2512] = 773, - [2513] = 774, - [2514] = 775, - [2515] = 776, - [2516] = 777, - [2517] = 778, - [2518] = 779, - [2519] = 781, - [2520] = 782, - [2521] = 783, - [2522] = 784, - [2523] = 785, - [2524] = 786, - [2525] = 787, - [2526] = 771, - [2527] = 788, - [2528] = 789, + [2508] = 769, + [2509] = 751, + [2510] = 752, + [2511] = 752, + [2512] = 756, + [2513] = 757, + [2514] = 758, + [2515] = 762, + [2516] = 764, + [2517] = 771, + [2518] = 754, + [2519] = 759, + [2520] = 760, + [2521] = 763, + [2522] = 765, + [2523] = 766, + [2524] = 767, + [2525] = 768, + [2526] = 751, + [2527] = 772, + [2528] = 773, [2529] = 827, - [2530] = 791, - [2531] = 792, - [2532] = 793, - [2533] = 794, - [2534] = 796, - [2535] = 797, - [2536] = 798, - [2537] = 799, - [2538] = 800, - [2539] = 750, - [2540] = 802, - [2541] = 803, - [2542] = 804, - [2543] = 806, - [2544] = 807, - [2545] = 808, - [2546] = 809, - [2547] = 810, - [2548] = 811, - [2549] = 812, - [2550] = 813, - [2551] = 897, - [2552] = 814, - [2553] = 816, - [2554] = 817, - [2555] = 818, - [2556] = 819, - [2557] = 820, - [2558] = 821, - [2559] = 822, - [2560] = 823, - [2561] = 824, - [2562] = 825, - [2563] = 826, - [2564] = 828, - [2565] = 829, - [2566] = 830, - [2567] = 831, - [2568] = 832, - [2569] = 833, - [2570] = 834, + [2530] = 778, + [2531] = 779, + [2532] = 780, + [2533] = 781, + [2534] = 782, + [2535] = 783, + [2536] = 784, + [2537] = 785, + [2538] = 786, + [2539] = 787, + [2540] = 788, + [2541] = 789, + [2542] = 790, + [2543] = 792, + [2544] = 793, + [2545] = 794, + [2546] = 796, + [2547] = 797, + [2548] = 798, + [2549] = 799, + [2550] = 800, + [2551] = 891, + [2552] = 802, + [2553] = 803, + [2554] = 804, + [2555] = 805, + [2556] = 806, + [2557] = 807, + [2558] = 808, + [2559] = 809, + [2560] = 810, + [2561] = 811, + [2562] = 812, + [2563] = 813, + [2564] = 814, + [2565] = 817, + [2566] = 819, + [2567] = 820, + [2568] = 822, + [2569] = 823, + [2570] = 824, [2571] = 874, - [2572] = 835, - [2573] = 836, - [2574] = 837, - [2575] = 838, - [2576] = 839, - [2577] = 843, - [2578] = 840, - [2579] = 841, - [2580] = 842, - [2581] = 858, - [2582] = 765, - [2583] = 770, + [2572] = 825, + [2573] = 826, + [2574] = 828, + [2575] = 829, + [2576] = 830, + [2577] = 834, + [2578] = 831, + [2579] = 832, + [2580] = 833, + [2581] = 850, + [2582] = 776, + [2583] = 774, [2584] = 749, - [2585] = 766, - [2586] = 767, - [2587] = 768, - [2588] = 790, + [2585] = 775, + [2586] = 774, + [2587] = 750, + [2588] = 777, [2589] = 749, - [2590] = 770, - [2591] = 771, - [2592] = 842, - [2593] = 772, - [2594] = 773, - [2595] = 774, - [2596] = 775, - [2597] = 776, - [2598] = 777, - [2599] = 778, - [2600] = 779, - [2601] = 781, - [2602] = 782, - [2603] = 783, - [2604] = 784, - [2605] = 785, - [2606] = 786, - [2607] = 787, - [2608] = 768, - [2609] = 788, - [2610] = 789, + [2590] = 769, + [2591] = 751, + [2592] = 777, + [2593] = 752, + [2594] = 756, + [2595] = 757, + [2596] = 758, + [2597] = 762, + [2598] = 764, + [2599] = 771, + [2600] = 754, + [2601] = 759, + [2602] = 760, + [2603] = 763, + [2604] = 765, + [2605] = 766, + [2606] = 767, + [2607] = 768, + [2608] = 750, + [2609] = 772, + [2610] = 773, [2611] = 827, - [2612] = 791, - [2613] = 792, - [2614] = 793, - [2615] = 794, - [2616] = 796, - [2617] = 797, - [2618] = 798, - [2619] = 799, - [2620] = 800, - [2621] = 750, - [2622] = 802, - [2623] = 803, - [2624] = 804, - [2625] = 806, - [2626] = 807, - [2627] = 808, - [2628] = 809, - [2629] = 810, - [2630] = 811, - [2631] = 812, - [2632] = 813, - [2633] = 897, - [2634] = 814, - [2635] = 816, - [2636] = 817, - [2637] = 818, - [2638] = 819, - [2639] = 820, - [2640] = 821, - [2641] = 822, - [2642] = 823, - [2643] = 824, - [2644] = 825, - [2645] = 826, - [2646] = 828, - [2647] = 829, - [2648] = 830, - [2649] = 831, - [2650] = 832, - [2651] = 833, - [2652] = 834, + [2612] = 778, + [2613] = 779, + [2614] = 780, + [2615] = 781, + [2616] = 782, + [2617] = 783, + [2618] = 784, + [2619] = 785, + [2620] = 786, + [2621] = 787, + [2622] = 788, + [2623] = 789, + [2624] = 790, + [2625] = 792, + [2626] = 793, + [2627] = 794, + [2628] = 796, + [2629] = 797, + [2630] = 798, + [2631] = 799, + [2632] = 800, + [2633] = 891, + [2634] = 802, + [2635] = 803, + [2636] = 804, + [2637] = 805, + [2638] = 806, + [2639] = 807, + [2640] = 808, + [2641] = 809, + [2642] = 810, + [2643] = 811, + [2644] = 812, + [2645] = 813, + [2646] = 814, + [2647] = 817, + [2648] = 819, + [2649] = 820, + [2650] = 822, + [2651] = 823, + [2652] = 824, [2653] = 874, - [2654] = 835, - [2655] = 836, - [2656] = 837, - [2657] = 838, - [2658] = 839, - [2659] = 843, - [2660] = 840, - [2661] = 841, - [2662] = 842, - [2663] = 858, - [2664] = 765, - [2665] = 767, - [2666] = 766, - [2667] = 766, - [2668] = 767, - [2669] = 768, - [2670] = 790, + [2654] = 825, + [2655] = 826, + [2656] = 828, + [2657] = 829, + [2658] = 830, + [2659] = 834, + [2660] = 831, + [2661] = 832, + [2662] = 833, + [2663] = 850, + [2664] = 776, + [2665] = 834, + [2666] = 775, + [2667] = 775, + [2668] = 774, + [2669] = 750, + [2670] = 777, [2671] = 749, - [2672] = 770, - [2673] = 771, - [2674] = 783, - [2675] = 772, - [2676] = 773, - [2677] = 774, - [2678] = 775, - [2679] = 776, - [2680] = 777, - [2681] = 778, - [2682] = 779, - [2683] = 781, - [2684] = 782, - [2685] = 783, - [2686] = 784, - [2687] = 785, - [2688] = 786, - [2689] = 787, - [2690] = 765, - [2691] = 788, - [2692] = 858, + [2672] = 769, + [2673] = 751, + [2674] = 763, + [2675] = 752, + [2676] = 756, + [2677] = 757, + [2678] = 758, + [2679] = 762, + [2680] = 764, + [2681] = 771, + [2682] = 754, + [2683] = 759, + [2684] = 760, + [2685] = 763, + [2686] = 765, + [2687] = 766, + [2688] = 767, + [2689] = 768, + [2690] = 776, + [2691] = 772, + [2692] = 773, [2693] = 827, - [2694] = 791, - [2695] = 792, - [2696] = 793, - [2697] = 794, - [2698] = 796, - [2699] = 797, - [2700] = 798, - [2701] = 799, - [2702] = 800, - [2703] = 750, - [2704] = 802, - [2705] = 803, - [2706] = 804, - [2707] = 806, - [2708] = 807, - [2709] = 808, - [2710] = 809, - [2711] = 810, - [2712] = 772, - [2713] = 812, - [2714] = 813, - [2715] = 897, - [2716] = 814, - [2717] = 816, - [2718] = 817, - [2719] = 818, - [2720] = 819, - [2721] = 820, - [2722] = 821, - [2723] = 822, - [2724] = 823, - [2725] = 824, - [2726] = 825, - [2727] = 826, - [2728] = 828, - [2729] = 829, - [2730] = 830, - [2731] = 831, - [2732] = 832, - [2733] = 833, - [2734] = 834, + [2694] = 778, + [2695] = 779, + [2696] = 780, + [2697] = 781, + [2698] = 782, + [2699] = 783, + [2700] = 784, + [2701] = 785, + [2702] = 786, + [2703] = 787, + [2704] = 788, + [2705] = 789, + [2706] = 790, + [2707] = 792, + [2708] = 793, + [2709] = 794, + [2710] = 796, + [2711] = 797, + [2712] = 798, + [2713] = 799, + [2714] = 800, + [2715] = 891, + [2716] = 802, + [2717] = 803, + [2718] = 804, + [2719] = 805, + [2720] = 806, + [2721] = 807, + [2722] = 808, + [2723] = 809, + [2724] = 810, + [2725] = 811, + [2726] = 812, + [2727] = 813, + [2728] = 814, + [2729] = 817, + [2730] = 819, + [2731] = 820, + [2732] = 822, + [2733] = 823, + [2734] = 824, [2735] = 874, - [2736] = 835, - [2737] = 836, - [2738] = 837, - [2739] = 838, - [2740] = 839, - [2741] = 843, - [2742] = 840, - [2743] = 841, - [2744] = 842, - [2745] = 858, - [2746] = 765, - [2747] = 836, - [2748] = 841, - [2749] = 766, - [2750] = 767, - [2751] = 768, - [2752] = 790, + [2736] = 825, + [2737] = 826, + [2738] = 828, + [2739] = 829, + [2740] = 830, + [2741] = 834, + [2742] = 831, + [2743] = 832, + [2744] = 833, + [2745] = 850, + [2746] = 776, + [2747] = 850, + [2748] = 833, + [2749] = 775, + [2750] = 774, + [2751] = 750, + [2752] = 777, [2753] = 749, - [2754] = 770, - [2755] = 771, - [2756] = 840, - [2757] = 772, - [2758] = 773, - [2759] = 774, - [2760] = 775, - [2761] = 776, - [2762] = 777, - [2763] = 778, - [2764] = 779, - [2765] = 781, - [2766] = 782, - [2767] = 783, - [2768] = 784, - [2769] = 785, - [2770] = 786, - [2771] = 787, - [2772] = 843, - [2773] = 788, - [2774] = 789, + [2754] = 769, + [2755] = 751, + [2756] = 832, + [2757] = 752, + [2758] = 756, + [2759] = 757, + [2760] = 758, + [2761] = 762, + [2762] = 764, + [2763] = 771, + [2764] = 754, + [2765] = 759, + [2766] = 760, + [2767] = 763, + [2768] = 765, + [2769] = 766, + [2770] = 767, + [2771] = 768, + [2772] = 831, + [2773] = 772, + [2774] = 773, [2775] = 827, - [2776] = 791, - [2777] = 792, - [2778] = 793, - [2779] = 794, - [2780] = 796, - [2781] = 797, - [2782] = 798, - [2783] = 799, - [2784] = 800, - [2785] = 750, - [2786] = 802, - [2787] = 803, - [2788] = 804, - [2789] = 806, - [2790] = 807, - [2791] = 808, - [2792] = 809, - [2793] = 810, - [2794] = 811, - [2795] = 812, - [2796] = 813, - [2797] = 897, - [2798] = 814, - [2799] = 816, - [2800] = 817, - [2801] = 818, - [2802] = 819, - [2803] = 820, - [2804] = 821, - [2805] = 822, - [2806] = 823, - [2807] = 824, - [2808] = 825, - [2809] = 826, - [2810] = 828, - [2811] = 829, - [2812] = 830, - [2813] = 831, - [2814] = 832, - [2815] = 833, - [2816] = 834, + [2776] = 778, + [2777] = 779, + [2778] = 780, + [2779] = 781, + [2780] = 782, + [2781] = 783, + [2782] = 784, + [2783] = 785, + [2784] = 786, + [2785] = 787, + [2786] = 788, + [2787] = 789, + [2788] = 790, + [2789] = 792, + [2790] = 793, + [2791] = 794, + [2792] = 796, + [2793] = 797, + [2794] = 798, + [2795] = 799, + [2796] = 800, + [2797] = 891, + [2798] = 802, + [2799] = 803, + [2800] = 804, + [2801] = 805, + [2802] = 806, + [2803] = 807, + [2804] = 808, + [2805] = 809, + [2806] = 810, + [2807] = 811, + [2808] = 812, + [2809] = 813, + [2810] = 814, + [2811] = 817, + [2812] = 819, + [2813] = 820, + [2814] = 822, + [2815] = 823, + [2816] = 824, [2817] = 874, - [2818] = 835, - [2819] = 836, - [2820] = 837, - [2821] = 838, - [2822] = 839, - [2823] = 843, - [2824] = 840, - [2825] = 841, - [2826] = 842, - [2827] = 858, - [2828] = 765, - [2829] = 839, - [2830] = 838, - [2831] = 766, - [2832] = 767, - [2833] = 768, - [2834] = 790, + [2818] = 825, + [2819] = 826, + [2820] = 828, + [2821] = 829, + [2822] = 830, + [2823] = 834, + [2824] = 831, + [2825] = 832, + [2826] = 833, + [2827] = 850, + [2828] = 776, + [2829] = 823, + [2830] = 830, + [2831] = 775, + [2832] = 774, + [2833] = 750, + [2834] = 777, [2835] = 749, - [2836] = 770, - [2837] = 771, - [2838] = 837, - [2839] = 772, - [2840] = 773, - [2841] = 774, - [2842] = 775, - [2843] = 776, - [2844] = 777, - [2845] = 778, - [2846] = 779, - [2847] = 781, - [2848] = 782, - [2849] = 783, - [2850] = 784, - [2851] = 785, - [2852] = 786, - [2853] = 787, - [2854] = 773, - [2855] = 788, - [2856] = 789, - [2857] = 829, - [2858] = 791, - [2859] = 792, - [2860] = 793, - [2861] = 794, - [2862] = 796, - [2863] = 797, - [2864] = 798, - [2865] = 799, - [2866] = 800, - [2867] = 750, - [2868] = 802, - [2869] = 803, - [2870] = 804, - [2871] = 806, - [2872] = 807, - [2873] = 808, - [2874] = 809, - [2875] = 810, - [2876] = 811, - [2877] = 812, - [2878] = 813, - [2879] = 897, - [2880] = 814, - [2881] = 816, - [2882] = 817, - [2883] = 818, - [2884] = 819, - [2885] = 820, - [2886] = 821, - [2887] = 822, - [2888] = 823, - [2889] = 824, - [2890] = 825, - [2891] = 826, - [2892] = 828, - [2893] = 829, - [2894] = 830, - [2895] = 831, - [2896] = 832, - [2897] = 833, - [2898] = 834, - [2899] = 835, - [2900] = 835, - [2901] = 836, - [2902] = 837, - [2903] = 838, - [2904] = 839, - [2905] = 843, - [2906] = 840, - [2907] = 841, - [2908] = 842, - [2909] = 858, - [2910] = 765, - [2911] = 834, - [2912] = 833, - [2913] = 766, - [2914] = 767, - [2915] = 768, - [2916] = 790, + [2836] = 769, + [2837] = 751, + [2838] = 829, + [2839] = 752, + [2840] = 756, + [2841] = 757, + [2842] = 758, + [2843] = 762, + [2844] = 764, + [2845] = 771, + [2846] = 754, + [2847] = 759, + [2848] = 760, + [2849] = 763, + [2850] = 765, + [2851] = 766, + [2852] = 767, + [2853] = 768, + [2854] = 800, + [2855] = 772, + [2856] = 773, + [2857] = 828, + [2858] = 778, + [2859] = 779, + [2860] = 780, + [2861] = 781, + [2862] = 782, + [2863] = 783, + [2864] = 784, + [2865] = 785, + [2866] = 786, + [2867] = 787, + [2868] = 788, + [2869] = 789, + [2870] = 790, + [2871] = 792, + [2872] = 793, + [2873] = 794, + [2874] = 796, + [2875] = 797, + [2876] = 798, + [2877] = 799, + [2878] = 800, + [2879] = 891, + [2880] = 802, + [2881] = 803, + [2882] = 804, + [2883] = 805, + [2884] = 806, + [2885] = 807, + [2886] = 808, + [2887] = 809, + [2888] = 810, + [2889] = 811, + [2890] = 812, + [2891] = 813, + [2892] = 814, + [2893] = 817, + [2894] = 819, + [2895] = 820, + [2896] = 822, + [2897] = 823, + [2898] = 824, + [2899] = 826, + [2900] = 825, + [2901] = 826, + [2902] = 828, + [2903] = 829, + [2904] = 830, + [2905] = 834, + [2906] = 831, + [2907] = 832, + [2908] = 833, + [2909] = 850, + [2910] = 776, + [2911] = 825, + [2912] = 824, + [2913] = 775, + [2914] = 774, + [2915] = 750, + [2916] = 777, [2917] = 749, - [2918] = 770, - [2919] = 771, - [2920] = 832, - [2921] = 772, - [2922] = 773, - [2923] = 774, - [2924] = 775, - [2925] = 776, - [2926] = 777, - [2927] = 778, - [2928] = 779, - [2929] = 781, - [2930] = 782, - [2931] = 783, - [2932] = 784, - [2933] = 785, - [2934] = 786, - [2935] = 787, - [2936] = 831, - [2937] = 788, - [2938] = 789, - [2939] = 830, - [2940] = 791, - [2941] = 792, - [2942] = 793, - [2943] = 794, - [2944] = 796, - [2945] = 797, - [2946] = 798, - [2947] = 799, - [2948] = 800, - [2949] = 750, - [2950] = 802, - [2951] = 803, - [2952] = 804, - [2953] = 806, - [2954] = 807, - [2955] = 808, - [2956] = 809, - [2957] = 810, - [2958] = 811, - [2959] = 812, - [2960] = 813, - [2961] = 897, - [2962] = 814, - [2963] = 816, - [2964] = 817, - [2965] = 818, - [2966] = 819, - [2967] = 820, - [2968] = 821, - [2969] = 822, - [2970] = 823, - [2971] = 824, - [2972] = 825, - [2973] = 826, - [2974] = 828, - [2975] = 829, - [2976] = 830, - [2977] = 831, - [2978] = 832, - [2979] = 833, - [2980] = 834, - [2981] = 818, - [2982] = 835, - [2983] = 836, - [2984] = 837, - [2985] = 838, - [2986] = 839, - [2987] = 843, - [2988] = 840, - [2989] = 841, - [2990] = 842, - [2991] = 858, - [2992] = 765, - [2993] = 828, - [2994] = 826, - [2995] = 766, - [2996] = 767, - [2997] = 768, - [2998] = 790, + [2918] = 769, + [2919] = 751, + [2920] = 810, + [2921] = 752, + [2922] = 756, + [2923] = 757, + [2924] = 758, + [2925] = 762, + [2926] = 764, + [2927] = 771, + [2928] = 754, + [2929] = 759, + [2930] = 760, + [2931] = 763, + [2932] = 765, + [2933] = 766, + [2934] = 767, + [2935] = 768, + [2936] = 822, + [2937] = 772, + [2938] = 773, + [2939] = 820, + [2940] = 778, + [2941] = 779, + [2942] = 780, + [2943] = 781, + [2944] = 782, + [2945] = 783, + [2946] = 784, + [2947] = 785, + [2948] = 786, + [2949] = 787, + [2950] = 788, + [2951] = 789, + [2952] = 790, + [2953] = 792, + [2954] = 793, + [2955] = 794, + [2956] = 796, + [2957] = 797, + [2958] = 798, + [2959] = 799, + [2960] = 800, + [2961] = 891, + [2962] = 802, + [2963] = 803, + [2964] = 804, + [2965] = 805, + [2966] = 806, + [2967] = 807, + [2968] = 808, + [2969] = 809, + [2970] = 810, + [2971] = 811, + [2972] = 812, + [2973] = 813, + [2974] = 814, + [2975] = 817, + [2976] = 819, + [2977] = 820, + [2978] = 822, + [2979] = 823, + [2980] = 824, + [2981] = 819, + [2982] = 825, + [2983] = 826, + [2984] = 828, + [2985] = 829, + [2986] = 830, + [2987] = 834, + [2988] = 831, + [2989] = 832, + [2990] = 833, + [2991] = 850, + [2992] = 776, + [2993] = 817, + [2994] = 814, + [2995] = 775, + [2996] = 774, + [2997] = 750, + [2998] = 777, [2999] = 749, - [3000] = 770, - [3001] = 771, - [3002] = 825, - [3003] = 772, - [3004] = 773, - [3005] = 774, - [3006] = 775, - [3007] = 776, - [3008] = 777, - [3009] = 778, - [3010] = 779, - [3011] = 781, - [3012] = 782, - [3013] = 783, - [3014] = 784, - [3015] = 785, - [3016] = 786, - [3017] = 787, - [3018] = 824, - [3019] = 788, - [3020] = 789, - [3021] = 823, - [3022] = 791, - [3023] = 792, - [3024] = 793, - [3025] = 794, - [3026] = 796, - [3027] = 797, - [3028] = 798, - [3029] = 799, - [3030] = 800, - [3031] = 750, - [3032] = 802, - [3033] = 803, - [3034] = 804, - [3035] = 806, - [3036] = 807, - [3037] = 808, - [3038] = 809, - [3039] = 810, - [3040] = 811, - [3041] = 812, - [3042] = 813, - [3043] = 897, - [3044] = 814, - [3045] = 816, - [3046] = 817, - [3047] = 818, - [3048] = 819, - [3049] = 820, - [3050] = 821, - [3051] = 822, - [3052] = 823, - [3053] = 824, - [3054] = 825, - [3055] = 826, - [3056] = 828, - [3057] = 829, - [3058] = 830, - [3059] = 831, - [3060] = 832, - [3061] = 833, - [3062] = 834, - [3063] = 822, - [3064] = 835, - [3065] = 836, - [3066] = 837, - [3067] = 838, - [3068] = 839, - [3069] = 843, - [3070] = 840, - [3071] = 841, - [3072] = 842, - [3073] = 858, - [3074] = 765, - [3075] = 821, - [3076] = 820, - [3077] = 766, - [3078] = 767, - [3079] = 768, - [3080] = 790, + [3000] = 769, + [3001] = 891, + [3002] = 813, + [3003] = 752, + [3004] = 756, + [3005] = 757, + [3006] = 758, + [3007] = 762, + [3008] = 764, + [3009] = 771, + [3010] = 754, + [3011] = 759, + [3012] = 760, + [3013] = 763, + [3014] = 765, + [3015] = 766, + [3016] = 767, + [3017] = 768, + [3018] = 812, + [3019] = 772, + [3020] = 773, + [3021] = 811, + [3022] = 778, + [3023] = 779, + [3024] = 780, + [3025] = 781, + [3026] = 782, + [3027] = 783, + [3028] = 784, + [3029] = 785, + [3030] = 786, + [3031] = 787, + [3032] = 788, + [3033] = 789, + [3034] = 790, + [3035] = 792, + [3036] = 793, + [3037] = 794, + [3038] = 796, + [3039] = 797, + [3040] = 798, + [3041] = 799, + [3042] = 800, + [3043] = 891, + [3044] = 802, + [3045] = 803, + [3046] = 804, + [3047] = 805, + [3048] = 806, + [3049] = 807, + [3050] = 808, + [3051] = 809, + [3052] = 810, + [3053] = 811, + [3054] = 812, + [3055] = 813, + [3056] = 814, + [3057] = 817, + [3058] = 819, + [3059] = 820, + [3060] = 822, + [3061] = 823, + [3062] = 824, + [3063] = 799, + [3064] = 825, + [3065] = 826, + [3066] = 828, + [3067] = 829, + [3068] = 830, + [3069] = 834, + [3070] = 831, + [3071] = 832, + [3072] = 833, + [3073] = 850, + [3074] = 776, + [3075] = 809, + [3076] = 808, + [3077] = 775, + [3078] = 774, + [3079] = 750, + [3080] = 777, [3081] = 749, - [3082] = 770, - [3083] = 771, - [3084] = 774, - [3085] = 772, - [3086] = 773, - [3087] = 774, - [3088] = 775, - [3089] = 776, - [3090] = 777, - [3091] = 778, - [3092] = 779, - [3093] = 781, - [3094] = 782, - [3095] = 783, - [3096] = 784, - [3097] = 785, - [3098] = 786, - [3099] = 787, - [3100] = 819, - [3101] = 788, - [3102] = 789, - [3103] = 775, - [3104] = 791, - [3105] = 792, - [3106] = 793, - [3107] = 794, - [3108] = 796, - [3109] = 797, - [3110] = 798, - [3111] = 799, - [3112] = 800, - [3113] = 750, - [3114] = 802, - [3115] = 803, - [3116] = 804, - [3117] = 806, - [3118] = 807, - [3119] = 808, - [3120] = 809, - [3121] = 810, - [3122] = 811, - [3123] = 812, - [3124] = 813, - [3125] = 897, - [3126] = 814, - [3127] = 816, - [3128] = 817, - [3129] = 818, - [3130] = 819, - [3131] = 820, - [3132] = 821, - [3133] = 822, - [3134] = 823, - [3135] = 824, - [3136] = 825, - [3137] = 826, - [3138] = 828, - [3139] = 829, - [3140] = 830, - [3141] = 831, - [3142] = 832, - [3143] = 833, - [3144] = 834, - [3145] = 776, - [3146] = 835, - [3147] = 836, - [3148] = 837, - [3149] = 838, - [3150] = 839, - [3151] = 843, - [3152] = 840, - [3153] = 841, - [3154] = 842, - [3155] = 858, - [3156] = 775, - [3157] = 817, - [3158] = 771, - [3159] = 778, - [3160] = 816, - [3161] = 814, - [3162] = 779, - [3163] = 777, - [3164] = 897, - [3165] = 806, - [3166] = 781, - [3167] = 813, - [3168] = 782, - [3169] = 783, - [3170] = 812, + [3082] = 769, + [3083] = 751, + [3084] = 807, + [3085] = 752, + [3086] = 756, + [3087] = 757, + [3088] = 758, + [3089] = 762, + [3090] = 764, + [3091] = 771, + [3092] = 754, + [3093] = 759, + [3094] = 760, + [3095] = 763, + [3096] = 765, + [3097] = 766, + [3098] = 767, + [3099] = 768, + [3100] = 806, + [3101] = 772, + [3102] = 773, + [3103] = 802, + [3104] = 778, + [3105] = 779, + [3106] = 780, + [3107] = 781, + [3108] = 782, + [3109] = 783, + [3110] = 784, + [3111] = 785, + [3112] = 786, + [3113] = 787, + [3114] = 788, + [3115] = 789, + [3116] = 790, + [3117] = 792, + [3118] = 793, + [3119] = 794, + [3120] = 796, + [3121] = 797, + [3122] = 798, + [3123] = 799, + [3124] = 800, + [3125] = 891, + [3126] = 802, + [3127] = 803, + [3128] = 804, + [3129] = 805, + [3130] = 806, + [3131] = 807, + [3132] = 808, + [3133] = 809, + [3134] = 810, + [3135] = 811, + [3136] = 812, + [3137] = 813, + [3138] = 814, + [3139] = 817, + [3140] = 819, + [3141] = 820, + [3142] = 822, + [3143] = 823, + [3144] = 824, + [3145] = 803, + [3146] = 825, + [3147] = 826, + [3148] = 828, + [3149] = 829, + [3150] = 830, + [3151] = 834, + [3152] = 831, + [3153] = 832, + [3154] = 833, + [3155] = 850, + [3156] = 805, + [3157] = 804, + [3158] = 804, + [3159] = 805, + [3160] = 803, + [3161] = 802, + [3162] = 806, + [3163] = 807, + [3164] = 891, + [3165] = 808, + [3166] = 809, + [3167] = 800, + [3168] = 775, + [3169] = 810, + [3170] = 767, [3171] = 827, [3172] = 874, - [3173] = 811, + [3173] = 798, [3174] = 827, [3175] = 874, - [3176] = 810, + [3176] = 797, [3177] = 827, [3178] = 874, - [3179] = 809, - [3180] = 784, - [3181] = 808, - [3182] = 807, - [3183] = 785, - [3184] = 786, - [3185] = 787, - [3186] = 807, - [3187] = 788, - [3188] = 784, - [3189] = 806, - [3190] = 789, - [3191] = 791, - [3192] = 792, - [3193] = 793, - [3194] = 794, - [3195] = 796, - [3196] = 797, - [3197] = 798, - [3198] = 799, - [3199] = 800, - [3200] = 750, - [3201] = 804, - [3202] = 803, - [3203] = 802, - [3204] = 803, - [3205] = 804, - [3206] = 808, - [3207] = 806, - [3208] = 807, - [3209] = 808, - [3210] = 809, - [3211] = 811, - [3212] = 812, - [3213] = 813, - [3214] = 802, - [3215] = 897, - [3216] = 814, - [3217] = 816, - [3218] = 817, - [3219] = 818, - [3220] = 819, - [3221] = 820, - [3222] = 821, - [3223] = 822, - [3224] = 823, - [3225] = 824, - [3226] = 825, - [3227] = 826, - [3228] = 828, - [3229] = 829, - [3230] = 830, - [3231] = 810, - [3232] = 832, - [3233] = 833, - [3234] = 834, - [3235] = 874, - [3236] = 835, - [3237] = 836, - [3238] = 837, - [3239] = 838, - [3240] = 839, - [3241] = 843, - [3242] = 827, - [3243] = 840, - [3244] = 831, - [3245] = 750, - [3246] = 841, - [3247] = 842, - [3248] = 800, - [3249] = 858, - [3250] = 799, - [3251] = 765, - [3252] = 798, - [3253] = 797, - [3254] = 810, - [3255] = 796, - [3256] = 766, - [3257] = 794, - [3258] = 767, - [3259] = 768, - [3260] = 790, - [3261] = 749, - [3262] = 770, - [3263] = 786, - [3264] = 793, - [3265] = 771, - [3266] = 811, - [3267] = 772, - [3268] = 773, - [3269] = 774, - [3270] = 775, - [3271] = 776, - [3272] = 777, - [3273] = 778, - [3274] = 779, - [3275] = 809, - [3276] = 787, - [3277] = 792, - [3278] = 781, - [3279] = 782, - [3280] = 784, - [3281] = 785, - [3282] = 786, - [3283] = 787, - [3284] = 783, - [3285] = 788, - [3286] = 789, - [3287] = 827, - [3288] = 791, - [3289] = 791, - [3290] = 792, - [3291] = 793, - [3292] = 794, - [3293] = 796, - [3294] = 797, - [3295] = 798, - [3296] = 800, - [3297] = 750, - [3298] = 802, - [3299] = 803, - [3300] = 804, - [3301] = 812, - [3302] = 806, - [3303] = 807, - [3304] = 808, - [3305] = 809, - [3306] = 810, - [3307] = 811, - [3308] = 812, - [3309] = 813, - [3310] = 897, - [3311] = 814, - [3312] = 816, - [3313] = 817, - [3314] = 818, - [3315] = 819, - [3316] = 820, + [3179] = 796, + [3180] = 774, + [3181] = 794, + [3182] = 793, + [3183] = 750, + [3184] = 777, + [3185] = 811, + [3186] = 812, + [3187] = 749, + [3188] = 765, + [3189] = 792, + [3190] = 813, + [3191] = 769, + [3192] = 814, + [3193] = 817, + [3194] = 819, + [3195] = 850, + [3196] = 833, + [3197] = 832, + [3198] = 790, + [3199] = 752, + [3200] = 831, + [3201] = 789, + [3202] = 788, + [3203] = 756, + [3204] = 758, + [3205] = 834, + [3206] = 757, + [3207] = 758, + [3208] = 830, + [3209] = 762, + [3210] = 751, + [3211] = 829, + [3212] = 820, + [3213] = 771, + [3214] = 787, + [3215] = 828, + [3216] = 754, + [3217] = 826, + [3218] = 825, + [3219] = 764, + [3220] = 874, + [3221] = 822, + [3222] = 786, + [3223] = 823, + [3224] = 824, + [3225] = 759, + [3226] = 823, + [3227] = 824, + [3228] = 874, + [3229] = 822, + [3230] = 760, + [3231] = 820, + [3232] = 819, + [3233] = 763, + [3234] = 825, + [3235] = 817, + [3236] = 826, + [3237] = 828, + [3238] = 829, + [3239] = 765, + [3240] = 830, + [3241] = 814, + [3242] = 785, + [3243] = 834, + [3244] = 766, + [3245] = 784, + [3246] = 831, + [3247] = 767, + [3248] = 783, + [3249] = 789, + [3250] = 782, + [3251] = 812, + [3252] = 781, + [3253] = 767, + [3254] = 768, + [3255] = 780, + [3256] = 811, + [3257] = 768, + [3258] = 810, + [3259] = 809, + [3260] = 808, + [3261] = 779, + [3262] = 807, + [3263] = 778, + [3264] = 773, + [3265] = 806, + [3266] = 805, + [3267] = 804, + [3268] = 833, + [3269] = 803, + [3270] = 802, + [3271] = 891, + [3272] = 800, + [3273] = 799, + [3274] = 772, + [3275] = 850, + [3276] = 772, + [3277] = 772, + [3278] = 776, + [3279] = 796, + [3280] = 798, + [3281] = 797, + [3282] = 827, + [3283] = 773, + [3284] = 787, + [3285] = 778, + [3286] = 779, + [3287] = 775, + [3288] = 763, + [3289] = 768, + [3290] = 774, + [3291] = 780, + [3292] = 750, + [3293] = 777, + [3294] = 794, + [3295] = 749, + [3296] = 793, + [3297] = 769, + [3298] = 781, + [3299] = 782, + [3300] = 783, + [3301] = 792, + [3302] = 827, + [3303] = 751, + [3304] = 790, + [3305] = 789, + [3306] = 784, + [3307] = 785, + [3308] = 788, + [3309] = 787, + [3310] = 786, + [3311] = 785, + [3312] = 784, + [3313] = 786, + [3314] = 787, + [3315] = 788, + [3316] = 789, [3317] = 874, - [3318] = 799, - [3319] = 789, - [3320] = 822, - [3321] = 788, - [3322] = 823, - [3323] = 788, - [3324] = 824, - [3325] = 787, - [3326] = 786, - [3327] = 785, - [3328] = 825, - [3329] = 784, - [3330] = 826, - [3331] = 828, - [3332] = 829, - [3333] = 830, - [3334] = 831, - [3335] = 783, - [3336] = 782, - [3337] = 832, - [3338] = 833, - [3339] = 834, - [3340] = 874, - [3341] = 835, - [3342] = 836, - [3343] = 837, - [3344] = 838, - [3345] = 839, - [3346] = 843, - [3347] = 840, - [3348] = 781, - [3349] = 789, - [3350] = 821, - [3351] = 842, - [3352] = 858, - [3353] = 765, - [3354] = 897, - [3355] = 766, - [3356] = 767, - [3357] = 768, - [3358] = 790, - [3359] = 749, - [3360] = 770, - [3361] = 841, - [3362] = 771, - [3363] = 814, - [3364] = 772, - [3365] = 773, - [3366] = 774, - [3367] = 775, - [3368] = 776, - [3369] = 777, - [3370] = 778, - [3371] = 779, - [3372] = 813, - [3373] = 781, - [3374] = 782, - [3375] = 841, - [3376] = 784, - [3377] = 785, - [3378] = 786, - [3379] = 787, - [3380] = 788, - [3381] = 789, - [3382] = 827, - [3383] = 791, - [3384] = 792, - [3385] = 793, - [3386] = 794, - [3387] = 796, - [3388] = 797, - [3389] = 779, - [3390] = 798, - [3391] = 778, - [3392] = 799, - [3393] = 791, - [3394] = 800, - [3395] = 777, - [3396] = 750, - [3397] = 776, - [3398] = 775, - [3399] = 774, - [3400] = 802, - [3401] = 773, - [3402] = 803, - [3403] = 804, - [3404] = 816, - [3405] = 806, - [3406] = 807, - [3407] = 808, - [3408] = 783, - [3409] = 810, - [3410] = 811, - [3411] = 809, - [3412] = 812, - [3413] = 813, - [3414] = 897, - [3415] = 814, - [3416] = 816, - [3417] = 817, - [3418] = 818, - [3419] = 819, - [3420] = 772, - [3421] = 820, - [3422] = 821, - [3423] = 822, - [3424] = 823, - [3425] = 824, - [3426] = 825, - [3427] = 828, - [3428] = 829, - [3429] = 830, + [3318] = 783, + [3319] = 774, + [3320] = 782, + [3321] = 766, + [3322] = 790, + [3323] = 765, + [3324] = 781, + [3325] = 763, + [3326] = 760, + [3327] = 759, + [3328] = 773, + [3329] = 827, + [3330] = 792, + [3331] = 780, + [3332] = 779, + [3333] = 793, + [3334] = 778, + [3335] = 754, + [3336] = 771, + [3337] = 827, + [3338] = 773, + [3339] = 772, + [3340] = 752, + [3341] = 768, + [3342] = 756, + [3343] = 757, + [3344] = 767, + [3345] = 766, + [3346] = 794, + [3347] = 796, + [3348] = 778, + [3349] = 764, + [3350] = 765, + [3351] = 758, + [3352] = 762, + [3353] = 764, + [3354] = 766, + [3355] = 798, + [3356] = 771, + [3357] = 799, + [3358] = 800, + [3359] = 754, + [3360] = 891, + [3361] = 762, + [3362] = 786, + [3363] = 802, + [3364] = 803, + [3365] = 804, + [3366] = 832, + [3367] = 832, + [3368] = 805, + [3369] = 760, + [3370] = 759, + [3371] = 759, + [3372] = 771, + [3373] = 764, + [3374] = 806, + [3375] = 762, + [3376] = 758, + [3377] = 757, + [3378] = 756, + [3379] = 752, + [3380] = 807, + [3381] = 760, + [3382] = 763, + [3383] = 751, + [3384] = 769, + [3385] = 808, + [3386] = 749, + [3387] = 809, + [3388] = 810, + [3389] = 758, + [3390] = 777, + [3391] = 757, + [3392] = 811, + [3393] = 756, + [3394] = 812, + [3395] = 765, + [3396] = 766, + [3397] = 752, + [3398] = 751, + [3399] = 769, + [3400] = 750, + [3401] = 749, + [3402] = 813, + [3403] = 814, + [3404] = 774, + [3405] = 817, + [3406] = 775, + [3407] = 767, + [3408] = 777, + [3409] = 776, + [3410] = 819, + [3411] = 768, + [3412] = 784, + [3413] = 772, + [3414] = 874, + [3415] = 773, + [3416] = 778, + [3417] = 779, + [3418] = 850, + [3419] = 783, + [3420] = 750, + [3421] = 797, + [3422] = 822, + [3423] = 823, + [3424] = 833, + [3425] = 780, + [3426] = 808, + [3427] = 788, + [3428] = 754, + [3429] = 824, [3430] = 831, - [3431] = 832, - [3432] = 833, - [3433] = 771, - [3434] = 834, - [3435] = 874, - [3436] = 835, - [3437] = 836, - [3438] = 837, - [3439] = 838, - [3440] = 839, - [3441] = 843, - [3442] = 840, - [3443] = 841, - [3444] = 842, - [3445] = 858, - [3446] = 818, - [3447] = 819, - [3448] = 820, - [3449] = 817, - [3450] = 826, - [3451] = 822, - [3452] = 823, - [3453] = 824, - [3454] = 825, - [3455] = 826, - [3456] = 828, - [3457] = 829, - [3458] = 830, + [3431] = 874, + [3432] = 825, + [3433] = 830, + [3434] = 826, + [3435] = 834, + [3436] = 830, + [3437] = 829, + [3438] = 828, + [3439] = 826, + [3440] = 825, + [3441] = 782, + [3442] = 874, + [3443] = 824, + [3444] = 828, + [3445] = 823, + [3446] = 822, + [3447] = 781, + [3448] = 782, + [3449] = 820, + [3450] = 819, + [3451] = 829, + [3452] = 830, + [3453] = 817, + [3454] = 814, + [3455] = 813, + [3456] = 783, + [3457] = 834, + [3458] = 784, [3459] = 831, - [3460] = 832, - [3461] = 770, - [3462] = 833, - [3463] = 749, - [3464] = 834, - [3465] = 790, - [3466] = 874, - [3467] = 768, - [3468] = 835, - [3469] = 767, - [3470] = 766, - [3471] = 792, - [3472] = 836, - [3473] = 765, - [3474] = 837, - [3475] = 838, - [3476] = 839, - [3477] = 843, - [3478] = 840, - [3479] = 858, - [3480] = 842, - [3481] = 841, - [3482] = 821, - [3483] = 858, - [3484] = 765, - [3485] = 750, - [3486] = 766, - [3487] = 767, - [3488] = 768, - [3489] = 790, - [3490] = 749, - [3491] = 770, - [3492] = 839, - [3493] = 840, - [3494] = 771, - [3495] = 772, - [3496] = 773, - [3497] = 774, + [3460] = 812, + [3461] = 775, + [3462] = 811, + [3463] = 779, + [3464] = 820, + [3465] = 776, + [3466] = 810, + [3467] = 850, + [3468] = 785, + [3469] = 833, + [3470] = 832, + [3471] = 831, + [3472] = 809, + [3473] = 834, + [3474] = 786, + [3475] = 787, + [3476] = 785, + [3477] = 788, + [3478] = 832, + [3479] = 808, + [3480] = 829, + [3481] = 789, + [3482] = 833, + [3483] = 790, + [3484] = 792, + [3485] = 785, + [3486] = 807, + [3487] = 850, + [3488] = 806, + [3489] = 805, + [3490] = 804, + [3491] = 803, + [3492] = 828, + [3493] = 826, + [3494] = 802, + [3495] = 776, + [3496] = 825, + [3497] = 891, [3498] = 775, - [3499] = 776, - [3500] = 777, - [3501] = 785, - [3502] = 778, - [3503] = 779, - [3504] = 842, - [3505] = 843, - [3506] = 827, + [3499] = 774, + [3500] = 750, + [3501] = 777, + [3502] = 800, + [3503] = 749, + [3504] = 769, + [3505] = 824, + [3506] = 751, [3507] = 799, - [3508] = 781, - [3509] = 782, - [3510] = 783, - [3511] = 784, - [3512] = 785, - [3513] = 786, - [3514] = 787, - [3515] = 798, - [3516] = 788, - [3517] = 789, - [3518] = 791, - [3519] = 792, - [3520] = 797, - [3521] = 793, - [3522] = 796, - [3523] = 794, - [3524] = 796, - [3525] = 797, - [3526] = 874, - [3527] = 798, + [3508] = 823, + [3509] = 798, + [3510] = 797, + [3511] = 796, + [3512] = 794, + [3513] = 780, + [3514] = 793, + [3515] = 752, + [3516] = 756, + [3517] = 793, + [3518] = 792, + [3519] = 794, + [3520] = 796, + [3521] = 797, + [3522] = 757, + [3523] = 758, + [3524] = 790, + [3525] = 789, + [3526] = 798, + [3527] = 788, [3528] = 799, - [3529] = 800, - [3530] = 750, - [3531] = 800, - [3532] = 820, - [3533] = 802, - [3534] = 838, - [3535] = 811, - [3536] = 837, - [3537] = 802, - [3538] = 836, - [3539] = 803, - [3540] = 835, - [3541] = 834, + [3529] = 762, + [3530] = 764, + [3531] = 771, + [3532] = 822, + [3533] = 800, + [3534] = 820, + [3535] = 754, + [3536] = 819, + [3537] = 891, + [3538] = 817, + [3539] = 802, + [3540] = 814, + [3541] = 813, [3542] = 827, - [3543] = 804, - [3544] = 833, - [3545] = 806, - [3546] = 793, - [3547] = 807, - [3548] = 808, - [3549] = 809, - [3550] = 832, - [3551] = 831, - [3552] = 810, - [3553] = 811, - [3554] = 812, - [3555] = 813, - [3556] = 897, - [3557] = 814, - [3558] = 816, - [3559] = 817, - [3560] = 818, - [3561] = 819, - [3562] = 794, - [3563] = 830, - [3564] = 829, - [3565] = 821, - [3566] = 822, - [3567] = 823, - [3568] = 824, - [3569] = 825, - [3570] = 826, - [3571] = 828, + [3543] = 812, + [3544] = 811, + [3545] = 759, + [3546] = 760, + [3547] = 787, + [3548] = 803, + [3549] = 786, + [3550] = 810, + [3551] = 809, + [3552] = 804, + [3553] = 805, + [3554] = 784, + [3555] = 783, + [3556] = 782, + [3557] = 781, + [3558] = 780, + [3559] = 779, + [3560] = 778, + [3561] = 765, + [3562] = 766, + [3563] = 781, + [3564] = 807, + [3565] = 767, + [3566] = 827, + [3567] = 806, + [3568] = 773, + [3569] = 772, + [3570] = 763, + [3571] = 768, [3572] = 3572, [3573] = 3572, [3574] = 3572, @@ -5016,770 +5023,770 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3613] = 3613, [3614] = 3614, [3615] = 3615, - [3616] = 3607, - [3617] = 3617, - [3618] = 3607, - [3619] = 3614, - [3620] = 3620, - [3621] = 3615, - [3622] = 3612, - [3623] = 3609, - [3624] = 3617, - [3625] = 3607, - [3626] = 3615, - [3627] = 3612, - [3628] = 3617, - [3629] = 3609, - [3630] = 3614, - [3631] = 3613, - [3632] = 3611, - [3633] = 3608, - [3634] = 3614, - [3635] = 3613, - [3636] = 3611, - [3637] = 3608, - [3638] = 3638, - [3639] = 3608, - [3640] = 3609, - [3641] = 3638, - [3642] = 3612, - [3643] = 3615, - [3644] = 3607, - [3645] = 3638, - [3646] = 3608, - [3647] = 3611, - [3648] = 3607, - [3649] = 3613, - [3650] = 3615, - [3651] = 3608, - [3652] = 3611, - [3653] = 3613, - [3654] = 3614, - [3655] = 3638, - [3656] = 3614, - [3657] = 3614, - [3658] = 3613, - [3659] = 3607, - [3660] = 3615, - [3661] = 3612, - [3662] = 3609, - [3663] = 3612, - [3664] = 3609, - [3665] = 3638, - [3666] = 3617, - [3667] = 3608, - [3668] = 3617, - [3669] = 3609, - [3670] = 3612, - [3671] = 3615, - [3672] = 3607, - [3673] = 3611, - [3674] = 3613, + [3616] = 3609, + [3617] = 3609, + [3618] = 3618, + [3619] = 3618, + [3620] = 3618, + [3621] = 3613, + [3622] = 3611, + [3623] = 3608, + [3624] = 3618, + [3625] = 3618, + [3626] = 3612, + [3627] = 3609, + [3628] = 3615, + [3629] = 3614, + [3630] = 3609, + [3631] = 3615, + [3632] = 3614, + [3633] = 3633, + [3634] = 3615, + [3635] = 3633, + [3636] = 3613, + [3637] = 3611, + [3638] = 3608, + [3639] = 3639, + [3640] = 3612, + [3641] = 3612, + [3642] = 3639, + [3643] = 3608, + [3644] = 3611, + [3645] = 3639, + [3646] = 3633, + [3647] = 3614, + [3648] = 3615, + [3649] = 3609, + [3650] = 3613, + [3651] = 3633, + [3652] = 3614, + [3653] = 3615, + [3654] = 3607, + [3655] = 3609, + [3656] = 3639, + [3657] = 3618, + [3658] = 3609, + [3659] = 3615, + [3660] = 3614, + [3661] = 3614, + [3662] = 3613, + [3663] = 3611, + [3664] = 3608, + [3665] = 3612, + [3666] = 3639, + [3667] = 3633, + [3668] = 3633, + [3669] = 3612, + [3670] = 3608, + [3671] = 3611, + [3672] = 3613, + [3673] = 3614, + [3674] = 3633, [3675] = 3614, - [3676] = 3611, - [3677] = 3611, - [3678] = 3613, + [3676] = 3615, + [3677] = 3615, + [3678] = 3611, [3679] = 3609, - [3680] = 3614, - [3681] = 3608, - [3682] = 3612, - [3683] = 3638, - [3684] = 3615, - [3685] = 3607, - [3686] = 3617, - [3687] = 3609, - [3688] = 3612, - [3689] = 3615, - [3690] = 3607, - [3691] = 3607, - [3692] = 3615, - [3693] = 3612, - [3694] = 3609, - [3695] = 3638, - [3696] = 3614, - [3697] = 3613, - [3698] = 3611, - [3699] = 3608, - [3700] = 3617, - [3701] = 3608, - [3702] = 3611, - [3703] = 3613, - [3704] = 3614, - [3705] = 3615, - [3706] = 3614, - [3707] = 3613, - [3708] = 3638, - [3709] = 3607, - [3710] = 3614, - [3711] = 3607, - [3712] = 3615, - [3713] = 3612, - [3714] = 3609, - [3715] = 3617, - [3716] = 3638, - [3717] = 3617, + [3680] = 3609, + [3681] = 3639, + [3682] = 3618, + [3683] = 3618, + [3684] = 3612, + [3685] = 3608, + [3686] = 3611, + [3687] = 3618, + [3688] = 3613, + [3689] = 3639, + [3690] = 3618, + [3691] = 3618, + [3692] = 3609, + [3693] = 3615, + [3694] = 3613, + [3695] = 3611, + [3696] = 3609, + [3697] = 3615, + [3698] = 3614, + [3699] = 3633, + [3700] = 3608, + [3701] = 3618, + [3702] = 3612, + [3703] = 3633, + [3704] = 3615, + [3705] = 3609, + [3706] = 3615, + [3707] = 3618, + [3708] = 3614, + [3709] = 3613, + [3710] = 3611, + [3711] = 3608, + [3712] = 3612, + [3713] = 3639, + [3714] = 3633, + [3715] = 3639, + [3716] = 3612, + [3717] = 3633, [3718] = 3608, - [3719] = 3611, - [3720] = 3613, - [3721] = 3614, + [3719] = 3614, + [3720] = 3615, + [3721] = 3609, [3722] = 3613, - [3723] = 3638, - [3724] = 3607, - [3725] = 3615, - [3726] = 3612, - [3727] = 3609, - [3728] = 3617, - [3729] = 3607, - [3730] = 3613, - [3731] = 3607, - [3732] = 3615, - [3733] = 3612, - [3734] = 3609, - [3735] = 3638, - [3736] = 3614, - [3737] = 3609, - [3738] = 3612, - [3739] = 3615, - [3740] = 3607, - [3741] = 3617, - [3742] = 3613, - [3743] = 3608, - [3744] = 3611, - [3745] = 3611, - [3746] = 3608, - [3747] = 3613, - [3748] = 3614, - [3749] = 3615, - [3750] = 3611, + [3723] = 3639, + [3724] = 3611, + [3725] = 3618, + [3726] = 3639, + [3727] = 3613, + [3728] = 3618, + [3729] = 3633, + [3730] = 3633, + [3731] = 3613, + [3732] = 3609, + [3733] = 3613, + [3734] = 3613, + [3735] = 3611, + [3736] = 3608, + [3737] = 3612, + [3738] = 3608, + [3739] = 3611, + [3740] = 3613, + [3741] = 3612, + [3742] = 3639, + [3743] = 3611, + [3744] = 3609, + [3745] = 3615, + [3746] = 3611, + [3747] = 3614, + [3748] = 3633, + [3749] = 3639, + [3750] = 3633, [3751] = 3608, - [3752] = 3617, - [3753] = 3638, - [3754] = 3607, - [3755] = 3615, - [3756] = 3608, - [3757] = 3612, - [3758] = 3609, - [3759] = 3607, + [3752] = 3615, + [3753] = 3611, + [3754] = 3613, + [3755] = 3633, + [3756] = 3633, + [3757] = 3614, + [3758] = 3614, + [3759] = 3615, [3760] = 3612, - [3761] = 3615, - [3762] = 3612, - [3763] = 3609, + [3761] = 3609, + [3762] = 3608, + [3763] = 3615, [3764] = 3609, [3765] = 3612, - [3766] = 3617, - [3767] = 3614, - [3768] = 3613, - [3769] = 3611, - [3770] = 3608, - [3771] = 3638, - [3772] = 3638, - [3773] = 3608, - [3774] = 3611, - [3775] = 3613, - [3776] = 3614, - [3777] = 3609, - [3778] = 3615, - [3779] = 3607, - [3780] = 3617, - [3781] = 3617, - [3782] = 3607, - [3783] = 3615, - [3784] = 3612, - [3785] = 3609, - [3786] = 3638, - [3787] = 3617, - [3788] = 3617, - [3789] = 3608, - [3790] = 3611, - [3791] = 3613, - [3792] = 3614, - [3793] = 3607, - [3794] = 3638, - [3795] = 3638, - [3796] = 3638, - [3797] = 3615, - [3798] = 3614, - [3799] = 3607, - [3800] = 3615, - [3801] = 3612, - [3802] = 3609, - [3803] = 3617, - [3804] = 3638, - [3805] = 3608, - [3806] = 3611, - [3807] = 3613, - [3808] = 3613, - [3809] = 3612, - [3810] = 3615, - [3811] = 3607, - [3812] = 3614, - [3813] = 3614, - [3814] = 3613, - [3815] = 3609, - [3816] = 3620, - [3817] = 3611, - [3818] = 3612, - [3819] = 3608, - [3820] = 3615, - [3821] = 3638, - [3822] = 3638, - [3823] = 3617, - [3824] = 3617, - [3825] = 3607, + [3766] = 3615, + [3767] = 3609, + [3768] = 3615, + [3769] = 3614, + [3770] = 3633, + [3771] = 3607, + [3772] = 3639, + [3773] = 3612, + [3774] = 3608, + [3775] = 3611, + [3776] = 3613, + [3777] = 3615, + [3778] = 3614, + [3779] = 3609, + [3780] = 3633, + [3781] = 3613, + [3782] = 3611, + [3783] = 3614, + [3784] = 3608, + [3785] = 3613, + [3786] = 3611, + [3787] = 3608, + [3788] = 3612, + [3789] = 3612, + [3790] = 3639, + [3791] = 3614, + [3792] = 3609, + [3793] = 3633, + [3794] = 3639, + [3795] = 3614, + [3796] = 3615, + [3797] = 3609, + [3798] = 3633, + [3799] = 3615, + [3800] = 3614, + [3801] = 3618, + [3802] = 3633, + [3803] = 3639, + [3804] = 3612, + [3805] = 3618, + [3806] = 3608, + [3807] = 3611, + [3808] = 3612, + [3809] = 3608, + [3810] = 3611, + [3811] = 3613, + [3812] = 3613, + [3813] = 3639, + [3814] = 3639, + [3815] = 3613, + [3816] = 3618, + [3817] = 3618, + [3818] = 3618, + [3819] = 3611, + [3820] = 3612, + [3821] = 3608, + [3822] = 3618, + [3823] = 3618, + [3824] = 3614, + [3825] = 3609, [3826] = 3615, [3827] = 3612, - [3828] = 3609, - [3829] = 3638, - [3830] = 3617, + [3828] = 3614, + [3829] = 3639, + [3830] = 3633, [3831] = 3609, - [3832] = 3612, - [3833] = 3614, - [3834] = 3611, - [3835] = 3638, - [3836] = 3612, - [3837] = 3609, + [3832] = 3639, + [3833] = 3612, + [3834] = 3608, + [3835] = 3633, + [3836] = 3633, + [3837] = 3612, [3838] = 3615, - [3839] = 3638, - [3840] = 3611, - [3841] = 3608, + [3839] = 3609, + [3840] = 3614, + [3841] = 3633, [3842] = 3614, - [3843] = 3617, + [3843] = 3615, [3844] = 3609, - [3845] = 3607, - [3846] = 3617, - [3847] = 3614, - [3848] = 3613, - [3849] = 3608, - [3850] = 3638, - [3851] = 3607, - [3852] = 3615, - [3853] = 3612, - [3854] = 3609, - [3855] = 3638, - [3856] = 3617, - [3857] = 3614, - [3858] = 3613, - [3859] = 3608, - [3860] = 3611, + [3845] = 3639, + [3846] = 3614, + [3847] = 3618, + [3848] = 3615, + [3849] = 3614, + [3850] = 3609, + [3851] = 3611, + [3852] = 3612, + [3853] = 3613, + [3854] = 3633, + [3855] = 3618, + [3856] = 3618, + [3857] = 3639, + [3858] = 3639, + [3859] = 3612, + [3860] = 3618, [3861] = 3613, - [3862] = 3614, - [3863] = 3611, - [3864] = 3611, - [3865] = 3638, - [3866] = 3620, - [3867] = 3608, - [3868] = 3611, - [3869] = 3613, - [3870] = 3607, - [3871] = 3615, - [3872] = 3612, + [3862] = 3611, + [3863] = 3608, + [3864] = 3612, + [3865] = 3639, + [3866] = 3639, + [3867] = 3618, + [3868] = 3613, + [3869] = 3611, + [3870] = 3633, + [3871] = 3614, + [3872] = 3615, [3873] = 3609, - [3874] = 3617, - [3875] = 3638, - [3876] = 3617, + [3874] = 3608, + [3875] = 3608, + [3876] = 3612, [3877] = 3608, - [3878] = 3617, - [3879] = 3609, - [3880] = 3612, - [3881] = 3615, - [3882] = 3607, + [3878] = 3611, + [3879] = 3612, + [3880] = 3608, + [3881] = 3611, + [3882] = 3613, [3883] = 3611, - [3884] = 3613, - [3885] = 3614, - [3886] = 3608, - [3887] = 3608, - [3888] = 3611, - [3889] = 3620, - [3890] = 3617, - [3891] = 3613, - [3892] = 3614, - [3893] = 3607, - [3894] = 3612, - [3895] = 3615, - [3896] = 3612, - [3897] = 3609, - [3898] = 3638, - [3899] = 3617, - [3900] = 3608, - [3901] = 3611, - [3902] = 3638, - [3903] = 3613, - [3904] = 3614, - [3905] = 3608, - [3906] = 3638, - [3907] = 3611, - [3908] = 3611, - [3909] = 3614, - [3910] = 3613, - [3911] = 3611, - [3912] = 3608, - [3913] = 3608, - [3914] = 3614, - [3915] = 3607, + [3884] = 3609, + [3885] = 3615, + [3886] = 3613, + [3887] = 3614, + [3888] = 3618, + [3889] = 3607, + [3890] = 3633, + [3891] = 3639, + [3892] = 3612, + [3893] = 3639, + [3894] = 3633, + [3895] = 3608, + [3896] = 3611, + [3897] = 3613, + [3898] = 3614, + [3899] = 3615, + [3900] = 3609, + [3901] = 3613, + [3902] = 3618, + [3903] = 3611, + [3904] = 3608, + [3905] = 3639, + [3906] = 3639, + [3907] = 3613, + [3908] = 3612, + [3909] = 3609, + [3910] = 3615, + [3911] = 3614, + [3912] = 3633, + [3913] = 3639, + [3914] = 3608, + [3915] = 3609, [3916] = 3615, - [3917] = 3612, - [3918] = 3609, - [3919] = 3613, - [3920] = 3617, - [3921] = 3638, - [3922] = 3608, - [3923] = 3611, - [3924] = 3613, - [3925] = 3614, - [3926] = 3617, - [3927] = 3613, - [3928] = 3609, - [3929] = 3612, - [3930] = 3615, - [3931] = 3611, - [3932] = 3607, - [3933] = 3617, - [3934] = 3617, - [3935] = 3608, - [3936] = 3638, - [3937] = 3607, - [3938] = 3615, - [3939] = 3612, - [3940] = 3609, - [3941] = 3638, - [3942] = 3617, - [3943] = 3614, - [3944] = 3608, - [3945] = 3611, - [3946] = 3613, - [3947] = 3614, - [3948] = 3638, - [3949] = 3617, - [3950] = 3609, - [3951] = 3612, - [3952] = 3615, - [3953] = 3607, + [3917] = 3633, + [3918] = 3614, + [3919] = 3633, + [3920] = 3614, + [3921] = 3615, + [3922] = 3609, + [3923] = 3618, + [3924] = 3639, + [3925] = 3612, + [3926] = 3618, + [3927] = 3607, + [3928] = 3608, + [3929] = 3633, + [3930] = 3614, + [3931] = 3615, + [3932] = 3618, + [3933] = 3609, + [3934] = 3611, + [3935] = 3639, + [3936] = 3639, + [3937] = 3618, + [3938] = 3613, + [3939] = 3613, + [3940] = 3611, + [3941] = 3608, + [3942] = 3612, + [3943] = 3639, + [3944] = 3612, + [3945] = 3608, + [3946] = 3611, + [3947] = 3633, + [3948] = 3614, + [3949] = 3615, + [3950] = 3612, + [3951] = 3608, + [3952] = 3611, + [3953] = 3613, [3954] = 3609, [3955] = 3613, - [3956] = 3609, - [3957] = 3611, - [3958] = 3620, - [3959] = 3612, - [3960] = 3615, - [3961] = 3607, + [3956] = 3613, + [3957] = 3618, + [3958] = 3611, + [3959] = 3618, + [3960] = 3608, + [3961] = 3612, [3962] = 3962, - [3963] = 3962, - [3964] = 3964, - [3965] = 3962, - [3966] = 3962, + [3963] = 3963, + [3964] = 3962, + [3965] = 3963, + [3966] = 3963, [3967] = 3967, - [3968] = 3967, + [3968] = 3963, [3969] = 3962, - [3970] = 3964, - [3971] = 3967, - [3972] = 3964, + [3970] = 3967, + [3971] = 3962, + [3972] = 3963, [3973] = 3967, - [3974] = 3967, - [3975] = 3964, + [3974] = 3963, + [3975] = 3967, [3976] = 3962, [3977] = 3967, - [3978] = 3967, - [3979] = 3962, - [3980] = 3964, - [3981] = 3962, - [3982] = 3964, - [3983] = 3967, - [3984] = 3964, + [3978] = 3962, + [3979] = 3967, + [3980] = 3963, + [3981] = 3967, + [3982] = 3962, + [3983] = 3963, + [3984] = 3962, [3985] = 3962, - [3986] = 3967, + [3986] = 3963, [3987] = 3967, - [3988] = 3964, - [3989] = 3967, - [3990] = 3962, - [3991] = 3962, - [3992] = 3964, - [3993] = 3962, - [3994] = 3967, - [3995] = 3964, - [3996] = 3967, + [3988] = 3967, + [3989] = 3962, + [3990] = 3967, + [3991] = 3963, + [3992] = 3962, + [3993] = 3963, + [3994] = 3962, + [3995] = 3967, + [3996] = 3963, [3997] = 3967, - [3998] = 3962, - [3999] = 3964, - [4000] = 3962, - [4001] = 3964, + [3998] = 3963, + [3999] = 3967, + [4000] = 3963, + [4001] = 3963, [4002] = 3967, - [4003] = 3964, - [4004] = 3962, - [4005] = 3967, + [4003] = 3963, + [4004] = 3967, + [4005] = 3962, [4006] = 3962, - [4007] = 3967, - [4008] = 3964, - [4009] = 3964, - [4010] = 3962, - [4011] = 3967, + [4007] = 3962, + [4008] = 3963, + [4009] = 3967, + [4010] = 3963, + [4011] = 3962, [4012] = 3967, [4013] = 3962, - [4014] = 3964, - [4015] = 3964, - [4016] = 3964, - [4017] = 3962, - [4018] = 3964, - [4019] = 3964, - [4020] = 3964, - [4021] = 3962, - [4022] = 3967, - [4023] = 3967, + [4014] = 3967, + [4015] = 3962, + [4016] = 3967, + [4017] = 3963, + [4018] = 3967, + [4019] = 3962, + [4020] = 3967, + [4021] = 3963, + [4022] = 3963, + [4023] = 3962, [4024] = 3962, - [4025] = 3964, - [4026] = 3964, - [4027] = 3962, - [4028] = 3967, - [4029] = 3964, - [4030] = 3964, - [4031] = 3967, - [4032] = 3962, - [4033] = 3962, - [4034] = 3964, + [4025] = 3967, + [4026] = 3963, + [4027] = 3967, + [4028] = 3963, + [4029] = 3963, + [4030] = 3962, + [4031] = 3962, + [4032] = 3967, + [4033] = 3967, + [4034] = 3962, [4035] = 3967, - [4036] = 3962, - [4037] = 3967, - [4038] = 3964, + [4036] = 3963, + [4037] = 3963, + [4038] = 3963, [4039] = 3962, - [4040] = 3967, - [4041] = 3962, + [4040] = 3962, + [4041] = 3967, [4042] = 3962, [4043] = 3967, [4044] = 3967, - [4045] = 3964, - [4046] = 3964, - [4047] = 3962, + [4045] = 3963, + [4046] = 3967, + [4047] = 3963, [4048] = 3962, [4049] = 3962, - [4050] = 3967, + [4050] = 3963, [4051] = 3967, - [4052] = 3967, + [4052] = 3963, [4053] = 3962, - [4054] = 3964, - [4055] = 3967, + [4054] = 3967, + [4055] = 3962, [4056] = 3967, - [4057] = 3964, - [4058] = 3967, - [4059] = 3964, + [4057] = 3963, + [4058] = 3962, + [4059] = 3967, [4060] = 3962, - [4061] = 3964, - [4062] = 3964, - [4063] = 3964, - [4064] = 3962, + [4061] = 3963, + [4062] = 3962, + [4063] = 3963, + [4064] = 3963, [4065] = 3967, [4066] = 3962, - [4067] = 674, - [4068] = 684, + [4067] = 684, + [4068] = 674, [4069] = 4069, [4070] = 4070, - [4071] = 684, - [4072] = 4069, - [4073] = 4070, + [4071] = 4071, + [4072] = 4070, + [4073] = 4071, [4074] = 4074, - [4075] = 4069, - [4076] = 4069, - [4077] = 4077, - [4078] = 4070, - [4079] = 4077, - [4080] = 4077, - [4081] = 4070, - [4082] = 4069, - [4083] = 684, - [4084] = 4077, - [4085] = 4074, - [4086] = 4069, - [4087] = 4077, - [4088] = 4070, - [4089] = 4069, - [4090] = 4070, - [4091] = 4069, - [4092] = 4077, - [4093] = 4074, - [4094] = 684, - [4095] = 684, - [4096] = 684, + [4075] = 4070, + [4076] = 4070, + [4077] = 4071, + [4078] = 4069, + [4079] = 684, + [4080] = 4071, + [4081] = 4069, + [4082] = 4070, + [4083] = 4070, + [4084] = 4074, + [4085] = 674, + [4086] = 4071, + [4087] = 4069, + [4088] = 4069, + [4089] = 4070, + [4090] = 4069, + [4091] = 4071, + [4092] = 4069, + [4093] = 4069, + [4094] = 4069, + [4095] = 4071, + [4096] = 4069, [4097] = 4070, - [4098] = 4070, - [4099] = 4077, - [4100] = 4077, - [4101] = 4077, - [4102] = 4070, - [4103] = 4069, - [4104] = 4069, - [4105] = 4070, + [4098] = 4071, + [4099] = 4069, + [4100] = 4070, + [4101] = 4071, + [4102] = 4074, + [4103] = 4071, + [4104] = 4070, + [4105] = 4069, [4106] = 4069, [4107] = 4070, - [4108] = 4069, - [4109] = 4074, - [4110] = 4077, - [4111] = 4070, - [4112] = 4074, + [4108] = 4071, + [4109] = 4071, + [4110] = 4070, + [4111] = 4071, + [4112] = 4070, [4113] = 4069, - [4114] = 4070, + [4114] = 684, [4115] = 4069, - [4116] = 4069, - [4117] = 4070, - [4118] = 4070, - [4119] = 4077, - [4120] = 4077, - [4121] = 4077, - [4122] = 4077, - [4123] = 4069, - [4124] = 4077, - [4125] = 674, - [4126] = 4077, - [4127] = 4070, + [4116] = 4070, + [4117] = 4071, + [4118] = 684, + [4119] = 4069, + [4120] = 4069, + [4121] = 4074, + [4122] = 4071, + [4123] = 4070, + [4124] = 4071, + [4125] = 4070, + [4126] = 4071, + [4127] = 4069, [4128] = 4070, - [4129] = 4069, - [4130] = 4069, - [4131] = 4070, + [4129] = 684, + [4130] = 4070, + [4131] = 4071, [4132] = 4069, - [4133] = 4069, + [4133] = 4071, [4134] = 4069, - [4135] = 4070, - [4136] = 4077, - [4137] = 4077, - [4138] = 4069, - [4139] = 684, - [4140] = 4070, - [4141] = 4077, - [4142] = 4077, - [4143] = 4069, - [4144] = 4077, - [4145] = 4077, - [4146] = 4077, + [4135] = 4069, + [4136] = 4069, + [4137] = 4070, + [4138] = 4071, + [4139] = 4071, + [4140] = 684, + [4141] = 4070, + [4142] = 4069, + [4143] = 4071, + [4144] = 4069, + [4145] = 4070, + [4146] = 4070, [4147] = 4069, - [4148] = 4070, + [4148] = 4071, [4149] = 4070, - [4150] = 4077, - [4151] = 4069, + [4150] = 4069, + [4151] = 4071, [4152] = 4070, [4153] = 4069, - [4154] = 4077, - [4155] = 4077, + [4154] = 4071, + [4155] = 4070, [4156] = 4069, [4157] = 4070, - [4158] = 4070, - [4159] = 4069, - [4160] = 4070, - [4161] = 4069, + [4158] = 4071, + [4159] = 4070, + [4160] = 4069, + [4161] = 4071, [4162] = 4069, - [4163] = 4070, - [4164] = 4069, - [4165] = 4077, - [4166] = 4070, - [4167] = 4070, - [4168] = 4077, - [4169] = 4077, - [4170] = 4077, - [4171] = 4077, - [4172] = 4070, - [4173] = 4069, - [4174] = 4070, - [4175] = 4077, + [4163] = 4071, + [4164] = 4070, + [4165] = 4070, + [4166] = 4069, + [4167] = 4071, + [4168] = 4071, + [4169] = 4070, + [4170] = 4070, + [4171] = 4069, + [4172] = 684, + [4173] = 4070, + [4174] = 4071, + [4175] = 4069, [4176] = 4069, - [4177] = 4077, - [4178] = 4070, + [4177] = 4071, + [4178] = 4074, [4179] = 4070, - [4180] = 4077, - [4181] = 4077, - [4182] = 4070, - [4183] = 4069, - [4184] = 4069, - [4185] = 4070, - [4186] = 4074, + [4180] = 4070, + [4181] = 4069, + [4182] = 4071, + [4183] = 4071, + [4184] = 4070, + [4185] = 4071, + [4186] = 684, [4187] = 684, - [4188] = 4188, - [4189] = 684, - [4190] = 4188, + [4188] = 4074, + [4189] = 4074, + [4190] = 4190, [4191] = 4074, [4192] = 4074, - [4193] = 684, + [4193] = 4190, [4194] = 684, - [4195] = 4074, + [4195] = 684, [4196] = 4196, - [4197] = 827, - [4198] = 874, - [4199] = 4199, - [4200] = 4200, - [4201] = 4196, + [4197] = 4197, + [4198] = 4198, + [4199] = 4197, + [4200] = 4197, + [4201] = 4197, [4202] = 4202, - [4203] = 4196, - [4204] = 4196, + [4203] = 4202, + [4204] = 4198, [4205] = 4196, - [4206] = 4202, - [4207] = 4196, - [4208] = 4196, - [4209] = 4199, - [4210] = 4200, - [4211] = 4202, - [4212] = 4199, - [4213] = 4199, - [4214] = 4202, + [4206] = 4198, + [4207] = 4202, + [4208] = 4202, + [4209] = 4198, + [4210] = 4197, + [4211] = 4196, + [4212] = 4196, + [4213] = 4213, + [4214] = 4198, [4215] = 4196, - [4216] = 4199, + [4216] = 4197, [4217] = 4217, - [4218] = 4199, - [4219] = 4200, - [4220] = 4202, - [4221] = 4200, - [4222] = 4196, - [4223] = 4200, - [4224] = 4199, - [4225] = 4200, + [4218] = 4202, + [4219] = 4219, + [4220] = 4198, + [4221] = 4202, + [4222] = 4197, + [4223] = 4202, + [4224] = 4197, + [4225] = 4202, [4226] = 4202, - [4227] = 4199, - [4228] = 4199, - [4229] = 874, - [4230] = 4199, - [4231] = 4202, + [4227] = 4202, + [4228] = 4196, + [4229] = 4198, + [4230] = 4196, + [4231] = 4198, [4232] = 4202, - [4233] = 4196, - [4234] = 4202, + [4233] = 4202, + [4234] = 4197, [4235] = 4196, - [4236] = 4199, - [4237] = 4202, - [4238] = 4200, - [4239] = 4199, - [4240] = 4202, - [4241] = 4196, - [4242] = 4202, - [4243] = 4200, - [4244] = 4196, - [4245] = 4200, - [4246] = 827, - [4247] = 4202, - [4248] = 4196, - [4249] = 4199, - [4250] = 4196, - [4251] = 4199, - [4252] = 4199, - [4253] = 827, - [4254] = 4196, - [4255] = 4217, + [4236] = 4198, + [4237] = 4237, + [4238] = 4196, + [4239] = 4198, + [4240] = 4240, + [4241] = 4198, + [4242] = 4197, + [4243] = 4196, + [4244] = 4219, + [4245] = 4196, + [4246] = 4202, + [4247] = 4196, + [4248] = 4197, + [4249] = 4198, + [4250] = 4197, + [4251] = 4198, + [4252] = 4202, + [4253] = 4197, + [4254] = 4219, + [4255] = 4196, [4256] = 4202, - [4257] = 4200, - [4258] = 4202, - [4259] = 4259, - [4260] = 4202, - [4261] = 4196, - [4262] = 4196, + [4257] = 4196, + [4258] = 4198, + [4259] = 4219, + [4260] = 4196, + [4261] = 4198, + [4262] = 4197, [4263] = 4196, - [4264] = 4200, - [4265] = 4200, - [4266] = 4196, + [4264] = 4198, + [4265] = 4196, + [4266] = 4197, [4267] = 4202, - [4268] = 4199, - [4269] = 4199, - [4270] = 4196, - [4271] = 874, - [4272] = 4199, - [4273] = 4202, - [4274] = 4196, + [4268] = 4198, + [4269] = 4202, + [4270] = 4197, + [4271] = 4202, + [4272] = 4196, + [4273] = 4197, + [4274] = 4198, [4275] = 4196, - [4276] = 4196, + [4276] = 4240, [4277] = 4202, - [4278] = 4199, - [4279] = 4202, - [4280] = 4200, - [4281] = 4199, - [4282] = 4200, - [4283] = 4202, - [4284] = 4200, - [4285] = 4200, + [4278] = 4198, + [4279] = 4198, + [4280] = 4197, + [4281] = 4198, + [4282] = 4196, + [4283] = 4197, + [4284] = 4196, + [4285] = 4198, [4286] = 4202, - [4287] = 827, - [4288] = 4217, - [4289] = 4200, - [4290] = 874, - [4291] = 4202, - [4292] = 4199, - [4293] = 4199, - [4294] = 4199, + [4287] = 4197, + [4288] = 874, + [4289] = 4197, + [4290] = 4197, + [4291] = 4198, + [4292] = 4237, + [4293] = 4197, + [4294] = 4198, [4295] = 4202, - [4296] = 4200, - [4297] = 4199, - [4298] = 4202, - [4299] = 4196, - [4300] = 827, - [4301] = 4196, + [4296] = 4196, + [4297] = 4202, + [4298] = 4198, + [4299] = 4197, + [4300] = 4198, + [4301] = 4202, [4302] = 4196, - [4303] = 4202, - [4304] = 4200, - [4305] = 4200, - [4306] = 4306, - [4307] = 4196, - [4308] = 4308, - [4309] = 4200, - [4310] = 4199, - [4311] = 4200, - [4312] = 4202, - [4313] = 4217, - [4314] = 4196, - [4315] = 4202, - [4316] = 4200, - [4317] = 4199, - [4318] = 4196, - [4319] = 4196, - [4320] = 4199, - [4321] = 4200, - [4322] = 4202, - [4323] = 4196, - [4324] = 4202, - [4325] = 4196, - [4326] = 4200, - [4327] = 4200, - [4328] = 4217, - [4329] = 4202, - [4330] = 4202, - [4331] = 4196, - [4332] = 4202, - [4333] = 4200, - [4334] = 4306, - [4335] = 4202, - [4336] = 4196, - [4337] = 4202, - [4338] = 4196, - [4339] = 4196, - [4340] = 4340, - [4341] = 4196, - [4342] = 874, - [4343] = 4199, - [4344] = 4202, - [4345] = 4200, - [4346] = 4200, - [4347] = 4202, - [4348] = 4259, - [4349] = 4199, - [4350] = 4199, - [4351] = 4199, - [4352] = 4202, - [4353] = 4200, - [4354] = 4196, - [4355] = 4200, - [4356] = 4308, - [4357] = 4200, - [4358] = 4202, - [4359] = 4196, - [4360] = 4202, - [4361] = 4199, - [4362] = 4200, - [4363] = 4196, - [4364] = 4200, - [4365] = 4196, - [4366] = 4202, - [4367] = 4200, - [4368] = 4199, - [4369] = 4202, - [4370] = 4199, - [4371] = 4199, + [4303] = 4197, + [4304] = 874, + [4305] = 4197, + [4306] = 4202, + [4307] = 4197, + [4308] = 4198, + [4309] = 4197, + [4310] = 4198, + [4311] = 4197, + [4312] = 4198, + [4313] = 4196, + [4314] = 4198, + [4315] = 4219, + [4316] = 4196, + [4317] = 4196, + [4318] = 4198, + [4319] = 827, + [4320] = 4202, + [4321] = 874, + [4322] = 827, + [4323] = 4197, + [4324] = 4197, + [4325] = 4198, + [4326] = 4213, + [4327] = 4196, + [4328] = 4202, + [4329] = 874, + [4330] = 827, + [4331] = 4198, + [4332] = 4197, + [4333] = 4196, + [4334] = 4202, + [4335] = 4198, + [4336] = 4198, + [4337] = 4196, + [4338] = 4197, + [4339] = 874, + [4340] = 4202, + [4341] = 4197, + [4342] = 4202, + [4343] = 4197, + [4344] = 4198, + [4345] = 4197, + [4346] = 4197, + [4347] = 4196, + [4348] = 827, + [4349] = 4198, + [4350] = 4202, + [4351] = 4202, + [4352] = 4196, + [4353] = 4198, + [4354] = 4202, + [4355] = 4202, + [4356] = 4197, + [4357] = 4197, + [4358] = 4196, + [4359] = 4198, + [4360] = 4198, + [4361] = 827, + [4362] = 4202, + [4363] = 4197, + [4364] = 4196, + [4365] = 4197, + [4366] = 4198, + [4367] = 4197, + [4368] = 4202, + [4369] = 4196, + [4370] = 4198, + [4371] = 4196, [4372] = 4372, [4373] = 4373, - [4374] = 4374, + [4374] = 4373, [4375] = 4375, - [4376] = 4372, + [4376] = 4376, [4377] = 4377, [4378] = 4378, - [4379] = 4373, + [4379] = 4379, [4380] = 4380, [4381] = 4381, [4382] = 4382, @@ -5788,1061 +5795,1061 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4385] = 4385, [4386] = 4386, [4387] = 4387, - [4388] = 4388, - [4389] = 4381, - [4390] = 4390, - [4391] = 4382, - [4392] = 4378, - [4393] = 4386, + [4388] = 4372, + [4389] = 4383, + [4390] = 4382, + [4391] = 4391, + [4392] = 4392, + [4393] = 4393, [4394] = 4394, - [4395] = 4387, - [4396] = 4375, - [4397] = 4397, + [4395] = 4395, + [4396] = 4396, + [4397] = 4391, [4398] = 4398, - [4399] = 4385, - [4400] = 4387, - [4401] = 4375, - [4402] = 4384, - [4403] = 4403, - [4404] = 4383, - [4405] = 4403, - [4406] = 4382, - [4407] = 4381, - [4408] = 4380, - [4409] = 4409, - [4410] = 4388, - [4411] = 4411, - [4412] = 4388, - [4413] = 4413, - [4414] = 4394, - [4415] = 4415, - [4416] = 4373, - [4417] = 4417, - [4418] = 4418, - [4419] = 4403, - [4420] = 4381, - [4421] = 4409, - [4422] = 4398, - [4423] = 4397, - [4424] = 4424, - [4425] = 4374, - [4426] = 4372, - [4427] = 4377, - [4428] = 4418, - [4429] = 4378, - [4430] = 4373, - [4431] = 4417, - [4432] = 4380, - [4433] = 4394, - [4434] = 4381, - [4435] = 4382, - [4436] = 4383, - [4437] = 4384, - [4438] = 4385, - [4439] = 4413, - [4440] = 4386, - [4441] = 4390, - [4442] = 4411, - [4443] = 4387, - [4444] = 4375, - [4445] = 4403, - [4446] = 4388, - [4447] = 4377, - [4448] = 4372, - [4449] = 4374, - [4450] = 4424, - [4451] = 4411, - [4452] = 4413, - [4453] = 4394, - [4454] = 4388, - [4455] = 4417, - [4456] = 4397, - [4457] = 4418, - [4458] = 4403, - [4459] = 4388, - [4460] = 4398, - [4461] = 4409, - [4462] = 4411, - [4463] = 4375, - [4464] = 4418, - [4465] = 4417, - [4466] = 4409, - [4467] = 4398, - [4468] = 4387, - [4469] = 4411, - [4470] = 4394, - [4471] = 4413, - [4472] = 4413, - [4473] = 4383, - [4474] = 4397, - [4475] = 4413, - [4476] = 4417, - [4477] = 4411, - [4478] = 4388, - [4479] = 4403, - [4480] = 4375, - [4481] = 4424, - [4482] = 4374, - [4483] = 4390, - [4484] = 4372, + [4399] = 4399, + [4400] = 4400, + [4401] = 4401, + [4402] = 4402, + [4403] = 4373, + [4404] = 4380, + [4405] = 4375, + [4406] = 4376, + [4407] = 4393, + [4408] = 4394, + [4409] = 4373, + [4410] = 4375, + [4411] = 4376, + [4412] = 4377, + [4413] = 4378, + [4414] = 4379, + [4415] = 4377, + [4416] = 4381, + [4417] = 4382, + [4418] = 4383, + [4419] = 4384, + [4420] = 4385, + [4421] = 4386, + [4422] = 4387, + [4423] = 4372, + [4424] = 4378, + [4425] = 4379, + [4426] = 4392, + [4427] = 4395, + [4428] = 4396, + [4429] = 4391, + [4430] = 4398, + [4431] = 4399, + [4432] = 4400, + [4433] = 4401, + [4434] = 4402, + [4435] = 4379, + [4436] = 4380, + [4437] = 4393, + [4438] = 4394, + [4439] = 4382, + [4440] = 4373, + [4441] = 4375, + [4442] = 4376, + [4443] = 4377, + [4444] = 4378, + [4445] = 4379, + [4446] = 4381, + [4447] = 4381, + [4448] = 4382, + [4449] = 4383, + [4450] = 4384, + [4451] = 4385, + [4452] = 4386, + [4453] = 4387, + [4454] = 4393, + [4455] = 4372, + [4456] = 4378, + [4457] = 4377, + [4458] = 4380, + [4459] = 4376, + [4460] = 4392, + [4461] = 4395, + [4462] = 4396, + [4463] = 4391, + [4464] = 4398, + [4465] = 4399, + [4466] = 4400, + [4467] = 4401, + [4468] = 827, + [4469] = 4382, + [4470] = 4402, + [4471] = 4383, + [4472] = 4472, + [4473] = 4402, + [4474] = 4384, + [4475] = 4401, + [4476] = 4400, + [4477] = 4380, + [4478] = 4399, + [4479] = 4393, + [4480] = 4394, + [4481] = 4373, + [4482] = 4375, + [4483] = 4398, + [4484] = 4376, [4485] = 4377, - [4486] = 4378, - [4487] = 4373, - [4488] = 4418, - [4489] = 4380, - [4490] = 4381, - [4491] = 4382, - [4492] = 4383, - [4493] = 4384, - [4494] = 4385, - [4495] = 4386, - [4496] = 4390, - [4497] = 4386, - [4498] = 4385, + [4486] = 4391, + [4487] = 4385, + [4488] = 4378, + [4489] = 4379, + [4490] = 4386, + [4491] = 4381, + [4492] = 4382, + [4493] = 4383, + [4494] = 4384, + [4495] = 4385, + [4496] = 4386, + [4497] = 4387, + [4498] = 4372, [4499] = 4387, - [4500] = 4375, - [4501] = 4403, - [4502] = 4388, - [4503] = 4411, - [4504] = 4387, - [4505] = 4413, - [4506] = 4394, - [4507] = 4417, - [4508] = 4418, - [4509] = 4390, - [4510] = 4384, - [4511] = 4383, - [4512] = 4409, - [4513] = 4398, - [4514] = 4397, - [4515] = 4424, - [4516] = 4374, - [4517] = 4372, - [4518] = 4384, - [4519] = 4390, - [4520] = 4386, - [4521] = 4385, - [4522] = 4377, - [4523] = 4378, - [4524] = 4373, - [4525] = 4373, - [4526] = 4394, - [4527] = 4382, - [4528] = 4380, - [4529] = 4409, - [4530] = 4381, + [4500] = 4396, + [4501] = 4375, + [4502] = 4373, + [4503] = 4392, + [4504] = 4395, + [4505] = 4395, + [4506] = 4396, + [4507] = 4391, + [4508] = 4398, + [4509] = 4399, + [4510] = 4392, + [4511] = 4400, + [4512] = 4401, + [4513] = 4402, + [4514] = 4372, + [4515] = 4384, + [4516] = 4380, + [4517] = 4393, + [4518] = 4385, + [4519] = 4394, + [4520] = 4373, + [4521] = 874, + [4522] = 4375, + [4523] = 4376, + [4524] = 4377, + [4525] = 4372, + [4526] = 4387, + [4527] = 4378, + [4528] = 4379, + [4529] = 4386, + [4530] = 4392, [4531] = 4381, [4532] = 4382, - [4533] = 4384, - [4534] = 4383, - [4535] = 4384, - [4536] = 4385, - [4537] = 4386, - [4538] = 4390, - [4539] = 4380, - [4540] = 4386, + [4533] = 4383, + [4534] = 4384, + [4535] = 4385, + [4536] = 4386, + [4537] = 4387, + [4538] = 4372, + [4539] = 4385, + [4540] = 4384, [4541] = 4383, - [4542] = 4417, - [4543] = 4398, - [4544] = 4397, - [4545] = 4424, - [4546] = 4382, - [4547] = 4374, - [4548] = 4403, - [4549] = 4418, - [4550] = 4373, - [4551] = 4378, - [4552] = 4377, - [4553] = 4372, - [4554] = 4374, - [4555] = 4387, - [4556] = 4375, - [4557] = 4424, - [4558] = 4397, - [4559] = 4403, - [4560] = 4388, - [4561] = 4411, - [4562] = 4413, + [4542] = 4395, + [4543] = 4543, + [4544] = 4396, + [4545] = 4391, + [4546] = 4381, + [4547] = 4372, + [4548] = 4392, + [4549] = 4395, + [4550] = 4396, + [4551] = 4391, + [4552] = 4398, + [4553] = 4399, + [4554] = 4381, + [4555] = 4400, + [4556] = 4401, + [4557] = 4402, + [4558] = 4398, + [4559] = 4399, + [4560] = 4379, + [4561] = 4380, + [4562] = 4393, [4563] = 4394, - [4564] = 4417, - [4565] = 4418, - [4566] = 4398, - [4567] = 4409, - [4568] = 4409, - [4569] = 4398, - [4570] = 4397, - [4571] = 4424, - [4572] = 4374, - [4573] = 4372, - [4574] = 4377, - [4575] = 4380, - [4576] = 4378, - [4577] = 4373, + [4564] = 4373, + [4565] = 4375, + [4566] = 4376, + [4567] = 4377, + [4568] = 4378, + [4569] = 4379, + [4570] = 4400, + [4571] = 4381, + [4572] = 4382, + [4573] = 4383, + [4574] = 4384, + [4575] = 4385, + [4576] = 4386, + [4577] = 4387, [4578] = 4372, - [4579] = 4380, - [4580] = 4381, - [4581] = 4385, - [4582] = 4382, - [4583] = 4383, - [4584] = 4384, - [4585] = 4385, - [4586] = 4386, - [4587] = 4390, - [4588] = 4418, - [4589] = 4417, - [4590] = 4373, - [4591] = 4378, - [4592] = 4394, - [4593] = 4413, - [4594] = 4387, - [4595] = 4375, - [4596] = 4411, - [4597] = 4403, - [4598] = 4377, - [4599] = 4388, - [4600] = 4388, - [4601] = 4411, - [4602] = 4413, - [4603] = 4394, - [4604] = 4372, - [4605] = 4417, - [4606] = 4418, - [4607] = 4403, - [4608] = 4374, - [4609] = 4409, - [4610] = 4375, - [4611] = 4387, - [4612] = 4409, - [4613] = 4390, - [4614] = 874, - [4615] = 4398, - [4616] = 4397, - [4617] = 4424, - [4618] = 4386, - [4619] = 4385, - [4620] = 4397, - [4621] = 4398, - [4622] = 4409, - [4623] = 4424, - [4624] = 4374, - [4625] = 4384, - [4626] = 4372, - [4627] = 4377, - [4628] = 4378, - [4629] = 4373, - [4630] = 4383, - [4631] = 4380, - [4632] = 4381, - [4633] = 4382, - [4634] = 4383, - [4635] = 4384, - [4636] = 4385, - [4637] = 4386, - [4638] = 4390, - [4639] = 4382, - [4640] = 4381, - [4641] = 4387, - [4642] = 4375, - [4643] = 4403, - [4644] = 4388, - [4645] = 4411, - [4646] = 4418, - [4647] = 4413, - [4648] = 4394, - [4649] = 4417, - [4650] = 4418, - [4651] = 4409, - [4652] = 4387, - [4653] = 4417, - [4654] = 4409, - [4655] = 4398, - [4656] = 4397, - [4657] = 4424, - [4658] = 4374, + [4579] = 4378, + [4580] = 4394, + [4581] = 4377, + [4582] = 4393, + [4583] = 4392, + [4584] = 4395, + [4585] = 4396, + [4586] = 4391, + [4587] = 4398, + [4588] = 4399, + [4589] = 4400, + [4590] = 4401, + [4591] = 4402, + [4592] = 4401, + [4593] = 4376, + [4594] = 4380, + [4595] = 4393, + [4596] = 4375, + [4597] = 4394, + [4598] = 4373, + [4599] = 4375, + [4600] = 4373, + [4601] = 4376, + [4602] = 4377, + [4603] = 4378, + [4604] = 4379, + [4605] = 4402, + [4606] = 4381, + [4607] = 4382, + [4608] = 4383, + [4609] = 4384, + [4610] = 4394, + [4611] = 4393, + [4612] = 4380, + [4613] = 4380, + [4614] = 4393, + [4615] = 4385, + [4616] = 4386, + [4617] = 4394, + [4618] = 4402, + [4619] = 4373, + [4620] = 4375, + [4621] = 4401, + [4622] = 4400, + [4623] = 4387, + [4624] = 4372, + [4625] = 4399, + [4626] = 4380, + [4627] = 4398, + [4628] = 4392, + [4629] = 4395, + [4630] = 4396, + [4631] = 4391, + [4632] = 4398, + [4633] = 4399, + [4634] = 4400, + [4635] = 4401, + [4636] = 4402, + [4637] = 4376, + [4638] = 4391, + [4639] = 4380, + [4640] = 4393, + [4641] = 4396, + [4642] = 4394, + [4643] = 4373, + [4644] = 4375, + [4645] = 4376, + [4646] = 4398, + [4647] = 4377, + [4648] = 4378, + [4649] = 4379, + [4650] = 4377, + [4651] = 4381, + [4652] = 4395, + [4653] = 4382, + [4654] = 4383, + [4655] = 4384, + [4656] = 4385, + [4657] = 4386, + [4658] = 4387, [4659] = 4372, - [4660] = 4394, - [4661] = 4413, - [4662] = 4411, - [4663] = 4378, - [4664] = 4377, - [4665] = 4378, - [4666] = 4373, - [4667] = 4377, - [4668] = 4398, - [4669] = 4388, - [4670] = 4378, - [4671] = 4373, - [4672] = 4380, - [4673] = 4381, - [4674] = 4384, - [4675] = 4380, - [4676] = 4382, - [4677] = 4372, + [4660] = 4392, + [4661] = 4386, + [4662] = 4378, + [4663] = 4392, + [4664] = 4395, + [4665] = 4396, + [4666] = 4391, + [4667] = 4387, + [4668] = 4379, + [4669] = 4398, + [4670] = 4399, + [4671] = 4372, + [4672] = 4400, + [4673] = 4401, + [4674] = 4402, + [4675] = 4381, + [4676] = 4396, + [4677] = 4382, [4678] = 4383, - [4679] = 4385, - [4680] = 4388, - [4681] = 4380, - [4682] = 4374, - [4683] = 4387, - [4684] = 4397, - [4685] = 4424, - [4686] = 4385, - [4687] = 4383, - [4688] = 4386, - [4689] = 4382, - [4690] = 4390, - [4691] = 4390, - [4692] = 4386, - [4693] = 4385, - [4694] = 4385, - [4695] = 4386, - [4696] = 4381, - [4697] = 4390, - [4698] = 4424, + [4679] = 4380, + [4680] = 4393, + [4681] = 4387, + [4682] = 4386, + [4683] = 4394, + [4684] = 4384, + [4685] = 4385, + [4686] = 4373, + [4687] = 4385, + [4688] = 4375, + [4689] = 4384, + [4690] = 4376, + [4691] = 4377, + [4692] = 4378, + [4693] = 4379, + [4694] = 4386, + [4695] = 4381, + [4696] = 4383, + [4697] = 4382, + [4698] = 4383, [4699] = 4384, - [4700] = 4383, - [4701] = 4387, - [4702] = 4375, - [4703] = 4403, - [4704] = 4388, - [4705] = 4411, - [4706] = 4413, - [4707] = 4394, - [4708] = 4417, - [4709] = 4418, - [4710] = 4374, - [4711] = 4382, - [4712] = 4397, - [4713] = 4409, - [4714] = 4398, - [4715] = 4397, - [4716] = 4424, - [4717] = 4381, - [4718] = 4374, - [4719] = 4372, - [4720] = 4377, - [4721] = 4378, - [4722] = 4373, - [4723] = 4398, - [4724] = 4409, - [4725] = 4380, - [4726] = 4381, - [4727] = 4382, - [4728] = 4383, - [4729] = 4384, - [4730] = 4385, - [4731] = 4380, - [4732] = 4382, - [4733] = 4373, - [4734] = 4378, - [4735] = 4386, - [4736] = 4390, - [4737] = 4387, - [4738] = 4383, - [4739] = 4377, - [4740] = 4375, - [4741] = 4741, - [4742] = 4418, - [4743] = 4372, - [4744] = 4375, - [4745] = 4374, - [4746] = 4424, - [4747] = 4417, - [4748] = 4384, - [4749] = 4403, - [4750] = 4388, - [4751] = 4397, - [4752] = 4394, - [4753] = 4413, - [4754] = 4398, - [4755] = 4380, - [4756] = 4411, - [4757] = 4411, - [4758] = 4388, - [4759] = 4409, - [4760] = 4385, - [4761] = 4386, - [4762] = 4377, - [4763] = 4390, - [4764] = 4418, - [4765] = 4413, - [4766] = 4394, - [4767] = 4403, - [4768] = 4417, - [4769] = 4418, - [4770] = 4378, - [4771] = 4375, - [4772] = 4373, - [4773] = 4380, - [4774] = 4409, - [4775] = 4398, - [4776] = 4397, - [4777] = 4424, - [4778] = 4374, + [4700] = 4385, + [4701] = 4386, + [4702] = 4387, + [4703] = 4372, + [4704] = 4382, + [4705] = 4381, + [4706] = 4392, + [4707] = 4395, + [4708] = 4396, + [4709] = 4391, + [4710] = 4398, + [4711] = 4399, + [4712] = 4400, + [4713] = 4401, + [4714] = 4402, + [4715] = 4387, + [4716] = 4372, + [4717] = 4380, + [4718] = 4393, + [4719] = 4394, + [4720] = 4373, + [4721] = 4375, + [4722] = 4376, + [4723] = 4379, + [4724] = 4377, + [4725] = 4378, + [4726] = 4379, + [4727] = 4402, + [4728] = 4381, + [4729] = 4382, + [4730] = 4383, + [4731] = 4384, + [4732] = 4385, + [4733] = 4386, + [4734] = 4387, + [4735] = 4372, + [4736] = 4392, + [4737] = 4395, + [4738] = 4378, + [4739] = 4396, + [4740] = 4391, + [4741] = 4398, + [4742] = 4377, + [4743] = 4399, + [4744] = 4400, + [4745] = 4401, + [4746] = 4376, + [4747] = 4402, + [4748] = 4401, + [4749] = 4375, + [4750] = 4380, + [4751] = 4400, + [4752] = 4373, + [4753] = 4394, + [4754] = 4399, + [4755] = 4398, + [4756] = 4391, + [4757] = 4393, + [4758] = 4380, + [4759] = 4393, + [4760] = 4396, + [4761] = 4394, + [4762] = 4402, + [4763] = 4401, + [4764] = 4373, + [4765] = 4375, + [4766] = 4376, + [4767] = 4400, + [4768] = 4377, + [4769] = 4378, + [4770] = 4379, + [4771] = 4395, + [4772] = 4381, + [4773] = 4382, + [4774] = 4383, + [4775] = 4384, + [4776] = 4385, + [4777] = 4386, + [4778] = 4387, [4779] = 4372, - [4780] = 4377, - [4781] = 4378, - [4782] = 4373, - [4783] = 4413, - [4784] = 4380, - [4785] = 4381, - [4786] = 4382, - [4787] = 4383, + [4780] = 4399, + [4781] = 4392, + [4782] = 4395, + [4783] = 4396, + [4784] = 4391, + [4785] = 4399, + [4786] = 4400, + [4787] = 4401, [4788] = 4398, - [4789] = 4384, - [4790] = 4384, - [4791] = 4386, - [4792] = 4390, - [4793] = 4397, - [4794] = 4381, - [4795] = 4387, + [4789] = 4402, + [4790] = 4392, + [4791] = 4380, + [4792] = 4393, + [4793] = 4394, + [4794] = 4391, + [4795] = 4373, [4796] = 4375, - [4797] = 4403, - [4798] = 4388, - [4799] = 4411, - [4800] = 4413, - [4801] = 4394, - [4802] = 4417, - [4803] = 4418, - [4804] = 4394, - [4805] = 4413, - [4806] = 4417, - [4807] = 4418, - [4808] = 4381, - [4809] = 4390, - [4810] = 4411, - [4811] = 4388, - [4812] = 4409, - [4813] = 4386, - [4814] = 4385, - [4815] = 4398, - [4816] = 4403, - [4817] = 4375, - [4818] = 4384, - [4819] = 4387, - [4820] = 4387, - [4821] = 4397, - [4822] = 4424, - [4823] = 4383, - [4824] = 4382, - [4825] = 4373, - [4826] = 4382, - [4827] = 4381, - [4828] = 4380, - [4829] = 4374, - [4830] = 4375, - [4831] = 4424, - [4832] = 4403, - [4833] = 4390, - [4834] = 4386, - [4835] = 4385, - [4836] = 4372, + [4797] = 4376, + [4798] = 4377, + [4799] = 4378, + [4800] = 4379, + [4801] = 4402, + [4802] = 4381, + [4803] = 4382, + [4804] = 4383, + [4805] = 4384, + [4806] = 4385, + [4807] = 4386, + [4808] = 4387, + [4809] = 4375, + [4810] = 4372, + [4811] = 4395, + [4812] = 4392, + [4813] = 4392, + [4814] = 4392, + [4815] = 4395, + [4816] = 4396, + [4817] = 4391, + [4818] = 4398, + [4819] = 4399, + [4820] = 4400, + [4821] = 4401, + [4822] = 4402, + [4823] = 4395, + [4824] = 4396, + [4825] = 4392, + [4826] = 4395, + [4827] = 4372, + [4828] = 4372, + [4829] = 4396, + [4830] = 4380, + [4831] = 4387, + [4832] = 4393, + [4833] = 4394, + [4834] = 4373, + [4835] = 4375, + [4836] = 4376, [4837] = 4377, - [4838] = 4378, + [4838] = 4387, [4839] = 4378, - [4840] = 4373, - [4841] = 4383, - [4842] = 4380, - [4843] = 4381, - [4844] = 4382, - [4845] = 4383, - [4846] = 4384, - [4847] = 4385, - [4848] = 4386, - [4849] = 4390, - [4850] = 4377, - [4851] = 4387, - [4852] = 4375, - [4853] = 4403, - [4854] = 4388, - [4855] = 4411, - [4856] = 4413, - [4857] = 4394, - [4858] = 4417, - [4859] = 4384, - [4860] = 4418, - [4861] = 4384, - [4862] = 4383, - [4863] = 4409, - [4864] = 4398, - [4865] = 4372, - [4866] = 4397, - [4867] = 4424, - [4868] = 4374, - [4869] = 4372, - [4870] = 4377, - [4871] = 4378, - [4872] = 4373, - [4873] = 4382, - [4874] = 4381, - [4875] = 4380, - [4876] = 4374, - [4877] = 4385, - [4878] = 4380, - [4879] = 4381, - [4880] = 4424, - [4881] = 4382, - [4882] = 4397, - [4883] = 4383, - [4884] = 4398, - [4885] = 4409, - [4886] = 4384, - [4887] = 4385, - [4888] = 4373, - [4889] = 4386, - [4890] = 4390, - [4891] = 4387, - [4892] = 4375, - [4893] = 4403, - [4894] = 4387, - [4895] = 4380, + [4840] = 4379, + [4841] = 4386, + [4842] = 4381, + [4843] = 4382, + [4844] = 4383, + [4845] = 4384, + [4846] = 4385, + [4847] = 4386, + [4848] = 4387, + [4849] = 4372, + [4850] = 4392, + [4851] = 4395, + [4852] = 4396, + [4853] = 4391, + [4854] = 4398, + [4855] = 4399, + [4856] = 4400, + [4857] = 4401, + [4858] = 4402, + [4859] = 4385, + [4860] = 4380, + [4861] = 4393, + [4862] = 4394, + [4863] = 4373, + [4864] = 4375, + [4865] = 4386, + [4866] = 4376, + [4867] = 4377, + [4868] = 4378, + [4869] = 4379, + [4870] = 4384, + [4871] = 4381, + [4872] = 4382, + [4873] = 4383, + [4874] = 4384, + [4875] = 4385, + [4876] = 4386, + [4877] = 4387, + [4878] = 4372, + [4879] = 4392, + [4880] = 4385, + [4881] = 4383, + [4882] = 4395, + [4883] = 4396, + [4884] = 4382, + [4885] = 4391, + [4886] = 4398, + [4887] = 4381, + [4888] = 4379, + [4889] = 4384, + [4890] = 4383, + [4891] = 4399, + [4892] = 4400, + [4893] = 4401, + [4894] = 4382, + [4895] = 4381, [4896] = 4378, - [4897] = 4418, - [4898] = 4417, - [4899] = 4394, - [4900] = 4377, - [4901] = 4372, - [4902] = 4373, - [4903] = 4374, - [4904] = 4424, - [4905] = 4397, - [4906] = 4398, - [4907] = 4388, - [4908] = 4411, - [4909] = 4411, - [4910] = 4413, - [4911] = 4394, - [4912] = 4417, - [4913] = 4378, - [4914] = 4418, - [4915] = 4388, - [4916] = 4409, - [4917] = 4409, - [4918] = 4398, - [4919] = 4397, - [4920] = 4424, - [4921] = 4374, + [4897] = 4377, + [4898] = 4376, + [4899] = 4379, + [4900] = 4378, + [4901] = 4402, + [4902] = 4377, + [4903] = 4375, + [4904] = 4380, + [4905] = 4393, + [4906] = 4394, + [4907] = 4394, + [4908] = 4375, + [4909] = 4376, + [4910] = 4376, + [4911] = 4377, + [4912] = 4378, + [4913] = 4379, + [4914] = 4373, + [4915] = 4381, + [4916] = 4382, + [4917] = 4383, + [4918] = 4384, + [4919] = 4385, + [4920] = 4386, + [4921] = 4387, [4922] = 4372, - [4923] = 4377, - [4924] = 4378, - [4925] = 4373, - [4926] = 4926, - [4927] = 4380, - [4928] = 4381, - [4929] = 4382, - [4930] = 4403, - [4931] = 4383, - [4932] = 4384, - [4933] = 4385, - [4934] = 4386, - [4935] = 4390, - [4936] = 4375, - [4937] = 4403, - [4938] = 4388, - [4939] = 4387, - [4940] = 4375, - [4941] = 4403, - [4942] = 4388, - [4943] = 4411, - [4944] = 4378, - [4945] = 4417, - [4946] = 4394, - [4947] = 4413, - [4948] = 4413, - [4949] = 4394, - [4950] = 4417, - [4951] = 4411, - [4952] = 4418, - [4953] = 4411, - [4954] = 4413, - [4955] = 4375, - [4956] = 4388, - [4957] = 4409, - [4958] = 4378, - [4959] = 4403, - [4960] = 4398, - [4961] = 4741, - [4962] = 4397, - [4963] = 4424, - [4964] = 4374, - [4965] = 4377, - [4966] = 4387, - [4967] = 4375, - [4968] = 4380, - [4969] = 4390, - [4970] = 4372, - [4971] = 4377, - [4972] = 4387, - [4973] = 4394, - [4974] = 827, - [4975] = 4411, - [4976] = 4413, - [4977] = 4390, - [4978] = 4378, - [4979] = 4373, - [4980] = 4386, - [4981] = 4386, - [4982] = 4380, - [4983] = 4381, - [4984] = 4382, - [4985] = 4383, - [4986] = 4384, - [4987] = 4385, - [4988] = 4386, - [4989] = 4390, - [4990] = 4385, - [4991] = 4387, - [4992] = 4375, - [4993] = 4403, - [4994] = 4388, - [4995] = 4411, - [4996] = 4413, - [4997] = 4394, - [4998] = 4417, - [4999] = 4418, - [5000] = 4390, - [5001] = 4386, - [5002] = 4385, - [5003] = 4409, - [5004] = 4398, - [5005] = 4397, - [5006] = 4424, - [5007] = 4384, - [5008] = 4374, - [5009] = 4372, - [5010] = 4377, - [5011] = 4378, - [5012] = 4373, - [5013] = 4372, - [5014] = 4380, - [5015] = 4383, - [5016] = 4384, - [5017] = 4418, - [5018] = 4382, - [5019] = 4381, - [5020] = 4382, - [5021] = 4383, - [5022] = 4381, - [5023] = 4380, - [5024] = 4417, - [5025] = 4384, - [5026] = 4377, - [5027] = 4385, - [5028] = 4386, - [5029] = 4390, - [5030] = 4374, - [5031] = 4387, - [5032] = 4373, - [5033] = 4375, - [5034] = 4403, - [5035] = 4388, - [5036] = 4398, - [5037] = 4377, - [5038] = 4383, - [5039] = 4372, - [5040] = 4374, - [5041] = 4382, - [5042] = 4381, - [5043] = 4380, - [5044] = 4424, - [5045] = 4397, - [5046] = 4398, - [5047] = 4409, - [5048] = 4390, - [5049] = 4411, - [5050] = 4413, - [5051] = 4418, - [5052] = 4394, - [5053] = 4417, - [5054] = 4417, - [5055] = 4394, - [5056] = 4418, - [5057] = 4413, - [5058] = 4373, - [5059] = 4409, - [5060] = 4398, - [5061] = 4397, - [5062] = 4424, - [5063] = 4374, - [5064] = 4372, - [5065] = 4377, - [5066] = 4378, - [5067] = 4411, - [5068] = 4373, - [5069] = 4388, - [5070] = 4380, - [5071] = 4381, - [5072] = 4377, - [5073] = 4382, - [5074] = 4383, - [5075] = 4384, - [5076] = 4385, - [5077] = 4386, - [5078] = 4403, - [5079] = 4390, - [5080] = 4375, - [5081] = 4387, - [5082] = 4387, + [4923] = 4392, + [4924] = 4395, + [4925] = 4396, + [4926] = 4391, + [4927] = 4398, + [4928] = 4399, + [4929] = 4400, + [4930] = 4401, + [4931] = 4402, + [4932] = 4394, + [4933] = 4393, + [4934] = 4380, + [4935] = 4393, + [4936] = 4383, + [4937] = 4394, + [4938] = 4373, + [4939] = 4375, + [4940] = 4376, + [4941] = 4377, + [4942] = 4378, + [4943] = 4379, + [4944] = 4380, + [4945] = 4373, + [4946] = 4381, + [4947] = 4382, + [4948] = 4383, + [4949] = 4384, + [4950] = 4385, + [4951] = 4394, + [4952] = 4386, + [4953] = 4387, + [4954] = 4372, + [4955] = 4393, + [4956] = 4392, + [4957] = 4395, + [4958] = 4391, + [4959] = 4396, + [4960] = 4391, + [4961] = 4543, + [4962] = 4398, + [4963] = 4399, + [4964] = 4400, + [4965] = 4380, + [4966] = 4402, + [4967] = 4401, + [4968] = 4401, + [4969] = 4400, + [4970] = 4402, + [4971] = 4971, + [4972] = 4380, + [4973] = 4402, + [4974] = 4393, + [4975] = 4394, + [4976] = 4373, + [4977] = 4375, + [4978] = 4376, + [4979] = 4377, + [4980] = 4401, + [4981] = 4378, + [4982] = 4379, + [4983] = 4398, + [4984] = 4381, + [4985] = 4382, + [4986] = 4383, + [4987] = 4384, + [4988] = 4385, + [4989] = 4386, + [4990] = 4387, + [4991] = 4372, + [4992] = 4392, + [4993] = 4395, + [4994] = 4396, + [4995] = 4391, + [4996] = 4398, + [4997] = 4399, + [4998] = 4400, + [4999] = 4401, + [5000] = 4402, + [5001] = 4399, + [5002] = 4380, + [5003] = 4393, + [5004] = 4394, + [5005] = 4373, + [5006] = 4375, + [5007] = 4400, + [5008] = 4376, + [5009] = 4377, + [5010] = 4378, + [5011] = 4379, + [5012] = 4398, + [5013] = 4381, + [5014] = 4382, + [5015] = 4399, + [5016] = 4383, + [5017] = 4384, + [5018] = 4398, + [5019] = 4385, + [5020] = 4386, + [5021] = 4387, + [5022] = 4391, + [5023] = 4399, + [5024] = 4391, + [5025] = 4396, + [5026] = 4396, + [5027] = 4395, + [5028] = 4372, + [5029] = 4392, + [5030] = 4392, + [5031] = 4395, + [5032] = 4398, + [5033] = 4399, + [5034] = 4396, + [5035] = 4391, + [5036] = 4372, + [5037] = 4387, + [5038] = 4398, + [5039] = 4395, + [5040] = 4392, + [5041] = 4399, + [5042] = 4400, + [5043] = 4401, + [5044] = 4386, + [5045] = 4402, + [5046] = 4372, + [5047] = 4380, + [5048] = 4393, + [5049] = 4394, + [5050] = 4373, + [5051] = 4385, + [5052] = 4375, + [5053] = 4376, + [5054] = 4377, + [5055] = 4384, + [5056] = 4378, + [5057] = 4379, + [5058] = 4387, + [5059] = 4381, + [5060] = 4382, + [5061] = 4383, + [5062] = 4384, + [5063] = 4385, + [5064] = 4386, + [5065] = 4387, + [5066] = 4372, + [5067] = 4373, + [5068] = 4392, + [5069] = 4395, + [5070] = 4396, + [5071] = 4391, + [5072] = 4398, + [5073] = 4399, + [5074] = 4400, + [5075] = 4401, + [5076] = 4402, + [5077] = 4400, + [5078] = 4382, + [5079] = 4380, + [5080] = 4393, + [5081] = 4394, + [5082] = 4373, [5083] = 4375, - [5084] = 4403, - [5085] = 4388, - [5086] = 4372, - [5087] = 4374, - [5088] = 4424, - [5089] = 4397, - [5090] = 4411, - [5091] = 4413, - [5092] = 4394, - [5093] = 4424, - [5094] = 4374, - [5095] = 4398, - [5096] = 4409, - [5097] = 4390, - [5098] = 4386, - [5099] = 4417, - [5100] = 4375, - [5101] = 4385, - [5102] = 4384, - [5103] = 4383, - [5104] = 4382, - [5105] = 4418, - [5106] = 4418, - [5107] = 4381, - [5108] = 4380, - [5109] = 4418, - [5110] = 4417, - [5111] = 4424, - [5112] = 4373, - [5113] = 4417, - [5114] = 4394, - [5115] = 4397, - [5116] = 4413, - [5117] = 4411, - [5118] = 4388, - [5119] = 4403, - [5120] = 4375, - [5121] = 4409, - [5122] = 4409, - [5123] = 4398, - [5124] = 4397, - [5125] = 4424, + [5084] = 4376, + [5085] = 4377, + [5086] = 4378, + [5087] = 4379, + [5088] = 4386, + [5089] = 4381, + [5090] = 4382, + [5091] = 4383, + [5092] = 4384, + [5093] = 4381, + [5094] = 4385, + [5095] = 4386, + [5096] = 4387, + [5097] = 4385, + [5098] = 4379, + [5099] = 4378, + [5100] = 4384, + [5101] = 4392, + [5102] = 4395, + [5103] = 4396, + [5104] = 4391, + [5105] = 4398, + [5106] = 4399, + [5107] = 4377, + [5108] = 4376, + [5109] = 4400, + [5110] = 4383, + [5111] = 4401, + [5112] = 4401, + [5113] = 4402, + [5114] = 4402, + [5115] = 4375, + [5116] = 4395, + [5117] = 4380, + [5118] = 4393, + [5119] = 4394, + [5120] = 4394, + [5121] = 4373, + [5122] = 4393, + [5123] = 4375, + [5124] = 4376, + [5125] = 4377, [5126] = 4378, - [5127] = 4374, - [5128] = 4372, - [5129] = 4377, - [5130] = 4378, - [5131] = 4373, - [5132] = 4394, - [5133] = 4380, - [5134] = 4381, - [5135] = 4382, - [5136] = 4383, - [5137] = 4384, - [5138] = 4377, - [5139] = 4385, - [5140] = 4386, - [5141] = 4390, - [5142] = 4387, - [5143] = 4387, - [5144] = 4375, - [5145] = 4403, - [5146] = 4388, - [5147] = 4411, - [5148] = 4413, - [5149] = 4398, - [5150] = 4394, - [5151] = 4417, - [5152] = 4418, - [5153] = 4403, - [5154] = 4394, - [5155] = 4409, - [5156] = 4398, - [5157] = 4417, - [5158] = 4390, - [5159] = 4386, - [5160] = 4385, - [5161] = 4397, - [5162] = 4424, - [5163] = 4374, - [5164] = 4381, - [5165] = 4372, - [5166] = 4384, + [5127] = 4379, + [5128] = 4382, + [5129] = 4381, + [5130] = 4382, + [5131] = 4383, + [5132] = 4384, + [5133] = 4385, + [5134] = 4386, + [5135] = 4387, + [5136] = 4372, + [5137] = 4392, + [5138] = 4380, + [5139] = 4395, + [5140] = 4396, + [5141] = 4391, + [5142] = 4398, + [5143] = 4381, + [5144] = 4399, + [5145] = 4400, + [5146] = 4401, + [5147] = 4402, + [5148] = 4393, + [5149] = 4394, + [5150] = 4380, + [5151] = 4393, + [5152] = 4394, + [5153] = 4373, + [5154] = 4375, + [5155] = 4376, + [5156] = 4377, + [5157] = 4379, + [5158] = 4402, + [5159] = 4401, + [5160] = 4378, + [5161] = 4379, + [5162] = 4373, + [5163] = 4381, + [5164] = 4400, + [5165] = 4382, + [5166] = 4399, [5167] = 5167, - [5168] = 4397, + [5168] = 4375, [5169] = 4383, - [5170] = 4372, - [5171] = 4377, - [5172] = 4382, - [5173] = 4424, - [5174] = 4413, - [5175] = 4378, - [5176] = 4373, - [5177] = 4374, - [5178] = 4374, - [5179] = 4424, - [5180] = 4381, - [5181] = 4411, - [5182] = 4388, - [5183] = 4397, - [5184] = 4403, - [5185] = 4380, - [5186] = 4372, - [5187] = 4377, - [5188] = 4373, - [5189] = 4378, - [5190] = 4398, - [5191] = 4380, - [5192] = 4381, - [5193] = 4409, - [5194] = 4382, - [5195] = 4383, - [5196] = 4377, - [5197] = 4384, - [5198] = 4385, - [5199] = 4386, - [5200] = 4390, - [5201] = 4378, - [5202] = 4387, - [5203] = 4375, - [5204] = 4403, - [5205] = 4388, - [5206] = 4411, - [5207] = 4413, - [5208] = 4394, - [5209] = 4417, - [5210] = 4418, - [5211] = 4387, - [5212] = 4409, + [5170] = 4384, + [5171] = 4385, + [5172] = 4386, + [5173] = 4387, + [5174] = 4378, + [5175] = 4372, + [5176] = 4392, + [5177] = 4395, + [5178] = 4376, + [5179] = 4398, + [5180] = 4396, + [5181] = 4377, + [5182] = 4376, + [5183] = 4391, + [5184] = 4375, + [5185] = 4391, + [5186] = 4396, + [5187] = 4398, + [5188] = 4399, + [5189] = 4400, + [5190] = 4401, + [5191] = 4402, + [5192] = 4373, + [5193] = 4380, + [5194] = 4380, + [5195] = 4393, + [5196] = 4392, + [5197] = 4394, + [5198] = 4373, + [5199] = 4375, + [5200] = 4376, + [5201] = 4377, + [5202] = 4378, + [5203] = 4379, + [5204] = 4377, + [5205] = 4381, + [5206] = 4382, + [5207] = 4383, + [5208] = 4384, + [5209] = 4400, + [5210] = 4385, + [5211] = 4386, + [5212] = 4387, [5213] = 4372, - [5214] = 4398, - [5215] = 4397, - [5216] = 4424, - [5217] = 4374, - [5218] = 4372, - [5219] = 4373, - [5220] = 4377, - [5221] = 4378, - [5222] = 4373, - [5223] = 4380, - [5224] = 4381, - [5225] = 4382, - [5226] = 4409, - [5227] = 4418, - [5228] = 4418, - [5229] = 4383, - [5230] = 4384, - [5231] = 4385, - [5232] = 4417, - [5233] = 4394, - [5234] = 4413, - [5235] = 5235, - [5236] = 4386, - [5237] = 4390, - [5238] = 4411, - [5239] = 4374, - [5240] = 4388, - [5241] = 4403, - [5242] = 4375, - [5243] = 4387, - [5244] = 4372, - [5245] = 4377, - [5246] = 4424, - [5247] = 4378, - [5248] = 4390, - [5249] = 4386, - [5250] = 4397, - [5251] = 4398, - [5252] = 4409, - [5253] = 4387, - [5254] = 4375, - [5255] = 4385, - [5256] = 4403, - [5257] = 4388, - [5258] = 4411, - [5259] = 4413, - [5260] = 4394, - [5261] = 4417, - [5262] = 4418, - [5263] = 4409, - [5264] = 4398, - [5265] = 4397, - [5266] = 4424, - [5267] = 4374, - [5268] = 4372, - [5269] = 4377, - [5270] = 4378, - [5271] = 4373, - [5272] = 4380, - [5273] = 4418, - [5274] = 4381, - [5275] = 4382, - [5276] = 4383, - [5277] = 4384, - [5278] = 4385, - [5279] = 4384, - [5280] = 4386, - [5281] = 4390, - [5282] = 4417, - [5283] = 4383, - [5284] = 4394, - [5285] = 4387, - [5286] = 4375, - [5287] = 4413, - [5288] = 4411, - [5289] = 4382, + [5214] = 4401, + [5215] = 4392, + [5216] = 4395, + [5217] = 4396, + [5218] = 4391, + [5219] = 4398, + [5220] = 4372, + [5221] = 4399, + [5222] = 4400, + [5223] = 4401, + [5224] = 4402, + [5225] = 4394, + [5226] = 4380, + [5227] = 4393, + [5228] = 4394, + [5229] = 4373, + [5230] = 4375, + [5231] = 4376, + [5232] = 4377, + [5233] = 4378, + [5234] = 4379, + [5235] = 4387, + [5236] = 4393, + [5237] = 4380, + [5238] = 4402, + [5239] = 4386, + [5240] = 5240, + [5241] = 4381, + [5242] = 4382, + [5243] = 4383, + [5244] = 4384, + [5245] = 4385, + [5246] = 4385, + [5247] = 4386, + [5248] = 4387, + [5249] = 4384, + [5250] = 4383, + [5251] = 4372, + [5252] = 4401, + [5253] = 4400, + [5254] = 4382, + [5255] = 4392, + [5256] = 4395, + [5257] = 4381, + [5258] = 4396, + [5259] = 4391, + [5260] = 4398, + [5261] = 4399, + [5262] = 4400, + [5263] = 4401, + [5264] = 4399, + [5265] = 4402, + [5266] = 4378, + [5267] = 4380, + [5268] = 4393, + [5269] = 4394, + [5270] = 4373, + [5271] = 4375, + [5272] = 4376, + [5273] = 4377, + [5274] = 4378, + [5275] = 4379, + [5276] = 4398, + [5277] = 4381, + [5278] = 4382, + [5279] = 4383, + [5280] = 4384, + [5281] = 4385, + [5282] = 4386, + [5283] = 4387, + [5284] = 4372, + [5285] = 4379, + [5286] = 4392, + [5287] = 4395, + [5288] = 4396, + [5289] = 4391, [5290] = 5290, [5291] = 5291, - [5292] = 5292, - [5293] = 5290, - [5294] = 5292, - [5295] = 5291, + [5292] = 5290, + [5293] = 5291, + [5294] = 5294, + [5295] = 5295, [5296] = 5296, - [5297] = 5296, - [5298] = 5290, - [5299] = 5296, - [5300] = 5300, - [5301] = 5292, - [5302] = 5290, - [5303] = 5291, - [5304] = 5304, - [5305] = 5292, - [5306] = 5290, - [5307] = 5291, - [5308] = 5308, - [5309] = 5296, + [5297] = 5290, + [5298] = 5298, + [5299] = 5295, + [5300] = 5296, + [5301] = 5290, + [5302] = 5296, + [5303] = 5303, + [5304] = 5291, + [5305] = 5294, + [5306] = 5294, + [5307] = 5307, + [5308] = 5291, + [5309] = 5291, [5310] = 5290, - [5311] = 5292, - [5312] = 5290, + [5311] = 5294, + [5312] = 5294, [5313] = 5296, [5314] = 5296, - [5315] = 5296, - [5316] = 5292, - [5317] = 5291, - [5318] = 5291, + [5315] = 5290, + [5316] = 5291, + [5317] = 5296, + [5318] = 5290, [5319] = 5296, - [5320] = 5291, - [5321] = 5292, - [5322] = 5296, - [5323] = 5290, - [5324] = 5292, - [5325] = 5290, - [5326] = 5326, + [5320] = 5296, + [5321] = 5291, + [5322] = 5294, + [5323] = 5294, + [5324] = 5291, + [5325] = 5295, + [5326] = 5290, [5327] = 5290, - [5328] = 5292, - [5329] = 5292, - [5330] = 5290, + [5328] = 5296, + [5329] = 5290, + [5330] = 5296, [5331] = 5291, - [5332] = 5296, - [5333] = 5291, - [5334] = 5292, - [5335] = 5290, - [5336] = 5336, + [5332] = 5294, + [5333] = 5294, + [5334] = 5291, + [5335] = 5335, + [5336] = 5290, [5337] = 5296, - [5338] = 5338, + [5338] = 5290, [5339] = 5296, [5340] = 5291, - [5341] = 5296, - [5342] = 5338, - [5343] = 5292, - [5344] = 5290, - [5345] = 5291, - [5346] = 5291, - [5347] = 5292, - [5348] = 5291, - [5349] = 5292, - [5350] = 5290, - [5351] = 5290, - [5352] = 5296, - [5353] = 5291, - [5354] = 5291, - [5355] = 5290, - [5356] = 5296, - [5357] = 5292, - [5358] = 5296, - [5359] = 5292, - [5360] = 5292, - [5361] = 5290, - [5362] = 5296, + [5341] = 5294, + [5342] = 5296, + [5343] = 5296, + [5344] = 5344, + [5345] = 5290, + [5346] = 5295, + [5347] = 5296, + [5348] = 5290, + [5349] = 5296, + [5350] = 5291, + [5351] = 5294, + [5352] = 5290, + [5353] = 5294, + [5354] = 5290, + [5355] = 5291, + [5356] = 5291, + [5357] = 5294, + [5358] = 5290, + [5359] = 5296, + [5360] = 5290, + [5361] = 5294, + [5362] = 5291, [5363] = 5291, - [5364] = 5291, + [5364] = 5294, [5365] = 5296, - [5366] = 5292, - [5367] = 5290, - [5368] = 5304, - [5369] = 5291, - [5370] = 5326, - [5371] = 5296, - [5372] = 5296, - [5373] = 5292, + [5366] = 5290, + [5367] = 5296, + [5368] = 5294, + [5369] = 5296, + [5370] = 5291, + [5371] = 5291, + [5372] = 5290, + [5373] = 5294, [5374] = 5291, - [5375] = 5290, - [5376] = 5292, - [5377] = 5292, + [5375] = 5296, + [5376] = 5290, + [5377] = 5294, [5378] = 5290, - [5379] = 5290, - [5380] = 5338, + [5379] = 5296, + [5380] = 5290, [5381] = 5291, - [5382] = 5291, + [5382] = 5294, [5383] = 5291, - [5384] = 5296, + [5384] = 5303, [5385] = 5296, - [5386] = 5338, - [5387] = 5290, - [5388] = 5292, - [5389] = 5292, - [5390] = 5290, + [5386] = 5290, + [5387] = 5335, + [5388] = 5294, + [5389] = 5290, + [5390] = 5296, [5391] = 5291, - [5392] = 5296, - [5393] = 5296, - [5394] = 5290, - [5395] = 5292, - [5396] = 5292, - [5397] = 5290, - [5398] = 5296, - [5399] = 5296, - [5400] = 5291, - [5401] = 5296, - [5402] = 5291, - [5403] = 5292, - [5404] = 5290, - [5405] = 5296, - [5406] = 5290, - [5407] = 5292, - [5408] = 5291, - [5409] = 5336, + [5392] = 5294, + [5393] = 5294, + [5394] = 5294, + [5395] = 5291, + [5396] = 5291, + [5397] = 5296, + [5398] = 5291, + [5399] = 5294, + [5400] = 5296, + [5401] = 5290, + [5402] = 5296, + [5403] = 5294, + [5404] = 5291, + [5405] = 5290, + [5406] = 5296, + [5407] = 5290, + [5408] = 5294, + [5409] = 5344, [5410] = 5291, - [5411] = 5290, - [5412] = 5292, - [5413] = 5292, - [5414] = 5290, - [5415] = 5296, - [5416] = 5291, - [5417] = 5296, - [5418] = 5291, + [5411] = 5291, + [5412] = 5294, + [5413] = 5290, + [5414] = 5291, + [5415] = 5294, + [5416] = 5296, + [5417] = 5294, + [5418] = 5290, [5419] = 5291, - [5420] = 5292, - [5421] = 5290, - [5422] = 5296, - [5423] = 5291, - [5424] = 5291, - [5425] = 5291, - [5426] = 5296, - [5427] = 5338, - [5428] = 5292, - [5429] = 5290, - [5430] = 5292, + [5420] = 5296, + [5421] = 5296, + [5422] = 5291, + [5423] = 5294, + [5424] = 5295, + [5425] = 5296, + [5426] = 5290, + [5427] = 5290, + [5428] = 5294, + [5429] = 5291, + [5430] = 5296, [5431] = 5290, [5432] = 5291, - [5433] = 5296, - [5434] = 5291, - [5435] = 5290, - [5436] = 5292, + [5433] = 5290, + [5434] = 5294, + [5435] = 5291, + [5436] = 5294, [5437] = 5296, - [5438] = 5292, - [5439] = 5290, - [5440] = 5292, - [5441] = 5290, - [5442] = 5296, + [5438] = 5294, + [5439] = 5296, + [5440] = 5291, + [5441] = 5294, + [5442] = 5290, [5443] = 5443, [5444] = 5444, [5445] = 5445, @@ -6860,1252 +6867,1252 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [5457] = 5457, [5458] = 5458, [5459] = 5459, - [5460] = 5460, + [5460] = 5443, [5461] = 5461, [5462] = 5462, [5463] = 5463, - [5464] = 5464, - [5465] = 5443, - [5466] = 5466, - [5467] = 5467, - [5468] = 5468, - [5469] = 5469, - [5470] = 5470, - [5471] = 5462, - [5472] = 5472, - [5473] = 5473, - [5474] = 5474, - [5475] = 5475, - [5476] = 5468, - [5477] = 5477, - [5478] = 5461, - [5479] = 5459, - [5480] = 5475, - [5481] = 5481, - [5482] = 5458, - [5483] = 5457, - [5484] = 5455, - [5485] = 5453, - [5486] = 5451, - [5487] = 5449, - [5488] = 5477, + [5464] = 5462, + [5465] = 5461, + [5466] = 5463, + [5467] = 5443, + [5468] = 5459, + [5469] = 5456, + [5470] = 5455, + [5471] = 5454, + [5472] = 5453, + [5473] = 5452, + [5474] = 5451, + [5475] = 5450, + [5476] = 5458, + [5477] = 5457, + [5478] = 5478, + [5479] = 5444, + [5480] = 5480, + [5481] = 5449, + [5482] = 5480, + [5483] = 5483, + [5484] = 5484, + [5485] = 5485, + [5486] = 5486, + [5487] = 5487, + [5488] = 5488, [5489] = 5489, [5490] = 5490, [5491] = 5491, - [5492] = 5481, - [5493] = 5491, - [5494] = 5474, - [5495] = 5473, - [5496] = 5472, - [5497] = 5450, - [5498] = 5490, - [5499] = 5467, - [5500] = 5469, - [5501] = 5470, - [5502] = 5444, - [5503] = 5448, - [5504] = 5489, - [5505] = 5452, - [5506] = 5456, - [5507] = 5462, - [5508] = 5463, - [5509] = 5464, - [5510] = 5443, - [5511] = 5466, - [5512] = 5477, - [5513] = 5449, - [5514] = 5451, - [5515] = 5453, - [5516] = 5445, - [5517] = 5446, - [5518] = 5447, - [5519] = 5455, - [5520] = 5457, - [5521] = 5458, - [5522] = 5489, - [5523] = 5459, - [5524] = 5461, - [5525] = 5454, - [5526] = 5468, - [5527] = 5475, - [5528] = 5490, + [5492] = 5492, + [5493] = 5448, + [5494] = 5494, + [5495] = 5495, + [5496] = 5496, + [5497] = 5497, + [5498] = 5447, + [5499] = 5445, + [5500] = 5446, + [5501] = 5447, + [5502] = 5448, + [5503] = 5449, + [5504] = 5497, + [5505] = 5450, + [5506] = 5451, + [5507] = 5452, + [5508] = 5453, + [5509] = 5454, + [5510] = 5455, + [5511] = 5456, + [5512] = 5446, + [5513] = 5445, + [5514] = 5497, + [5515] = 5496, + [5516] = 5459, + [5517] = 5443, + [5518] = 5461, + [5519] = 5495, + [5520] = 5496, + [5521] = 5495, + [5522] = 5494, + [5523] = 5444, + [5524] = 5492, + [5525] = 5462, + [5526] = 5491, + [5527] = 5494, + [5528] = 5492, [5529] = 5491, - [5530] = 5460, - [5531] = 5460, - [5532] = 5481, - [5533] = 5474, - [5534] = 5473, - [5535] = 5454, - [5536] = 5472, - [5537] = 5450, - [5538] = 5447, - [5539] = 5446, - [5540] = 5445, - [5541] = 5466, - [5542] = 5443, - [5543] = 5464, - [5544] = 5463, - [5545] = 5448, - [5546] = 5475, - [5547] = 5468, - [5548] = 5456, - [5549] = 5461, - [5550] = 5459, - [5551] = 5452, - [5552] = 5464, - [5553] = 5458, - [5554] = 5457, - [5555] = 5455, - [5556] = 5453, - [5557] = 5451, - [5558] = 5449, - [5559] = 5477, + [5530] = 5490, + [5531] = 5463, + [5532] = 5490, + [5533] = 5489, + [5534] = 5488, + [5535] = 5489, + [5536] = 5487, + [5537] = 5486, + [5538] = 5488, + [5539] = 5487, + [5540] = 5486, + [5541] = 5485, + [5542] = 5485, + [5543] = 5484, + [5544] = 5483, + [5545] = 5480, + [5546] = 5458, + [5547] = 5457, + [5548] = 5484, + [5549] = 5478, + [5550] = 5444, + [5551] = 5483, + [5552] = 5454, + [5553] = 5480, + [5554] = 5483, + [5555] = 5484, + [5556] = 5485, + [5557] = 5486, + [5558] = 5487, + [5559] = 5488, [5560] = 5489, [5561] = 5490, [5562] = 5491, - [5563] = 5481, - [5564] = 5454, - [5565] = 5474, - [5566] = 5473, - [5567] = 5472, - [5568] = 5450, - [5569] = 5444, - [5570] = 5467, - [5571] = 5469, - [5572] = 5470, - [5573] = 5444, - [5574] = 5448, - [5575] = 5470, - [5576] = 5452, - [5577] = 5456, - [5578] = 5462, - [5579] = 5463, - [5580] = 5464, - [5581] = 5443, - [5582] = 5466, - [5583] = 5469, - [5584] = 5467, - [5585] = 5450, - [5586] = 5472, - [5587] = 5445, - [5588] = 5446, - [5589] = 5447, - [5590] = 5473, - [5591] = 5474, - [5592] = 5481, - [5593] = 5447, - [5594] = 5491, - [5595] = 5446, - [5596] = 5454, - [5597] = 5445, - [5598] = 5490, - [5599] = 5489, - [5600] = 5477, - [5601] = 5449, - [5602] = 5460, - [5603] = 5451, - [5604] = 5453, - [5605] = 5455, - [5606] = 5457, - [5607] = 5458, - [5608] = 5459, - [5609] = 5461, - [5610] = 5468, - [5611] = 5475, - [5612] = 5467, - [5613] = 5469, - [5614] = 5470, - [5615] = 5460, - [5616] = 5444, - [5617] = 5448, - [5618] = 5452, - [5619] = 5454, - [5620] = 5456, - [5621] = 5462, - [5622] = 5463, - [5623] = 5447, - [5624] = 5446, - [5625] = 5445, - [5626] = 5466, - [5627] = 5443, - [5628] = 5464, - [5629] = 5463, - [5630] = 5462, - [5631] = 5456, - [5632] = 5452, + [5563] = 5492, + [5564] = 5459, + [5565] = 5494, + [5566] = 5495, + [5567] = 5496, + [5568] = 5497, + [5569] = 5478, + [5570] = 5445, + [5571] = 5446, + [5572] = 5447, + [5573] = 5448, + [5574] = 5449, + [5575] = 5451, + [5576] = 5450, + [5577] = 5451, + [5578] = 5452, + [5579] = 5453, + [5580] = 5454, + [5581] = 5455, + [5582] = 5456, + [5583] = 5480, + [5584] = 5457, + [5585] = 5458, + [5586] = 5444, + [5587] = 5459, + [5588] = 5443, + [5589] = 5461, + [5590] = 5478, + [5591] = 5457, + [5592] = 5458, + [5593] = 5461, + [5594] = 5483, + [5595] = 5443, + [5596] = 5462, + [5597] = 5459, + [5598] = 5484, + [5599] = 5485, + [5600] = 5463, + [5601] = 5486, + [5602] = 5463, + [5603] = 5462, + [5604] = 5487, + [5605] = 5488, + [5606] = 5489, + [5607] = 5490, + [5608] = 5463, + [5609] = 5491, + [5610] = 5492, + [5611] = 5494, + [5612] = 5495, + [5613] = 5496, + [5614] = 5462, + [5615] = 5478, + [5616] = 5497, + [5617] = 5445, + [5618] = 5446, + [5619] = 5461, + [5620] = 5443, + [5621] = 5459, + [5622] = 5447, + [5623] = 5448, + [5624] = 5449, + [5625] = 5456, + [5626] = 5455, + [5627] = 5454, + [5628] = 5453, + [5629] = 5452, + [5630] = 5451, + [5631] = 5450, + [5632] = 5449, [5633] = 5448, - [5634] = 5444, - [5635] = 5470, - [5636] = 5469, - [5637] = 5467, - [5638] = 5450, - [5639] = 5472, - [5640] = 5473, - [5641] = 5474, - [5642] = 5464, - [5643] = 5481, + [5634] = 5447, + [5635] = 5446, + [5636] = 5445, + [5637] = 5450, + [5638] = 5497, + [5639] = 5496, + [5640] = 5495, + [5641] = 5494, + [5642] = 5454, + [5643] = 5492, [5644] = 5491, [5645] = 5490, [5646] = 5489, - [5647] = 5477, - [5648] = 5449, - [5649] = 5451, - [5650] = 5453, - [5651] = 5455, - [5652] = 5457, - [5653] = 5458, - [5654] = 5443, - [5655] = 5466, - [5656] = 5459, - [5657] = 5461, - [5658] = 5468, - [5659] = 5475, - [5660] = 5466, - [5661] = 5443, - [5662] = 5460, + [5647] = 5488, + [5648] = 5487, + [5649] = 5486, + [5650] = 5485, + [5651] = 5484, + [5652] = 5483, + [5653] = 5480, + [5654] = 5444, + [5655] = 5478, + [5656] = 5457, + [5657] = 5458, + [5658] = 5452, + [5659] = 5461, + [5660] = 5456, + [5661] = 5455, + [5662] = 5453, [5663] = 5454, - [5664] = 5473, - [5665] = 5447, - [5666] = 5446, - [5667] = 5445, - [5668] = 5466, - [5669] = 5443, - [5670] = 5464, + [5664] = 5455, + [5665] = 5456, + [5666] = 5459, + [5667] = 5443, + [5668] = 5461, + [5669] = 5463, + [5670] = 5462, [5671] = 5463, [5672] = 5462, - [5673] = 5456, - [5674] = 5452, - [5675] = 5448, - [5676] = 5444, - [5677] = 5470, - [5678] = 5469, - [5679] = 5467, - [5680] = 5450, - [5681] = 5472, - [5682] = 5475, - [5683] = 5474, - [5684] = 5445, - [5685] = 5481, - [5686] = 5491, - [5687] = 5490, - [5688] = 5489, - [5689] = 5477, - [5690] = 5449, - [5691] = 5467, + [5673] = 5458, + [5674] = 5461, + [5675] = 5443, + [5676] = 5459, + [5677] = 5457, + [5678] = 5478, + [5679] = 5456, + [5680] = 5443, + [5681] = 5455, + [5682] = 5452, + [5683] = 5453, + [5684] = 5452, + [5685] = 5451, + [5686] = 5450, + [5687] = 5449, + [5688] = 5448, + [5689] = 5447, + [5690] = 5446, + [5691] = 5445, [5692] = 5451, - [5693] = 5463, - [5694] = 5453, - [5695] = 5455, - [5696] = 5457, - [5697] = 5458, - [5698] = 5698, - [5699] = 5459, - [5700] = 5461, - [5701] = 5468, - [5702] = 5475, - [5703] = 5446, - [5704] = 5460, - [5705] = 5447, - [5706] = 5460, - [5707] = 5454, - [5708] = 5447, - [5709] = 5446, - [5710] = 5445, - [5711] = 5466, - [5712] = 5489, - [5713] = 5464, - [5714] = 5463, - [5715] = 5462, - [5716] = 5456, - [5717] = 5452, - [5718] = 5448, - [5719] = 5444, - [5720] = 5470, - [5721] = 5469, - [5722] = 5467, - [5723] = 5462, - [5724] = 5456, - [5725] = 5452, - [5726] = 5450, - [5727] = 5472, - [5728] = 5473, - [5729] = 5474, - [5730] = 5481, - [5731] = 5491, - [5732] = 5490, - [5733] = 5489, - [5734] = 5477, - [5735] = 5449, - [5736] = 5451, - [5737] = 5453, - [5738] = 5455, - [5739] = 5457, - [5740] = 5458, - [5741] = 5454, - [5742] = 5459, - [5743] = 5461, - [5744] = 5468, - [5745] = 5450, - [5746] = 5460, - [5747] = 5460, - [5748] = 5454, - [5749] = 5447, - [5750] = 5446, - [5751] = 5445, - [5752] = 5466, - [5753] = 5443, - [5754] = 5464, - [5755] = 5463, - [5756] = 5462, - [5757] = 5448, - [5758] = 5456, - [5759] = 5452, - [5760] = 5448, - [5761] = 5444, - [5762] = 5470, - [5763] = 5469, - [5764] = 5467, - [5765] = 5450, - [5766] = 5472, - [5767] = 5473, - [5768] = 5474, - [5769] = 5481, - [5770] = 5491, - [5771] = 5490, - [5772] = 5489, - [5773] = 5477, - [5774] = 5449, - [5775] = 5451, + [5693] = 5453, + [5694] = 5445, + [5695] = 5497, + [5696] = 5496, + [5697] = 5495, + [5698] = 5494, + [5699] = 5480, + [5700] = 5492, + [5701] = 5491, + [5702] = 5490, + [5703] = 5489, + [5704] = 5488, + [5705] = 5487, + [5706] = 5486, + [5707] = 5485, + [5708] = 5484, + [5709] = 5483, + [5710] = 5480, + [5711] = 5483, + [5712] = 5456, + [5713] = 5484, + [5714] = 5444, + [5715] = 5478, + [5716] = 5457, + [5717] = 5458, + [5718] = 5485, + [5719] = 5486, + [5720] = 5487, + [5721] = 5488, + [5722] = 5489, + [5723] = 5452, + [5724] = 5451, + [5725] = 5450, + [5726] = 5490, + [5727] = 5491, + [5728] = 5492, + [5729] = 5463, + [5730] = 5494, + [5731] = 5495, + [5732] = 5496, + [5733] = 5462, + [5734] = 5462, + [5735] = 5497, + [5736] = 5461, + [5737] = 5443, + [5738] = 5459, + [5739] = 5445, + [5740] = 5446, + [5741] = 5447, + [5742] = 5448, + [5743] = 5456, + [5744] = 5455, + [5745] = 5455, + [5746] = 5454, + [5747] = 5453, + [5748] = 5449, + [5749] = 5451, + [5750] = 5450, + [5751] = 5449, + [5752] = 5448, + [5753] = 5447, + [5754] = 5446, + [5755] = 5454, + [5756] = 5445, + [5757] = 5449, + [5758] = 5449, + [5759] = 5497, + [5760] = 5496, + [5761] = 5495, + [5762] = 5494, + [5763] = 5492, + [5764] = 5491, + [5765] = 5490, + [5766] = 5489, + [5767] = 5488, + [5768] = 5487, + [5769] = 5486, + [5770] = 5485, + [5771] = 5484, + [5772] = 5483, + [5773] = 5480, + [5774] = 5774, + [5775] = 5444, [5776] = 5453, - [5777] = 5455, + [5777] = 5478, [5778] = 5457, [5779] = 5458, - [5780] = 5459, - [5781] = 5461, - [5782] = 5468, - [5783] = 5475, - [5784] = 5475, - [5785] = 5460, - [5786] = 5468, - [5787] = 5444, - [5788] = 5470, - [5789] = 5469, - [5790] = 5461, + [5780] = 5450, + [5781] = 5451, + [5782] = 5452, + [5783] = 5453, + [5784] = 5454, + [5785] = 5455, + [5786] = 5456, + [5787] = 5448, + [5788] = 5447, + [5789] = 5446, + [5790] = 5463, [5791] = 5459, - [5792] = 5454, - [5793] = 5458, - [5794] = 5457, - [5795] = 5447, - [5796] = 5446, - [5797] = 5445, - [5798] = 5466, + [5792] = 5443, + [5793] = 5461, + [5794] = 5463, + [5795] = 5462, + [5796] = 5444, + [5797] = 5462, + [5798] = 5461, [5799] = 5443, - [5800] = 5464, + [5800] = 5459, [5801] = 5463, - [5802] = 5462, - [5803] = 5456, - [5804] = 5452, - [5805] = 5448, - [5806] = 5444, - [5807] = 5470, - [5808] = 5469, - [5809] = 5467, - [5810] = 5461, - [5811] = 5472, - [5812] = 5473, - [5813] = 5474, - [5814] = 5455, - [5815] = 5481, - [5816] = 5491, - [5817] = 5490, - [5818] = 5489, + [5802] = 5456, + [5803] = 5455, + [5804] = 5454, + [5805] = 5453, + [5806] = 5452, + [5807] = 5451, + [5808] = 5452, + [5809] = 5450, + [5810] = 5496, + [5811] = 5448, + [5812] = 5447, + [5813] = 5446, + [5814] = 5445, + [5815] = 5497, + [5816] = 5496, + [5817] = 5495, + [5818] = 5494, [5819] = 5489, - [5820] = 5477, - [5821] = 5450, - [5822] = 5449, - [5823] = 5451, - [5824] = 5453, - [5825] = 5455, - [5826] = 5457, - [5827] = 5458, - [5828] = 5453, - [5829] = 5451, - [5830] = 5459, - [5831] = 5481, - [5832] = 5468, - [5833] = 5475, - [5834] = 5449, - [5835] = 5477, - [5836] = 5489, - [5837] = 5460, - [5838] = 5490, - [5839] = 5491, - [5840] = 5454, - [5841] = 5481, - [5842] = 5474, - [5843] = 5473, - [5844] = 5447, - [5845] = 5446, - [5846] = 5445, - [5847] = 5466, - [5848] = 5443, - [5849] = 5464, - [5850] = 5463, - [5851] = 5462, - [5852] = 5456, - [5853] = 5472, - [5854] = 5452, - [5855] = 5448, - [5856] = 5444, - [5857] = 5470, - [5858] = 5469, - [5859] = 5467, - [5860] = 5450, - [5861] = 5472, - [5862] = 5473, - [5863] = 5474, - [5864] = 5472, - [5865] = 5481, - [5866] = 5491, - [5867] = 5490, - [5868] = 5489, - [5869] = 5477, - [5870] = 5449, + [5820] = 5445, + [5821] = 5497, + [5822] = 5492, + [5823] = 5491, + [5824] = 5490, + [5825] = 5489, + [5826] = 5488, + [5827] = 5487, + [5828] = 5486, + [5829] = 5485, + [5830] = 5484, + [5831] = 5483, + [5832] = 5480, + [5833] = 5458, + [5834] = 5457, + [5835] = 5444, + [5836] = 5478, + [5837] = 5457, + [5838] = 5458, + [5839] = 5478, + [5840] = 5450, + [5841] = 5444, + [5842] = 5483, + [5843] = 5484, + [5844] = 5485, + [5845] = 5486, + [5846] = 5487, + [5847] = 5463, + [5848] = 5488, + [5849] = 5489, + [5850] = 5490, + [5851] = 5491, + [5852] = 5492, + [5853] = 5496, + [5854] = 5462, + [5855] = 5494, + [5856] = 5495, + [5857] = 5478, + [5858] = 5497, + [5859] = 5461, + [5860] = 5443, + [5861] = 5459, + [5862] = 5445, + [5863] = 5446, + [5864] = 5447, + [5865] = 5448, + [5866] = 5456, + [5867] = 5455, + [5868] = 5454, + [5869] = 5453, + [5870] = 5452, [5871] = 5451, - [5872] = 5453, - [5873] = 5455, - [5874] = 5457, - [5875] = 5458, - [5876] = 5450, - [5877] = 5459, - [5878] = 5461, - [5879] = 5468, - [5880] = 5475, - [5881] = 5467, - [5882] = 5460, - [5883] = 5473, - [5884] = 5474, - [5885] = 5481, - [5886] = 5469, - [5887] = 5470, - [5888] = 5444, - [5889] = 5448, - [5890] = 5454, - [5891] = 5452, - [5892] = 5456, - [5893] = 5447, - [5894] = 5446, - [5895] = 5445, - [5896] = 5466, - [5897] = 5443, - [5898] = 5464, - [5899] = 5463, - [5900] = 5462, - [5901] = 5456, - [5902] = 5452, - [5903] = 5448, - [5904] = 5444, - [5905] = 5470, - [5906] = 5469, - [5907] = 5467, - [5908] = 5450, - [5909] = 5472, - [5910] = 5473, - [5911] = 5474, - [5912] = 5462, - [5913] = 5447, - [5914] = 5491, + [5872] = 5449, + [5873] = 5450, + [5874] = 5449, + [5875] = 5448, + [5876] = 5447, + [5877] = 5446, + [5878] = 5445, + [5879] = 5449, + [5880] = 5497, + [5881] = 5496, + [5882] = 5495, + [5883] = 5495, + [5884] = 5494, + [5885] = 5492, + [5886] = 5494, + [5887] = 5492, + [5888] = 5491, + [5889] = 5490, + [5890] = 5489, + [5891] = 5488, + [5892] = 5487, + [5893] = 5486, + [5894] = 5485, + [5895] = 5484, + [5896] = 5483, + [5897] = 5480, + [5898] = 5450, + [5899] = 5444, + [5900] = 5478, + [5901] = 5457, + [5902] = 5458, + [5903] = 5451, + [5904] = 5448, + [5905] = 5452, + [5906] = 5453, + [5907] = 5454, + [5908] = 5455, + [5909] = 5456, + [5910] = 5480, + [5911] = 5443, + [5912] = 5461, + [5913] = 5463, + [5914] = 5462, [5915] = 5491, - [5916] = 5490, + [5916] = 5447, [5917] = 5490, - [5918] = 5489, - [5919] = 5477, - [5920] = 5449, - [5921] = 5451, - [5922] = 5453, - [5923] = 5455, + [5918] = 5463, + [5919] = 5462, + [5920] = 5461, + [5921] = 5443, + [5922] = 5459, + [5923] = 5458, [5924] = 5457, - [5925] = 5458, - [5926] = 5463, - [5927] = 5464, - [5928] = 5459, - [5929] = 5461, - [5930] = 5468, - [5931] = 5475, - [5932] = 5443, - [5933] = 5466, - [5934] = 5460, - [5935] = 5454, - [5936] = 5445, - [5937] = 5446, - [5938] = 5456, - [5939] = 5446, - [5940] = 5445, - [5941] = 5466, - [5942] = 5443, - [5943] = 5464, - [5944] = 5463, - [5945] = 5462, - [5946] = 5456, - [5947] = 5452, - [5948] = 5477, - [5949] = 5449, - [5950] = 5448, - [5951] = 5444, - [5952] = 5470, - [5953] = 5469, - [5954] = 5467, - [5955] = 5450, - [5956] = 5472, - [5957] = 5473, - [5958] = 5474, - [5959] = 5447, - [5960] = 5481, - [5961] = 5491, - [5962] = 5490, - [5963] = 5489, - [5964] = 5477, - [5965] = 5449, - [5966] = 5451, - [5967] = 5453, - [5968] = 5455, - [5969] = 5457, - [5970] = 5458, - [5971] = 5459, - [5972] = 5461, - [5973] = 5468, - [5974] = 5475, - [5975] = 5454, - [5976] = 5460, - [5977] = 5460, - [5978] = 5454, - [5979] = 5451, - [5980] = 5453, - [5981] = 5455, - [5982] = 5447, - [5983] = 5446, - [5984] = 5445, - [5985] = 5466, - [5986] = 5443, - [5987] = 5464, - [5988] = 5463, - [5989] = 5462, - [5990] = 5477, - [5991] = 5452, - [5992] = 5448, - [5993] = 5444, - [5994] = 5470, - [5995] = 5469, - [5996] = 5467, - [5997] = 5450, - [5998] = 5472, - [5999] = 5473, - [6000] = 5474, - [6001] = 5481, - [6002] = 5491, - [6003] = 5490, - [6004] = 5489, - [6005] = 5477, - [6006] = 5449, - [6007] = 5451, - [6008] = 5453, - [6009] = 5455, - [6010] = 5457, - [6011] = 5457, - [6012] = 5458, - [6013] = 5458, - [6014] = 5459, - [6015] = 5461, - [6016] = 5468, - [6017] = 5475, - [6018] = 5460, - [6019] = 5475, - [6020] = 5468, - [6021] = 5454, - [6022] = 5461, - [6023] = 5459, - [6024] = 5447, - [6025] = 5446, - [6026] = 5445, - [6027] = 5466, - [6028] = 5443, - [6029] = 5464, - [6030] = 5463, - [6031] = 5462, - [6032] = 5456, - [6033] = 5452, - [6034] = 5448, - [6035] = 5444, - [6036] = 5470, - [6037] = 5469, - [6038] = 5467, - [6039] = 5450, - [6040] = 5472, - [6041] = 5473, - [6042] = 5474, - [6043] = 5458, - [6044] = 5481, - [6045] = 5459, - [6046] = 5491, - [6047] = 5490, - [6048] = 5489, - [6049] = 5477, - [6050] = 5449, - [6051] = 5451, - [6052] = 5453, - [6053] = 5455, - [6054] = 5457, - [6055] = 5458, - [6056] = 5457, - [6057] = 5455, - [6058] = 5459, - [6059] = 5461, - [6060] = 5468, - [6061] = 5475, - [6062] = 5453, - [6063] = 5451, - [6064] = 5449, - [6065] = 5460, - [6066] = 5473, - [6067] = 5489, - [6068] = 5490, - [6069] = 5491, - [6070] = 5454, - [6071] = 5481, - [6072] = 5474, - [6073] = 5443, - [6074] = 5447, - [6075] = 5446, - [6076] = 5445, - [6077] = 5461, - [6078] = 5466, - [6079] = 5443, - [6080] = 5464, - [6081] = 5463, - [6082] = 5462, - [6083] = 5456, - [6084] = 5452, - [6085] = 5448, - [6086] = 5444, - [6087] = 5470, - [6088] = 5469, - [6089] = 5467, - [6090] = 5450, - [6091] = 5472, - [6092] = 5473, - [6093] = 5474, - [6094] = 5472, - [6095] = 5481, - [6096] = 5491, - [6097] = 5490, - [6098] = 5489, - [6099] = 5477, - [6100] = 5449, - [6101] = 5451, - [6102] = 5453, - [6103] = 5455, - [6104] = 5457, - [6105] = 5458, - [6106] = 5459, - [6107] = 5461, - [6108] = 5468, - [6109] = 5475, - [6110] = 5450, - [6111] = 5467, - [6112] = 5460, - [6113] = 5469, - [6114] = 5470, - [6115] = 5444, - [6116] = 5448, - [6117] = 5454, - [6118] = 5452, + [5925] = 5456, + [5926] = 5455, + [5927] = 5454, + [5928] = 5453, + [5929] = 5452, + [5930] = 5451, + [5931] = 5450, + [5932] = 5449, + [5933] = 5448, + [5934] = 5447, + [5935] = 5446, + [5936] = 5446, + [5937] = 5445, + [5938] = 5491, + [5939] = 5497, + [5940] = 5496, + [5941] = 5495, + [5942] = 5494, + [5943] = 5444, + [5944] = 5492, + [5945] = 5491, + [5946] = 5490, + [5947] = 5490, + [5948] = 5488, + [5949] = 5487, + [5950] = 5489, + [5951] = 5488, + [5952] = 5487, + [5953] = 5486, + [5954] = 5485, + [5955] = 5484, + [5956] = 5483, + [5957] = 5480, + [5958] = 5480, + [5959] = 5483, + [5960] = 5444, + [5961] = 5478, + [5962] = 5457, + [5963] = 5458, + [5964] = 5484, + [5965] = 5485, + [5966] = 5486, + [5967] = 5487, + [5968] = 5497, + [5969] = 5488, + [5970] = 5489, + [5971] = 5490, + [5972] = 5484, + [5973] = 5492, + [5974] = 5463, + [5975] = 5494, + [5976] = 5495, + [5977] = 5496, + [5978] = 5462, + [5979] = 5486, + [5980] = 5485, + [5981] = 5484, + [5982] = 5497, + [5983] = 5445, + [5984] = 5446, + [5985] = 5447, + [5986] = 5461, + [5987] = 5443, + [5988] = 5459, + [5989] = 5448, + [5990] = 5449, + [5991] = 5450, + [5992] = 5456, + [5993] = 5455, + [5994] = 5454, + [5995] = 5453, + [5996] = 5452, + [5997] = 5451, + [5998] = 5450, + [5999] = 5449, + [6000] = 5448, + [6001] = 5447, + [6002] = 5446, + [6003] = 5445, + [6004] = 5451, + [6005] = 5497, + [6006] = 5496, + [6007] = 5495, + [6008] = 5494, + [6009] = 5452, + [6010] = 5492, + [6011] = 5483, + [6012] = 5480, + [6013] = 5496, + [6014] = 5491, + [6015] = 5490, + [6016] = 5489, + [6017] = 5488, + [6018] = 5487, + [6019] = 5486, + [6020] = 5485, + [6021] = 5484, + [6022] = 5483, + [6023] = 5480, + [6024] = 5459, + [6025] = 5454, + [6026] = 5444, + [6027] = 5478, + [6028] = 5457, + [6029] = 5458, + [6030] = 5455, + [6031] = 5456, + [6032] = 5495, + [6033] = 5459, + [6034] = 5443, + [6035] = 5461, + [6036] = 5462, + [6037] = 5463, + [6038] = 5463, + [6039] = 5462, + [6040] = 5453, + [6041] = 5458, + [6042] = 5457, + [6043] = 5494, + [6044] = 5492, + [6045] = 5444, + [6046] = 5461, + [6047] = 5443, + [6048] = 5459, + [6049] = 5478, + [6050] = 5444, + [6051] = 5480, + [6052] = 5483, + [6053] = 5456, + [6054] = 5455, + [6055] = 5454, + [6056] = 5453, + [6057] = 5452, + [6058] = 5451, + [6059] = 5450, + [6060] = 5449, + [6061] = 5448, + [6062] = 5447, + [6063] = 5446, + [6064] = 5491, + [6065] = 5445, + [6066] = 5478, + [6067] = 5497, + [6068] = 5496, + [6069] = 5495, + [6070] = 5494, + [6071] = 5485, + [6072] = 5492, + [6073] = 5491, + [6074] = 5490, + [6075] = 5457, + [6076] = 5489, + [6077] = 5478, + [6078] = 5489, + [6079] = 5488, + [6080] = 5487, + [6081] = 5486, + [6082] = 5485, + [6083] = 5484, + [6084] = 5483, + [6085] = 5480, + [6086] = 5486, + [6087] = 5487, + [6088] = 5444, + [6089] = 5496, + [6090] = 5457, + [6091] = 5458, + [6092] = 5488, + [6093] = 5489, + [6094] = 5490, + [6095] = 5491, + [6096] = 5488, + [6097] = 5492, + [6098] = 5494, + [6099] = 5495, + [6100] = 5463, + [6101] = 5496, + [6102] = 5497, + [6103] = 5445, + [6104] = 5446, + [6105] = 5447, + [6106] = 5462, + [6107] = 5487, + [6108] = 5448, + [6109] = 5486, + [6110] = 5449, + [6111] = 5450, + [6112] = 5461, + [6113] = 5443, + [6114] = 5459, + [6115] = 5451, + [6116] = 5452, + [6117] = 5453, + [6118] = 5454, [6119] = 5456, - [6120] = 5447, - [6121] = 5446, - [6122] = 5445, - [6123] = 5466, - [6124] = 5443, - [6125] = 5464, - [6126] = 5463, - [6127] = 5462, - [6128] = 5456, - [6129] = 5452, - [6130] = 5448, - [6131] = 5444, - [6132] = 5470, - [6133] = 5469, - [6134] = 5467, - [6135] = 5450, - [6136] = 5472, - [6137] = 5473, - [6138] = 5474, - [6139] = 5468, - [6140] = 5462, - [6141] = 5481, - [6142] = 5491, - [6143] = 5490, - [6144] = 5489, - [6145] = 5477, - [6146] = 5449, - [6147] = 5451, - [6148] = 5453, - [6149] = 5455, - [6150] = 5457, - [6151] = 5458, - [6152] = 5463, - [6153] = 5464, - [6154] = 5459, - [6155] = 5461, - [6156] = 5468, - [6157] = 5475, - [6158] = 5455, - [6159] = 5466, - [6160] = 5460, - [6161] = 5454, - [6162] = 5445, - [6163] = 5446, - [6164] = 5447, - [6165] = 5447, - [6166] = 5446, - [6167] = 5445, - [6168] = 5466, - [6169] = 5443, - [6170] = 5464, - [6171] = 5475, - [6172] = 5447, - [6173] = 5463, - [6174] = 5462, - [6175] = 5456, - [6176] = 5452, - [6177] = 5448, - [6178] = 5444, - [6179] = 5470, - [6180] = 5469, - [6181] = 5467, - [6182] = 5450, - [6183] = 5472, - [6184] = 5473, - [6185] = 5474, - [6186] = 5481, - [6187] = 5491, - [6188] = 5490, - [6189] = 5489, - [6190] = 5477, - [6191] = 5449, - [6192] = 5451, - [6193] = 5453, - [6194] = 5461, - [6195] = 5457, - [6196] = 5458, - [6197] = 5459, - [6198] = 5461, - [6199] = 5468, - [6200] = 5475, - [6201] = 5454, - [6202] = 5460, - [6203] = 5460, - [6204] = 5454, - [6205] = 5447, - [6206] = 5446, - [6207] = 5445, - [6208] = 5466, - [6209] = 5443, - [6210] = 5464, - [6211] = 5463, - [6212] = 5462, - [6213] = 5456, - [6214] = 5452, - [6215] = 5448, - [6216] = 5444, - [6217] = 5470, - [6218] = 5469, - [6219] = 5467, - [6220] = 5450, - [6221] = 5472, - [6222] = 5473, - [6223] = 5474, - [6224] = 5481, - [6225] = 5491, - [6226] = 5490, - [6227] = 5489, - [6228] = 5477, - [6229] = 5449, - [6230] = 5451, - [6231] = 5453, - [6232] = 5455, - [6233] = 5457, - [6234] = 5458, - [6235] = 5459, - [6236] = 5491, - [6237] = 5468, - [6238] = 5475, - [6239] = 5460, - [6240] = 5475, - [6241] = 5468, - [6242] = 5454, - [6243] = 5461, - [6244] = 5459, - [6245] = 5447, - [6246] = 5446, - [6247] = 5445, - [6248] = 5466, - [6249] = 5443, - [6250] = 5464, - [6251] = 5463, - [6252] = 5462, - [6253] = 5456, - [6254] = 5452, - [6255] = 5448, - [6256] = 5444, - [6257] = 5470, - [6258] = 5469, - [6259] = 5467, - [6260] = 5450, - [6261] = 5472, - [6262] = 5473, - [6263] = 5474, - [6264] = 5458, - [6265] = 5481, - [6266] = 5491, - [6267] = 5490, + [6120] = 5455, + [6121] = 5454, + [6122] = 5453, + [6123] = 5452, + [6124] = 5451, + [6125] = 5450, + [6126] = 5449, + [6127] = 5448, + [6128] = 5485, + [6129] = 5447, + [6130] = 5446, + [6131] = 5445, + [6132] = 5497, + [6133] = 5496, + [6134] = 5484, + [6135] = 5495, + [6136] = 5494, + [6137] = 5456, + [6138] = 5492, + [6139] = 5457, + [6140] = 5483, + [6141] = 5491, + [6142] = 5490, + [6143] = 5489, + [6144] = 5488, + [6145] = 5487, + [6146] = 5486, + [6147] = 5485, + [6148] = 5484, + [6149] = 5483, + [6150] = 5480, + [6151] = 5459, + [6152] = 5443, + [6153] = 5444, + [6154] = 5478, + [6155] = 5457, + [6156] = 5458, + [6157] = 5461, + [6158] = 5462, + [6159] = 5463, + [6160] = 5480, + [6161] = 5463, + [6162] = 5458, + [6163] = 5457, + [6164] = 5478, + [6165] = 5462, + [6166] = 5444, + [6167] = 5480, + [6168] = 5483, + [6169] = 5484, + [6170] = 5461, + [6171] = 5458, + [6172] = 5444, + [6173] = 5478, + [6174] = 5443, + [6175] = 5459, + [6176] = 5485, + [6177] = 5486, + [6178] = 5487, + [6179] = 5488, + [6180] = 5456, + [6181] = 5455, + [6182] = 5454, + [6183] = 5453, + [6184] = 5452, + [6185] = 5451, + [6186] = 5450, + [6187] = 5449, + [6188] = 5448, + [6189] = 5447, + [6190] = 5446, + [6191] = 5445, + [6192] = 5489, + [6193] = 5497, + [6194] = 5492, + [6195] = 5495, + [6196] = 5494, + [6197] = 5490, + [6198] = 5451, + [6199] = 5491, + [6200] = 5490, + [6201] = 5489, + [6202] = 5488, + [6203] = 5487, + [6204] = 5458, + [6205] = 5486, + [6206] = 5485, + [6207] = 5484, + [6208] = 5483, + [6209] = 5480, + [6210] = 5491, + [6211] = 5492, + [6212] = 5444, + [6213] = 5478, + [6214] = 5457, + [6215] = 5458, + [6216] = 5494, + [6217] = 5495, + [6218] = 5496, + [6219] = 5497, + [6220] = 5445, + [6221] = 5446, + [6222] = 5447, + [6223] = 5448, + [6224] = 5463, + [6225] = 5449, + [6226] = 5450, + [6227] = 5451, + [6228] = 5462, + [6229] = 5452, + [6230] = 5453, + [6231] = 5454, + [6232] = 5461, + [6233] = 5443, + [6234] = 5459, + [6235] = 5455, + [6236] = 5456, + [6237] = 5459, + [6238] = 5455, + [6239] = 5456, + [6240] = 5455, + [6241] = 5454, + [6242] = 5453, + [6243] = 5452, + [6244] = 5451, + [6245] = 5450, + [6246] = 5449, + [6247] = 5448, + [6248] = 5447, + [6249] = 5446, + [6250] = 5445, + [6251] = 5497, + [6252] = 5496, + [6253] = 5495, + [6254] = 5494, + [6255] = 5492, + [6256] = 5491, + [6257] = 5490, + [6258] = 5489, + [6259] = 5488, + [6260] = 5487, + [6261] = 5486, + [6262] = 5485, + [6263] = 5484, + [6264] = 5483, + [6265] = 5480, + [6266] = 5443, + [6267] = 5463, [6268] = 6268, - [6269] = 5489, - [6270] = 5477, - [6271] = 5449, - [6272] = 5451, - [6273] = 5453, - [6274] = 5455, - [6275] = 5457, - [6276] = 5458, - [6277] = 5457, - [6278] = 5455, - [6279] = 5459, - [6280] = 5461, - [6281] = 5468, - [6282] = 5475, - [6283] = 5453, - [6284] = 5451, - [6285] = 5460, - [6286] = 5449, - [6287] = 5477, - [6288] = 5489, - [6289] = 5490, - [6290] = 5454, + [6269] = 5444, + [6270] = 5478, + [6271] = 5457, + [6272] = 5458, + [6273] = 5458, + [6274] = 5457, + [6275] = 5478, + [6276] = 5463, + [6277] = 5444, + [6278] = 5480, + [6279] = 5483, + [6280] = 5484, + [6281] = 5485, + [6282] = 5462, + [6283] = 5486, + [6284] = 5487, + [6285] = 5488, + [6286] = 5489, + [6287] = 5461, + [6288] = 5443, + [6289] = 5459, + [6290] = 5490, [6291] = 5491, - [6292] = 5481, - [6293] = 5474, - [6294] = 5447, - [6295] = 5446, - [6296] = 5445, - [6297] = 5466, - [6298] = 5443, - [6299] = 5464, - [6300] = 5463, - [6301] = 5462, - [6302] = 5456, - [6303] = 5452, - [6304] = 5448, - [6305] = 5444, - [6306] = 5470, - [6307] = 5469, - [6308] = 5467, - [6309] = 5450, - [6310] = 5472, - [6311] = 5473, - [6312] = 5474, - [6313] = 5473, - [6314] = 5481, - [6315] = 5455, - [6316] = 5490, - [6317] = 5489, - [6318] = 5477, - [6319] = 5449, - [6320] = 5451, - [6321] = 5453, - [6322] = 5452, - [6323] = 5457, - [6324] = 5458, - [6325] = 5472, - [6326] = 5459, - [6327] = 5461, - [6328] = 5468, - [6329] = 5475, - [6330] = 5450, - [6331] = 5467, - [6332] = 5460, - [6333] = 5469, - [6334] = 5470, - [6335] = 5444, - [6336] = 5448, - [6337] = 5454, - [6338] = 5452, - [6339] = 5456, - [6340] = 5447, - [6341] = 5446, - [6342] = 5445, - [6343] = 5466, + [6292] = 5492, + [6293] = 5494, + [6294] = 5456, + [6295] = 5455, + [6296] = 5454, + [6297] = 5453, + [6298] = 5452, + [6299] = 5480, + [6300] = 5450, + [6301] = 5449, + [6302] = 5448, + [6303] = 5447, + [6304] = 5446, + [6305] = 5445, + [6306] = 5495, + [6307] = 5497, + [6308] = 5496, + [6309] = 5495, + [6310] = 5494, + [6311] = 5496, + [6312] = 5492, + [6313] = 5491, + [6314] = 5490, + [6315] = 5489, + [6316] = 5488, + [6317] = 5487, + [6318] = 5486, + [6319] = 5485, + [6320] = 5484, + [6321] = 5483, + [6322] = 5494, + [6323] = 5497, + [6324] = 5444, + [6325] = 5478, + [6326] = 5457, + [6327] = 5458, + [6328] = 5445, + [6329] = 5446, + [6330] = 5447, + [6331] = 5448, + [6332] = 5449, + [6333] = 5450, + [6334] = 5451, + [6335] = 5452, + [6336] = 5463, + [6337] = 5453, + [6338] = 5454, + [6339] = 5461, + [6340] = 5455, + [6341] = 5456, + [6342] = 5462, + [6343] = 5462, [6344] = 5443, - [6345] = 5464, - [6346] = 5463, - [6347] = 5462, - [6348] = 5456, - [6349] = 5452, - [6350] = 5448, - [6351] = 5444, - [6352] = 5470, - [6353] = 5469, - [6354] = 5467, - [6355] = 5450, - [6356] = 5472, - [6357] = 5473, - [6358] = 5474, - [6359] = 5462, - [6360] = 5481, - [6361] = 5491, - [6362] = 5490, - [6363] = 5489, - [6364] = 5477, - [6365] = 5449, - [6366] = 5451, - [6367] = 5453, - [6368] = 5455, - [6369] = 5457, - [6370] = 5458, - [6371] = 5463, - [6372] = 5464, - [6373] = 5459, - [6374] = 5461, - [6375] = 5468, - [6376] = 5475, - [6377] = 5443, - [6378] = 5466, - [6379] = 5460, - [6380] = 5454, - [6381] = 5445, - [6382] = 5446, - [6383] = 5447, - [6384] = 5447, - [6385] = 5446, - [6386] = 5445, - [6387] = 5466, - [6388] = 5443, - [6389] = 5464, - [6390] = 5463, - [6391] = 5462, - [6392] = 5456, - [6393] = 5457, - [6394] = 5448, - [6395] = 5444, - [6396] = 5470, - [6397] = 5469, - [6398] = 5467, - [6399] = 5450, - [6400] = 5472, - [6401] = 5473, - [6402] = 5474, - [6403] = 5481, - [6404] = 5491, - [6405] = 5490, - [6406] = 5489, - [6407] = 5477, - [6408] = 5449, - [6409] = 5451, + [6345] = 5461, + [6346] = 5461, + [6347] = 5443, + [6348] = 5459, + [6349] = 5462, + [6350] = 5463, + [6351] = 5456, + [6352] = 5455, + [6353] = 5454, + [6354] = 5453, + [6355] = 5452, + [6356] = 5451, + [6357] = 5450, + [6358] = 5449, + [6359] = 5448, + [6360] = 5447, + [6361] = 5446, + [6362] = 5445, + [6363] = 5497, + [6364] = 5496, + [6365] = 5495, + [6366] = 5494, + [6367] = 5492, + [6368] = 5491, + [6369] = 5490, + [6370] = 5489, + [6371] = 5488, + [6372] = 5487, + [6373] = 5486, + [6374] = 5485, + [6375] = 5484, + [6376] = 5483, + [6377] = 5480, + [6378] = 5444, + [6379] = 5478, + [6380] = 5457, + [6381] = 5458, + [6382] = 5458, + [6383] = 5457, + [6384] = 5478, + [6385] = 5444, + [6386] = 5480, + [6387] = 5483, + [6388] = 5484, + [6389] = 5463, + [6390] = 5485, + [6391] = 5486, + [6392] = 5487, + [6393] = 5488, + [6394] = 5489, + [6395] = 5462, + [6396] = 5490, + [6397] = 5491, + [6398] = 5492, + [6399] = 5463, + [6400] = 5461, + [6401] = 5443, + [6402] = 5459, + [6403] = 5495, + [6404] = 5496, + [6405] = 5497, + [6406] = 5445, + [6407] = 5456, + [6408] = 5455, + [6409] = 5454, [6410] = 5453, - [6411] = 5455, - [6412] = 5457, - [6413] = 5458, - [6414] = 5459, - [6415] = 5461, - [6416] = 5468, - [6417] = 5475, - [6418] = 5454, - [6419] = 5460, - [6420] = 5460, - [6421] = 5454, - [6422] = 5447, - [6423] = 5446, - [6424] = 5445, - [6425] = 5466, - [6426] = 5443, - [6427] = 5464, - [6428] = 5463, - [6429] = 5462, - [6430] = 5456, - [6431] = 5452, - [6432] = 5448, - [6433] = 5444, - [6434] = 5470, - [6435] = 5469, - [6436] = 5467, - [6437] = 5450, - [6438] = 5472, - [6439] = 5473, - [6440] = 5474, - [6441] = 5481, - [6442] = 5491, - [6443] = 5490, - [6444] = 5489, - [6445] = 5477, - [6446] = 5449, - [6447] = 5451, - [6448] = 5453, - [6449] = 5455, - [6450] = 5457, - [6451] = 5458, - [6452] = 5459, - [6453] = 5461, - [6454] = 5468, - [6455] = 5475, - [6456] = 5475, - [6457] = 5460, - [6458] = 5468, - [6459] = 5461, - [6460] = 5459, - [6461] = 5454, - [6462] = 5458, - [6463] = 5467, - [6464] = 5447, - [6465] = 5446, - [6466] = 5445, - [6467] = 5466, - [6468] = 5443, - [6469] = 5464, - [6470] = 5463, - [6471] = 5462, - [6472] = 5456, - [6473] = 5452, - [6474] = 5448, - [6475] = 5444, - [6476] = 5470, - [6477] = 5469, - [6478] = 5467, - [6479] = 5450, - [6480] = 5472, - [6481] = 5473, - [6482] = 5474, - [6483] = 5481, - [6484] = 5491, - [6485] = 5490, - [6486] = 5489, - [6487] = 5477, - [6488] = 5449, - [6489] = 5451, - [6490] = 5453, - [6491] = 5455, + [6411] = 5452, + [6412] = 5451, + [6413] = 5450, + [6414] = 5449, + [6415] = 5448, + [6416] = 5447, + [6417] = 5446, + [6418] = 5445, + [6419] = 5446, + [6420] = 5497, + [6421] = 5496, + [6422] = 5495, + [6423] = 5494, + [6424] = 5447, + [6425] = 5492, + [6426] = 5491, + [6427] = 5490, + [6428] = 5489, + [6429] = 5488, + [6430] = 5487, + [6431] = 5486, + [6432] = 5485, + [6433] = 5484, + [6434] = 5483, + [6435] = 5480, + [6436] = 5448, + [6437] = 5449, + [6438] = 5444, + [6439] = 5478, + [6440] = 5457, + [6441] = 5458, + [6442] = 5450, + [6443] = 5451, + [6444] = 5452, + [6445] = 5453, + [6446] = 5454, + [6447] = 5459, + [6448] = 5456, + [6449] = 5459, + [6450] = 5489, + [6451] = 5443, + [6452] = 5461, + [6453] = 5462, + [6454] = 5462, + [6455] = 5463, + [6456] = 5461, + [6457] = 5443, + [6458] = 5459, + [6459] = 5458, + [6460] = 5456, + [6461] = 5455, + [6462] = 5454, + [6463] = 5453, + [6464] = 5452, + [6465] = 5451, + [6466] = 5450, + [6467] = 5449, + [6468] = 5448, + [6469] = 5447, + [6470] = 5446, + [6471] = 5445, + [6472] = 5457, + [6473] = 5497, + [6474] = 5496, + [6475] = 5495, + [6476] = 5494, + [6477] = 5492, + [6478] = 5491, + [6479] = 5490, + [6480] = 5489, + [6481] = 5488, + [6482] = 5487, + [6483] = 5486, + [6484] = 5485, + [6485] = 5484, + [6486] = 5483, + [6487] = 5480, + [6488] = 5478, + [6489] = 5444, + [6490] = 5444, + [6491] = 5478, [6492] = 5457, [6493] = 5458, - [6494] = 5455, - [6495] = 5453, - [6496] = 5459, - [6497] = 5461, - [6498] = 5468, - [6499] = 5475, - [6500] = 5451, - [6501] = 5449, - [6502] = 5477, - [6503] = 5460, - [6504] = 5489, - [6505] = 5490, - [6506] = 5491, - [6507] = 5454, - [6508] = 5481, - [6509] = 5474, - [6510] = 5447, - [6511] = 5446, - [6512] = 5445, - [6513] = 5466, - [6514] = 5443, - [6515] = 5464, - [6516] = 5463, - [6517] = 5462, - [6518] = 5456, - [6519] = 5452, - [6520] = 5448, - [6521] = 5444, - [6522] = 5470, - [6523] = 5469, - [6524] = 5467, - [6525] = 5450, - [6526] = 5472, - [6527] = 5473, - [6528] = 5474, - [6529] = 5473, - [6530] = 5481, - [6531] = 5491, - [6532] = 5490, - [6533] = 5489, - [6534] = 5477, - [6535] = 5449, - [6536] = 5451, - [6537] = 5453, - [6538] = 5455, - [6539] = 5457, - [6540] = 5458, - [6541] = 5472, - [6542] = 5450, - [6543] = 5459, - [6544] = 5461, - [6545] = 5468, - [6546] = 5475, - [6547] = 5491, - [6548] = 5469, - [6549] = 5460, - [6550] = 5470, + [6494] = 5480, + [6495] = 5483, + [6496] = 5484, + [6497] = 5485, + [6498] = 5486, + [6499] = 5487, + [6500] = 5488, + [6501] = 5451, + [6502] = 5490, + [6503] = 5463, + [6504] = 5491, + [6505] = 5492, + [6506] = 5494, + [6507] = 5495, + [6508] = 5496, + [6509] = 5462, + [6510] = 5497, + [6511] = 5445, + [6512] = 5446, + [6513] = 5447, + [6514] = 5461, + [6515] = 5443, + [6516] = 5459, + [6517] = 5448, + [6518] = 5449, + [6519] = 5450, + [6520] = 5456, + [6521] = 5455, + [6522] = 5454, + [6523] = 5453, + [6524] = 5452, + [6525] = 5451, + [6526] = 5450, + [6527] = 5449, + [6528] = 5448, + [6529] = 5447, + [6530] = 5446, + [6531] = 5445, + [6532] = 5451, + [6533] = 5497, + [6534] = 5496, + [6535] = 5495, + [6536] = 5494, + [6537] = 5452, + [6538] = 5492, + [6539] = 5491, + [6540] = 5490, + [6541] = 5489, + [6542] = 5488, + [6543] = 5487, + [6544] = 5486, + [6545] = 5485, + [6546] = 5484, + [6547] = 5483, + [6548] = 5480, + [6549] = 5453, + [6550] = 5455, [6551] = 5444, - [6552] = 5448, - [6553] = 5454, - [6554] = 5452, - [6555] = 5456, - [6556] = 5462, - [6557] = 5447, - [6558] = 5446, - [6559] = 5445, - [6560] = 5466, - [6561] = 5443, - [6562] = 5464, - [6563] = 5463, - [6564] = 5462, - [6565] = 5456, - [6566] = 5452, - [6567] = 5448, - [6568] = 5444, - [6569] = 5470, - [6570] = 5469, - [6571] = 5467, - [6572] = 5450, - [6573] = 5472, - [6574] = 5473, - [6575] = 5474, - [6576] = 5463, - [6577] = 5481, - [6578] = 5468, - [6579] = 5490, - [6580] = 5489, - [6581] = 5477, - [6582] = 5449, - [6583] = 5451, - [6584] = 5453, - [6585] = 5455, - [6586] = 5457, - [6587] = 5458, - [6588] = 5464, - [6589] = 5443, - [6590] = 5459, - [6591] = 5461, - [6592] = 5468, - [6593] = 5475, - [6594] = 5466, - [6595] = 5460, - [6596] = 5445, - [6597] = 5446, - [6598] = 5454, - [6599] = 5447, - [6600] = 5446, - [6601] = 5445, - [6602] = 5466, - [6603] = 5443, - [6604] = 5464, - [6605] = 5463, - [6606] = 5462, - [6607] = 5456, - [6608] = 5452, - [6609] = 5448, - [6610] = 5444, - [6611] = 5470, - [6612] = 5469, - [6613] = 5467, - [6614] = 5450, - [6615] = 5472, - [6616] = 5473, - [6617] = 5474, - [6618] = 5454, - [6619] = 5481, - [6620] = 5491, + [6552] = 5478, + [6553] = 5457, + [6554] = 5458, + [6555] = 5455, + [6556] = 5456, + [6557] = 5459, + [6558] = 5443, + [6559] = 5461, + [6560] = 5462, + [6561] = 5463, + [6562] = 5463, + [6563] = 5462, + [6564] = 5458, + [6565] = 5457, + [6566] = 5461, + [6567] = 5443, + [6568] = 5459, + [6569] = 5478, + [6570] = 5444, + [6571] = 5480, + [6572] = 5483, + [6573] = 5456, + [6574] = 5455, + [6575] = 5454, + [6576] = 5453, + [6577] = 5452, + [6578] = 5478, + [6579] = 5450, + [6580] = 5449, + [6581] = 5448, + [6582] = 5447, + [6583] = 5446, + [6584] = 5445, + [6585] = 5484, + [6586] = 5497, + [6587] = 5496, + [6588] = 5495, + [6589] = 5494, + [6590] = 5485, + [6591] = 5492, + [6592] = 5491, + [6593] = 5490, + [6594] = 5489, + [6595] = 5488, + [6596] = 5487, + [6597] = 5486, + [6598] = 5485, + [6599] = 5484, + [6600] = 5483, + [6601] = 5480, + [6602] = 5486, + [6603] = 5487, + [6604] = 5444, + [6605] = 5461, + [6606] = 5457, + [6607] = 5458, + [6608] = 5488, + [6609] = 5489, + [6610] = 5490, + [6611] = 5491, + [6612] = 5492, + [6613] = 5494, + [6614] = 5495, + [6615] = 5454, + [6616] = 5497, + [6617] = 5463, + [6618] = 5445, + [6619] = 5446, + [6620] = 5447, [6621] = 6621, - [6622] = 5490, - [6623] = 5489, - [6624] = 5477, - [6625] = 5449, + [6622] = 5448, + [6623] = 5449, + [6624] = 5462, + [6625] = 5450, [6626] = 5451, - [6627] = 5453, - [6628] = 5455, - [6629] = 5457, - [6630] = 5458, - [6631] = 5460, - [6632] = 5459, - [6633] = 5461, - [6634] = 5490, - [6635] = 5475, - [6636] = 5460, + [6627] = 5452, + [6628] = 5461, + [6629] = 5443, + [6630] = 5459, + [6631] = 5453, + [6632] = 5454, + [6633] = 5455, + [6634] = 5456, + [6635] = 5456, + [6636] = 5455, [6637] = 5454, - [6638] = 5447, - [6639] = 5446, - [6640] = 5445, - [6641] = 5466, - [6642] = 5443, - [6643] = 5464, - [6644] = 5463, - [6645] = 5462, - [6646] = 5456, - [6647] = 5452, - [6648] = 5448, - [6649] = 5444, - [6650] = 5470, - [6651] = 5469, - [6652] = 5467, - [6653] = 5450, - [6654] = 5472, - [6655] = 5473, - [6656] = 5474, - [6657] = 5481, - [6658] = 5491, - [6659] = 5490, - [6660] = 5489, - [6661] = 5477, - [6662] = 5449, - [6663] = 5451, - [6664] = 5453, - [6665] = 5455, + [6638] = 5453, + [6639] = 5452, + [6640] = 5451, + [6641] = 5450, + [6642] = 5449, + [6643] = 5448, + [6644] = 5447, + [6645] = 5446, + [6646] = 5445, + [6647] = 5496, + [6648] = 5497, + [6649] = 5496, + [6650] = 5495, + [6651] = 5494, + [6652] = 5459, + [6653] = 5492, + [6654] = 5491, + [6655] = 5490, + [6656] = 5489, + [6657] = 5488, + [6658] = 5487, + [6659] = 5486, + [6660] = 5485, + [6661] = 5484, + [6662] = 5483, + [6663] = 5480, + [6664] = 5444, + [6665] = 5478, [6666] = 5457, [6667] = 5458, - [6668] = 5475, - [6669] = 5459, + [6668] = 5463, + [6669] = 5462, [6670] = 5461, - [6671] = 5468, - [6672] = 5475, - [6673] = 5468, - [6674] = 5461, - [6675] = 5460, - [6676] = 5459, - [6677] = 5458, - [6678] = 5457, - [6679] = 5455, - [6680] = 5454, - [6681] = 5453, - [6682] = 5451, - [6683] = 5449, - [6684] = 5447, - [6685] = 5446, - [6686] = 5445, - [6687] = 5466, - [6688] = 5443, - [6689] = 5464, - [6690] = 5463, - [6691] = 5462, - [6692] = 5456, - [6693] = 5452, - [6694] = 5448, - [6695] = 5444, - [6696] = 5470, - [6697] = 5469, - [6698] = 5467, - [6699] = 5450, - [6700] = 5472, - [6701] = 5473, - [6702] = 5474, - [6703] = 5477, - [6704] = 5481, - [6705] = 5491, + [6671] = 5443, + [6672] = 5459, + [6673] = 5456, + [6674] = 5455, + [6675] = 5454, + [6676] = 5453, + [6677] = 5452, + [6678] = 5451, + [6679] = 5450, + [6680] = 5449, + [6681] = 5448, + [6682] = 5447, + [6683] = 5446, + [6684] = 5445, + [6685] = 5497, + [6686] = 5496, + [6687] = 5495, + [6688] = 5494, + [6689] = 5492, + [6690] = 5491, + [6691] = 5490, + [6692] = 5489, + [6693] = 5488, + [6694] = 5487, + [6695] = 5486, + [6696] = 5485, + [6697] = 5484, + [6698] = 5483, + [6699] = 5480, + [6700] = 5444, + [6701] = 5478, + [6702] = 5457, + [6703] = 5458, + [6704] = 5463, + [6705] = 5462, [6706] = 6621, [6707] = 6621, [6708] = 6621, @@ -8148,695 +8155,607 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { switch (state) { case 0: if (eof) ADVANCE(115); - if (lookahead == '!') ADVANCE(983); - if (lookahead == '(') ADVANCE(894); - if (lookahead == ')') ADVANCE(895); - if (lookahead == ',') ADVANCE(135); - if (lookahead == '-') ADVANCE(982); - if (lookahead == '?') ADVANCE(1031); - if (lookahead == '@') ADVANCE(985); - if (lookahead == '{') ADVANCE(984); - if (lookahead == '}') ADVANCE(1029); + if (lookahead == '!') ADVANCE(987); + if (lookahead == '(') ADVANCE(898); + if (lookahead == ')') ADVANCE(899); + if (lookahead == ',') ADVANCE(136); + if (lookahead == '-') ADVANCE(986); + if (lookahead == '?') ADVANCE(1035); + if (lookahead == '@') ADVANCE(989); + if (lookahead == '{') ADVANCE(988); + if (lookahead == '}') ADVANCE(1033); if (lookahead == '"' || - lookahead == '\'') ADVANCE(896); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '\'') ADVANCE(900); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(0) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 1: - if (lookahead == '!') ADVANCE(983); - if (lookahead == '@') ADVANCE(1030); + if (lookahead == '!') ADVANCE(987); + if (lookahead == '@') ADVANCE(1034); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(1) + lookahead == '?') ADVANCE(1035); if (lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(1) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 2: if (lookahead == '!') ADVANCE(120); END_STATE(); case 3: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1022); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1026); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(3) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(3) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 4: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1027); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1031); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(4) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(4) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 5: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(988); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(992); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(5) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 6: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(990); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(994); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(6) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 7: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(989); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(993); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(7) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 8: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(995); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(999); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(8) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 9: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(991); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(995); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(9) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 10: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(993); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(997); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(10) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 11: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(997); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1001); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(11) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 12: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(986); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(990); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 13: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(992); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(996); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(13) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 14: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(999); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1003); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(14) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 15: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(994); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(998); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(15) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 16: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1001); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1005); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(16) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 17: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(996); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1000); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(17) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 18: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1003); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1007); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(18) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 19: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(998); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1002); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(19) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 20: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1005); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1009); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(20) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 21: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1000); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1004); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(21) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 22: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1007); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1011); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 23: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1002); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1006); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(23) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 24: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1017); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1021); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(24) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 25: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1004); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1008); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(25) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 26: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1009); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1013); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(26) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 27: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1006); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1010); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(27) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 28: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1011); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1015); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(28) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 29: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1008); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1012); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(29) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 30: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1013); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1017); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(30) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 31: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1010); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1014); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(31) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 32: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1014); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1018); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(32) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 33: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1012); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1016); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(33) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 34: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1015); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1019); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(34) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 35: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1016); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1020); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(35) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 36: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1019); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1023); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(36) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 37: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1018); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1022); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(37) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 38: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1020); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1024); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(38) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 39: - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(1021); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(1025); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(39) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 40: - if (lookahead == '(') ADVANCE(132); - if (lookahead == ')') ADVANCE(895); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(891); - if (lookahead != 0) ADVANCE(893); + if (lookahead == '(') ADVANCE(133); + if (lookahead == ')') ADVANCE(899); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(895); + if (lookahead != 0) ADVANCE(897); END_STATE(); case 41: - if (lookahead == '(') ADVANCE(132); - if (lookahead == ')') ADVANCE(133); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(892); - if (lookahead != 0) ADVANCE(893); + if (lookahead == '(') ADVANCE(133); + if (lookahead == ')') ADVANCE(134); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(896); + if (lookahead != 0) ADVANCE(897); END_STATE(); case 42: - if (lookahead == '(') ADVANCE(132); + if (lookahead == '(') ADVANCE(133); if (lookahead == '@') ADVANCE(95); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(42) END_STATE(); case 43: - if (lookahead == ')') ADVANCE(133); - if (lookahead == ',') ADVANCE(135); - if (lookahead == '?') ADVANCE(1031); - if (lookahead == '@') ADVANCE(1030); + if (lookahead == ')') ADVANCE(134); + if (lookahead == ',') ADVANCE(136); + if (lookahead == '?') ADVANCE(1035); + if (lookahead == '@') ADVANCE(1034); if (lookahead == '"' || - lookahead == '\'') ADVANCE(896); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(43) + lookahead == '\'') ADVANCE(900); if (lookahead == '!' || lookahead == '(' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(43) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 44: - if (lookahead == ')') ADVANCE(133); - if (lookahead == '@') ADVANCE(1030); + if (lookahead == ')') ADVANCE(134); + if (lookahead == '@') ADVANCE(1034); if (lookahead == '"' || - lookahead == '\'') ADVANCE(896); + lookahead == '\'') ADVANCE(900); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(44) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(44) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 45: if (lookahead == '-') ADVANCE(45); @@ -8848,7 +8767,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '?' && lookahead != '@' && lookahead != '{' && - lookahead != '}') ADVANCE(1031); + lookahead != '}') ADVANCE(1035); END_STATE(); case 46: if (lookahead == '-') ADVANCE(48); @@ -8863,708 +8782,620 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(48); END_STATE(); case 49: - if (lookahead == '@') ADVANCE(1022); + if (lookahead == '@') ADVANCE(1026); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(49) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(49) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 50: - if (lookahead == '@') ADVANCE(1030); - if (lookahead == '}') ADVANCE(1029); + if (lookahead == '@') ADVANCE(1034); + if (lookahead == '}') ADVANCE(1033); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(50) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '{') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '{') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(50) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 51: - if (lookahead == '@') ADVANCE(1030); + if (lookahead == '@') ADVANCE(1034); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(51) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(51) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 52: - if (lookahead == '@') ADVANCE(1027); + if (lookahead == '@') ADVANCE(1031); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(52) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(52) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 53: - if (lookahead == '@') ADVANCE(988); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(992); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(53) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(53) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 54: - if (lookahead == '@') ADVANCE(990); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(994); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(54) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(54) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 55: - if (lookahead == '@') ADVANCE(989); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(993); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(55) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(55) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 56: - if (lookahead == '@') ADVANCE(995); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(999); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(56) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(56) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 57: - if (lookahead == '@') ADVANCE(991); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(995); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(57) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(57) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 58: - if (lookahead == '@') ADVANCE(993); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(997); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(58) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(58) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 59: - if (lookahead == '@') ADVANCE(997); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1001); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(59) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(59) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 60: - if (lookahead == '@') ADVANCE(1023); + if (lookahead == '@') ADVANCE(1027); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(60) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(60) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 61: - if (lookahead == '@') ADVANCE(1028); + if (lookahead == '@') ADVANCE(1032); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(61) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(61) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 62: - if (lookahead == '@') ADVANCE(986); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(990); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(62) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(62) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 63: - if (lookahead == '@') ADVANCE(992); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(996); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(63) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(63) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 64: - if (lookahead == '@') ADVANCE(999); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1003); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(64) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(64) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 65: - if (lookahead == '@') ADVANCE(1024); + if (lookahead == '@') ADVANCE(1028); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(65) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(65) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 66: - if (lookahead == '@') ADVANCE(994); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(998); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(66) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(66) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 67: - if (lookahead == '@') ADVANCE(1001); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1005); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(67) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(67) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 68: - if (lookahead == '@') ADVANCE(1025); + if (lookahead == '@') ADVANCE(1029); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(68) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(68) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 69: - if (lookahead == '@') ADVANCE(996); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1000); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(69) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(69) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 70: - if (lookahead == '@') ADVANCE(1003); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1007); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(70) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(70) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 71: - if (lookahead == '@') ADVANCE(1026); + if (lookahead == '@') ADVANCE(1030); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(71) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || lookahead == '{' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(71) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 72: - if (lookahead == '@') ADVANCE(998); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1002); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(72) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(72) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 73: - if (lookahead == '@') ADVANCE(1005); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1009); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(73) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 74: - if (lookahead == '@') ADVANCE(1000); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1004); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(74) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(74) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 75: - if (lookahead == '@') ADVANCE(1007); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1011); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(75) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(75) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 76: - if (lookahead == '@') ADVANCE(1002); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1006); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(76) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(76) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 77: - if (lookahead == '@') ADVANCE(1017); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1021); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(77) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(77) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 78: - if (lookahead == '@') ADVANCE(1004); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1008); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(78) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(78) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 79: - if (lookahead == '@') ADVANCE(1009); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1013); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(79) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(79) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 80: - if (lookahead == '@') ADVANCE(1006); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1010); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(80) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 81: - if (lookahead == '@') ADVANCE(1011); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1015); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(81) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(81) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 82: - if (lookahead == '@') ADVANCE(1008); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1012); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(82) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(82) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 83: - if (lookahead == '@') ADVANCE(1013); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1017); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(83) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(83) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 84: - if (lookahead == '@') ADVANCE(1010); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1014); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(84) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(84) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 85: - if (lookahead == '@') ADVANCE(1014); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1018); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(85) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(85) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 86: - if (lookahead == '@') ADVANCE(1012); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1016); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(86) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(86) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 87: - if (lookahead == '@') ADVANCE(1015); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1019); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(87) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(87) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 88: - if (lookahead == '@') ADVANCE(1016); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1020); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(88) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(88) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 89: - if (lookahead == '@') ADVANCE(1019); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1023); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(89) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(89) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 90: - if (lookahead == '@') ADVANCE(1018); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1022); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(90) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(90) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 91: - if (lookahead == '@') ADVANCE(1020); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1024); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(91) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(91) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 92: - if (lookahead == '@') ADVANCE(1021); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(1025); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(92) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(92) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 93: if (lookahead == 'a') ADVANCE(106); @@ -9587,13 +9418,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'e') ADVANCE(100); END_STATE(); case 99: - if (lookahead == 'e') ADVANCE(859); + if (lookahead == 'e') ADVANCE(863); END_STATE(); case 100: if (lookahead == 'f') ADVANCE(94); END_STATE(); case 101: - if (lookahead == 'h') ADVANCE(858); + if (lookahead == 'h') ADVANCE(862); END_STATE(); case 102: if (lookahead == 'i') ADVANCE(108); @@ -9611,7 +9442,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(99); END_STATE(); case 107: - if (lookahead == 't') ADVANCE(857); + if (lookahead == 't') ADVANCE(861); END_STATE(); case 108: if (lookahead == 't') ADVANCE(96); @@ -9630,37 +9461,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 113: if (eof) ADVANCE(115); - if (lookahead == '(') ADVANCE(894); - if (lookahead == '@') ADVANCE(987); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '(') ADVANCE(898); + if (lookahead == '@') ADVANCE(991); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(113) - if (lookahead != 0) ADVANCE(1031); + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 114: if (eof) ADVANCE(115); - if (lookahead == '@') ADVANCE(987); - if (lookahead == '{') ADVANCE(984); + if (lookahead == '@') ADVANCE(991); + if (lookahead == '{') ADVANCE(988); if (lookahead == ',' || - lookahead == '?') ADVANCE(1031); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(114) + lookahead == '?') ADVANCE(1035); if (lookahead == '!' || lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '}') ADVANCE(982); - if (lookahead != 0) ADVANCE(1031); + lookahead == '}') ADVANCE(986); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(114) + if (lookahead != 0) ADVANCE(1035); END_STATE(); case 115: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -9698,9064 +9525,9093 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 126: ACCEPT_TOKEN(aux_sym__inline_directive_token1); - if (lookahead == 'F') ADVANCE(471); - if (lookahead == 'I') ADVANCE(419); - if (lookahead == 'U') ADVANCE(547); - if (lookahead == 'W') ADVANCE(453); + if (lookahead == 'F') ADVANCE(473); + if (lookahead == 'I') ADVANCE(421); + if (lookahead == 'U') ADVANCE(549); + if (lookahead == 'W') ADVANCE(455); END_STATE(); case 127: - ACCEPT_TOKEN(aux_sym__inline_directive_token1); - if (lookahead == 'R') ADVANCE(398); + ACCEPT_TOKEN(aux_sym__inline_directive_token2); END_STATE(); case 128: - ACCEPT_TOKEN(aux_sym__inline_directive_token1); - if (lookahead == 'S') ADVANCE(273); + ACCEPT_TOKEN(aux_sym__inline_directive_token2); + if (lookahead == 'R') ADVANCE(400); END_STATE(); case 129: - ACCEPT_TOKEN(anon_sym_ATfragment); + ACCEPT_TOKEN(aux_sym__inline_directive_token2); + if (lookahead == 'S') ADVANCE(274); END_STATE(); case 130: - ACCEPT_TOKEN(anon_sym_ATendfragment); + ACCEPT_TOKEN(anon_sym_ATfragment); END_STATE(); case 131: - ACCEPT_TOKEN(anon_sym_ATsection); - if (lookahead == 'M') ADVANCE(474); + ACCEPT_TOKEN(anon_sym_ATendfragment); END_STATE(); case 132: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_ATsection); + if (lookahead == 'M') ADVANCE(476); END_STATE(); case 133: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 134: - ACCEPT_TOKEN(aux_sym_section_token1); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 135: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(aux_sym_section_token1); END_STATE(); case 136: - ACCEPT_TOKEN(anon_sym_ATonce); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 137: - ACCEPT_TOKEN(anon_sym_ATendonce); + ACCEPT_TOKEN(anon_sym_ATonce); END_STATE(); case 138: - ACCEPT_TOKEN(anon_sym_ATverbatim); + ACCEPT_TOKEN(anon_sym_ATendonce); END_STATE(); case 139: - ACCEPT_TOKEN(anon_sym_ATendverbatim); + ACCEPT_TOKEN(anon_sym_ATverbatim); END_STATE(); case 140: - ACCEPT_TOKEN(anon_sym_ATpush); - if (lookahead == 'I') ADVANCE(420); - if (lookahead == 'O') ADVANCE(542); + ACCEPT_TOKEN(anon_sym_ATendverbatim); END_STATE(); case 141: - ACCEPT_TOKEN(anon_sym_ATendpush); + ACCEPT_TOKEN(anon_sym_ATpush); + if (lookahead == 'I') ADVANCE(422); + if (lookahead == 'O') ADVANCE(544); END_STATE(); case 142: - ACCEPT_TOKEN(anon_sym_ATpushOnce); + ACCEPT_TOKEN(anon_sym_ATendpush); END_STATE(); case 143: - ACCEPT_TOKEN(anon_sym_ATendPushOnce); + ACCEPT_TOKEN(anon_sym_ATpushOnce); END_STATE(); case 144: - ACCEPT_TOKEN(anon_sym_ATpushIf); + ACCEPT_TOKEN(anon_sym_ATendPushOnce); END_STATE(); case 145: - ACCEPT_TOKEN(anon_sym_ATendPushIf); + ACCEPT_TOKEN(anon_sym_ATpushIf); END_STATE(); case 146: - ACCEPT_TOKEN(anon_sym_ATprepend); - if (lookahead == 'O') ADVANCE(543); + ACCEPT_TOKEN(anon_sym_ATendPushIf); END_STATE(); case 147: - ACCEPT_TOKEN(anon_sym_ATendprepend); + ACCEPT_TOKEN(anon_sym_ATprepend); + if (lookahead == 'O') ADVANCE(545); END_STATE(); case 148: - ACCEPT_TOKEN(anon_sym_ATprependOnce); + ACCEPT_TOKEN(anon_sym_ATendprepend); END_STATE(); case 149: - ACCEPT_TOKEN(anon_sym_ATendPrependOnce); + ACCEPT_TOKEN(anon_sym_ATprependOnce); END_STATE(); case 150: - ACCEPT_TOKEN(anon_sym_ATelse); - if (lookahead == 'i') ADVANCE(151); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(152); + ACCEPT_TOKEN(anon_sym_ATendPrependOnce); END_STATE(); case 151: - ACCEPT_TOKEN(aux_sym_conditional_keyword_token1); - if (lookahead == 'f') ADVANCE(152); + ACCEPT_TOKEN(anon_sym_ATelse); + if (lookahead == 'i') ADVANCE(152); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(152); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(153); END_STATE(); case 152: ACCEPT_TOKEN(aux_sym_conditional_keyword_token1); + if (lookahead == 'f') ADVANCE(153); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(152); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(153); END_STATE(); case 153: - ACCEPT_TOKEN(anon_sym_ATif); + ACCEPT_TOKEN(aux_sym_conditional_keyword_token1); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(153); END_STATE(); case 154: - ACCEPT_TOKEN(anon_sym_ATendif); + ACCEPT_TOKEN(anon_sym_ATif); END_STATE(); case 155: + ACCEPT_TOKEN(anon_sym_ATendif); + END_STATE(); + case 156: ACCEPT_TOKEN(anon_sym_ATunless); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(181); - END_STATE(); - case 156: - ACCEPT_TOKEN(anon_sym_ATendunless); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(182); END_STATE(); case 157: - ACCEPT_TOKEN(anon_sym_ATisset); + ACCEPT_TOKEN(anon_sym_ATendunless); END_STATE(); case 158: - ACCEPT_TOKEN(anon_sym_ATendisset); + ACCEPT_TOKEN(anon_sym_ATisset); END_STATE(); case 159: - ACCEPT_TOKEN(anon_sym_ATempty); + ACCEPT_TOKEN(anon_sym_ATendisset); END_STATE(); case 160: - ACCEPT_TOKEN(anon_sym_ATendempty); + ACCEPT_TOKEN(anon_sym_ATempty); END_STATE(); case 161: - ACCEPT_TOKEN(anon_sym_ATauth); + ACCEPT_TOKEN(anon_sym_ATendempty); END_STATE(); case 162: - ACCEPT_TOKEN(anon_sym_ATendauth); + ACCEPT_TOKEN(anon_sym_ATauth); END_STATE(); case 163: - ACCEPT_TOKEN(anon_sym_ATguest); + ACCEPT_TOKEN(anon_sym_ATendauth); END_STATE(); case 164: - ACCEPT_TOKEN(anon_sym_ATendguest); + ACCEPT_TOKEN(anon_sym_ATguest); END_STATE(); case 165: - ACCEPT_TOKEN(anon_sym_ATproduction); + ACCEPT_TOKEN(anon_sym_ATendguest); END_STATE(); case 166: - ACCEPT_TOKEN(anon_sym_ATendproduction); + ACCEPT_TOKEN(anon_sym_ATproduction); END_STATE(); case 167: - ACCEPT_TOKEN(anon_sym_ATenv); + ACCEPT_TOKEN(anon_sym_ATendproduction); END_STATE(); case 168: - ACCEPT_TOKEN(anon_sym_ATendenv); + ACCEPT_TOKEN(anon_sym_ATenv); END_STATE(); case 169: - ACCEPT_TOKEN(anon_sym_AThasSection); + ACCEPT_TOKEN(anon_sym_ATendenv); END_STATE(); case 170: - ACCEPT_TOKEN(anon_sym_ATsectionMissing); + ACCEPT_TOKEN(anon_sym_AThasSection); END_STATE(); case 171: - ACCEPT_TOKEN(anon_sym_ATerror); + ACCEPT_TOKEN(anon_sym_ATsectionMissing); END_STATE(); case 172: - ACCEPT_TOKEN(anon_sym_ATenderror); + ACCEPT_TOKEN(anon_sym_ATerror); END_STATE(); case 173: - ACCEPT_TOKEN(anon_sym_ATcan); - if (lookahead == 'a') ADVANCE(525); - if (lookahead == 'n') ADVANCE(558); + ACCEPT_TOKEN(anon_sym_ATenderror); END_STATE(); case 174: - ACCEPT_TOKEN(anon_sym_ATendcan); + ACCEPT_TOKEN(anon_sym_ATcan); + if (lookahead == 'a') ADVANCE(527); + if (lookahead == 'n') ADVANCE(560); END_STATE(); case 175: - ACCEPT_TOKEN(anon_sym_ATcannot); + ACCEPT_TOKEN(anon_sym_ATendcan); END_STATE(); case 176: - ACCEPT_TOKEN(anon_sym_ATendcannot); + ACCEPT_TOKEN(anon_sym_ATcannot); END_STATE(); case 177: - ACCEPT_TOKEN(anon_sym_ATcanany); + ACCEPT_TOKEN(anon_sym_ATendcannot); END_STATE(); case 178: - ACCEPT_TOKEN(anon_sym_ATendcanany); + ACCEPT_TOKEN(anon_sym_ATcanany); END_STATE(); case 179: - ACCEPT_TOKEN(anon_sym_ATfeature); + ACCEPT_TOKEN(anon_sym_ATendcanany); END_STATE(); case 180: - ACCEPT_TOKEN(anon_sym_ATendfeature); + ACCEPT_TOKEN(anon_sym_ATfeature); END_STATE(); case 181: - ACCEPT_TOKEN(aux_sym__custom_token1); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(181); + ACCEPT_TOKEN(anon_sym_ATendfeature); END_STATE(); case 182: - ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'C') ADVANCE(563); - if (lookahead == 's') ADVANCE(117); + ACCEPT_TOKEN(aux_sym__custom_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(897); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(182); END_STATE(); case 183: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'I') ADVANCE(422); + if (lookahead == 'C') ADVANCE(565); + if (lookahead == 's') ADVANCE(117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 184: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'O') ADVANCE(545); + if (lookahead == 'I') ADVANCE(424); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 185: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'O') ADVANCE(546); + if (lookahead == 'O') ADVANCE(547); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 186: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'P') ADVANCE(827); - if (lookahead == 'a') ADVANCE(786); - if (lookahead == 'b') ADVANCE(768); - if (lookahead == 'c') ADVANCE(753); - if (lookahead == 'e') ADVANCE(805); - if (lookahead == 'f') ADVANCE(770); - if (lookahead == 'g') ADVANCE(850); - if (lookahead == 'i') ADVANCE(784); - if (lookahead == 'o') ADVANCE(808); - if (lookahead == 'p') ADVANCE(773); - if (lookahead == 's') ADVANCE(769); - if (lookahead == 't') ADVANCE(754); - if (lookahead == 'u') ADVANCE(813); - if (lookahead == 'v') ADVANCE(777); - if (lookahead == 'w') ADVANCE(791); + if (lookahead == 'O') ADVANCE(548); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('d' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 187: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'P') ADVANCE(618); + if (lookahead == 'P') ADVANCE(831); + if (lookahead == 'a') ADVANCE(790); + if (lookahead == 'b') ADVANCE(772); + if (lookahead == 'c') ADVANCE(757); + if (lookahead == 'e') ADVANCE(809); + if (lookahead == 'f') ADVANCE(774); + if (lookahead == 'g') ADVANCE(854); + if (lookahead == 'i') ADVANCE(788); + if (lookahead == 'o') ADVANCE(812); + if (lookahead == 'p') ADVANCE(777); + if (lookahead == 's') ADVANCE(773); + if (lookahead == 't') ADVANCE(758); + if (lookahead == 'u') ADVANCE(817); + if (lookahead == 'v') ADVANCE(781); + if (lookahead == 'w') ADVANCE(795); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('d' <= lookahead && lookahead <= 'z')) ADVANCE(859); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 188: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'P') ADVANCE(723); + if (lookahead == 'P') ADVANCE(619); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 189: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'P') ADVANCE(724); + if (lookahead == 'P') ADVANCE(727); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 190: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'R') ADVANCE(374); + if (lookahead == 'P') ADVANCE(728); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 191: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'S') ADVANCE(386); + if (lookahead == 'R') ADVANCE(375); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 192: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'T') ADVANCE(380); + if (lookahead == 'S') ADVANCE(387); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 193: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(291); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'T') ADVANCE(382); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 194: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(314); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(292); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 195: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(730); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(316); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 196: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(305); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(734); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 197: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(313); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(307); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 198: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(303); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(315); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 199: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(308); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(305); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 200: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(315); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(310); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 201: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(321); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(317); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 202: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(310); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(323); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 203: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(328); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(313); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 204: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(319); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(330); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 205: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(299); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(321); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 206: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(320); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(301); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 207: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(330); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(322); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 208: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'l') ADVANCE(643); - if (lookahead == 'm') ADVANCE(579); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); if (lookahead == 'n') ADVANCE(332); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 209: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(730); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(334); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 210: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(316); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(734); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 211: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(323); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(318); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 212: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(311); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(325); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 213: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(326); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(312); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 214: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(329); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(328); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 215: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(297); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(331); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 216: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(300); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(299); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 217: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(322); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(302); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 218: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(301); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(324); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 219: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(318); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(303); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 220: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(327); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(320); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 221: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(325); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(329); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 222: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(302); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(327); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 223: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(307); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(304); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 224: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); if (lookahead == 'n') ADVANCE(309); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 225: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(324); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(311); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 226: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(333); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(326); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 227: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(331); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(335); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 228: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(262); - if (lookahead == 'm') ADVANCE(579); - if (lookahead == 'n') ADVANCE(334); - if (lookahead == 'r') ADVANCE(620); - if (lookahead == 'x') ADVANCE(699); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(333); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 229: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(433); + if (lookahead == 'a') ADVANCE(263); + if (lookahead == 'm') ADVANCE(581); + if (lookahead == 'n') ADVANCE(336); + if (lookahead == 'r') ADVANCE(621); + if (lookahead == 'x') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 230: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(306); - if (lookahead == 'q') ADVANCE(718); + if (lookahead == 'a') ADVANCE(435); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 231: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(484); + if (lookahead == 'a') ADVANCE(308); + if (lookahead == 'q') ADVANCE(722); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 232: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(260); - if (lookahead == 'c') ADVANCE(559); + if (lookahead == 'a') ADVANCE(486); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 233: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(260); + if (lookahead == 'a') ADVANCE(261); + if (lookahead == 'c') ADVANCE(561); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 234: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(506); + if (lookahead == 'a') ADVANCE(261); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 235: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(513); - if (lookahead == 'h') ADVANCE(370); - if (lookahead == 'l') ADVANCE(243); - if (lookahead == 'o') ADVANCE(526); - if (lookahead == 's') ADVANCE(598); + if (lookahead == 'a') ADVANCE(508); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 236: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(631); + if (lookahead == 'a') ADVANCE(515); + if (lookahead == 'h') ADVANCE(372); + if (lookahead == 'l') ADVANCE(244); + if (lookahead == 'o') ADVANCE(528); + if (lookahead == 's') ADVANCE(600); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 237: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(608); - if (lookahead == 'e') ADVANCE(603); - if (lookahead == 'h') ADVANCE(577); - if (lookahead == 'r') ADVANCE(368); - if (lookahead == 'u') ADVANCE(640); + if (lookahead == 'a') ADVANCE(633); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 238: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(509); + if (lookahead == 'a') ADVANCE(608); + if (lookahead == 'e') ADVANCE(605); + if (lookahead == 'h') ADVANCE(579); + if (lookahead == 'r') ADVANCE(370); + if (lookahead == 'u') ADVANCE(643); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 239: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(632); - if (lookahead == 'e') ADVANCE(493); + if (lookahead == 'a') ADVANCE(511); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 240: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(632); - if (lookahead == 'e') ADVANCE(498); + if (lookahead == 'a') ADVANCE(634); + if (lookahead == 'e') ADVANCE(495); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 241: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(486); + if (lookahead == 'a') ADVANCE(634); + if (lookahead == 'e') ADVANCE(500); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 242: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(693); + if (lookahead == 'a') ADVANCE(488); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 243: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(648); + if (lookahead == 'a') ADVANCE(697); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 244: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(265); + if (lookahead == 'a') ADVANCE(651); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 245: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(720); + if (lookahead == 'a') ADVANCE(266); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 246: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(541); + if (lookahead == 'a') ADVANCE(724); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 247: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(528); + if (lookahead == 'a') ADVANCE(543); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 248: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(520); + if (lookahead == 'a') ADVANCE(530); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 249: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(642); + if (lookahead == 'a') ADVANCE(522); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 250: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(535); + if (lookahead == 'a') ADVANCE(537); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 251: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(610); + if (lookahead == 'a') ADVANCE(645); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 252: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(274); + if (lookahead == 'a') ADVANCE(611); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 253: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(267); - if (lookahead == 'l') ADVANCE(661); + if (lookahead == 'a') ADVANCE(275); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 254: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'a') ADVANCE(268); + if (lookahead == 'l') ADVANCE(664); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 255: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(702); + if (lookahead == 'a') ADVANCE(704); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 256: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(272); + if (lookahead == 'a') ADVANCE(706); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 257: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(710); + if (lookahead == 'a') ADVANCE(273); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 258: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(437); + if (lookahead == 'a') ADVANCE(714); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 259: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'b') ADVANCE(254); + if (lookahead == 'a') ADVANCE(439); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 260: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'b') ADVANCE(496); + if (lookahead == 'b') ADVANCE(255); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 261: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'b') ADVANCE(255); + if (lookahead == 'b') ADVANCE(498); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 262: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(440); + if (lookahead == 'b') ADVANCE(256); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 263: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(491); - if (lookahead == 'j') ADVANCE(379); + if (lookahead == 'c') ADVANCE(442); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 264: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(488); + if (lookahead == 'c') ADVANCE(493); + if (lookahead == 'j') ADVANCE(381); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 265: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(485); + if (lookahead == 'c') ADVANCE(490); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 266: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(442); + if (lookahead == 'c') ADVANCE(487); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 267: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(443); + if (lookahead == 'c') ADVANCE(444); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 268: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(345); + if (lookahead == 'c') ADVANCE(445); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 269: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(445); + if (lookahead == 'c') ADVANCE(347); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 270: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(246); + if (lookahead == 'c') ADVANCE(447); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 271: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(673); + if (lookahead == 'c') ADVANCE(247); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 272: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(447); + if (lookahead == 'c') ADVANCE(676); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 273: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(607); - if (lookahead == 't') ADVANCE(747); + if (lookahead == 'c') ADVANCE(449); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 274: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'c') ADVANCE(607); + if (lookahead == 't') ADVANCE(751); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 275: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(356); + if (lookahead == 'c') ADVANCE(687); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 276: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(357); + if (lookahead == 'c') ADVANCE(358); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 277: ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'c') ADVANCE(359); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 278: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(360); + if (lookahead == 'c') ADVANCE(361); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 279: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(361); + if (lookahead == 'c') ADVANCE(362); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 280: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(600); + if (lookahead == 'c') ADVANCE(363); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 281: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(286); + if (lookahead == 'c') ADVANCE(602); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 282: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(698); - if (lookahead == 'l') ADVANCE(382); - if (lookahead == 'r') ADVANCE(734); - if (lookahead == 't') ADVANCE(717); + if (lookahead == 'c') ADVANCE(287); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 283: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(248); + if (lookahead == 'c') ADVANCE(702); + if (lookahead == 'l') ADVANCE(384); + if (lookahead == 'r') ADVANCE(738); + if (lookahead == 't') ADVANCE(721); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 284: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(704); + if (lookahead == 'c') ADVANCE(249); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 285: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(250); + if (lookahead == 'c') ADVANCE(708); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 286: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(404); + if (lookahead == 'c') ADVANCE(250); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 287: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(711); + if (lookahead == 'c') ADVANCE(406); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 288: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(712); + if (lookahead == 'c') ADVANCE(715); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 289: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(713); + if (lookahead == 'c') ADVANCE(716); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 290: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(714); + if (lookahead == 'c') ADVANCE(717); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 291: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(186); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'c') ADVANCE(718); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 292: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(125); + if (lookahead == 'd') ADVANCE(187); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 293: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(124); + if (lookahead == 'd') ADVANCE(127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 294: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(884); + if (lookahead == 'd') ADVANCE(124); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 295: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(146); + if (lookahead == 'd') ADVANCE(125); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 296: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(882); + if (lookahead == 'd') ADVANCE(888); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 297: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(147); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 298: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(147); + if (lookahead == 'd') ADVANCE(886); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 299: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(749); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(189); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 300: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(187); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(148); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 301: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(738); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(753); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 302: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(733); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(188); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 303: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(436); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(742); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 304: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(727); - if (lookahead == 'p') ADVANCE(634); + if (lookahead == 'd') ADVANCE(736); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 305: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(587); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(438); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 306: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(555); + if (lookahead == 'd') ADVANCE(731); + if (lookahead == 'p') ADVANCE(638); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 307: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(580); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(589); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 308: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(729); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(556); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 309: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(591); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(582); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 310: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(428); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(733); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 311: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(576); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(593); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 312: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(634); + if (lookahead == 'd') ADVANCE(578); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 313: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(270); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(430); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 314: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(245); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(638); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 315: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(463); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(271); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 316: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(665); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(246); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 317: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(353); + if (lookahead == 'd') ADVANCE(465); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 318: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(707); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(668); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 319: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(392); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(355); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 320: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(372); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(711); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 321: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(390); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(394); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 322: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(427); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(373); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 323: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(735); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(392); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 324: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(586); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(429); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 325: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(705); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(739); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 326: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(671); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(588); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 327: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(662); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(709); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 328: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(466); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(674); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 329: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(429); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(665); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 330: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(283); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(468); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 331: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(430); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(431); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 332: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(285); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(284); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 333: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(431); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(432); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 334: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(189); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'd') ADVANCE(286); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 335: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(185); + if (lookahead == 'd') ADVANCE(433); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 336: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(728); + if (lookahead == 'd') ADVANCE(190); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 337: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(423); - if (lookahead == 'r') ADVANCE(373); + if (lookahead == 'd') ADVANCE(186); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 338: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(423); - if (lookahead == 'r') ADVANCE(384); + if (lookahead == 'd') ADVANCE(732); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 339: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(230); + if (lookahead == 'e') ADVANCE(425); + if (lookahead == 'r') ADVANCE(374); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 340: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(282); - if (lookahead == 'h') ADVANCE(549); - if (lookahead == 'l') ADVANCE(244); - if (lookahead == 't') ADVANCE(552); - if (lookahead == 'u') ADVANCE(281); - if (lookahead == 'w') ADVANCE(461); + if (lookahead == 'e') ADVANCE(425); + if (lookahead == 'r') ADVANCE(385); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 341: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(282); - if (lookahead == 'h') ADVANCE(549); - if (lookahead == 't') ADVANCE(552); - if (lookahead == 'u') ADVANCE(281); - if (lookahead == 'w') ADVANCE(461); + if (lookahead == 'e') ADVANCE(231); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 342: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(282); - if (lookahead == 't') ADVANCE(552); - if (lookahead == 'u') ADVANCE(281); - if (lookahead == 'w') ADVANCE(461); + if (lookahead == 'e') ADVANCE(283); + if (lookahead == 'h') ADVANCE(551); + if (lookahead == 'l') ADVANCE(245); + if (lookahead == 't') ADVANCE(554); + if (lookahead == 'u') ADVANCE(282); + if (lookahead == 'w') ADVANCE(463); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 343: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(125); + if (lookahead == 'e') ADVANCE(283); + if (lookahead == 'h') ADVANCE(551); + if (lookahead == 't') ADVANCE(554); + if (lookahead == 'u') ADVANCE(282); + if (lookahead == 'w') ADVANCE(463); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 344: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(150); + if (lookahead == 'e') ADVANCE(283); + if (lookahead == 't') ADVANCE(554); + if (lookahead == 'u') ADVANCE(282); + if (lookahead == 'w') ADVANCE(463); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 345: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(136); + if (lookahead == 'e') ADVANCE(127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 346: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(435); + if (lookahead == 'e') ADVANCE(151); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 347: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(127); + if (lookahead == 'e') ADVANCE(137); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 348: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(124); + if (lookahead == 'e') ADVANCE(437); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 349: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(868); + if (lookahead == 'e') ADVANCE(128); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 350: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(876); + if (lookahead == 'e') ADVANCE(124); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 351: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(179); + if (lookahead == 'e') ADVANCE(872); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 352: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(866); + if (lookahead == 'e') ADVANCE(880); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 353: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(126); + if (lookahead == 'e') ADVANCE(180); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 354: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(861); + if (lookahead == 'e') ADVANCE(870); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 355: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(128); + if (lookahead == 'e') ADVANCE(126); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 356: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(142); + if (lookahead == 'e') ADVANCE(865); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 357: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(148); + if (lookahead == 'e') ADVANCE(129); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 358: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(180); + if (lookahead == 'e') ADVANCE(143); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 359: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(137); + if (lookahead == 'e') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 360: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(143); + if (lookahead == 'e') ADVANCE(181); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 361: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(149); + if (lookahead == 'e') ADVANCE(138); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 362: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(867); + if (lookahead == 'e') ADVANCE(144); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 363: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(869); + if (lookahead == 'e') ADVANCE(150); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 364: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(737); + if (lookahead == 'e') ADVANCE(871); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 365: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(242); - if (lookahead == 'i') ADVANCE(537); - if (lookahead == 'o') ADVANCE(592); - if (lookahead == 'r') ADVANCE(229); + if (lookahead == 'e') ADVANCE(873); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 366: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(694); - if (lookahead == 'i') ADVANCE(280); + if (lookahead == 'e') ADVANCE(741); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 367: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(694); + if (lookahead == 'e') ADVANCE(243); + if (lookahead == 'i') ADVANCE(539); + if (lookahead == 'o') ADVANCE(594); + if (lookahead == 'r') ADVANCE(230); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 368: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(581); - if (lookahead == 'o') ADVANCE(304); + if (lookahead == 'e') ADVANCE(698); + if (lookahead == 'i') ADVANCE(281); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 369: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(489); + if (lookahead == 'e') ADVANCE(698); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 370: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(264); + if (lookahead == 'e') ADVANCE(583); + if (lookahead == 'o') ADVANCE(306); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 371: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(293); + if (lookahead == 'e') ADVANCE(491); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 372: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(510); + if (lookahead == 'e') ADVANCE(265); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 373: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(231); + if (lookahead == 'e') ADVANCE(512); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 374: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(425); + if (lookahead == 'e') ADVANCE(232); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 375: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(593); - if (lookahead == 'i') ADVANCE(703); - if (lookahead == 'o') ADVANCE(492); + if (lookahead == 'e') ADVANCE(427); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 376: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(502); + if (lookahead == 'e') ADVANCE(595); + if (lookahead == 'i') ADVANCE(707); + if (lookahead == 'o') ADVANCE(494); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 377: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(524); + if (lookahead == 'e') ADVANCE(504); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 378: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(647); + if (lookahead == 'e') ADVANCE(294); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 379: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(271); + if (lookahead == 'e') ADVANCE(526); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 380: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(238); + if (lookahead == 'e') ADVANCE(650); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 381: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(594); + if (lookahead == 'e') ADVANCE(272); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 382: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(284); + if (lookahead == 'e') ADVANCE(239); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 383: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'e') ADVANCE(596); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 384: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(241); + if (lookahead == 'e') ADVANCE(285); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 385: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(530); + if (lookahead == 'e') ADVANCE(242); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 386: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(287); + if (lookahead == 'e') ADVANCE(532); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 387: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(677); + if (lookahead == 'e') ADVANCE(288); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 388: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(256); + if (lookahead == 'e') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 389: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(514); + if (lookahead == 'e') ADVANCE(680); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 390: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(625); + if (lookahead == 'e') ADVANCE(257); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 391: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(633); + if (lookahead == 'e') ADVANCE(517); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 392: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(523); + if (lookahead == 'e') ADVANCE(627); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 393: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(686); + if (lookahead == 'e') ADVANCE(635); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 394: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(531); + if (lookahead == 'e') ADVANCE(525); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 395: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(532); + if (lookahead == 'e') ADVANCE(690); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 396: ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'e') ADVANCE(533); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 397: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(584); + if (lookahead == 'e') ADVANCE(534); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 398: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(252); + if (lookahead == 'e') ADVANCE(535); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 399: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(606); + if (lookahead == 'e') ADVANCE(586); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 400: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(653); + if (lookahead == 'e') ADVANCE(253); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 401: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(534); + if (lookahead == 'e') ADVANCE(610); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 402: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(646); + if (lookahead == 'e') ADVANCE(655); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 403: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(585); + if (lookahead == 'e') ADVANCE(536); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 404: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(654); + if (lookahead == 'e') ADVANCE(649); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 405: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(536); + if (lookahead == 'e') ADVANCE(587); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 406: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(660); + if (lookahead == 'e') ADVANCE(658); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 407: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(650); + if (lookahead == 'e') ADVANCE(538); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 408: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(659); + if (lookahead == 'e') ADVANCE(663); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 409: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(589); + if (lookahead == 'e') ADVANCE(653); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 410: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(590); + if (lookahead == 'e') ADVANCE(662); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 411: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(257); + if (lookahead == 'e') ADVANCE(591); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 412: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(626); + if (lookahead == 'e') ADVANCE(592); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 413: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(628); + if (lookahead == 'e') ADVANCE(258); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 414: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(505); + if (lookahead == 'e') ADVANCE(628); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 415: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'e') ADVANCE(290); + if (lookahead == 'e') ADVANCE(630); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 416: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(696); - if (lookahead == 'u') ADVANCE(692); - if (lookahead == 'w') ADVANCE(251); + if (lookahead == 'e') ADVANCE(507); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 417: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(153); - if (lookahead == 'm') ADVANCE(588); - if (lookahead == 'n') ADVANCE(263); - if (lookahead == 's') ADVANCE(645); + if (lookahead == 'e') ADVANCE(291); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 418: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(117); + if (lookahead == 'f') ADVANCE(700); + if (lookahead == 'u') ADVANCE(696); + if (lookahead == 'w') ADVANCE(252); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 419: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(125); + if (lookahead == 'f') ADVANCE(154); + if (lookahead == 'm') ADVANCE(590); + if (lookahead == 'n') ADVANCE(264); + if (lookahead == 's') ADVANCE(648); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 420: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(144); + if (lookahead == 'f') ADVANCE(117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 421: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(154); + if (lookahead == 'f') ADVANCE(125); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 422: ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'f') ADVANCE(145); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 423: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(573); + if (lookahead == 'f') ADVANCE(155); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 424: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(457); + if (lookahead == 'f') ADVANCE(146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 425: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(622); + if (lookahead == 'f') ADVANCE(575); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 426: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(682); + if (lookahead == 'f') ADVANCE(459); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 427: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(629); + if (lookahead == 'f') ADVANCE(624); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 428: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(411); + if (lookahead == 'f') ADVANCE(686); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 429: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(566); + if (lookahead == 'f') ADVANCE(631); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 430: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(567); + if (lookahead == 'f') ADVANCE(413); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 431: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(575); + if (lookahead == 'f') ADVANCE(568); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 432: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'g') ADVANCE(117); + if (lookahead == 'f') ADVANCE(569); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 433: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'g') ADVANCE(511); + if (lookahead == 'f') ADVANCE(577); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 434: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'g') ADVANCE(170); + if (lookahead == 'g') ADVANCE(117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 435: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'g') ADVANCE(602); - if (lookahead == 'p') ADVANCE(572); + if (lookahead == 'g') ADVANCE(513); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 436: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'g') ADVANCE(726); + if (lookahead == 'g') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 437: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'g') ADVANCE(512); + if (lookahead == 'g') ADVANCE(603); + if (lookahead == 'p') ADVANCE(574); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 438: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(161); + if (lookahead == 'g') ADVANCE(730); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 439: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(117); + if (lookahead == 'g') ADVANCE(514); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 440: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(125); + if (lookahead == 'h') ADVANCE(162); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 441: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(140); + if (lookahead == 'h') ADVANCE(117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 442: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(856); + if (lookahead == 'h') ADVANCE(127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 443: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(864); + if (lookahead == 'h') ADVANCE(141); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 444: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(162); + if (lookahead == 'h') ADVANCE(860); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 445: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(858); + if (lookahead == 'h') ADVANCE(868); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 446: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(141); + if (lookahead == 'h') ADVANCE(163); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 447: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(865); + if (lookahead == 'h') ADVANCE(862); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 448: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(184); + if (lookahead == 'h') ADVANCE(142); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 449: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(183); + if (lookahead == 'h') ADVANCE(869); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 450: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(550); + if (lookahead == 'h') ADVANCE(185); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 451: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(473); + if (lookahead == 'h') ADVANCE(184); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 452: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(383); + if (lookahead == 'h') ADVANCE(553); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 453: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(389); + if (lookahead == 'h') ADVANCE(475); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 454: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'h') ADVANCE(480); + if (lookahead == 'h') ADVANCE(388); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 455: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(630); + if (lookahead == 'h') ADVANCE(391); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 456: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(732); + if (lookahead == 'h') ADVANCE(482); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 457: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(432); + if (lookahead == 'i') ADVANCE(632); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 458: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(507); + if (lookahead == 'i') ADVANCE(737); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 459: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(369); + if (lookahead == 'i') ADVANCE(434); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 460: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(508); + if (lookahead == 'i') ADVANCE(509); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 461: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(706); + if (lookahead == 'i') ADVANCE(371); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 462: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(538); + if (lookahead == 'i') ADVANCE(510); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 463: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(421); + if (lookahead == 'i') ADVANCE(710); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 464: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(521); + if (lookahead == 'i') ADVANCE(540); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 465: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(649); + if (lookahead == 'i') ADVANCE(423); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 466: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(669); + if (lookahead == 'i') ADVANCE(523); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 467: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(582); + if (lookahead == 'i') ADVANCE(652); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 468: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(641); + if (lookahead == 'i') ADVANCE(672); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 469: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(557); + if (lookahead == 'i') ADVANCE(584); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 470: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(656); + if (lookahead == 'i') ADVANCE(644); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 471: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(621); + if (lookahead == 'i') ADVANCE(559); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 472: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(561); + if (lookahead == 'i') ADVANCE(657); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 473: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(495); + if (lookahead == 'i') ADVANCE(623); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 474: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(657); + if (lookahead == 'i') ADVANCE(563); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 475: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(562); + if (lookahead == 'i') ADVANCE(497); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 476: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'i') ADVANCE(660); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 477: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(615); + if (lookahead == 'i') ADVANCE(564); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 478: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(565); + if (lookahead == 'i') ADVANCE(614); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 479: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(663); + if (lookahead == 'i') ADVANCE(616); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 480: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(499); + if (lookahead == 'i') ADVANCE(567); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 481: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(570); + if (lookahead == 'i') ADVANCE(666); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 482: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(708); + if (lookahead == 'i') ADVANCE(501); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 483: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'k') ADVANCE(872); + if (lookahead == 'i') ADVANCE(572); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 484: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'k') ADVANCE(860); + if (lookahead == 'i') ADVANCE(712); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 485: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'k') ADVANCE(884); + if (lookahead == 'k') ADVANCE(876); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 486: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'k') ADVANCE(861); + if (lookahead == 'k') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 487: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'k') ADVANCE(873); + if (lookahead == 'k') ADVANCE(888); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 488: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'k') ADVANCE(371); + if (lookahead == 'k') ADVANCE(865); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 489: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(292); + if (lookahead == 'k') ADVANCE(877); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 490: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(740); + if (lookahead == 'k') ADVANCE(378); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 491: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(716); + if (lookahead == 'l') ADVANCE(295); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 492: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(675); + if (lookahead == 'l') ADVANCE(744); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 493: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(346); + if (lookahead == 'l') ADVANCE(720); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 494: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(348); + if (lookahead == 'l') ADVANCE(678); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 495: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(349); + if (lookahead == 'l') ADVANCE(348); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 496: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(371); + if (lookahead == 'l') ADVANCE(350); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 497: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(691); + if (lookahead == 'l') ADVANCE(351); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 498: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(409); + if (lookahead == 'l') ADVANCE(378); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 499: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(363); + if (lookahead == 'l') ADVANCE(695); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 500: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(400); + if (lookahead == 'l') ADVANCE(411); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 501: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(391); + if (lookahead == 'l') ADVANCE(365); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 502: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(664); + if (lookahead == 'l') ADVANCE(402); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 503: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(407); + if (lookahead == 'l') ADVANCE(393); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 504: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(408); + if (lookahead == 'l') ADVANCE(667); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 505: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'l') ADVANCE(410); + if (lookahead == 'l') ADVANCE(409); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 506: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'm') ADVANCE(884); + if (lookahead == 'l') ADVANCE(410); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 507: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'm') ADVANCE(138); + if (lookahead == 'l') ADVANCE(412); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 508: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'm') ADVANCE(139); + if (lookahead == 'm') ADVANCE(888); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 509: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'm') ADVANCE(636); + if (lookahead == 'm') ADVANCE(139); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 510: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'm') ADVANCE(583); + if (lookahead == 'm') ADVANCE(140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 511: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'm') ADVANCE(401); + if (lookahead == 'm') ADVANCE(639); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 512: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'm') ADVANCE(405); + if (lookahead == 'm') ADVANCE(585); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 513: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(173); + if (lookahead == 'm') ADVANCE(403); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 514: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(125); + if (lookahead == 'm') ADVANCE(407); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 515: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(134); + if (lookahead == 'n') ADVANCE(174); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 516: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(131); + if (lookahead == 'n') ADVANCE(135); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 517: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(169); + if (lookahead == 'n') ADVANCE(125); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 518: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(165); + if (lookahead == 'n') ADVANCE(132); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 519: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(166); + if (lookahead == 'n') ADVANCE(170); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 520: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(174); + if (lookahead == 'n') ADVANCE(166); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 521: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(434); + if (lookahead == 'n') ADVANCE(167); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 522: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(268); + if (lookahead == 'n') ADVANCE(175); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 523: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(731); + if (lookahead == 'n') ADVANCE(436); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 524: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(312); + if (lookahead == 'n') ADVANCE(269); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 525: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(743); + if (lookahead == 'n') ADVANCE(735); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 526: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(695); + if (lookahead == 'n') ADVANCE(314); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 527: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(490); + if (lookahead == 'n') ADVANCE(747); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 528: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(744); + if (lookahead == 'n') ADVANCE(699); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 529: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(424); + if (lookahead == 'n') ADVANCE(492); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 530: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(295); + if (lookahead == 'n') ADVANCE(748); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 531: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(335); + if (lookahead == 'n') ADVANCE(426); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 532: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(298); + if (lookahead == 'n') ADVANCE(297); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 533: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(672); + if (lookahead == 'n') ADVANCE(337); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 534: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(680); + if (lookahead == 'n') ADVANCE(300); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 535: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(540); + if (lookahead == 'n') ADVANCE(675); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 536: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(688); + if (lookahead == 'n') ADVANCE(684); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 537: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(468); + if (lookahead == 'n') ADVANCE(542); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 538: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'n') ADVANCE(692); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 539: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(500); + if (lookahead == 'n') ADVANCE(470); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 540: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(569); + if (lookahead == 'n') ADVANCE(723); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 541: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(247); + if (lookahead == 'n') ADVANCE(502); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 542: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(275); + if (lookahead == 'n') ADVANCE(571); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 543: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(276); + if (lookahead == 'n') ADVANCE(248); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 544: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(277); + if (lookahead == 'n') ADVANCE(276); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 545: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(278); + if (lookahead == 'n') ADVANCE(277); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 546: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(279); + if (lookahead == 'n') ADVANCE(278); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 547: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(503); + if (lookahead == 'n') ADVANCE(279); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 548: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(504); + if (lookahead == 'n') ADVANCE(280); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 549: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(736); + if (lookahead == 'n') ADVANCE(505); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 550: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(292); + if (lookahead == 'n') ADVANCE(506); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 551: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(426); + if (lookahead == 'o') ADVANCE(740); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 552: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(599); - if (lookahead == 'y') ADVANCE(494); + if (lookahead == 'o') ADVANCE(428); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 553: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(595); + if (lookahead == 'o') ADVANCE(293); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 554: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(336); + if (lookahead == 'o') ADVANCE(601); + if (lookahead == 'y') ADVANCE(496); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 555: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(527); + if (lookahead == 'o') ADVANCE(597); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 556: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(609); + if (lookahead == 'o') ADVANCE(529); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 557: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(516); + if (lookahead == 'o') ADVANCE(609); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 558: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(678); + if (lookahead == 'o') ADVANCE(338); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 559: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(601); + if (lookahead == 'o') ADVANCE(518); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 560: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(644); + if (lookahead == 'o') ADVANCE(682); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 561: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(517); + if (lookahead == 'o') ADVANCE(604); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 562: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(518); + if (lookahead == 'o') ADVANCE(647); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 563: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(529); + if (lookahead == 'o') ADVANCE(519); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 564: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(596); + if (lookahead == 'o') ADVANCE(520); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 565: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(519); + if (lookahead == 'o') ADVANCE(531); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 566: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(623); + if (lookahead == 'o') ADVANCE(598); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 567: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(597); + if (lookahead == 'o') ADVANCE(521); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 568: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(605); + if (lookahead == 'o') ADVANCE(625); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 569: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(687); + if (lookahead == 'o') ADVANCE(599); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 570: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(515); + if (lookahead == 'o') ADVANCE(606); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 571: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(497); + if (lookahead == 'o') ADVANCE(691); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 572: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(611); + if (lookahead == 'o') ADVANCE(516); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 573: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(612); + if (lookahead == 'o') ADVANCE(499); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 574: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(616); + if (lookahead == 'o') ADVANCE(612); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 575: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(619); + if (lookahead == 'o') ADVANCE(613); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 576: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(544); + if (lookahead == 'o') ADVANCE(617); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 577: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(122); + if (lookahead == 'o') ADVANCE(620); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 578: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(870); + if (lookahead == 'o') ADVANCE(546); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 579: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(674); + if (lookahead == 'p') ADVANCE(122); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 580: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(722); + if (lookahead == 'p') ADVANCE(874); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 581: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(385); + if (lookahead == 'p') ADVANCE(677); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 582: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(684); + if (lookahead == 'p') ADVANCE(726); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 583: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(697); + if (lookahead == 'p') ADVANCE(386); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 584: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(394); + if (lookahead == 'p') ADVANCE(688); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 585: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(395); + if (lookahead == 'p') ADVANCE(701); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 586: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(412); + if (lookahead == 'p') ADVANCE(396); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 587: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(604); + if (lookahead == 'p') ADVANCE(397); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 588: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(556); + if (lookahead == 'p') ADVANCE(414); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 589: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(572); + if (lookahead == 'p') ADVANCE(622); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 590: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(574); + if (lookahead == 'p') ADVANCE(557); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 591: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'p') ADVANCE(627); + if (lookahead == 'p') ADVANCE(574); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 592: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(862); + if (lookahead == 'p') ADVANCE(576); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 593: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(259); + if (lookahead == 'p') ADVANCE(629); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 594: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(878); + if (lookahead == 'r') ADVANCE(866); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 595: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(171); + if (lookahead == 'r') ADVANCE(260); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 596: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(172); + if (lookahead == 'r') ADVANCE(882); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 597: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(863); + if (lookahead == 'r') ADVANCE(172); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 598: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(418); + if (lookahead == 'r') ADVANCE(173); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 599: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(742); + if (lookahead == 'r') ADVANCE(867); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 600: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(560); + if (lookahead == 'r') ADVANCE(420); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 601: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(294); + if (lookahead == 'r') ADVANCE(746); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 602: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(234); + if (lookahead == 'r') ADVANCE(562); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 603: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(668); + if (lookahead == 'r') ADVANCE(235); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 604: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(554); + if (lookahead == 'r') ADVANCE(296); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 605: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(746); + if (lookahead == 'r') ADVANCE(671); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 606: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(634); + if (lookahead == 'r') ADVANCE(750); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 607: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(467); + if (lookahead == 'r') ADVANCE(469); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 608: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(396); + if (lookahead == 'r') ADVANCE(398); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 609: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(673); + if (lookahead == 'r') ADVANCE(676); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 610: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(343); + if (lookahead == 'r') ADVANCE(636); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 611: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(681); + if (lookahead == 'r') ADVANCE(345); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 612: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(350); + if (lookahead == 'r') ADVANCE(685); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 613: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(371); + if (lookahead == 'r') ADVANCE(352); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 614: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(351); + if (lookahead == 'r') ADVANCE(378); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 615: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(355); + if (lookahead == 'r') ADVANCE(353); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 616: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(690); + if (lookahead == 'r') ADVANCE(357); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 617: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(358); + if (lookahead == 'r') ADVANCE(694); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 618: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(397); + if (lookahead == 'r') ADVANCE(360); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 619: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(376); + if (lookahead == 'r') ADVANCE(399); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 620: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(553); + if (lookahead == 'r') ADVANCE(377); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 621: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(652); + if (lookahead == 'r') ADVANCE(555); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 622: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(402); + if (lookahead == 'r') ADVANCE(558); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 623: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'r') ADVANCE(661); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 624: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(564); + if (lookahead == 'r') ADVANCE(404); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 625: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(624); + if (lookahead == 'r') ADVANCE(390); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 626: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(670); + if (lookahead == 'r') ADVANCE(566); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 627: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(403); + if (lookahead == 'r') ADVANCE(626); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 628: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(261); + if (lookahead == 'r') ADVANCE(673); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 629: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'r') ADVANCE(258); + if (lookahead == 'r') ADVANCE(405); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 630: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(232); + if (lookahead == 'r') ADVANCE(262); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 631: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(191); + if (lookahead == 'r') ADVANCE(259); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 632: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(483); + if (lookahead == 's') ADVANCE(233); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 633: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(117); + if (lookahead == 's') ADVANCE(192); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 634: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(125); + if (lookahead == 's') ADVANCE(485); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 635: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(124); + if (lookahead == 's') ADVANCE(117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 636: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(884); + if (lookahead == 's') ADVANCE(127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 637: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(155); + if (lookahead == 's') ADVANCE(124); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 638: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(880); + if (lookahead == 's') ADVANCE(125); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 639: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(156); + if (lookahead == 's') ADVANCE(888); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 640: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(441); + if (lookahead == 's') ADVANCE(156); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 641: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(452); + if (lookahead == 's') ADVANCE(884); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 642: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(487); + if (lookahead == 's') ADVANCE(157); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 643: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(344); + if (lookahead == 's') ADVANCE(443); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 644: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(551); + if (lookahead == 's') ADVANCE(454); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 645: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(387); + if (lookahead == 's') ADVANCE(489); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 646: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(439); + if (lookahead == 's') ADVANCE(346); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 647: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(676); + if (lookahead == 's') ADVANCE(552); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 648: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(635); + if (lookahead == 's') ADVANCE(389); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 649: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(233); + if (lookahead == 's') ADVANCE(441); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 650: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(634); + if (lookahead == 's') ADVANCE(679); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 651: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(446); + if (lookahead == 's') ADVANCE(637); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 652: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(673); + if (lookahead == 's') ADVANCE(234); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 653: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(637); + if (lookahead == 's') ADVANCE(638); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 654: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(638); + if (lookahead == 's') ADVANCE(448); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 655: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(448); + if (lookahead == 's') ADVANCE(640); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 656: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(679); + if (lookahead == 's') ADVANCE(450); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 657: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(666); + if (lookahead == 's') ADVANCE(683); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 658: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(449); + if (lookahead == 's') ADVANCE(641); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 659: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(639); + if (lookahead == 's') ADVANCE(451); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 660: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(685); + if (lookahead == 's') ADVANCE(669); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 661: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(352); + if (lookahead == 's') ADVANCE(681); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 662: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(709); + if (lookahead == 's') ADVANCE(642); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 663: ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 's') ADVANCE(689); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 664: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(362); + if (lookahead == 's') ADVANCE(354); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 665: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(739); + if (lookahead == 's') ADVANCE(713); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 666: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(464); + if (lookahead == 's') ADVANCE(693); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 667: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(393); + if (lookahead == 's') ADVANCE(364); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 668: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(470); + if (lookahead == 's') ADVANCE(743); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 669: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(667); + if (lookahead == 's') ADVANCE(466); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 670: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(479); + if (lookahead == 's') ADVANCE(395); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 671: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 's') ADVANCE(415); + if (lookahead == 's') ADVANCE(472); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 672: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(117); + if (lookahead == 's') ADVANCE(670); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 673: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(125); + if (lookahead == 's') ADVANCE(481); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 674: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(741); + if (lookahead == 's') ADVANCE(417); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 675: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(889); + if (lookahead == 't') ADVANCE(117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 676: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(163); + if (lookahead == 't') ADVANCE(127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 677: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(157); + if (lookahead == 't') ADVANCE(745); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 678: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(175); + if (lookahead == 't') ADVANCE(893); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 679: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(885); + if (lookahead == 't') ADVANCE(164); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 680: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(129); + if (lookahead == 't') ADVANCE(158); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 681: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(887); + if (lookahead == 't') ADVANCE(125); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 682: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(192); + if (lookahead == 't') ADVANCE(176); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 683: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(190); + if (lookahead == 't') ADVANCE(889); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 684: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(182); + if (lookahead == 't') ADVANCE(130); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 685: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(164); + if (lookahead == 't') ADVANCE(891); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 686: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(158); + if (lookahead == 't') ADVANCE(193); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 687: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(176); + if (lookahead == 't') ADVANCE(191); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 688: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(130); + if (lookahead == 't') ADVANCE(183); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 689: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(886); + if (lookahead == 't') ADVANCE(165); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 690: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(888); + if (lookahead == 't') ADVANCE(159); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 691: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(890); + if (lookahead == 't') ADVANCE(177); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 692: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(438); + if (lookahead == 't') ADVANCE(131); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 693: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(721); + if (lookahead == 't') ADVANCE(890); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 694: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(450); + if (lookahead == 't') ADVANCE(892); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 695: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(462); + if (lookahead == 't') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 696: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(381); + if (lookahead == 't') ADVANCE(440); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 697: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(745); + if (lookahead == 't') ADVANCE(725); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 698: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(469); + if (lookahead == 't') ADVANCE(452); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 699: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(377); + if (lookahead == 't') ADVANCE(464); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 700: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(458); + if (lookahead == 't') ADVANCE(383); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 701: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(444); + if (lookahead == 't') ADVANCE(749); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 702: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(460); + if (lookahead == 't') ADVANCE(471); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 703: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(347); + if (lookahead == 't') ADVANCE(379); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 704: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(371); + if (lookahead == 't') ADVANCE(460); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 705: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(414); + if (lookahead == 't') ADVANCE(446); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 706: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(266); + if (lookahead == 't') ADVANCE(462); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 707: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(249); + if (lookahead == 't') ADVANCE(349); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 708: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(269); + if (lookahead == 't') ADVANCE(378); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 709: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(568); + if (lookahead == 't') ADVANCE(416); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 710: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(725); + if (lookahead == 't') ADVANCE(267); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 711: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(472); + if (lookahead == 't') ADVANCE(251); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 712: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(475); + if (lookahead == 't') ADVANCE(270); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 713: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(478); + if (lookahead == 't') ADVANCE(570); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 714: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(481); + if (lookahead == 't') ADVANCE(729); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 715: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(378); + if (lookahead == 't') ADVANCE(474); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 716: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(317); + if (lookahead == 't') ADVANCE(477); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 717: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(578); + if (lookahead == 't') ADVANCE(480); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 718: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(476); + if (lookahead == 't') ADVANCE(483); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 719: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(354); + if (lookahead == 'u') ADVANCE(380); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 720: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(701); + if (lookahead == 'u') ADVANCE(319); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 721: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(614); + if (lookahead == 'u') ADVANCE(580); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 722: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(651); + if (lookahead == 'u') ADVANCE(478); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 723: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(655); + if (lookahead == 'u') ADVANCE(356); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 724: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(658); + if (lookahead == 'u') ADVANCE(705); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 725: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(617); + if (lookahead == 'u') ADVANCE(615); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 726: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(406); + if (lookahead == 'u') ADVANCE(654); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 727: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(288); + if (lookahead == 'u') ADVANCE(656); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 728: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(289); + if (lookahead == 'u') ADVANCE(659); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 729: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'u') ADVANCE(548); + if (lookahead == 'u') ADVANCE(618); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 730: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'v') ADVANCE(167); + if (lookahead == 'u') ADVANCE(408); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 731: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'v') ADVANCE(168); + if (lookahead == 'u') ADVANCE(289); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 732: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'v') ADVANCE(364); + if (lookahead == 'u') ADVANCE(290); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 733: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'v') ADVANCE(571); + if (lookahead == 'u') ADVANCE(550); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 734: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'v') ADVANCE(399); + if (lookahead == 'v') ADVANCE(168); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 735: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'v') ADVANCE(413); + if (lookahead == 'v') ADVANCE(169); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 736: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'w') ADVANCE(134); + if (lookahead == 'v') ADVANCE(573); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 737: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'w') ADVANCE(477); + if (lookahead == 'v') ADVANCE(366); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 738: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'w') ADVANCE(454); + if (lookahead == 'v') ADVANCE(401); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 739: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'w') ADVANCE(482); + if (lookahead == 'v') ADVANCE(415); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 740: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'y') ADVANCE(124); + if (lookahead == 'w') ADVANCE(135); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 741: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'y') ADVANCE(159); + if (lookahead == 'w') ADVANCE(479); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 742: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'y') ADVANCE(874); + if (lookahead == 'w') ADVANCE(456); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 743: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'y') ADVANCE(177); + if (lookahead == 'w') ADVANCE(484); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 744: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'y') ADVANCE(178); + if (lookahead == 'y') ADVANCE(124); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 745: ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'y') ADVANCE(160); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 746: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'y') ADVANCE(875); + if (lookahead == 'y') ADVANCE(878); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 747: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'y') ADVANCE(501); + if (lookahead == 'y') ADVANCE(178); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 748: ACCEPT_TOKEN(aux_sym__custom_token2); + if (lookahead == 'y') ADVANCE(179); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 749: ACCEPT_TOKEN(aux_sym__custom_token2); + if (lookahead == 'y') ADVANCE(161); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 750: - ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'I') ADVANCE(785); - if (lookahead == 'O') ADVANCE(808); + ACCEPT_TOKEN(aux_sym__custom_token2); + if (lookahead == 'y') ADVANCE(879); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(901); END_STATE(); case 751: - ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'O') ADVANCE(808); + ACCEPT_TOKEN(aux_sym__custom_token2); + if (lookahead == 'y') ADVANCE(503); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(901); END_STATE(); case 752: - ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'a') ADVANCE(788); + ACCEPT_TOKEN(aux_sym__custom_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(752); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(901); END_STATE(); case 753: - ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'a') ADVANCE(807); + ACCEPT_TOKEN(aux_sym__custom_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(901); END_STATE(); case 754: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'a') ADVANCE(833); - if (lookahead == 'e') ADVANCE(802); + if (lookahead == 'I') ADVANCE(789); + if (lookahead == 'O') ADVANCE(812); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 755: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'a') ADVANCE(843); + if (lookahead == 'O') ADVANCE(812); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 756: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'a') ADVANCE(848); + if (lookahead == 'a') ADVANCE(792); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 757: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'b') ADVANCE(756); + if (lookahead == 'a') ADVANCE(811); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 758: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'c') ADVANCE(789); + if (lookahead == 'a') ADVANCE(837); + if (lookahead == 'e') ADVANCE(806); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 759: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'c') ADVANCE(847); - if (lookahead == 't') ADVANCE(849); + if (lookahead == 'a') ADVANCE(847); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 760: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'c') ADVANCE(847); + if (lookahead == 'a') ADVANCE(852); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 761: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'c') ADVANCE(767); + if (lookahead == 'b') ADVANCE(760); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 762: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'c') ADVANCE(763); + if (lookahead == 'c') ADVANCE(793); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 763: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'c') ADVANCE(780); + if (lookahead == 'c') ADVANCE(851); + if (lookahead == 't') ADVANCE(853); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 764: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'd') ADVANCE(855); + if (lookahead == 'c') ADVANCE(851); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 765: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'd') ADVANCE(751); + if (lookahead == 'c') ADVANCE(771); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 766: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'd') ADVANCE(851); + if (lookahead == 'c') ADVANCE(767); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 767: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(855); + if (lookahead == 'c') ADVANCE(784); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 768: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(787); + if (lookahead == 'd') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 769: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(759); - if (lookahead == 't') ADVANCE(816); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'w') ADVANCE(796); + if (lookahead == 'd') ADVANCE(755); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 770: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(755); - if (lookahead == 'i') ADVANCE(810); - if (lookahead == 'o') ADVANCE(824); - if (lookahead == 'r') ADVANCE(752); + if (lookahead == 'd') ADVANCE(855); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 771: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(824); + if (lookahead == 'e') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 772: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(821); + if (lookahead == 'e') ADVANCE(791); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 773: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(828); - if (lookahead == 'h') ADVANCE(819); - if (lookahead == 'r') ADVANCE(783); - if (lookahead == 'u') ADVANCE(835); + if (lookahead == 'e') ADVANCE(763); + if (lookahead == 't') ADVANCE(820); + if (lookahead == 'u') ADVANCE(766); + if (lookahead == 'w') ADVANCE(800); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 774: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(764); + if (lookahead == 'e') ADVANCE(759); + if (lookahead == 'i') ADVANCE(814); + if (lookahead == 'o') ADVANCE(828); + if (lookahead == 'r') ADVANCE(756); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 775: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(840); + if (lookahead == 'e') ADVANCE(828); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 776: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(823); + if (lookahead == 'e') ADVANCE(825); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 777: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(825); - if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'e') ADVANCE(832); + if (lookahead == 'h') ADVANCE(823); + if (lookahead == 'r') ADVANCE(787); + if (lookahead == 'u') ADVANCE(839); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 778: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(809); + if (lookahead == 'e') ADVANCE(768); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 779: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(811); + if (lookahead == 'e') ADVANCE(844); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 780: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(839); + if (lookahead == 'e') ADVANCE(827); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 781: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(812); + if (lookahead == 'e') ADVANCE(829); + if (lookahead == 'o') ADVANCE(805); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 782: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(841); + if (lookahead == 'e') ADVANCE(813); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 783: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'e') ADVANCE(822); - if (lookahead == 'o') ADVANCE(766); + if (lookahead == 'e') ADVANCE(815); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 784: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'f') ADVANCE(855); - if (lookahead == 's') ADVANCE(838); + if (lookahead == 'e') ADVANCE(843); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 785: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'f') ADVANCE(855); + if (lookahead == 'e') ADVANCE(816); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 786: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'f') ADVANCE(846); - if (lookahead == 'u') ADVANCE(844); + if (lookahead == 'e') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 787: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'f') ADVANCE(817); + if (lookahead == 'e') ADVANCE(826); + if (lookahead == 'o') ADVANCE(770); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 788: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'g') ADVANCE(806); + if (lookahead == 'f') ADVANCE(859); + if (lookahead == 's') ADVANCE(842); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 789: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'h') ADVANCE(855); + if (lookahead == 'f') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 790: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'h') ADVANCE(750); + if (lookahead == 'f') ADVANCE(850); + if (lookahead == 'u') ADVANCE(848); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 791: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'h') ADVANCE(798); + if (lookahead == 'f') ADVANCE(821); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 792: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'h') ADVANCE(774); + if (lookahead == 'g') ADVANCE(810); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 793: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'i') ADVANCE(815); + if (lookahead == 'h') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 794: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'i') ADVANCE(804); + if (lookahead == 'h') ADVANCE(754); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 795: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'i') ADVANCE(840); + if (lookahead == 'h') ADVANCE(802); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 796: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'i') ADVANCE(845); + if (lookahead == 'h') ADVANCE(778); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 797: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'i') ADVANCE(836); + if (lookahead == 'i') ADVANCE(819); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 798: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'i') ADVANCE(800); + if (lookahead == 'i') ADVANCE(808); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 799: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'k') ADVANCE(855); + if (lookahead == 'i') ADVANCE(844); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 800: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'l') ADVANCE(767); + if (lookahead == 'i') ADVANCE(849); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 801: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'l') ADVANCE(841); + if (lookahead == 'i') ADVANCE(840); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 802: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'l') ADVANCE(776); + if (lookahead == 'i') ADVANCE(804); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 803: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'l') ADVANCE(780); + if (lookahead == 'k') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 804: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'm') ADVANCE(855); + if (lookahead == 'l') ADVANCE(771); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 805: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'm') ADVANCE(820); - if (lookahead == 'n') ADVANCE(853); - if (lookahead == 'r') ADVANCE(831); + if (lookahead == 'l') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 806: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'm') ADVANCE(781); + if (lookahead == 'l') ADVANCE(780); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 807: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'n') ADVANCE(855); + if (lookahead == 'l') ADVANCE(784); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 808: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'n') ADVANCE(761); + if (lookahead == 'm') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 809: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'n') ADVANCE(765); + if (lookahead == 'm') ADVANCE(824); + if (lookahead == 'n') ADVANCE(857); + if (lookahead == 'r') ADVANCE(835); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 810: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'n') ADVANCE(797); + if (lookahead == 'm') ADVANCE(785); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 811: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'n') ADVANCE(764); + if (lookahead == 'n') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 812: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'n') ADVANCE(841); + if (lookahead == 'n') ADVANCE(765); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 813: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'n') ADVANCE(803); + if (lookahead == 'n') ADVANCE(769); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 814: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'o') ADVANCE(824); + if (lookahead == 'n') ADVANCE(801); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 815: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'o') ADVANCE(807); + if (lookahead == 'n') ADVANCE(768); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 816: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'o') ADVANCE(826); + if (lookahead == 'n') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 817: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'o') ADVANCE(829); + if (lookahead == 'n') ADVANCE(807); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 818: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'o') ADVANCE(830); + if (lookahead == 'o') ADVANCE(828); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 819: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'p') ADVANCE(855); + if (lookahead == 'o') ADVANCE(811); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 820: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'p') ADVANCE(842); + if (lookahead == 'o') ADVANCE(830); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 821: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'p') ADVANCE(778); + if (lookahead == 'o') ADVANCE(833); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 822: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'p') ADVANCE(779); + if (lookahead == 'o') ADVANCE(834); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 823: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'p') ADVANCE(818); + if (lookahead == 'p') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 824: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'r') ADVANCE(855); + if (lookahead == 'p') ADVANCE(846); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 825: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'r') ADVANCE(757); + if (lookahead == 'p') ADVANCE(782); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 826: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'r') ADVANCE(854); + if (lookahead == 'p') ADVANCE(783); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 827: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'r') ADVANCE(772); - if (lookahead == 'u') ADVANCE(834); + if (lookahead == 'p') ADVANCE(822); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 828: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'r') ADVANCE(837); + if (lookahead == 'r') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 829: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'r') ADVANCE(767); + if (lookahead == 'r') ADVANCE(761); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 830: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'r') ADVANCE(841); + if (lookahead == 'r') ADVANCE(858); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 831: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'r') ADVANCE(814); + if (lookahead == 'r') ADVANCE(776); + if (lookahead == 'u') ADVANCE(838); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 832: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(855); + if (lookahead == 'r') ADVANCE(841); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 833: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(799); + if (lookahead == 'r') ADVANCE(771); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 834: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(790); + if (lookahead == 'r') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 835: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(789); + if (lookahead == 'r') ADVANCE(818); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 836: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(792); + if (lookahead == 's') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 837: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(795); + if (lookahead == 's') ADVANCE(803); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 838: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(782); + if (lookahead == 's') ADVANCE(794); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 839: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(832); + if (lookahead == 's') ADVANCE(793); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 840: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 's') ADVANCE(841); + if (lookahead == 's') ADVANCE(796); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 841: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 't') ADVANCE(855); + if (lookahead == 's') ADVANCE(799); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 842: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 't') ADVANCE(854); + if (lookahead == 's') ADVANCE(786); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 843: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 't') ADVANCE(852); + if (lookahead == 's') ADVANCE(836); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 844: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 't') ADVANCE(789); + if (lookahead == 's') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 845: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 't') ADVANCE(758); + if (lookahead == 't') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 846: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 't') ADVANCE(771); + if (lookahead == 't') ADVANCE(858); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 847: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 't') ADVANCE(793); + if (lookahead == 't') ADVANCE(856); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 848: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 't') ADVANCE(794); + if (lookahead == 't') ADVANCE(793); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 849: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'u') ADVANCE(819); + if (lookahead == 't') ADVANCE(762); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 850: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'u') ADVANCE(775); + if (lookahead == 't') ADVANCE(775); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 851: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'u') ADVANCE(760); + if (lookahead == 't') ADVANCE(797); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 852: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'u') ADVANCE(829); + if (lookahead == 't') ADVANCE(798); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 853: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'v') ADVANCE(855); + if (lookahead == 'u') ADVANCE(823); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 854: ACCEPT_TOKEN(aux_sym__custom_token3); - if (lookahead == 'y') ADVANCE(855); + if (lookahead == 'u') ADVANCE(779); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 855: ACCEPT_TOKEN(aux_sym__custom_token3); + if (lookahead == 'u') ADVANCE(764); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(855); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 856: - ACCEPT_TOKEN(anon_sym_ATswitch); + ACCEPT_TOKEN(aux_sym__custom_token3); + if (lookahead == 'u') ADVANCE(833); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 857: - ACCEPT_TOKEN(anon_sym_ATdefault); + ACCEPT_TOKEN(aux_sym__custom_token3); + if (lookahead == 'v') ADVANCE(859); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 858: - ACCEPT_TOKEN(anon_sym_ATendswitch); + ACCEPT_TOKEN(aux_sym__custom_token3); + if (lookahead == 'y') ADVANCE(859); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 859: - ACCEPT_TOKEN(anon_sym_ATcase); + ACCEPT_TOKEN(aux_sym__custom_token3); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(859); END_STATE(); case 860: - ACCEPT_TOKEN(anon_sym_ATbreak); + ACCEPT_TOKEN(anon_sym_ATswitch); END_STATE(); case 861: - ACCEPT_TOKEN(aux_sym_loop_operator_token1); + ACCEPT_TOKEN(anon_sym_ATdefault); END_STATE(); case 862: - ACCEPT_TOKEN(anon_sym_ATfor); - if (lookahead == 'e') ADVANCE(253); + ACCEPT_TOKEN(anon_sym_ATendswitch); END_STATE(); case 863: - ACCEPT_TOKEN(anon_sym_ATendfor); + ACCEPT_TOKEN(anon_sym_ATcase); END_STATE(); case 864: - ACCEPT_TOKEN(anon_sym_ATforeach); + ACCEPT_TOKEN(anon_sym_ATbreak); END_STATE(); case 865: - ACCEPT_TOKEN(anon_sym_ATendforeach); + ACCEPT_TOKEN(aux_sym_loop_operator_token1); END_STATE(); case 866: - ACCEPT_TOKEN(anon_sym_ATforelse); + ACCEPT_TOKEN(anon_sym_ATfor); + if (lookahead == 'e') ADVANCE(254); END_STATE(); case 867: - ACCEPT_TOKEN(anon_sym_ATendforelse); + ACCEPT_TOKEN(anon_sym_ATendfor); END_STATE(); case 868: - ACCEPT_TOKEN(anon_sym_ATwhile); + ACCEPT_TOKEN(anon_sym_ATforeach); END_STATE(); case 869: - ACCEPT_TOKEN(anon_sym_ATendwhile); + ACCEPT_TOKEN(anon_sym_ATendforeach); END_STATE(); case 870: - ACCEPT_TOKEN(anon_sym_ATsetup); + ACCEPT_TOKEN(anon_sym_ATforelse); END_STATE(); case 871: - ACCEPT_TOKEN(anon_sym_ATendsetup); + ACCEPT_TOKEN(anon_sym_ATendforelse); END_STATE(); case 872: - ACCEPT_TOKEN(anon_sym_ATtask); + ACCEPT_TOKEN(anon_sym_ATwhile); END_STATE(); case 873: - ACCEPT_TOKEN(anon_sym_ATendtask); + ACCEPT_TOKEN(anon_sym_ATendwhile); END_STATE(); case 874: - ACCEPT_TOKEN(anon_sym_ATstory); + ACCEPT_TOKEN(anon_sym_ATsetup); END_STATE(); case 875: - ACCEPT_TOKEN(anon_sym_ATendstory); + ACCEPT_TOKEN(anon_sym_ATendsetup); END_STATE(); case 876: - ACCEPT_TOKEN(anon_sym_ATbefore); + ACCEPT_TOKEN(anon_sym_ATtask); END_STATE(); case 877: - ACCEPT_TOKEN(anon_sym_ATendbefore); + ACCEPT_TOKEN(anon_sym_ATendtask); END_STATE(); case 878: - ACCEPT_TOKEN(anon_sym_ATafter); + ACCEPT_TOKEN(anon_sym_ATstory); END_STATE(); case 879: - ACCEPT_TOKEN(anon_sym_ATendafter); + ACCEPT_TOKEN(anon_sym_ATendstory); END_STATE(); case 880: - ACCEPT_TOKEN(anon_sym_ATsuccess); + ACCEPT_TOKEN(anon_sym_ATbefore); END_STATE(); case 881: - ACCEPT_TOKEN(anon_sym_ATendsuccess); + ACCEPT_TOKEN(anon_sym_ATendbefore); END_STATE(); case 882: - ACCEPT_TOKEN(anon_sym_ATfinished); + ACCEPT_TOKEN(anon_sym_ATafter); END_STATE(); case 883: - ACCEPT_TOKEN(anon_sym_ATendfinished); + ACCEPT_TOKEN(anon_sym_ATendafter); END_STATE(); case 884: - ACCEPT_TOKEN(aux_sym__notification_token1); + ACCEPT_TOKEN(anon_sym_ATsuccess); END_STATE(); case 885: - ACCEPT_TOKEN(anon_sym_ATpersist); + ACCEPT_TOKEN(anon_sym_ATendsuccess); END_STATE(); case 886: - ACCEPT_TOKEN(anon_sym_ATendpersist); + ACCEPT_TOKEN(anon_sym_ATfinished); END_STATE(); case 887: - ACCEPT_TOKEN(anon_sym_ATteleport); + ACCEPT_TOKEN(anon_sym_ATendfinished); END_STATE(); case 888: - ACCEPT_TOKEN(anon_sym_ATendteleport); + ACCEPT_TOKEN(aux_sym__notification_token1); END_STATE(); case 889: - ACCEPT_TOKEN(anon_sym_ATvolt); + ACCEPT_TOKEN(anon_sym_ATpersist); END_STATE(); case 890: - ACCEPT_TOKEN(anon_sym_ATendvolt); + ACCEPT_TOKEN(anon_sym_ATendpersist); END_STATE(); case 891: - ACCEPT_TOKEN(aux_sym_parameter_token1); - if (lookahead == ')') ADVANCE(895); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(891); - if (lookahead != 0 && - lookahead != '(') ADVANCE(893); + ACCEPT_TOKEN(anon_sym_ATteleport); END_STATE(); case 892: - ACCEPT_TOKEN(aux_sym_parameter_token1); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(892); - if (lookahead != 0 && - lookahead != '(' && - lookahead != ')') ADVANCE(893); + ACCEPT_TOKEN(anon_sym_ATendteleport); END_STATE(); case 893: - ACCEPT_TOKEN(aux_sym_parameter_token1); - if (lookahead != 0 && - lookahead != '(' && - lookahead != ')') ADVANCE(893); + ACCEPT_TOKEN(anon_sym_ATvolt); END_STATE(); case 894: - ACCEPT_TOKEN(anon_sym_LPAREN2); + ACCEPT_TOKEN(anon_sym_ATendvolt); END_STATE(); case 895: - ACCEPT_TOKEN(anon_sym_RPAREN2); + ACCEPT_TOKEN(aux_sym_parameter_token1); + if (lookahead == ')') ADVANCE(899); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(895); + if (lookahead != 0 && + lookahead != '(') ADVANCE(897); END_STATE(); case 896: - ACCEPT_TOKEN(aux_sym__section_parameter_token1); + ACCEPT_TOKEN(aux_sym_parameter_token1); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(896); + if (lookahead != 0 && + lookahead != '(' && + lookahead != ')') ADVANCE(897); END_STATE(); case 897: - ACCEPT_TOKEN(aux_sym__text_token1); - END_STATE(); - case 898: - ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'T') ADVANCE(922); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ACCEPT_TOKEN(aux_sym_parameter_token1); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != ')') ADVANCE(897); + END_STATE(); + case 898: + ACCEPT_TOKEN(anon_sym_LPAREN2); END_STATE(); case 899: - ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'a') ADVANCE(942); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(981); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(897); + ACCEPT_TOKEN(anon_sym_RPAREN2); END_STATE(); case 900: - ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'a') ADVANCE(943); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(981); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(897); + ACCEPT_TOKEN(aux_sym__section_parameter_token1); END_STATE(); case 901: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'a') ADVANCE(906); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(981); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(897); END_STATE(); case 902: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'a') ADVANCE(929); + if (lookahead == 'T') ADVANCE(927); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 903: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'b') ADVANCE(923); + if (lookahead == 'a') ADVANCE(946); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 904: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'c') ADVANCE(964); + if (lookahead == 'a') ADVANCE(947); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 905: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'c') ADVANCE(954); + if (lookahead == 'a') ADVANCE(910); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 906: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'c') ADVANCE(939); + if (lookahead == 'a') ADVANCE(933); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 907: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'c') ADVANCE(908); + if (lookahead == 'b') ADVANCE(926); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 908: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'c') ADVANCE(926); + if (lookahead == 'c') ADVANCE(968); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 909: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(884); + if (lookahead == 'c') ADVANCE(958); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 910: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(883); + if (lookahead == 'c') ADVANCE(943); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 911: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(903); + if (lookahead == 'c') ADVANCE(912); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 912: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(959); + if (lookahead == 'c') ADVANCE(929); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 913: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(921); + if (lookahead == 'd') ADVANCE(888); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 914: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(930); + if (lookahead == 'd') ADVANCE(907); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 915: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(902); + if (lookahead == 'd') ADVANCE(887); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 916: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(970); + if (lookahead == 'd') ADVANCE(963); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 917: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(975); + if (lookahead == 'd') ADVANCE(925); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 918: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(932); + if (lookahead == 'd') ADVANCE(934); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 919: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(877); + if (lookahead == 'd') ADVANCE(973); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 920: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(941); + if (lookahead == 'd') ADVANCE(906); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 921: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(966); + if (lookahead == 'd') ADVANCE(979); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 922: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(900); + if (lookahead == 'e') ADVANCE(936); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 923: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(931); + if (lookahead == 'e') ADVANCE(881); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 924: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(977); + if (lookahead == 'e') ADVANCE(945); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 925: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(910); + if (lookahead == 'e') ADVANCE(970); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 926: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(974); + if (lookahead == 'e') ADVANCE(935); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 927: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(961); + if (lookahead == 'e') ADVANCE(904); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 928: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'f') ADVANCE(976); + if (lookahead == 'e') ADVANCE(981); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 929: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'f') ADVANCE(978); + if (lookahead == 'e') ADVANCE(978); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 930: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'f') ADVANCE(937); + if (lookahead == 'e') ADVANCE(965); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 931: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'f') ADVANCE(956); + if (lookahead == 'e') ADVANCE(915); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 932: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'g') ADVANCE(963); + if (lookahead == 'f') ADVANCE(980); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 933: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'h') ADVANCE(957); + if (lookahead == 'f') ADVANCE(982); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 934: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'h') ADVANCE(925); + if (lookahead == 'f') ADVANCE(941); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 935: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'i') ADVANCE(972); + if (lookahead == 'f') ADVANCE(960); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 936: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'i') ADVANCE(904); + if (lookahead == 'g') ADVANCE(967); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 937: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'i') ADVANCE(951); + if (lookahead == 'h') ADVANCE(961); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 938: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'i') ADVANCE(969); + if (lookahead == 'h') ADVANCE(931); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 939: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'k') ADVANCE(884); + if (lookahead == 'i') ADVANCE(976); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 940: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'l') ADVANCE(901); + if (lookahead == 'i') ADVANCE(908); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 941: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'l') ADVANCE(918); + if (lookahead == 'i') ADVANCE(955); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 942: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'm') ADVANCE(884); + if (lookahead == 'i') ADVANCE(975); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 943: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'm') ADVANCE(968); + if (lookahead == 'k') ADVANCE(888); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 944: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(913); + if (lookahead == 'l') ADVANCE(905); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 945: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(914); + if (lookahead == 'l') ADVANCE(922); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 946: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(911); + if (lookahead == 'm') ADVANCE(888); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 947: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(916); + if (lookahead == 'm') ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 948: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(915); + if (lookahead == 'n') ADVANCE(917); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 949: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(912); + if (lookahead == 'n') ADVANCE(920); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 950: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(917); + if (lookahead == 'n') ADVANCE(914); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 951: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(938); + if (lookahead == 'n') ADVANCE(919); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 952: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'o') ADVANCE(928); + if (lookahead == 'n') ADVANCE(918); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 953: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'o') ADVANCE(973); + if (lookahead == 'n') ADVANCE(916); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 954: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'o') ADVANCE(962); + if (lookahead == 'n') ADVANCE(921); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 955: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'n') ADVANCE(942); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 956: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'o') ADVANCE(965); + if (lookahead == 'o') ADVANCE(932); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 957: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'p') ADVANCE(123); + if (lookahead == 'o') ADVANCE(977); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 958: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'p') ADVANCE(871); + if (lookahead == 'o') ADVANCE(966); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 959: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'p') ADVANCE(933); + if (lookahead == 'o') ADVANCE(964); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 960: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'r') ADVANCE(172); + if (lookahead == 'o') ADVANCE(969); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 961: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'r') ADVANCE(879); + if (lookahead == 'p') ADVANCE(123); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 962: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'r') ADVANCE(909); + if (lookahead == 'p') ADVANCE(875); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 963: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'r') ADVANCE(899); + if (lookahead == 'p') ADVANCE(937); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 964: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'r') ADVANCE(953); + if (lookahead == 'r') ADVANCE(173); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 965: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'r') ADVANCE(919); + if (lookahead == 'r') ADVANCE(883); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 966: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'r') ADVANCE(967); + if (lookahead == 'r') ADVANCE(913); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 967: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'r') ADVANCE(955); + if (lookahead == 'r') ADVANCE(903); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 968: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(884); + if (lookahead == 'r') ADVANCE(957); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 969: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(934); + if (lookahead == 'r') ADVANCE(923); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 970: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(980); + if (lookahead == 'r') ADVANCE(971); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 971: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(881); + if (lookahead == 'r') ADVANCE(959); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 972: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(905); + if (lookahead == 's') ADVANCE(888); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 973: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(952); + if (lookahead == 's') ADVANCE(984); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 974: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(971); + if (lookahead == 's') ADVANCE(885); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 975: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(924); + if (lookahead == 's') ADVANCE(938); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 976: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 't') ADVANCE(898); + if (lookahead == 's') ADVANCE(909); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 977: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 't') ADVANCE(979); + if (lookahead == 's') ADVANCE(956); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 978: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 't') ADVANCE(927); + if (lookahead == 's') ADVANCE(974); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 979: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'u') ADVANCE(958); + if (lookahead == 's') ADVANCE(928); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 980: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'u') ADVANCE(907); + if (lookahead == 't') ADVANCE(902); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 981: ACCEPT_TOKEN(aux_sym__text_token1); + if (lookahead == 't') ADVANCE(983); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 982: - ACCEPT_TOKEN(aux_sym__text_token2); - END_STATE(); - case 983: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == '!') ADVANCE(111); - END_STATE(); - case 984: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == '!') ADVANCE(2); - if (lookahead == '{') ADVANCE(118); - END_STATE(); - case 985: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(337); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(455); - if (lookahead == 'e') ADVANCE(193); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(366); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(340); - if (lookahead == 't') ADVANCE(239); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + ACCEPT_TOKEN(aux_sym__text_token1); + if (lookahead == 't') ADVANCE(930); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); - case 986: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(337); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(209); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + case 983: + ACCEPT_TOKEN(aux_sym__text_token1); + if (lookahead == 'u') ADVANCE(962); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); - case 987: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(209); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + case 984: + ACCEPT_TOKEN(aux_sym__text_token1); + if (lookahead == 'u') ADVANCE(911); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); - case 988: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(195); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + case 985: + ACCEPT_TOKEN(aux_sym__text_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); + END_STATE(); + case 986: + ACCEPT_TOKEN(aux_sym__text_token2); + END_STATE(); + case 987: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == '!') ADVANCE(111); + END_STATE(); + case 988: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == '!') ADVANCE(2); + if (lookahead == '{') ADVANCE(118); END_STATE(); case 989: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(210); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(339); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(457); + if (lookahead == 'e') ADVANCE(194); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(368); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); if (lookahead == 's') ADVANCE(342); if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 990: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(194); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(339); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(210); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 991: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(211); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(210); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 992: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); if (lookahead == 'e') ADVANCE(196); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 993: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(212); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(211); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 994: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(197); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(195); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 995: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(213); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(341); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(212); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 996: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(198); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(197); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 997: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(223); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(213); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 998: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(199); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(198); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 999: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); if (lookahead == 'e') ADVANCE(214); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(343); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1000: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(200); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(199); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1001: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(215); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(224); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1002: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(201); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(200); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1003: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(216); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(215); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1004: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(202); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(201); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1005: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(217); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(216); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1006: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(203); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(202); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1007: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(224); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(217); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1008: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(204); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(203); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1009: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); if (lookahead == 'e') ADVANCE(218); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1010: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(206); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(204); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1011: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(219); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(225); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1012: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); if (lookahead == 'e') ADVANCE(205); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1013: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(220); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(219); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1014: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(225); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(207); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1015: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(221); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(220); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1016: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(222); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(206); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1017: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(226); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(221); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1018: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(207); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(226); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1019: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(227); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(222); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1020: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(228); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(223); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1021: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(416); - if (lookahead == 'b') ADVANCE(338); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(465); - if (lookahead == 'e') ADVANCE(208); - if (lookahead == 'f') ADVANCE(365); - if (lookahead == 'g') ADVANCE(715); - if (lookahead == 'h') ADVANCE(236); - if (lookahead == 'i') ADVANCE(417); - if (lookahead == 'l') ADVANCE(456); - if (lookahead == 'm') ADVANCE(367); - if (lookahead == 'o') ADVANCE(522); - if (lookahead == 'p') ADVANCE(237); - if (lookahead == 'r') ADVANCE(339); - if (lookahead == 's') ADVANCE(342); - if (lookahead == 't') ADVANCE(240); - if (lookahead == 'u') ADVANCE(539); - if (lookahead == 'v') ADVANCE(375); - if (lookahead == 'w') ADVANCE(451); - if (lookahead == 'y') ADVANCE(459); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(227); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('j' <= lookahead && lookahead <= 'z')) ADVANCE(748); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1022: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'd') ADVANCE(935); - if (lookahead == 'e') ADVANCE(944); - if (lookahead == 'm') ADVANCE(936); - if (lookahead == 's') ADVANCE(940); - if (lookahead == 't') ADVANCE(920); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(208); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1023: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'd') ADVANCE(935); - if (lookahead == 'e') ADVANCE(945); - if (lookahead == 'm') ADVANCE(936); - if (lookahead == 's') ADVANCE(940); - if (lookahead == 't') ADVANCE(920); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(228); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1024: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'd') ADVANCE(935); - if (lookahead == 'e') ADVANCE(946); - if (lookahead == 'm') ADVANCE(936); - if (lookahead == 's') ADVANCE(940); - if (lookahead == 't') ADVANCE(920); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(229); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1025: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'd') ADVANCE(935); - if (lookahead == 'e') ADVANCE(947); - if (lookahead == 'm') ADVANCE(936); - if (lookahead == 's') ADVANCE(940); - if (lookahead == 't') ADVANCE(920); + if (lookahead == 'a') ADVANCE(418); + if (lookahead == 'b') ADVANCE(340); + if (lookahead == 'c') ADVANCE(236); + if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(209); + if (lookahead == 'f') ADVANCE(367); + if (lookahead == 'g') ADVANCE(719); + if (lookahead == 'h') ADVANCE(237); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(458); + if (lookahead == 'm') ADVANCE(369); + if (lookahead == 'o') ADVANCE(524); + if (lookahead == 'p') ADVANCE(238); + if (lookahead == 'r') ADVANCE(341); + if (lookahead == 's') ADVANCE(344); + if (lookahead == 't') ADVANCE(241); + if (lookahead == 'u') ADVANCE(541); + if (lookahead == 'v') ADVANCE(376); + if (lookahead == 'w') ADVANCE(453); + if (lookahead == 'y') ADVANCE(461); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('j' <= lookahead && lookahead <= 'z')) ADVANCE(752); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1026: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'd') ADVANCE(935); + if (lookahead == 'd') ADVANCE(939); if (lookahead == 'e') ADVANCE(948); - if (lookahead == 'm') ADVANCE(936); - if (lookahead == 's') ADVANCE(940); - if (lookahead == 't') ADVANCE(920); + if (lookahead == 'm') ADVANCE(940); + if (lookahead == 's') ADVANCE(944); + if (lookahead == 't') ADVANCE(924); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1027: ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'd') ADVANCE(939); if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'm') ADVANCE(940); + if (lookahead == 's') ADVANCE(944); + if (lookahead == 't') ADVANCE(924); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1028: ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'd') ADVANCE(939); if (lookahead == 'e') ADVANCE(950); + if (lookahead == 'm') ADVANCE(940); + if (lookahead == 's') ADVANCE(944); + if (lookahead == 't') ADVANCE(924); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1029: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == '}') ADVANCE(119); + if (lookahead == 'd') ADVANCE(939); + if (lookahead == 'e') ADVANCE(951); + if (lookahead == 'm') ADVANCE(940); + if (lookahead == 's') ADVANCE(944); + if (lookahead == 't') ADVANCE(924); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(901); END_STATE(); case 1030: ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'd') ADVANCE(939); + if (lookahead == 'e') ADVANCE(952); + if (lookahead == 'm') ADVANCE(940); + if (lookahead == 's') ADVANCE(944); + if (lookahead == 't') ADVANCE(924); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(981); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); if (lookahead != 0 && lookahead != '(' && - lookahead != '-') ADVANCE(897); + lookahead != '-') ADVANCE(901); END_STATE(); case 1031: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'e') ADVANCE(953); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(901); + END_STATE(); + case 1032: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'e') ADVANCE(954); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(901); + END_STATE(); + case 1033: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == '}') ADVANCE(119); + END_STATE(); + case 1034: + ACCEPT_TOKEN(aux_sym__text_token2); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(985); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(901); + END_STATE(); + case 1035: ACCEPT_TOKEN(aux_sym__text_token3); if (lookahead == '-') ADVANCE(45); if (lookahead != 0 && @@ -18766,7 +18622,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '?' && lookahead != '@' && lookahead != '{' && - lookahead != '}') ADVANCE(1031); + lookahead != '}') ADVANCE(1035); END_STATE(); default: return false; @@ -19524,21 +19380,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [747] = {.lex_state = 11}, [748] = {.lex_state = 10}, [749] = {.lex_state = 76}, - [750] = {.lex_state = 63}, - [751] = {.lex_state = 113}, - [752] = {.lex_state = 114}, + [750] = {.lex_state = 72}, + [751] = {.lex_state = 54}, + [752] = {.lex_state = 54}, [753] = {.lex_state = 84}, [754] = {.lex_state = 54}, - [755] = {.lex_state = 114}, + [755] = {.lex_state = 74}, [756] = {.lex_state = 54}, - [757] = {.lex_state = 10}, - [758] = {.lex_state = 58}, - [759] = {.lex_state = 69}, - [760] = {.lex_state = 69}, - [761] = {.lex_state = 9}, - [762] = {.lex_state = 57}, - [763] = {.lex_state = 63}, - [764] = {.lex_state = 63}, + [757] = {.lex_state = 54}, + [758] = {.lex_state = 54}, + [759] = {.lex_state = 54}, + [760] = {.lex_state = 54}, + [761] = {.lex_state = 54}, + [762] = {.lex_state = 54}, + [763] = {.lex_state = 54}, + [764] = {.lex_state = 54}, [765] = {.lex_state = 54}, [766] = {.lex_state = 54}, [767] = {.lex_state = 54}, @@ -19554,7 +19410,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [777] = {.lex_state = 54}, [778] = {.lex_state = 54}, [779] = {.lex_state = 54}, - [780] = {.lex_state = 74}, + [780] = {.lex_state = 54}, [781] = {.lex_state = 54}, [782] = {.lex_state = 54}, [783] = {.lex_state = 54}, @@ -19565,7 +19421,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [788] = {.lex_state = 54}, [789] = {.lex_state = 54}, [790] = {.lex_state = 54}, - [791] = {.lex_state = 54}, + [791] = {.lex_state = 74}, [792] = {.lex_state = 54}, [793] = {.lex_state = 54}, [794] = {.lex_state = 54}, @@ -19575,11 +19431,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [798] = {.lex_state = 54}, [799] = {.lex_state = 54}, [800] = {.lex_state = 54}, - [801] = {.lex_state = 54}, + [801] = {.lex_state = 63}, [802] = {.lex_state = 54}, [803] = {.lex_state = 54}, [804] = {.lex_state = 54}, - [805] = {.lex_state = 74}, + [805] = {.lex_state = 54}, [806] = {.lex_state = 54}, [807] = {.lex_state = 54}, [808] = {.lex_state = 54}, @@ -19590,12 +19446,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [813] = {.lex_state = 54}, [814] = {.lex_state = 54}, [815] = {.lex_state = 82}, - [816] = {.lex_state = 54}, + [816] = {.lex_state = 63}, [817] = {.lex_state = 54}, - [818] = {.lex_state = 54}, + [818] = {.lex_state = 57}, [819] = {.lex_state = 54}, [820] = {.lex_state = 54}, - [821] = {.lex_state = 54}, + [821] = {.lex_state = 9}, [822] = {.lex_state = 54}, [823] = {.lex_state = 54}, [824] = {.lex_state = 54}, @@ -19609,33 +19465,33 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [832] = {.lex_state = 54}, [833] = {.lex_state = 54}, [834] = {.lex_state = 54}, - [835] = {.lex_state = 54}, - [836] = {.lex_state = 54}, - [837] = {.lex_state = 54}, - [838] = {.lex_state = 54}, - [839] = {.lex_state = 54}, - [840] = {.lex_state = 54}, - [841] = {.lex_state = 54}, - [842] = {.lex_state = 54}, - [843] = {.lex_state = 54}, + [835] = {.lex_state = 69}, + [836] = {.lex_state = 69}, + [837] = {.lex_state = 69}, + [838] = {.lex_state = 69}, + [839] = {.lex_state = 69}, + [840] = {.lex_state = 69}, + [841] = {.lex_state = 69}, + [842] = {.lex_state = 69}, + [843] = {.lex_state = 69}, [844] = {.lex_state = 82}, [845] = {.lex_state = 69}, [846] = {.lex_state = 69}, [847] = {.lex_state = 69}, [848] = {.lex_state = 69}, [849] = {.lex_state = 69}, - [850] = {.lex_state = 69}, + [850] = {.lex_state = 54}, [851] = {.lex_state = 69}, [852] = {.lex_state = 69}, - [853] = {.lex_state = 69}, + [853] = {.lex_state = 72}, [854] = {.lex_state = 69}, [855] = {.lex_state = 69}, [856] = {.lex_state = 69}, [857] = {.lex_state = 69}, - [858] = {.lex_state = 54}, + [858] = {.lex_state = 69}, [859] = {.lex_state = 69}, [860] = {.lex_state = 69}, - [861] = {.lex_state = 72}, + [861] = {.lex_state = 58}, [862] = {.lex_state = 69}, [863] = {.lex_state = 69}, [864] = {.lex_state = 69}, @@ -19643,11 +19499,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [866] = {.lex_state = 69}, [867] = {.lex_state = 69}, [868] = {.lex_state = 69}, - [869] = {.lex_state = 58}, + [869] = {.lex_state = 69}, [870] = {.lex_state = 69}, - [871] = {.lex_state = 69}, + [871] = {.lex_state = 58}, [872] = {.lex_state = 69}, - [873] = {.lex_state = 69}, + [873] = {.lex_state = 10}, [874] = {.lex_state = 74}, [875] = {.lex_state = 69}, [876] = {.lex_state = 69}, @@ -19655,12 +19511,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [878] = {.lex_state = 69}, [879] = {.lex_state = 69}, [880] = {.lex_state = 69}, - [881] = {.lex_state = 69}, + [881] = {.lex_state = 72}, [882] = {.lex_state = 69}, [883] = {.lex_state = 69}, [884] = {.lex_state = 69}, [885] = {.lex_state = 69}, - [886] = {.lex_state = 72}, + [886] = {.lex_state = 69}, [887] = {.lex_state = 16}, [888] = {.lex_state = 69}, [889] = {.lex_state = 69}, @@ -19680,7 +19536,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [903] = {.lex_state = 69}, [904] = {.lex_state = 69}, [905] = {.lex_state = 69}, - [906] = {.lex_state = 69}, + [906] = {.lex_state = 54}, [907] = {.lex_state = 76}, [908] = {.lex_state = 69}, [909] = {.lex_state = 69}, @@ -19694,21 +19550,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [917] = {.lex_state = 69}, [918] = {.lex_state = 69}, [919] = {.lex_state = 72}, - [920] = {.lex_state = 69}, + [920] = {.lex_state = 114}, [921] = {.lex_state = 69}, [922] = {.lex_state = 69}, [923] = {.lex_state = 69}, [924] = {.lex_state = 69}, [925] = {.lex_state = 69}, - [926] = {.lex_state = 69}, - [927] = {.lex_state = 69}, + [926] = {.lex_state = 63}, + [927] = {.lex_state = 63}, [928] = {.lex_state = 69}, - [929] = {.lex_state = 63}, + [929] = {.lex_state = 54}, [930] = {.lex_state = 63}, - [931] = {.lex_state = 69}, + [931] = {.lex_state = 54}, [932] = {.lex_state = 63}, [933] = {.lex_state = 63}, - [934] = {.lex_state = 63}, + [934] = {.lex_state = 114}, [935] = {.lex_state = 63}, [936] = {.lex_state = 76}, [937] = {.lex_state = 63}, @@ -19725,31 +19581,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [948] = {.lex_state = 77}, [949] = {.lex_state = 55}, [950] = {.lex_state = 64}, - [951] = {.lex_state = 12}, - [952] = {.lex_state = 63}, + [951] = {.lex_state = 113}, + [952] = {.lex_state = 12}, [953] = {.lex_state = 63}, [954] = {.lex_state = 63}, - [955] = {.lex_state = 89}, - [956] = {.lex_state = 56}, - [957] = {.lex_state = 7}, - [958] = {.lex_state = 63}, - [959] = {.lex_state = 69}, + [955] = {.lex_state = 63}, + [956] = {.lex_state = 89}, + [957] = {.lex_state = 56}, + [958] = {.lex_state = 7}, + [959] = {.lex_state = 63}, [960] = {.lex_state = 69}, - [961] = {.lex_state = 63}, - [962] = {.lex_state = 88}, - [963] = {.lex_state = 8}, - [964] = {.lex_state = 63}, - [965] = {.lex_state = 54}, + [961] = {.lex_state = 69}, + [962] = {.lex_state = 63}, + [963] = {.lex_state = 88}, + [964] = {.lex_state = 8}, + [965] = {.lex_state = 63}, [966] = {.lex_state = 72}, [967] = {.lex_state = 54}, - [968] = {.lex_state = 87}, - [969] = {.lex_state = 35}, - [970] = {.lex_state = 63}, + [968] = {.lex_state = 54}, + [969] = {.lex_state = 87}, + [970] = {.lex_state = 35}, [971] = {.lex_state = 63}, - [972] = {.lex_state = 85}, - [973] = {.lex_state = 34}, - [974] = {.lex_state = 63}, - [975] = {.lex_state = 54}, + [972] = {.lex_state = 63}, + [973] = {.lex_state = 85}, + [974] = {.lex_state = 34}, + [975] = {.lex_state = 63}, [976] = {.lex_state = 63}, [977] = {.lex_state = 83}, [978] = {.lex_state = 32}, @@ -19982,8 +19838,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1205] = {.lex_state = 66}, [1206] = {.lex_state = 66}, [1207] = {.lex_state = 66}, - [1208] = {.lex_state = 20}, - [1209] = {.lex_state = 66}, + [1208] = {.lex_state = 66}, + [1209] = {.lex_state = 20}, [1210] = {.lex_state = 66}, [1211] = {.lex_state = 66}, [1212] = {.lex_state = 66}, @@ -20010,9 +19866,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1233] = {.lex_state = 66}, [1234] = {.lex_state = 66}, [1235] = {.lex_state = 66}, - [1236] = {.lex_state = 75}, + [1236] = {.lex_state = 66}, [1237] = {.lex_state = 66}, - [1238] = {.lex_state = 66}, + [1238] = {.lex_state = 75}, [1239] = {.lex_state = 66}, [1240] = {.lex_state = 66}, [1241] = {.lex_state = 66}, @@ -20020,46 +19876,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1243] = {.lex_state = 66}, [1244] = {.lex_state = 66}, [1245] = {.lex_state = 66}, - [1246] = {.lex_state = 74}, + [1246] = {.lex_state = 66}, [1247] = {.lex_state = 66}, - [1248] = {.lex_state = 63}, - [1249] = {.lex_state = 74}, - [1250] = {.lex_state = 74}, + [1248] = {.lex_state = 74}, + [1249] = {.lex_state = 66}, + [1250] = {.lex_state = 63}, [1251] = {.lex_state = 74}, [1252] = {.lex_state = 74}, [1253] = {.lex_state = 74}, [1254] = {.lex_state = 74}, [1255] = {.lex_state = 74}, - [1256] = {.lex_state = 70}, + [1256] = {.lex_state = 74}, [1257] = {.lex_state = 74}, - [1258] = {.lex_state = 74}, + [1258] = {.lex_state = 70}, [1259] = {.lex_state = 74}, [1260] = {.lex_state = 74}, [1261] = {.lex_state = 74}, [1262] = {.lex_state = 74}, - [1263] = {.lex_state = 63}, + [1263] = {.lex_state = 74}, [1264] = {.lex_state = 74}, - [1265] = {.lex_state = 74}, - [1266] = {.lex_state = 78}, - [1267] = {.lex_state = 63}, - [1268] = {.lex_state = 74}, - [1269] = {.lex_state = 74}, + [1265] = {.lex_state = 63}, + [1266] = {.lex_state = 74}, + [1267] = {.lex_state = 74}, + [1268] = {.lex_state = 78}, + [1269] = {.lex_state = 63}, [1270] = {.lex_state = 74}, [1271] = {.lex_state = 74}, [1272] = {.lex_state = 74}, [1273] = {.lex_state = 74}, [1274] = {.lex_state = 74}, - [1275] = {.lex_state = 66}, + [1275] = {.lex_state = 74}, [1276] = {.lex_state = 74}, - [1277] = {.lex_state = 74}, - [1278] = {.lex_state = 82}, + [1277] = {.lex_state = 66}, + [1278] = {.lex_state = 74}, [1279] = {.lex_state = 74}, - [1280] = {.lex_state = 74}, - [1281] = {.lex_state = 63}, + [1280] = {.lex_state = 82}, + [1281] = {.lex_state = 74}, [1282] = {.lex_state = 74}, [1283] = {.lex_state = 63}, [1284] = {.lex_state = 74}, - [1285] = {.lex_state = 74}, + [1285] = {.lex_state = 63}, [1286] = {.lex_state = 74}, [1287] = {.lex_state = 74}, [1288] = {.lex_state = 74}, @@ -20068,11 +19924,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1291] = {.lex_state = 74}, [1292] = {.lex_state = 74}, [1293] = {.lex_state = 74}, - [1294] = {.lex_state = 78}, + [1294] = {.lex_state = 74}, [1295] = {.lex_state = 74}, - [1296] = {.lex_state = 63}, + [1296] = {.lex_state = 78}, [1297] = {.lex_state = 74}, - [1298] = {.lex_state = 74}, + [1298] = {.lex_state = 63}, [1299] = {.lex_state = 74}, [1300] = {.lex_state = 74}, [1301] = {.lex_state = 74}, @@ -20098,9 +19954,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1321] = {.lex_state = 74}, [1322] = {.lex_state = 74}, [1323] = {.lex_state = 74}, - [1324] = {.lex_state = 82}, + [1324] = {.lex_state = 74}, [1325] = {.lex_state = 74}, - [1326] = {.lex_state = 74}, + [1326] = {.lex_state = 82}, [1327] = {.lex_state = 74}, [1328] = {.lex_state = 74}, [1329] = {.lex_state = 74}, @@ -20109,46 +19965,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1332] = {.lex_state = 74}, [1333] = {.lex_state = 74}, [1334] = {.lex_state = 74}, - [1335] = {.lex_state = 72}, - [1336] = {.lex_state = 63}, - [1337] = {.lex_state = 63}, - [1338] = {.lex_state = 72}, - [1339] = {.lex_state = 72}, + [1335] = {.lex_state = 74}, + [1336] = {.lex_state = 74}, + [1337] = {.lex_state = 72}, + [1338] = {.lex_state = 63}, + [1339] = {.lex_state = 63}, [1340] = {.lex_state = 72}, [1341] = {.lex_state = 72}, - [1342] = {.lex_state = 72}, + [1342] = {.lex_state = 66}, [1343] = {.lex_state = 72}, [1344] = {.lex_state = 72}, - [1345] = {.lex_state = 63}, + [1345] = {.lex_state = 72}, [1346] = {.lex_state = 72}, - [1347] = {.lex_state = 72}, + [1347] = {.lex_state = 63}, [1348] = {.lex_state = 72}, [1349] = {.lex_state = 72}, [1350] = {.lex_state = 72}, [1351] = {.lex_state = 72}, - [1352] = {.lex_state = 63}, + [1352] = {.lex_state = 72}, [1353] = {.lex_state = 72}, - [1354] = {.lex_state = 72}, - [1355] = {.lex_state = 86}, - [1356] = {.lex_state = 66}, - [1357] = {.lex_state = 72}, - [1358] = {.lex_state = 72}, + [1354] = {.lex_state = 63}, + [1355] = {.lex_state = 72}, + [1356] = {.lex_state = 72}, + [1357] = {.lex_state = 86}, + [1358] = {.lex_state = 66}, [1359] = {.lex_state = 72}, [1360] = {.lex_state = 72}, [1361] = {.lex_state = 72}, [1362] = {.lex_state = 72}, [1363] = {.lex_state = 72}, - [1364] = {.lex_state = 66}, + [1364] = {.lex_state = 72}, [1365] = {.lex_state = 72}, - [1366] = {.lex_state = 72}, - [1367] = {.lex_state = 76}, + [1366] = {.lex_state = 66}, + [1367] = {.lex_state = 72}, [1368] = {.lex_state = 72}, - [1369] = {.lex_state = 72}, - [1370] = {.lex_state = 63}, + [1369] = {.lex_state = 76}, + [1370] = {.lex_state = 72}, [1371] = {.lex_state = 72}, [1372] = {.lex_state = 63}, [1373] = {.lex_state = 72}, - [1374] = {.lex_state = 72}, + [1374] = {.lex_state = 63}, [1375] = {.lex_state = 72}, [1376] = {.lex_state = 72}, [1377] = {.lex_state = 72}, @@ -20157,9 +20013,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1380] = {.lex_state = 72}, [1381] = {.lex_state = 72}, [1382] = {.lex_state = 72}, - [1383] = {.lex_state = 86}, + [1383] = {.lex_state = 72}, [1384] = {.lex_state = 72}, - [1385] = {.lex_state = 72}, + [1385] = {.lex_state = 86}, [1386] = {.lex_state = 72}, [1387] = {.lex_state = 72}, [1388] = {.lex_state = 72}, @@ -20186,9 +20042,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1409] = {.lex_state = 72}, [1410] = {.lex_state = 72}, [1411] = {.lex_state = 72}, - [1412] = {.lex_state = 76}, + [1412] = {.lex_state = 72}, [1413] = {.lex_state = 72}, - [1414] = {.lex_state = 72}, + [1414] = {.lex_state = 76}, [1415] = {.lex_state = 72}, [1416] = {.lex_state = 72}, [1417] = {.lex_state = 72}, @@ -20197,26 +20053,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1420] = {.lex_state = 72}, [1421] = {.lex_state = 72}, [1422] = {.lex_state = 72}, - [1423] = {.lex_state = 80}, - [1424] = {.lex_state = 63}, - [1425] = {.lex_state = 63}, - [1426] = {.lex_state = 80}, - [1427] = {.lex_state = 80}, + [1423] = {.lex_state = 72}, + [1424] = {.lex_state = 72}, + [1425] = {.lex_state = 80}, + [1426] = {.lex_state = 63}, + [1427] = {.lex_state = 63}, [1428] = {.lex_state = 80}, [1429] = {.lex_state = 80}, [1430] = {.lex_state = 80}, [1431] = {.lex_state = 80}, [1432] = {.lex_state = 80}, - [1433] = {.lex_state = 63}, + [1433] = {.lex_state = 80}, [1434] = {.lex_state = 80}, - [1435] = {.lex_state = 80}, + [1435] = {.lex_state = 63}, [1436] = {.lex_state = 80}, [1437] = {.lex_state = 80}, [1438] = {.lex_state = 80}, [1439] = {.lex_state = 80}, - [1440] = {.lex_state = 63}, + [1440] = {.lex_state = 80}, [1441] = {.lex_state = 80}, - [1442] = {.lex_state = 80}, + [1442] = {.lex_state = 63}, [1443] = {.lex_state = 80}, [1444] = {.lex_state = 80}, [1445] = {.lex_state = 80}, @@ -20224,17 +20080,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1447] = {.lex_state = 80}, [1448] = {.lex_state = 80}, [1449] = {.lex_state = 80}, - [1450] = {.lex_state = 66}, + [1450] = {.lex_state = 80}, [1451] = {.lex_state = 80}, - [1452] = {.lex_state = 80}, - [1453] = {.lex_state = 90}, + [1452] = {.lex_state = 66}, + [1453] = {.lex_state = 80}, [1454] = {.lex_state = 80}, - [1455] = {.lex_state = 80}, - [1456] = {.lex_state = 63}, + [1455] = {.lex_state = 90}, + [1456] = {.lex_state = 80}, [1457] = {.lex_state = 80}, [1458] = {.lex_state = 63}, [1459] = {.lex_state = 80}, - [1460] = {.lex_state = 80}, + [1460] = {.lex_state = 63}, [1461] = {.lex_state = 80}, [1462] = {.lex_state = 80}, [1463] = {.lex_state = 80}, @@ -20271,9 +20127,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1494] = {.lex_state = 80}, [1495] = {.lex_state = 80}, [1496] = {.lex_state = 80}, - [1497] = {.lex_state = 90}, + [1497] = {.lex_state = 80}, [1498] = {.lex_state = 80}, - [1499] = {.lex_state = 80}, + [1499] = {.lex_state = 90}, [1500] = {.lex_state = 80}, [1501] = {.lex_state = 80}, [1502] = {.lex_state = 80}, @@ -20282,26 +20138,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1505] = {.lex_state = 80}, [1506] = {.lex_state = 80}, [1507] = {.lex_state = 80}, - [1508] = {.lex_state = 84}, - [1509] = {.lex_state = 63}, - [1510] = {.lex_state = 63}, - [1511] = {.lex_state = 84}, - [1512] = {.lex_state = 84}, + [1508] = {.lex_state = 80}, + [1509] = {.lex_state = 80}, + [1510] = {.lex_state = 84}, + [1511] = {.lex_state = 63}, + [1512] = {.lex_state = 63}, [1513] = {.lex_state = 84}, [1514] = {.lex_state = 84}, [1515] = {.lex_state = 84}, [1516] = {.lex_state = 84}, [1517] = {.lex_state = 84}, - [1518] = {.lex_state = 63}, + [1518] = {.lex_state = 84}, [1519] = {.lex_state = 84}, - [1520] = {.lex_state = 84}, + [1520] = {.lex_state = 63}, [1521] = {.lex_state = 84}, [1522] = {.lex_state = 84}, [1523] = {.lex_state = 84}, [1524] = {.lex_state = 84}, - [1525] = {.lex_state = 63}, + [1525] = {.lex_state = 84}, [1526] = {.lex_state = 84}, - [1527] = {.lex_state = 84}, + [1527] = {.lex_state = 63}, [1528] = {.lex_state = 84}, [1529] = {.lex_state = 84}, [1530] = {.lex_state = 84}, @@ -20309,17 +20165,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1532] = {.lex_state = 84}, [1533] = {.lex_state = 84}, [1534] = {.lex_state = 84}, - [1535] = {.lex_state = 73}, + [1535] = {.lex_state = 84}, [1536] = {.lex_state = 84}, - [1537] = {.lex_state = 84}, - [1538] = {.lex_state = 92}, + [1537] = {.lex_state = 73}, + [1538] = {.lex_state = 84}, [1539] = {.lex_state = 84}, - [1540] = {.lex_state = 84}, - [1541] = {.lex_state = 63}, + [1540] = {.lex_state = 92}, + [1541] = {.lex_state = 84}, [1542] = {.lex_state = 84}, [1543] = {.lex_state = 63}, [1544] = {.lex_state = 84}, - [1545] = {.lex_state = 84}, + [1545] = {.lex_state = 63}, [1546] = {.lex_state = 84}, [1547] = {.lex_state = 84}, [1548] = {.lex_state = 84}, @@ -20356,9 +20212,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1579] = {.lex_state = 84}, [1580] = {.lex_state = 84}, [1581] = {.lex_state = 84}, - [1582] = {.lex_state = 92}, + [1582] = {.lex_state = 84}, [1583] = {.lex_state = 84}, - [1584] = {.lex_state = 84}, + [1584] = {.lex_state = 92}, [1585] = {.lex_state = 84}, [1586] = {.lex_state = 84}, [1587] = {.lex_state = 84}, @@ -20367,19 +20223,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1590] = {.lex_state = 84}, [1591] = {.lex_state = 84}, [1592] = {.lex_state = 84}, - [1593] = {.lex_state = 82}, - [1594] = {.lex_state = 63}, - [1595] = {.lex_state = 63}, - [1596] = {.lex_state = 82}, - [1597] = {.lex_state = 82}, + [1593] = {.lex_state = 84}, + [1594] = {.lex_state = 84}, + [1595] = {.lex_state = 82}, + [1596] = {.lex_state = 63}, + [1597] = {.lex_state = 63}, [1598] = {.lex_state = 82}, [1599] = {.lex_state = 82}, [1600] = {.lex_state = 82}, [1601] = {.lex_state = 82}, [1602] = {.lex_state = 82}, - [1603] = {.lex_state = 63}, + [1603] = {.lex_state = 82}, [1604] = {.lex_state = 82}, - [1605] = {.lex_state = 82}, + [1605] = {.lex_state = 63}, [1606] = {.lex_state = 82}, [1607] = {.lex_state = 82}, [1608] = {.lex_state = 82}, @@ -20393,16 +20249,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1616] = {.lex_state = 82}, [1617] = {.lex_state = 82}, [1618] = {.lex_state = 82}, - [1619] = {.lex_state = 66}, + [1619] = {.lex_state = 82}, [1620] = {.lex_state = 82}, - [1621] = {.lex_state = 82}, - [1622] = {.lex_state = 66}, + [1621] = {.lex_state = 66}, + [1622] = {.lex_state = 82}, [1623] = {.lex_state = 82}, - [1624] = {.lex_state = 82}, + [1624] = {.lex_state = 66}, [1625] = {.lex_state = 82}, - [1626] = {.lex_state = 63}, + [1626] = {.lex_state = 82}, [1627] = {.lex_state = 82}, - [1628] = {.lex_state = 82}, + [1628] = {.lex_state = 63}, [1629] = {.lex_state = 82}, [1630] = {.lex_state = 82}, [1631] = {.lex_state = 82}, @@ -20439,9 +20295,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1662] = {.lex_state = 82}, [1663] = {.lex_state = 82}, [1664] = {.lex_state = 82}, - [1665] = {.lex_state = 66}, + [1665] = {.lex_state = 82}, [1666] = {.lex_state = 82}, - [1667] = {.lex_state = 82}, + [1667] = {.lex_state = 66}, [1668] = {.lex_state = 82}, [1669] = {.lex_state = 82}, [1670] = {.lex_state = 82}, @@ -20450,19 +20306,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1673] = {.lex_state = 82}, [1674] = {.lex_state = 82}, [1675] = {.lex_state = 82}, - [1676] = {.lex_state = 76}, - [1677] = {.lex_state = 63}, - [1678] = {.lex_state = 63}, - [1679] = {.lex_state = 76}, - [1680] = {.lex_state = 76}, + [1676] = {.lex_state = 82}, + [1677] = {.lex_state = 82}, + [1678] = {.lex_state = 76}, + [1679] = {.lex_state = 63}, + [1680] = {.lex_state = 63}, [1681] = {.lex_state = 76}, [1682] = {.lex_state = 76}, - [1683] = {.lex_state = 63}, + [1683] = {.lex_state = 76}, [1684] = {.lex_state = 76}, - [1685] = {.lex_state = 76}, - [1686] = {.lex_state = 63}, + [1685] = {.lex_state = 63}, + [1686] = {.lex_state = 76}, [1687] = {.lex_state = 76}, - [1688] = {.lex_state = 76}, + [1688] = {.lex_state = 63}, [1689] = {.lex_state = 76}, [1690] = {.lex_state = 76}, [1691] = {.lex_state = 76}, @@ -20476,16 +20332,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1699] = {.lex_state = 76}, [1700] = {.lex_state = 76}, [1701] = {.lex_state = 76}, - [1702] = {.lex_state = 59}, + [1702] = {.lex_state = 76}, [1703] = {.lex_state = 76}, - [1704] = {.lex_state = 76}, - [1705] = {.lex_state = 78}, + [1704] = {.lex_state = 59}, + [1705] = {.lex_state = 76}, [1706] = {.lex_state = 76}, - [1707] = {.lex_state = 76}, + [1707] = {.lex_state = 78}, [1708] = {.lex_state = 76}, - [1709] = {.lex_state = 63}, + [1709] = {.lex_state = 76}, [1710] = {.lex_state = 76}, - [1711] = {.lex_state = 76}, + [1711] = {.lex_state = 63}, [1712] = {.lex_state = 76}, [1713] = {.lex_state = 76}, [1714] = {.lex_state = 76}, @@ -20522,9 +20378,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1745] = {.lex_state = 76}, [1746] = {.lex_state = 76}, [1747] = {.lex_state = 76}, - [1748] = {.lex_state = 78}, + [1748] = {.lex_state = 76}, [1749] = {.lex_state = 76}, - [1750] = {.lex_state = 76}, + [1750] = {.lex_state = 78}, [1751] = {.lex_state = 76}, [1752] = {.lex_state = 76}, [1753] = {.lex_state = 76}, @@ -20533,19 +20389,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1756] = {.lex_state = 76}, [1757] = {.lex_state = 76}, [1758] = {.lex_state = 76}, - [1759] = {.lex_state = 90}, - [1760] = {.lex_state = 63}, - [1761] = {.lex_state = 63}, - [1762] = {.lex_state = 90}, - [1763] = {.lex_state = 90}, + [1759] = {.lex_state = 76}, + [1760] = {.lex_state = 76}, + [1761] = {.lex_state = 90}, + [1762] = {.lex_state = 63}, + [1763] = {.lex_state = 63}, [1764] = {.lex_state = 90}, [1765] = {.lex_state = 90}, [1766] = {.lex_state = 90}, [1767] = {.lex_state = 90}, [1768] = {.lex_state = 90}, - [1769] = {.lex_state = 63}, + [1769] = {.lex_state = 90}, [1770] = {.lex_state = 90}, - [1771] = {.lex_state = 90}, + [1771] = {.lex_state = 63}, [1772] = {.lex_state = 90}, [1773] = {.lex_state = 90}, [1774] = {.lex_state = 90}, @@ -20559,16 +20415,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1782] = {.lex_state = 90}, [1783] = {.lex_state = 90}, [1784] = {.lex_state = 90}, - [1785] = {.lex_state = 67}, + [1785] = {.lex_state = 90}, [1786] = {.lex_state = 90}, - [1787] = {.lex_state = 90}, - [1788] = {.lex_state = 86}, + [1787] = {.lex_state = 67}, + [1788] = {.lex_state = 90}, [1789] = {.lex_state = 90}, - [1790] = {.lex_state = 90}, + [1790] = {.lex_state = 86}, [1791] = {.lex_state = 90}, - [1792] = {.lex_state = 63}, + [1792] = {.lex_state = 90}, [1793] = {.lex_state = 90}, - [1794] = {.lex_state = 90}, + [1794] = {.lex_state = 63}, [1795] = {.lex_state = 90}, [1796] = {.lex_state = 90}, [1797] = {.lex_state = 90}, @@ -20605,9 +20461,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1828] = {.lex_state = 90}, [1829] = {.lex_state = 90}, [1830] = {.lex_state = 90}, - [1831] = {.lex_state = 86}, + [1831] = {.lex_state = 90}, [1832] = {.lex_state = 90}, - [1833] = {.lex_state = 90}, + [1833] = {.lex_state = 86}, [1834] = {.lex_state = 90}, [1835] = {.lex_state = 90}, [1836] = {.lex_state = 90}, @@ -20616,19 +20472,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1839] = {.lex_state = 90}, [1840] = {.lex_state = 90}, [1841] = {.lex_state = 90}, - [1842] = {.lex_state = 92}, - [1843] = {.lex_state = 63}, - [1844] = {.lex_state = 80}, - [1845] = {.lex_state = 92}, - [1846] = {.lex_state = 92}, + [1842] = {.lex_state = 90}, + [1843] = {.lex_state = 90}, + [1844] = {.lex_state = 92}, + [1845] = {.lex_state = 63}, + [1846] = {.lex_state = 80}, [1847] = {.lex_state = 92}, [1848] = {.lex_state = 92}, [1849] = {.lex_state = 92}, [1850] = {.lex_state = 92}, [1851] = {.lex_state = 92}, - [1852] = {.lex_state = 63}, + [1852] = {.lex_state = 92}, [1853] = {.lex_state = 92}, - [1854] = {.lex_state = 92}, + [1854] = {.lex_state = 63}, [1855] = {.lex_state = 92}, [1856] = {.lex_state = 92}, [1857] = {.lex_state = 92}, @@ -20642,12 +20498,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1865] = {.lex_state = 92}, [1866] = {.lex_state = 92}, [1867] = {.lex_state = 92}, - [1868] = {.lex_state = 91}, + [1868] = {.lex_state = 92}, [1869] = {.lex_state = 92}, - [1870] = {.lex_state = 92}, + [1870] = {.lex_state = 91}, [1871] = {.lex_state = 92}, [1872] = {.lex_state = 92}, - [1873] = {.lex_state = 92}, + [1873] = {.lex_state = 63}, [1874] = {.lex_state = 92}, [1875] = {.lex_state = 92}, [1876] = {.lex_state = 92}, @@ -20696,25 +20552,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1919] = {.lex_state = 92}, [1920] = {.lex_state = 92}, [1921] = {.lex_state = 92}, - [1922] = {.lex_state = 66}, - [1923] = {.lex_state = 63}, - [1924] = {.lex_state = 63}, + [1922] = {.lex_state = 92}, + [1923] = {.lex_state = 92}, + [1924] = {.lex_state = 92}, [1925] = {.lex_state = 66}, - [1926] = {.lex_state = 66}, - [1927] = {.lex_state = 66}, + [1926] = {.lex_state = 63}, + [1927] = {.lex_state = 63}, [1928] = {.lex_state = 66}, [1929] = {.lex_state = 66}, [1930] = {.lex_state = 66}, [1931] = {.lex_state = 66}, [1932] = {.lex_state = 53}, [1933] = {.lex_state = 53}, - [1934] = {.lex_state = 85}, - [1935] = {.lex_state = 114}, - [1936] = {.lex_state = 114}, + [1934] = {.lex_state = 77}, + [1935] = {.lex_state = 55}, + [1936] = {.lex_state = 73}, [1937] = {.lex_state = 73}, - [1938] = {.lex_state = 114}, - [1939] = {.lex_state = 114}, - [1940] = {.lex_state = 114}, + [1938] = {.lex_state = 73}, + [1939] = {.lex_state = 73}, + [1940] = {.lex_state = 57}, [1941] = {.lex_state = 75}, [1942] = {.lex_state = 70}, [1943] = {.lex_state = 73}, @@ -20723,7 +20579,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1946] = {.lex_state = 70}, [1947] = {.lex_state = 70}, [1948] = {.lex_state = 70}, - [1949] = {.lex_state = 75}, + [1949] = {.lex_state = 70}, [1950] = {.lex_state = 70}, [1951] = {.lex_state = 70}, [1952] = {.lex_state = 70}, @@ -20791,7 +20647,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2014] = {.lex_state = 70}, [2015] = {.lex_state = 70}, [2016] = {.lex_state = 70}, - [2017] = {.lex_state = 70}, + [2017] = {.lex_state = 75}, [2018] = {.lex_state = 70}, [2019] = {.lex_state = 70}, [2020] = {.lex_state = 70}, @@ -20824,7 +20680,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2047] = {.lex_state = 75}, [2048] = {.lex_state = 75}, [2049] = {.lex_state = 75}, - [2050] = {.lex_state = 75}, + [2050] = {.lex_state = 91}, [2051] = {.lex_state = 75}, [2052] = {.lex_state = 75}, [2053] = {.lex_state = 75}, @@ -20851,7 +20707,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2074] = {.lex_state = 75}, [2075] = {.lex_state = 75}, [2076] = {.lex_state = 75}, - [2077] = {.lex_state = 114}, + [2077] = {.lex_state = 75}, [2078] = {.lex_state = 75}, [2079] = {.lex_state = 64}, [2080] = {.lex_state = 73}, @@ -20859,7 +20715,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2082] = {.lex_state = 75}, [2083] = {.lex_state = 75}, [2084] = {.lex_state = 75}, - [2085] = {.lex_state = 114}, + [2085] = {.lex_state = 73}, [2086] = {.lex_state = 75}, [2087] = {.lex_state = 75}, [2088] = {.lex_state = 75}, @@ -20919,7 +20775,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2142] = {.lex_state = 91}, [2143] = {.lex_state = 91}, [2144] = {.lex_state = 91}, - [2145] = {.lex_state = 91}, + [2145] = {.lex_state = 73}, [2146] = {.lex_state = 91}, [2147] = {.lex_state = 91}, [2148] = {.lex_state = 91}, @@ -21054,7 +20910,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2277] = {.lex_state = 64}, [2278] = {.lex_state = 64}, [2279] = {.lex_state = 64}, - [2280] = {.lex_state = 91}, + [2280] = {.lex_state = 73}, [2281] = {.lex_state = 64}, [2282] = {.lex_state = 64}, [2283] = {.lex_state = 81}, @@ -21182,7 +21038,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2405] = {.lex_state = 77}, [2406] = {.lex_state = 77}, [2407] = {.lex_state = 83}, - [2408] = {.lex_state = 77}, + [2408] = {.lex_state = 73}, [2409] = {.lex_state = 77}, [2410] = {.lex_state = 77}, [2411] = {.lex_state = 77}, @@ -21193,7 +21049,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2416] = {.lex_state = 77}, [2417] = {.lex_state = 77}, [2418] = {.lex_state = 79}, - [2419] = {.lex_state = 73}, + [2419] = {.lex_state = 91}, [2420] = {.lex_state = 91}, [2421] = {.lex_state = 79}, [2422] = {.lex_state = 79}, @@ -21366,7 +21222,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2589] = {.lex_state = 83}, [2590] = {.lex_state = 83}, [2591] = {.lex_state = 83}, - [2592] = {.lex_state = 67}, + [2592] = {.lex_state = 91}, [2593] = {.lex_state = 83}, [2594] = {.lex_state = 83}, [2595] = {.lex_state = 83}, @@ -21439,7 +21295,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2662] = {.lex_state = 83}, [2663] = {.lex_state = 83}, [2664] = {.lex_state = 85}, - [2665] = {.lex_state = 91}, + [2665] = {.lex_state = 67}, [2666] = {.lex_state = 91}, [2667] = {.lex_state = 85}, [2668] = {.lex_state = 85}, @@ -21466,7 +21322,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2689] = {.lex_state = 85}, [2690] = {.lex_state = 91}, [2691] = {.lex_state = 85}, - [2692] = {.lex_state = 67}, + [2692] = {.lex_state = 85}, [2693] = {.lex_state = 58}, [2694] = {.lex_state = 85}, [2695] = {.lex_state = 85}, @@ -21486,7 +21342,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2709] = {.lex_state = 85}, [2710] = {.lex_state = 85}, [2711] = {.lex_state = 85}, - [2712] = {.lex_state = 114}, + [2712] = {.lex_state = 85}, [2713] = {.lex_state = 85}, [2714] = {.lex_state = 85}, [2715] = {.lex_state = 85}, @@ -21628,7 +21484,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2851] = {.lex_state = 88}, [2852] = {.lex_state = 88}, [2853] = {.lex_state = 88}, - [2854] = {.lex_state = 114}, + [2854] = {.lex_state = 73}, [2855] = {.lex_state = 88}, [2856] = {.lex_state = 88}, [2857] = {.lex_state = 67}, @@ -21775,7 +21631,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2998] = {.lex_state = 55}, [2999] = {.lex_state = 55}, [3000] = {.lex_state = 55}, - [3001] = {.lex_state = 55}, + [3001] = {.lex_state = 73}, [3002] = {.lex_state = 67}, [3003] = {.lex_state = 55}, [3004] = {.lex_state = 55}, @@ -21858,7 +21714,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3081] = {.lex_state = 62}, [3082] = {.lex_state = 62}, [3083] = {.lex_state = 62}, - [3084] = {.lex_state = 114}, + [3084] = {.lex_state = 67}, [3085] = {.lex_state = 62}, [3086] = {.lex_state = 62}, [3087] = {.lex_state = 62}, @@ -21877,7 +21733,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3100] = {.lex_state = 67}, [3101] = {.lex_state = 62}, [3102] = {.lex_state = 62}, - [3103] = {.lex_state = 114}, + [3103] = {.lex_state = 73}, [3104] = {.lex_state = 62}, [3105] = {.lex_state = 62}, [3106] = {.lex_state = 62}, @@ -21919,7 +21775,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3142] = {.lex_state = 62}, [3143] = {.lex_state = 62}, [3144] = {.lex_state = 62}, - [3145] = {.lex_state = 114}, + [3145] = {.lex_state = 73}, [3146] = {.lex_state = 62}, [3147] = {.lex_state = 62}, [3148] = {.lex_state = 62}, @@ -21930,20 +21786,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3153] = {.lex_state = 62}, [3154] = {.lex_state = 62}, [3155] = {.lex_state = 62}, - [3156] = {.lex_state = 73}, + [3156] = {.lex_state = 67}, [3157] = {.lex_state = 67}, - [3158] = {.lex_state = 114}, - [3159] = {.lex_state = 114}, + [3158] = {.lex_state = 73}, + [3159] = {.lex_state = 73}, [3160] = {.lex_state = 67}, [3161] = {.lex_state = 67}, - [3162] = {.lex_state = 114}, - [3163] = {.lex_state = 114}, + [3162] = {.lex_state = 73}, + [3163] = {.lex_state = 73}, [3164] = {.lex_state = 67}, [3165] = {.lex_state = 73}, - [3166] = {.lex_state = 114}, + [3166] = {.lex_state = 73}, [3167] = {.lex_state = 67}, [3168] = {.lex_state = 114}, - [3169] = {.lex_state = 114}, + [3169] = {.lex_state = 73}, [3170] = {.lex_state = 67}, [3171] = {.lex_state = 62}, [3172] = {.lex_state = 62}, @@ -21959,357 +21815,357 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3182] = {.lex_state = 67}, [3183] = {.lex_state = 114}, [3184] = {.lex_state = 114}, - [3185] = {.lex_state = 114}, + [3185] = {.lex_state = 73}, [3186] = {.lex_state = 73}, [3187] = {.lex_state = 114}, [3188] = {.lex_state = 73}, [3189] = {.lex_state = 67}, - [3190] = {.lex_state = 114}, + [3190] = {.lex_state = 73}, [3191] = {.lex_state = 114}, - [3192] = {.lex_state = 114}, - [3193] = {.lex_state = 114}, - [3194] = {.lex_state = 114}, - [3195] = {.lex_state = 114}, - [3196] = {.lex_state = 114}, - [3197] = {.lex_state = 114}, - [3198] = {.lex_state = 114}, + [3192] = {.lex_state = 73}, + [3193] = {.lex_state = 73}, + [3194] = {.lex_state = 73}, + [3195] = {.lex_state = 57}, + [3196] = {.lex_state = 57}, + [3197] = {.lex_state = 57}, + [3198] = {.lex_state = 67}, [3199] = {.lex_state = 114}, - [3200] = {.lex_state = 114}, + [3200] = {.lex_state = 57}, [3201] = {.lex_state = 67}, [3202] = {.lex_state = 67}, [3203] = {.lex_state = 114}, - [3204] = {.lex_state = 114}, - [3205] = {.lex_state = 114}, - [3206] = {.lex_state = 73}, + [3204] = {.lex_state = 73}, + [3205] = {.lex_state = 57}, + [3206] = {.lex_state = 114}, [3207] = {.lex_state = 114}, - [3208] = {.lex_state = 114}, + [3208] = {.lex_state = 57}, [3209] = {.lex_state = 114}, [3210] = {.lex_state = 114}, - [3211] = {.lex_state = 114}, - [3212] = {.lex_state = 114}, + [3211] = {.lex_state = 57}, + [3212] = {.lex_state = 73}, [3213] = {.lex_state = 114}, [3214] = {.lex_state = 67}, - [3215] = {.lex_state = 114}, + [3215] = {.lex_state = 57}, [3216] = {.lex_state = 114}, - [3217] = {.lex_state = 114}, - [3218] = {.lex_state = 114}, + [3217] = {.lex_state = 57}, + [3218] = {.lex_state = 57}, [3219] = {.lex_state = 114}, - [3220] = {.lex_state = 114}, - [3221] = {.lex_state = 114}, - [3222] = {.lex_state = 114}, - [3223] = {.lex_state = 114}, - [3224] = {.lex_state = 114}, + [3220] = {.lex_state = 59}, + [3221] = {.lex_state = 73}, + [3222] = {.lex_state = 67}, + [3223] = {.lex_state = 73}, + [3224] = {.lex_state = 57}, [3225] = {.lex_state = 114}, - [3226] = {.lex_state = 114}, - [3227] = {.lex_state = 114}, - [3228] = {.lex_state = 114}, - [3229] = {.lex_state = 114}, + [3226] = {.lex_state = 57}, + [3227] = {.lex_state = 73}, + [3228] = {.lex_state = 70}, + [3229] = {.lex_state = 57}, [3230] = {.lex_state = 114}, - [3231] = {.lex_state = 114}, - [3232] = {.lex_state = 114}, + [3231] = {.lex_state = 57}, + [3232] = {.lex_state = 57}, [3233] = {.lex_state = 114}, - [3234] = {.lex_state = 114}, - [3235] = {.lex_state = 114}, - [3236] = {.lex_state = 114}, - [3237] = {.lex_state = 114}, - [3238] = {.lex_state = 114}, + [3234] = {.lex_state = 73}, + [3235] = {.lex_state = 57}, + [3236] = {.lex_state = 73}, + [3237] = {.lex_state = 73}, + [3238] = {.lex_state = 73}, [3239] = {.lex_state = 114}, - [3240] = {.lex_state = 114}, - [3241] = {.lex_state = 114}, - [3242] = {.lex_state = 70}, - [3243] = {.lex_state = 114}, + [3240] = {.lex_state = 73}, + [3241] = {.lex_state = 57}, + [3242] = {.lex_state = 67}, + [3243] = {.lex_state = 73}, [3244] = {.lex_state = 114}, [3245] = {.lex_state = 67}, - [3246] = {.lex_state = 114}, + [3246] = {.lex_state = 73}, [3247] = {.lex_state = 114}, [3248] = {.lex_state = 67}, - [3249] = {.lex_state = 114}, + [3249] = {.lex_state = 73}, [3250] = {.lex_state = 67}, - [3251] = {.lex_state = 58}, + [3251] = {.lex_state = 57}, [3252] = {.lex_state = 67}, - [3253] = {.lex_state = 67}, - [3254] = {.lex_state = 73}, + [3253] = {.lex_state = 73}, + [3254] = {.lex_state = 114}, [3255] = {.lex_state = 67}, - [3256] = {.lex_state = 58}, - [3257] = {.lex_state = 67}, - [3258] = {.lex_state = 58}, - [3259] = {.lex_state = 58}, - [3260] = {.lex_state = 58}, - [3261] = {.lex_state = 58}, - [3262] = {.lex_state = 58}, - [3263] = {.lex_state = 73}, + [3256] = {.lex_state = 57}, + [3257] = {.lex_state = 73}, + [3258] = {.lex_state = 57}, + [3259] = {.lex_state = 57}, + [3260] = {.lex_state = 57}, + [3261] = {.lex_state = 67}, + [3262] = {.lex_state = 57}, + [3263] = {.lex_state = 67}, [3264] = {.lex_state = 67}, - [3265] = {.lex_state = 58}, - [3266] = {.lex_state = 73}, - [3267] = {.lex_state = 58}, - [3268] = {.lex_state = 58}, - [3269] = {.lex_state = 58}, - [3270] = {.lex_state = 58}, - [3271] = {.lex_state = 58}, - [3272] = {.lex_state = 58}, - [3273] = {.lex_state = 58}, - [3274] = {.lex_state = 58}, + [3265] = {.lex_state = 57}, + [3266] = {.lex_state = 57}, + [3267] = {.lex_state = 57}, + [3268] = {.lex_state = 73}, + [3269] = {.lex_state = 57}, + [3270] = {.lex_state = 57}, + [3271] = {.lex_state = 57}, + [3272] = {.lex_state = 57}, + [3273] = {.lex_state = 57}, + [3274] = {.lex_state = 114}, [3275] = {.lex_state = 73}, - [3276] = {.lex_state = 73}, - [3277] = {.lex_state = 67}, - [3278] = {.lex_state = 58}, - [3279] = {.lex_state = 58}, - [3280] = {.lex_state = 58}, - [3281] = {.lex_state = 58}, - [3282] = {.lex_state = 58}, - [3283] = {.lex_state = 58}, - [3284] = {.lex_state = 58}, - [3285] = {.lex_state = 58}, - [3286] = {.lex_state = 58}, - [3287] = {.lex_state = 73}, - [3288] = {.lex_state = 58}, + [3276] = {.lex_state = 67}, + [3277] = {.lex_state = 73}, + [3278] = {.lex_state = 59}, + [3279] = {.lex_state = 57}, + [3280] = {.lex_state = 57}, + [3281] = {.lex_state = 57}, + [3282] = {.lex_state = 114}, + [3283] = {.lex_state = 114}, + [3284] = {.lex_state = 73}, + [3285] = {.lex_state = 114}, + [3286] = {.lex_state = 114}, + [3287] = {.lex_state = 59}, + [3288] = {.lex_state = 57}, [3289] = {.lex_state = 67}, - [3290] = {.lex_state = 58}, - [3291] = {.lex_state = 58}, - [3292] = {.lex_state = 58}, - [3293] = {.lex_state = 58}, - [3294] = {.lex_state = 58}, - [3295] = {.lex_state = 58}, - [3296] = {.lex_state = 58}, - [3297] = {.lex_state = 58}, - [3298] = {.lex_state = 58}, - [3299] = {.lex_state = 58}, - [3300] = {.lex_state = 58}, - [3301] = {.lex_state = 73}, - [3302] = {.lex_state = 58}, - [3303] = {.lex_state = 58}, - [3304] = {.lex_state = 58}, - [3305] = {.lex_state = 58}, - [3306] = {.lex_state = 58}, - [3307] = {.lex_state = 58}, - [3308] = {.lex_state = 58}, - [3309] = {.lex_state = 58}, - [3310] = {.lex_state = 58}, - [3311] = {.lex_state = 58}, - [3312] = {.lex_state = 58}, - [3313] = {.lex_state = 58}, - [3314] = {.lex_state = 58}, - [3315] = {.lex_state = 58}, - [3316] = {.lex_state = 58}, + [3290] = {.lex_state = 59}, + [3291] = {.lex_state = 114}, + [3292] = {.lex_state = 59}, + [3293] = {.lex_state = 59}, + [3294] = {.lex_state = 57}, + [3295] = {.lex_state = 59}, + [3296] = {.lex_state = 57}, + [3297] = {.lex_state = 59}, + [3298] = {.lex_state = 114}, + [3299] = {.lex_state = 114}, + [3300] = {.lex_state = 114}, + [3301] = {.lex_state = 57}, + [3302] = {.lex_state = 67}, + [3303] = {.lex_state = 59}, + [3304] = {.lex_state = 57}, + [3305] = {.lex_state = 57}, + [3306] = {.lex_state = 114}, + [3307] = {.lex_state = 114}, + [3308] = {.lex_state = 57}, + [3309] = {.lex_state = 57}, + [3310] = {.lex_state = 57}, + [3311] = {.lex_state = 57}, + [3312] = {.lex_state = 57}, + [3313] = {.lex_state = 114}, + [3314] = {.lex_state = 114}, + [3315] = {.lex_state = 114}, + [3316] = {.lex_state = 114}, [3317] = {.lex_state = 91}, - [3318] = {.lex_state = 58}, + [3318] = {.lex_state = 57}, [3319] = {.lex_state = 67}, - [3320] = {.lex_state = 58}, + [3320] = {.lex_state = 57}, [3321] = {.lex_state = 67}, - [3322] = {.lex_state = 58}, - [3323] = {.lex_state = 73}, - [3324] = {.lex_state = 58}, + [3322] = {.lex_state = 114}, + [3323] = {.lex_state = 67}, + [3324] = {.lex_state = 57}, [3325] = {.lex_state = 67}, [3326] = {.lex_state = 67}, [3327] = {.lex_state = 67}, - [3328] = {.lex_state = 58}, - [3329] = {.lex_state = 67}, - [3330] = {.lex_state = 58}, - [3331] = {.lex_state = 58}, - [3332] = {.lex_state = 58}, - [3333] = {.lex_state = 58}, - [3334] = {.lex_state = 58}, + [3328] = {.lex_state = 73}, + [3329] = {.lex_state = 70}, + [3330] = {.lex_state = 114}, + [3331] = {.lex_state = 57}, + [3332] = {.lex_state = 57}, + [3333] = {.lex_state = 114}, + [3334] = {.lex_state = 57}, [3335] = {.lex_state = 67}, [3336] = {.lex_state = 67}, - [3337] = {.lex_state = 58}, - [3338] = {.lex_state = 58}, - [3339] = {.lex_state = 58}, - [3340] = {.lex_state = 73}, - [3341] = {.lex_state = 58}, - [3342] = {.lex_state = 58}, - [3343] = {.lex_state = 58}, - [3344] = {.lex_state = 58}, - [3345] = {.lex_state = 58}, - [3346] = {.lex_state = 58}, - [3347] = {.lex_state = 58}, - [3348] = {.lex_state = 67}, - [3349] = {.lex_state = 73}, - [3350] = {.lex_state = 58}, - [3351] = {.lex_state = 58}, - [3352] = {.lex_state = 58}, - [3353] = {.lex_state = 57}, + [3337] = {.lex_state = 59}, + [3338] = {.lex_state = 57}, + [3339] = {.lex_state = 57}, + [3340] = {.lex_state = 59}, + [3341] = {.lex_state = 57}, + [3342] = {.lex_state = 59}, + [3343] = {.lex_state = 59}, + [3344] = {.lex_state = 57}, + [3345] = {.lex_state = 57}, + [3346] = {.lex_state = 114}, + [3347] = {.lex_state = 114}, + [3348] = {.lex_state = 73}, + [3349] = {.lex_state = 67}, + [3350] = {.lex_state = 57}, + [3351] = {.lex_state = 59}, + [3352] = {.lex_state = 59}, + [3353] = {.lex_state = 59}, [3354] = {.lex_state = 73}, - [3355] = {.lex_state = 57}, - [3356] = {.lex_state = 57}, - [3357] = {.lex_state = 57}, - [3358] = {.lex_state = 57}, - [3359] = {.lex_state = 57}, - [3360] = {.lex_state = 57}, - [3361] = {.lex_state = 59}, - [3362] = {.lex_state = 57}, - [3363] = {.lex_state = 73}, - [3364] = {.lex_state = 57}, - [3365] = {.lex_state = 57}, - [3366] = {.lex_state = 57}, - [3367] = {.lex_state = 57}, - [3368] = {.lex_state = 57}, + [3355] = {.lex_state = 114}, + [3356] = {.lex_state = 59}, + [3357] = {.lex_state = 114}, + [3358] = {.lex_state = 114}, + [3359] = {.lex_state = 59}, + [3360] = {.lex_state = 114}, + [3361] = {.lex_state = 67}, + [3362] = {.lex_state = 73}, + [3363] = {.lex_state = 114}, + [3364] = {.lex_state = 114}, + [3365] = {.lex_state = 114}, + [3366] = {.lex_state = 73}, + [3367] = {.lex_state = 58}, + [3368] = {.lex_state = 114}, [3369] = {.lex_state = 57}, [3370] = {.lex_state = 57}, - [3371] = {.lex_state = 57}, - [3372] = {.lex_state = 73}, + [3371] = {.lex_state = 59}, + [3372] = {.lex_state = 57}, [3373] = {.lex_state = 57}, - [3374] = {.lex_state = 57}, - [3375] = {.lex_state = 58}, + [3374] = {.lex_state = 114}, + [3375] = {.lex_state = 57}, [3376] = {.lex_state = 57}, [3377] = {.lex_state = 57}, [3378] = {.lex_state = 57}, [3379] = {.lex_state = 57}, - [3380] = {.lex_state = 57}, - [3381] = {.lex_state = 57}, + [3380] = {.lex_state = 114}, + [3381] = {.lex_state = 59}, [3382] = {.lex_state = 59}, [3383] = {.lex_state = 57}, [3384] = {.lex_state = 57}, - [3385] = {.lex_state = 57}, + [3385] = {.lex_state = 114}, [3386] = {.lex_state = 57}, - [3387] = {.lex_state = 57}, - [3388] = {.lex_state = 57}, + [3387] = {.lex_state = 114}, + [3388] = {.lex_state = 114}, [3389] = {.lex_state = 67}, [3390] = {.lex_state = 57}, [3391] = {.lex_state = 67}, - [3392] = {.lex_state = 57}, - [3393] = {.lex_state = 73}, - [3394] = {.lex_state = 57}, - [3395] = {.lex_state = 67}, - [3396] = {.lex_state = 57}, + [3392] = {.lex_state = 114}, + [3393] = {.lex_state = 67}, + [3394] = {.lex_state = 114}, + [3395] = {.lex_state = 59}, + [3396] = {.lex_state = 59}, [3397] = {.lex_state = 67}, [3398] = {.lex_state = 67}, [3399] = {.lex_state = 67}, [3400] = {.lex_state = 57}, [3401] = {.lex_state = 67}, - [3402] = {.lex_state = 57}, - [3403] = {.lex_state = 57}, - [3404] = {.lex_state = 73}, - [3405] = {.lex_state = 57}, + [3402] = {.lex_state = 114}, + [3403] = {.lex_state = 114}, + [3404] = {.lex_state = 57}, + [3405] = {.lex_state = 114}, [3406] = {.lex_state = 57}, - [3407] = {.lex_state = 57}, - [3408] = {.lex_state = 57}, + [3407] = {.lex_state = 59}, + [3408] = {.lex_state = 67}, [3409] = {.lex_state = 57}, - [3410] = {.lex_state = 57}, - [3411] = {.lex_state = 57}, - [3412] = {.lex_state = 57}, - [3413] = {.lex_state = 57}, - [3414] = {.lex_state = 57}, - [3415] = {.lex_state = 57}, - [3416] = {.lex_state = 57}, - [3417] = {.lex_state = 57}, - [3418] = {.lex_state = 57}, - [3419] = {.lex_state = 57}, + [3410] = {.lex_state = 114}, + [3411] = {.lex_state = 59}, + [3412] = {.lex_state = 73}, + [3413] = {.lex_state = 59}, + [3414] = {.lex_state = 67}, + [3415] = {.lex_state = 59}, + [3416] = {.lex_state = 59}, + [3417] = {.lex_state = 59}, + [3418] = {.lex_state = 58}, + [3419] = {.lex_state = 73}, [3420] = {.lex_state = 67}, - [3421] = {.lex_state = 57}, - [3422] = {.lex_state = 57}, - [3423] = {.lex_state = 57}, - [3424] = {.lex_state = 57}, - [3425] = {.lex_state = 57}, - [3426] = {.lex_state = 57}, - [3427] = {.lex_state = 57}, + [3421] = {.lex_state = 114}, + [3422] = {.lex_state = 114}, + [3423] = {.lex_state = 114}, + [3424] = {.lex_state = 58}, + [3425] = {.lex_state = 59}, + [3426] = {.lex_state = 58}, + [3427] = {.lex_state = 73}, [3428] = {.lex_state = 57}, - [3429] = {.lex_state = 57}, - [3430] = {.lex_state = 57}, - [3431] = {.lex_state = 57}, - [3432] = {.lex_state = 57}, - [3433] = {.lex_state = 67}, - [3434] = {.lex_state = 57}, - [3435] = {.lex_state = 59}, - [3436] = {.lex_state = 57}, - [3437] = {.lex_state = 57}, - [3438] = {.lex_state = 57}, - [3439] = {.lex_state = 57}, - [3440] = {.lex_state = 57}, - [3441] = {.lex_state = 57}, - [3442] = {.lex_state = 57}, - [3443] = {.lex_state = 57}, - [3444] = {.lex_state = 57}, - [3445] = {.lex_state = 57}, - [3446] = {.lex_state = 73}, - [3447] = {.lex_state = 73}, - [3448] = {.lex_state = 73}, - [3449] = {.lex_state = 73}, - [3450] = {.lex_state = 57}, - [3451] = {.lex_state = 73}, - [3452] = {.lex_state = 73}, - [3453] = {.lex_state = 73}, - [3454] = {.lex_state = 73}, - [3455] = {.lex_state = 73}, - [3456] = {.lex_state = 73}, - [3457] = {.lex_state = 73}, - [3458] = {.lex_state = 73}, - [3459] = {.lex_state = 73}, - [3460] = {.lex_state = 73}, + [3429] = {.lex_state = 114}, + [3430] = {.lex_state = 58}, + [3431] = {.lex_state = 114}, + [3432] = {.lex_state = 114}, + [3433] = {.lex_state = 59}, + [3434] = {.lex_state = 114}, + [3435] = {.lex_state = 58}, + [3436] = {.lex_state = 58}, + [3437] = {.lex_state = 58}, + [3438] = {.lex_state = 58}, + [3439] = {.lex_state = 58}, + [3440] = {.lex_state = 58}, + [3441] = {.lex_state = 73}, + [3442] = {.lex_state = 73}, + [3443] = {.lex_state = 58}, + [3444] = {.lex_state = 114}, + [3445] = {.lex_state = 58}, + [3446] = {.lex_state = 58}, + [3447] = {.lex_state = 59}, + [3448] = {.lex_state = 59}, + [3449] = {.lex_state = 58}, + [3450] = {.lex_state = 58}, + [3451] = {.lex_state = 114}, + [3452] = {.lex_state = 114}, + [3453] = {.lex_state = 58}, + [3454] = {.lex_state = 58}, + [3455] = {.lex_state = 58}, + [3456] = {.lex_state = 59}, + [3457] = {.lex_state = 114}, + [3458] = {.lex_state = 59}, + [3459] = {.lex_state = 114}, + [3460] = {.lex_state = 58}, [3461] = {.lex_state = 67}, - [3462] = {.lex_state = 73}, - [3463] = {.lex_state = 67}, - [3464] = {.lex_state = 73}, + [3462] = {.lex_state = 58}, + [3463] = {.lex_state = 73}, + [3464] = {.lex_state = 114}, [3465] = {.lex_state = 67}, - [3466] = {.lex_state = 70}, - [3467] = {.lex_state = 67}, - [3468] = {.lex_state = 73}, - [3469] = {.lex_state = 67}, - [3470] = {.lex_state = 67}, - [3471] = {.lex_state = 73}, - [3472] = {.lex_state = 73}, - [3473] = {.lex_state = 67}, - [3474] = {.lex_state = 73}, - [3475] = {.lex_state = 73}, + [3466] = {.lex_state = 58}, + [3467] = {.lex_state = 59}, + [3468] = {.lex_state = 59}, + [3469] = {.lex_state = 59}, + [3470] = {.lex_state = 59}, + [3471] = {.lex_state = 59}, + [3472] = {.lex_state = 58}, + [3473] = {.lex_state = 59}, + [3474] = {.lex_state = 59}, + [3475] = {.lex_state = 59}, [3476] = {.lex_state = 73}, - [3477] = {.lex_state = 73}, - [3478] = {.lex_state = 73}, + [3477] = {.lex_state = 59}, + [3478] = {.lex_state = 114}, [3479] = {.lex_state = 59}, [3480] = {.lex_state = 59}, - [3481] = {.lex_state = 73}, - [3482] = {.lex_state = 73}, - [3483] = {.lex_state = 73}, + [3481] = {.lex_state = 59}, + [3482] = {.lex_state = 114}, + [3483] = {.lex_state = 59}, [3484] = {.lex_state = 59}, - [3485] = {.lex_state = 73}, - [3486] = {.lex_state = 59}, - [3487] = {.lex_state = 59}, - [3488] = {.lex_state = 59}, - [3489] = {.lex_state = 59}, - [3490] = {.lex_state = 59}, - [3491] = {.lex_state = 59}, + [3485] = {.lex_state = 58}, + [3486] = {.lex_state = 58}, + [3487] = {.lex_state = 114}, + [3488] = {.lex_state = 58}, + [3489] = {.lex_state = 58}, + [3490] = {.lex_state = 58}, + [3491] = {.lex_state = 58}, [3492] = {.lex_state = 59}, [3493] = {.lex_state = 59}, - [3494] = {.lex_state = 59}, - [3495] = {.lex_state = 59}, + [3494] = {.lex_state = 58}, + [3495] = {.lex_state = 58}, [3496] = {.lex_state = 59}, - [3497] = {.lex_state = 59}, - [3498] = {.lex_state = 59}, - [3499] = {.lex_state = 59}, - [3500] = {.lex_state = 59}, - [3501] = {.lex_state = 73}, - [3502] = {.lex_state = 59}, - [3503] = {.lex_state = 59}, - [3504] = {.lex_state = 73}, + [3497] = {.lex_state = 58}, + [3498] = {.lex_state = 58}, + [3499] = {.lex_state = 58}, + [3500] = {.lex_state = 58}, + [3501] = {.lex_state = 58}, + [3502] = {.lex_state = 58}, + [3503] = {.lex_state = 58}, + [3504] = {.lex_state = 58}, [3505] = {.lex_state = 59}, - [3506] = {.lex_state = 67}, - [3507] = {.lex_state = 73}, + [3506] = {.lex_state = 58}, + [3507] = {.lex_state = 58}, [3508] = {.lex_state = 59}, - [3509] = {.lex_state = 59}, - [3510] = {.lex_state = 59}, - [3511] = {.lex_state = 59}, - [3512] = {.lex_state = 59}, - [3513] = {.lex_state = 59}, + [3509] = {.lex_state = 58}, + [3510] = {.lex_state = 58}, + [3511] = {.lex_state = 58}, + [3512] = {.lex_state = 58}, + [3513] = {.lex_state = 73}, [3514] = {.lex_state = 59}, - [3515] = {.lex_state = 73}, - [3516] = {.lex_state = 59}, - [3517] = {.lex_state = 59}, - [3518] = {.lex_state = 59}, + [3515] = {.lex_state = 58}, + [3516] = {.lex_state = 58}, + [3517] = {.lex_state = 58}, + [3518] = {.lex_state = 58}, [3519] = {.lex_state = 59}, - [3520] = {.lex_state = 73}, + [3520] = {.lex_state = 59}, [3521] = {.lex_state = 59}, - [3522] = {.lex_state = 73}, - [3523] = {.lex_state = 59}, - [3524] = {.lex_state = 59}, - [3525] = {.lex_state = 59}, - [3526] = {.lex_state = 67}, - [3527] = {.lex_state = 59}, + [3522] = {.lex_state = 58}, + [3523] = {.lex_state = 58}, + [3524] = {.lex_state = 58}, + [3525] = {.lex_state = 58}, + [3526] = {.lex_state = 59}, + [3527] = {.lex_state = 58}, [3528] = {.lex_state = 59}, - [3529] = {.lex_state = 59}, - [3530] = {.lex_state = 59}, - [3531] = {.lex_state = 73}, + [3529] = {.lex_state = 58}, + [3530] = {.lex_state = 58}, + [3531] = {.lex_state = 58}, [3532] = {.lex_state = 59}, - [3533] = {.lex_state = 73}, + [3533] = {.lex_state = 59}, [3534] = {.lex_state = 59}, - [3535] = {.lex_state = 85}, + [3535] = {.lex_state = 58}, [3536] = {.lex_state = 59}, [3537] = {.lex_state = 59}, [3538] = {.lex_state = 59}, @@ -22319,33 +22175,33 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3542] = {.lex_state = 91}, [3543] = {.lex_state = 59}, [3544] = {.lex_state = 59}, - [3545] = {.lex_state = 59}, - [3546] = {.lex_state = 73}, - [3547] = {.lex_state = 59}, + [3545] = {.lex_state = 58}, + [3546] = {.lex_state = 58}, + [3547] = {.lex_state = 58}, [3548] = {.lex_state = 59}, - [3549] = {.lex_state = 59}, + [3549] = {.lex_state = 58}, [3550] = {.lex_state = 59}, [3551] = {.lex_state = 59}, [3552] = {.lex_state = 59}, [3553] = {.lex_state = 59}, - [3554] = {.lex_state = 59}, - [3555] = {.lex_state = 59}, - [3556] = {.lex_state = 59}, - [3557] = {.lex_state = 59}, - [3558] = {.lex_state = 59}, - [3559] = {.lex_state = 59}, - [3560] = {.lex_state = 59}, - [3561] = {.lex_state = 59}, - [3562] = {.lex_state = 73}, - [3563] = {.lex_state = 59}, + [3554] = {.lex_state = 58}, + [3555] = {.lex_state = 58}, + [3556] = {.lex_state = 58}, + [3557] = {.lex_state = 58}, + [3558] = {.lex_state = 58}, + [3559] = {.lex_state = 58}, + [3560] = {.lex_state = 58}, + [3561] = {.lex_state = 58}, + [3562] = {.lex_state = 58}, + [3563] = {.lex_state = 73}, [3564] = {.lex_state = 59}, - [3565] = {.lex_state = 59}, - [3566] = {.lex_state = 59}, + [3565] = {.lex_state = 58}, + [3566] = {.lex_state = 73}, [3567] = {.lex_state = 59}, - [3568] = {.lex_state = 59}, - [3569] = {.lex_state = 59}, - [3570] = {.lex_state = 59}, - [3571] = {.lex_state = 59}, + [3568] = {.lex_state = 58}, + [3569] = {.lex_state = 58}, + [3570] = {.lex_state = 58}, + [3571] = {.lex_state = 58}, [3572] = {.lex_state = 3}, [3573] = {.lex_state = 3}, [3574] = {.lex_state = 3}, @@ -22381,459 +22237,459 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3604] = {.lex_state = 3}, [3605] = {.lex_state = 3}, [3606] = {.lex_state = 3}, - [3607] = {.lex_state = 60}, + [3607] = {.lex_state = 49}, [3608] = {.lex_state = 60}, [3609] = {.lex_state = 65}, [3610] = {.lex_state = 60}, [3611] = {.lex_state = 68}, - [3612] = {.lex_state = 71}, + [3612] = {.lex_state = 65}, [3613] = {.lex_state = 71}, - [3614] = {.lex_state = 65}, - [3615] = {.lex_state = 68}, - [3616] = {.lex_state = 60}, - [3617] = {.lex_state = 43}, - [3618] = {.lex_state = 60}, - [3619] = {.lex_state = 65}, - [3620] = {.lex_state = 49}, - [3621] = {.lex_state = 68}, - [3622] = {.lex_state = 71}, - [3623] = {.lex_state = 65}, + [3614] = {.lex_state = 68}, + [3615] = {.lex_state = 60}, + [3616] = {.lex_state = 65}, + [3617] = {.lex_state = 65}, + [3618] = {.lex_state = 43}, + [3619] = {.lex_state = 43}, + [3620] = {.lex_state = 43}, + [3621] = {.lex_state = 71}, + [3622] = {.lex_state = 68}, + [3623] = {.lex_state = 60}, [3624] = {.lex_state = 43}, - [3625] = {.lex_state = 60}, - [3626] = {.lex_state = 68}, - [3627] = {.lex_state = 71}, - [3628] = {.lex_state = 43}, - [3629] = {.lex_state = 65}, + [3625] = {.lex_state = 43}, + [3626] = {.lex_state = 65}, + [3627] = {.lex_state = 65}, + [3628] = {.lex_state = 60}, + [3629] = {.lex_state = 68}, [3630] = {.lex_state = 65}, - [3631] = {.lex_state = 71}, + [3631] = {.lex_state = 60}, [3632] = {.lex_state = 68}, - [3633] = {.lex_state = 60}, - [3634] = {.lex_state = 65}, + [3633] = {.lex_state = 71}, + [3634] = {.lex_state = 60}, [3635] = {.lex_state = 71}, - [3636] = {.lex_state = 68}, - [3637] = {.lex_state = 60}, - [3638] = {.lex_state = 49}, - [3639] = {.lex_state = 60}, + [3636] = {.lex_state = 71}, + [3637] = {.lex_state = 68}, + [3638] = {.lex_state = 60}, + [3639] = {.lex_state = 49}, [3640] = {.lex_state = 65}, - [3641] = {.lex_state = 49}, - [3642] = {.lex_state = 71}, - [3643] = {.lex_state = 68}, - [3644] = {.lex_state = 60}, + [3641] = {.lex_state = 65}, + [3642] = {.lex_state = 49}, + [3643] = {.lex_state = 60}, + [3644] = {.lex_state = 68}, [3645] = {.lex_state = 49}, - [3646] = {.lex_state = 60}, + [3646] = {.lex_state = 71}, [3647] = {.lex_state = 68}, [3648] = {.lex_state = 60}, - [3649] = {.lex_state = 71}, - [3650] = {.lex_state = 68}, - [3651] = {.lex_state = 60}, + [3649] = {.lex_state = 65}, + [3650] = {.lex_state = 71}, + [3651] = {.lex_state = 71}, [3652] = {.lex_state = 68}, - [3653] = {.lex_state = 71}, + [3653] = {.lex_state = 60}, [3654] = {.lex_state = 65}, - [3655] = {.lex_state = 49}, - [3656] = {.lex_state = 65}, - [3657] = {.lex_state = 65}, - [3658] = {.lex_state = 71}, + [3655] = {.lex_state = 65}, + [3656] = {.lex_state = 49}, + [3657] = {.lex_state = 43}, + [3658] = {.lex_state = 65}, [3659] = {.lex_state = 60}, [3660] = {.lex_state = 68}, - [3661] = {.lex_state = 71}, - [3662] = {.lex_state = 65}, - [3663] = {.lex_state = 71}, - [3664] = {.lex_state = 65}, - [3665] = {.lex_state = 49}, - [3666] = {.lex_state = 43}, - [3667] = {.lex_state = 60}, - [3668] = {.lex_state = 43}, + [3661] = {.lex_state = 68}, + [3662] = {.lex_state = 71}, + [3663] = {.lex_state = 68}, + [3664] = {.lex_state = 60}, + [3665] = {.lex_state = 65}, + [3666] = {.lex_state = 49}, + [3667] = {.lex_state = 71}, + [3668] = {.lex_state = 71}, [3669] = {.lex_state = 65}, - [3670] = {.lex_state = 71}, + [3670] = {.lex_state = 60}, [3671] = {.lex_state = 68}, - [3672] = {.lex_state = 60}, + [3672] = {.lex_state = 71}, [3673] = {.lex_state = 68}, [3674] = {.lex_state = 71}, - [3675] = {.lex_state = 65}, - [3676] = {.lex_state = 68}, - [3677] = {.lex_state = 68}, - [3678] = {.lex_state = 71}, + [3675] = {.lex_state = 68}, + [3676] = {.lex_state = 60}, + [3677] = {.lex_state = 60}, + [3678] = {.lex_state = 68}, [3679] = {.lex_state = 65}, [3680] = {.lex_state = 65}, - [3681] = {.lex_state = 60}, - [3682] = {.lex_state = 71}, - [3683] = {.lex_state = 49}, - [3684] = {.lex_state = 68}, + [3681] = {.lex_state = 49}, + [3682] = {.lex_state = 43}, + [3683] = {.lex_state = 43}, + [3684] = {.lex_state = 65}, [3685] = {.lex_state = 60}, - [3686] = {.lex_state = 43}, - [3687] = {.lex_state = 65}, + [3686] = {.lex_state = 68}, + [3687] = {.lex_state = 43}, [3688] = {.lex_state = 71}, - [3689] = {.lex_state = 68}, - [3690] = {.lex_state = 60}, - [3691] = {.lex_state = 60}, - [3692] = {.lex_state = 68}, - [3693] = {.lex_state = 71}, - [3694] = {.lex_state = 65}, - [3695] = {.lex_state = 49}, + [3689] = {.lex_state = 49}, + [3690] = {.lex_state = 43}, + [3691] = {.lex_state = 43}, + [3692] = {.lex_state = 65}, + [3693] = {.lex_state = 60}, + [3694] = {.lex_state = 71}, + [3695] = {.lex_state = 68}, [3696] = {.lex_state = 65}, - [3697] = {.lex_state = 71}, + [3697] = {.lex_state = 60}, [3698] = {.lex_state = 68}, - [3699] = {.lex_state = 60}, - [3700] = {.lex_state = 43}, - [3701] = {.lex_state = 60}, - [3702] = {.lex_state = 68}, + [3699] = {.lex_state = 71}, + [3700] = {.lex_state = 60}, + [3701] = {.lex_state = 43}, + [3702] = {.lex_state = 65}, [3703] = {.lex_state = 71}, - [3704] = {.lex_state = 65}, - [3705] = {.lex_state = 68}, - [3706] = {.lex_state = 65}, - [3707] = {.lex_state = 71}, - [3708] = {.lex_state = 49}, - [3709] = {.lex_state = 60}, - [3710] = {.lex_state = 65}, + [3704] = {.lex_state = 60}, + [3705] = {.lex_state = 65}, + [3706] = {.lex_state = 60}, + [3707] = {.lex_state = 43}, + [3708] = {.lex_state = 68}, + [3709] = {.lex_state = 71}, + [3710] = {.lex_state = 68}, [3711] = {.lex_state = 60}, - [3712] = {.lex_state = 68}, - [3713] = {.lex_state = 71}, - [3714] = {.lex_state = 65}, - [3715] = {.lex_state = 43}, - [3716] = {.lex_state = 49}, - [3717] = {.lex_state = 43}, + [3712] = {.lex_state = 65}, + [3713] = {.lex_state = 49}, + [3714] = {.lex_state = 71}, + [3715] = {.lex_state = 49}, + [3716] = {.lex_state = 65}, + [3717] = {.lex_state = 71}, [3718] = {.lex_state = 60}, [3719] = {.lex_state = 68}, - [3720] = {.lex_state = 71}, + [3720] = {.lex_state = 60}, [3721] = {.lex_state = 65}, [3722] = {.lex_state = 71}, [3723] = {.lex_state = 49}, - [3724] = {.lex_state = 60}, - [3725] = {.lex_state = 68}, - [3726] = {.lex_state = 71}, - [3727] = {.lex_state = 65}, + [3724] = {.lex_state = 68}, + [3725] = {.lex_state = 43}, + [3726] = {.lex_state = 49}, + [3727] = {.lex_state = 71}, [3728] = {.lex_state = 43}, - [3729] = {.lex_state = 60}, + [3729] = {.lex_state = 71}, [3730] = {.lex_state = 71}, - [3731] = {.lex_state = 60}, - [3732] = {.lex_state = 68}, + [3731] = {.lex_state = 71}, + [3732] = {.lex_state = 65}, [3733] = {.lex_state = 71}, - [3734] = {.lex_state = 65}, - [3735] = {.lex_state = 49}, - [3736] = {.lex_state = 65}, + [3734] = {.lex_state = 71}, + [3735] = {.lex_state = 68}, + [3736] = {.lex_state = 60}, [3737] = {.lex_state = 65}, - [3738] = {.lex_state = 71}, + [3738] = {.lex_state = 60}, [3739] = {.lex_state = 68}, - [3740] = {.lex_state = 60}, - [3741] = {.lex_state = 43}, - [3742] = {.lex_state = 71}, - [3743] = {.lex_state = 60}, - [3744] = {.lex_state = 68}, - [3745] = {.lex_state = 68}, - [3746] = {.lex_state = 60}, - [3747] = {.lex_state = 71}, - [3748] = {.lex_state = 65}, - [3749] = {.lex_state = 68}, - [3750] = {.lex_state = 68}, + [3740] = {.lex_state = 71}, + [3741] = {.lex_state = 65}, + [3742] = {.lex_state = 49}, + [3743] = {.lex_state = 68}, + [3744] = {.lex_state = 65}, + [3745] = {.lex_state = 60}, + [3746] = {.lex_state = 68}, + [3747] = {.lex_state = 68}, + [3748] = {.lex_state = 71}, + [3749] = {.lex_state = 49}, + [3750] = {.lex_state = 71}, [3751] = {.lex_state = 60}, - [3752] = {.lex_state = 43}, - [3753] = {.lex_state = 49}, - [3754] = {.lex_state = 60}, - [3755] = {.lex_state = 68}, - [3756] = {.lex_state = 60}, - [3757] = {.lex_state = 71}, - [3758] = {.lex_state = 65}, + [3752] = {.lex_state = 60}, + [3753] = {.lex_state = 68}, + [3754] = {.lex_state = 71}, + [3755] = {.lex_state = 71}, + [3756] = {.lex_state = 71}, + [3757] = {.lex_state = 68}, + [3758] = {.lex_state = 68}, [3759] = {.lex_state = 60}, - [3760] = {.lex_state = 71}, - [3761] = {.lex_state = 68}, - [3762] = {.lex_state = 71}, - [3763] = {.lex_state = 65}, + [3760] = {.lex_state = 65}, + [3761] = {.lex_state = 65}, + [3762] = {.lex_state = 60}, + [3763] = {.lex_state = 60}, [3764] = {.lex_state = 65}, - [3765] = {.lex_state = 71}, - [3766] = {.lex_state = 43}, + [3765] = {.lex_state = 65}, + [3766] = {.lex_state = 60}, [3767] = {.lex_state = 65}, - [3768] = {.lex_state = 71}, + [3768] = {.lex_state = 60}, [3769] = {.lex_state = 68}, - [3770] = {.lex_state = 60}, - [3771] = {.lex_state = 49}, + [3770] = {.lex_state = 71}, + [3771] = {.lex_state = 71}, [3772] = {.lex_state = 49}, - [3773] = {.lex_state = 60}, - [3774] = {.lex_state = 68}, - [3775] = {.lex_state = 71}, - [3776] = {.lex_state = 65}, - [3777] = {.lex_state = 65}, + [3773] = {.lex_state = 65}, + [3774] = {.lex_state = 60}, + [3775] = {.lex_state = 68}, + [3776] = {.lex_state = 71}, + [3777] = {.lex_state = 60}, [3778] = {.lex_state = 68}, - [3779] = {.lex_state = 60}, - [3780] = {.lex_state = 43}, - [3781] = {.lex_state = 43}, - [3782] = {.lex_state = 60}, + [3779] = {.lex_state = 65}, + [3780] = {.lex_state = 71}, + [3781] = {.lex_state = 71}, + [3782] = {.lex_state = 68}, [3783] = {.lex_state = 68}, - [3784] = {.lex_state = 71}, - [3785] = {.lex_state = 65}, - [3786] = {.lex_state = 49}, - [3787] = {.lex_state = 43}, - [3788] = {.lex_state = 43}, - [3789] = {.lex_state = 60}, - [3790] = {.lex_state = 68}, - [3791] = {.lex_state = 71}, + [3784] = {.lex_state = 60}, + [3785] = {.lex_state = 71}, + [3786] = {.lex_state = 68}, + [3787] = {.lex_state = 60}, + [3788] = {.lex_state = 65}, + [3789] = {.lex_state = 65}, + [3790] = {.lex_state = 49}, + [3791] = {.lex_state = 68}, [3792] = {.lex_state = 65}, - [3793] = {.lex_state = 60}, + [3793] = {.lex_state = 71}, [3794] = {.lex_state = 49}, - [3795] = {.lex_state = 49}, - [3796] = {.lex_state = 49}, - [3797] = {.lex_state = 68}, - [3798] = {.lex_state = 65}, + [3795] = {.lex_state = 68}, + [3796] = {.lex_state = 60}, + [3797] = {.lex_state = 65}, + [3798] = {.lex_state = 71}, [3799] = {.lex_state = 60}, [3800] = {.lex_state = 68}, - [3801] = {.lex_state = 71}, - [3802] = {.lex_state = 65}, - [3803] = {.lex_state = 43}, - [3804] = {.lex_state = 49}, - [3805] = {.lex_state = 60}, - [3806] = {.lex_state = 68}, - [3807] = {.lex_state = 71}, - [3808] = {.lex_state = 71}, - [3809] = {.lex_state = 71}, + [3801] = {.lex_state = 43}, + [3802] = {.lex_state = 71}, + [3803] = {.lex_state = 49}, + [3804] = {.lex_state = 65}, + [3805] = {.lex_state = 43}, + [3806] = {.lex_state = 60}, + [3807] = {.lex_state = 68}, + [3808] = {.lex_state = 65}, + [3809] = {.lex_state = 60}, [3810] = {.lex_state = 68}, - [3811] = {.lex_state = 60}, - [3812] = {.lex_state = 65}, - [3813] = {.lex_state = 65}, - [3814] = {.lex_state = 71}, - [3815] = {.lex_state = 65}, - [3816] = {.lex_state = 65}, - [3817] = {.lex_state = 68}, - [3818] = {.lex_state = 71}, - [3819] = {.lex_state = 60}, - [3820] = {.lex_state = 68}, - [3821] = {.lex_state = 49}, - [3822] = {.lex_state = 49}, + [3811] = {.lex_state = 71}, + [3812] = {.lex_state = 71}, + [3813] = {.lex_state = 49}, + [3814] = {.lex_state = 49}, + [3815] = {.lex_state = 71}, + [3816] = {.lex_state = 43}, + [3817] = {.lex_state = 43}, + [3818] = {.lex_state = 43}, + [3819] = {.lex_state = 68}, + [3820] = {.lex_state = 65}, + [3821] = {.lex_state = 60}, + [3822] = {.lex_state = 43}, [3823] = {.lex_state = 43}, - [3824] = {.lex_state = 43}, - [3825] = {.lex_state = 60}, - [3826] = {.lex_state = 68}, - [3827] = {.lex_state = 71}, - [3828] = {.lex_state = 65}, + [3824] = {.lex_state = 68}, + [3825] = {.lex_state = 65}, + [3826] = {.lex_state = 60}, + [3827] = {.lex_state = 65}, + [3828] = {.lex_state = 68}, [3829] = {.lex_state = 49}, - [3830] = {.lex_state = 43}, + [3830] = {.lex_state = 71}, [3831] = {.lex_state = 65}, - [3832] = {.lex_state = 71}, + [3832] = {.lex_state = 49}, [3833] = {.lex_state = 65}, - [3834] = {.lex_state = 68}, - [3835] = {.lex_state = 49}, + [3834] = {.lex_state = 60}, + [3835] = {.lex_state = 71}, [3836] = {.lex_state = 71}, [3837] = {.lex_state = 65}, - [3838] = {.lex_state = 68}, - [3839] = {.lex_state = 49}, + [3838] = {.lex_state = 60}, + [3839] = {.lex_state = 65}, [3840] = {.lex_state = 68}, - [3841] = {.lex_state = 60}, - [3842] = {.lex_state = 65}, - [3843] = {.lex_state = 43}, + [3841] = {.lex_state = 71}, + [3842] = {.lex_state = 68}, + [3843] = {.lex_state = 60}, [3844] = {.lex_state = 65}, - [3845] = {.lex_state = 60}, - [3846] = {.lex_state = 43}, - [3847] = {.lex_state = 65}, - [3848] = {.lex_state = 71}, - [3849] = {.lex_state = 60}, - [3850] = {.lex_state = 49}, - [3851] = {.lex_state = 60}, - [3852] = {.lex_state = 68}, + [3845] = {.lex_state = 49}, + [3846] = {.lex_state = 68}, + [3847] = {.lex_state = 43}, + [3848] = {.lex_state = 60}, + [3849] = {.lex_state = 68}, + [3850] = {.lex_state = 65}, + [3851] = {.lex_state = 68}, + [3852] = {.lex_state = 65}, [3853] = {.lex_state = 71}, - [3854] = {.lex_state = 65}, - [3855] = {.lex_state = 49}, + [3854] = {.lex_state = 71}, + [3855] = {.lex_state = 43}, [3856] = {.lex_state = 43}, - [3857] = {.lex_state = 65}, - [3858] = {.lex_state = 71}, - [3859] = {.lex_state = 60}, - [3860] = {.lex_state = 68}, + [3857] = {.lex_state = 49}, + [3858] = {.lex_state = 49}, + [3859] = {.lex_state = 65}, + [3860] = {.lex_state = 43}, [3861] = {.lex_state = 71}, - [3862] = {.lex_state = 65}, - [3863] = {.lex_state = 68}, - [3864] = {.lex_state = 68}, + [3862] = {.lex_state = 68}, + [3863] = {.lex_state = 60}, + [3864] = {.lex_state = 65}, [3865] = {.lex_state = 49}, - [3866] = {.lex_state = 71}, - [3867] = {.lex_state = 60}, - [3868] = {.lex_state = 68}, - [3869] = {.lex_state = 71}, - [3870] = {.lex_state = 60}, + [3866] = {.lex_state = 49}, + [3867] = {.lex_state = 43}, + [3868] = {.lex_state = 71}, + [3869] = {.lex_state = 68}, + [3870] = {.lex_state = 71}, [3871] = {.lex_state = 68}, - [3872] = {.lex_state = 71}, + [3872] = {.lex_state = 60}, [3873] = {.lex_state = 65}, - [3874] = {.lex_state = 43}, - [3875] = {.lex_state = 49}, - [3876] = {.lex_state = 43}, + [3874] = {.lex_state = 60}, + [3875] = {.lex_state = 60}, + [3876] = {.lex_state = 65}, [3877] = {.lex_state = 60}, - [3878] = {.lex_state = 43}, + [3878] = {.lex_state = 68}, [3879] = {.lex_state = 65}, - [3880] = {.lex_state = 71}, + [3880] = {.lex_state = 60}, [3881] = {.lex_state = 68}, - [3882] = {.lex_state = 60}, + [3882] = {.lex_state = 71}, [3883] = {.lex_state = 68}, - [3884] = {.lex_state = 71}, - [3885] = {.lex_state = 65}, - [3886] = {.lex_state = 60}, - [3887] = {.lex_state = 60}, - [3888] = {.lex_state = 68}, + [3884] = {.lex_state = 65}, + [3885] = {.lex_state = 60}, + [3886] = {.lex_state = 71}, + [3887] = {.lex_state = 68}, + [3888] = {.lex_state = 43}, [3889] = {.lex_state = 68}, - [3890] = {.lex_state = 43}, - [3891] = {.lex_state = 71}, + [3890] = {.lex_state = 71}, + [3891] = {.lex_state = 49}, [3892] = {.lex_state = 65}, - [3893] = {.lex_state = 60}, + [3893] = {.lex_state = 49}, [3894] = {.lex_state = 71}, - [3895] = {.lex_state = 68}, - [3896] = {.lex_state = 71}, - [3897] = {.lex_state = 65}, - [3898] = {.lex_state = 49}, - [3899] = {.lex_state = 43}, - [3900] = {.lex_state = 60}, - [3901] = {.lex_state = 68}, - [3902] = {.lex_state = 49}, - [3903] = {.lex_state = 71}, - [3904] = {.lex_state = 65}, - [3905] = {.lex_state = 60}, + [3895] = {.lex_state = 60}, + [3896] = {.lex_state = 68}, + [3897] = {.lex_state = 71}, + [3898] = {.lex_state = 68}, + [3899] = {.lex_state = 60}, + [3900] = {.lex_state = 65}, + [3901] = {.lex_state = 71}, + [3902] = {.lex_state = 43}, + [3903] = {.lex_state = 68}, + [3904] = {.lex_state = 60}, + [3905] = {.lex_state = 49}, [3906] = {.lex_state = 49}, - [3907] = {.lex_state = 68}, - [3908] = {.lex_state = 68}, + [3907] = {.lex_state = 71}, + [3908] = {.lex_state = 65}, [3909] = {.lex_state = 65}, - [3910] = {.lex_state = 71}, + [3910] = {.lex_state = 60}, [3911] = {.lex_state = 68}, - [3912] = {.lex_state = 60}, - [3913] = {.lex_state = 60}, - [3914] = {.lex_state = 65}, - [3915] = {.lex_state = 60}, - [3916] = {.lex_state = 68}, + [3912] = {.lex_state = 71}, + [3913] = {.lex_state = 49}, + [3914] = {.lex_state = 60}, + [3915] = {.lex_state = 65}, + [3916] = {.lex_state = 60}, [3917] = {.lex_state = 71}, - [3918] = {.lex_state = 65}, + [3918] = {.lex_state = 68}, [3919] = {.lex_state = 71}, - [3920] = {.lex_state = 43}, - [3921] = {.lex_state = 49}, - [3922] = {.lex_state = 60}, - [3923] = {.lex_state = 68}, - [3924] = {.lex_state = 71}, + [3920] = {.lex_state = 68}, + [3921] = {.lex_state = 60}, + [3922] = {.lex_state = 65}, + [3923] = {.lex_state = 43}, + [3924] = {.lex_state = 49}, [3925] = {.lex_state = 65}, [3926] = {.lex_state = 43}, - [3927] = {.lex_state = 71}, - [3928] = {.lex_state = 65}, + [3927] = {.lex_state = 60}, + [3928] = {.lex_state = 60}, [3929] = {.lex_state = 71}, [3930] = {.lex_state = 68}, - [3931] = {.lex_state = 68}, - [3932] = {.lex_state = 60}, - [3933] = {.lex_state = 43}, - [3934] = {.lex_state = 43}, - [3935] = {.lex_state = 60}, + [3931] = {.lex_state = 60}, + [3932] = {.lex_state = 43}, + [3933] = {.lex_state = 65}, + [3934] = {.lex_state = 68}, + [3935] = {.lex_state = 49}, [3936] = {.lex_state = 49}, - [3937] = {.lex_state = 60}, - [3938] = {.lex_state = 68}, + [3937] = {.lex_state = 43}, + [3938] = {.lex_state = 71}, [3939] = {.lex_state = 71}, - [3940] = {.lex_state = 65}, - [3941] = {.lex_state = 49}, - [3942] = {.lex_state = 43}, - [3943] = {.lex_state = 65}, - [3944] = {.lex_state = 60}, - [3945] = {.lex_state = 68}, - [3946] = {.lex_state = 71}, - [3947] = {.lex_state = 65}, - [3948] = {.lex_state = 49}, - [3949] = {.lex_state = 43}, + [3940] = {.lex_state = 68}, + [3941] = {.lex_state = 60}, + [3942] = {.lex_state = 65}, + [3943] = {.lex_state = 49}, + [3944] = {.lex_state = 65}, + [3945] = {.lex_state = 60}, + [3946] = {.lex_state = 68}, + [3947] = {.lex_state = 71}, + [3948] = {.lex_state = 68}, + [3949] = {.lex_state = 60}, [3950] = {.lex_state = 65}, - [3951] = {.lex_state = 71}, + [3951] = {.lex_state = 60}, [3952] = {.lex_state = 68}, - [3953] = {.lex_state = 60}, + [3953] = {.lex_state = 71}, [3954] = {.lex_state = 65}, [3955] = {.lex_state = 71}, - [3956] = {.lex_state = 65}, - [3957] = {.lex_state = 68}, - [3958] = {.lex_state = 60}, - [3959] = {.lex_state = 71}, - [3960] = {.lex_state = 68}, - [3961] = {.lex_state = 60}, + [3956] = {.lex_state = 71}, + [3957] = {.lex_state = 43}, + [3958] = {.lex_state = 68}, + [3959] = {.lex_state = 43}, + [3960] = {.lex_state = 60}, + [3961] = {.lex_state = 65}, [3962] = {.lex_state = 44}, [3963] = {.lex_state = 44}, [3964] = {.lex_state = 44}, [3965] = {.lex_state = 44}, [3966] = {.lex_state = 44}, [3967] = {.lex_state = 4}, - [3968] = {.lex_state = 4}, + [3968] = {.lex_state = 44}, [3969] = {.lex_state = 44}, - [3970] = {.lex_state = 44}, - [3971] = {.lex_state = 4}, + [3970] = {.lex_state = 4}, + [3971] = {.lex_state = 44}, [3972] = {.lex_state = 44}, [3973] = {.lex_state = 4}, - [3974] = {.lex_state = 4}, - [3975] = {.lex_state = 44}, + [3974] = {.lex_state = 44}, + [3975] = {.lex_state = 4}, [3976] = {.lex_state = 44}, [3977] = {.lex_state = 4}, - [3978] = {.lex_state = 4}, - [3979] = {.lex_state = 44}, + [3978] = {.lex_state = 44}, + [3979] = {.lex_state = 4}, [3980] = {.lex_state = 44}, - [3981] = {.lex_state = 44}, + [3981] = {.lex_state = 4}, [3982] = {.lex_state = 44}, - [3983] = {.lex_state = 4}, + [3983] = {.lex_state = 44}, [3984] = {.lex_state = 44}, [3985] = {.lex_state = 44}, - [3986] = {.lex_state = 4}, + [3986] = {.lex_state = 44}, [3987] = {.lex_state = 4}, - [3988] = {.lex_state = 44}, - [3989] = {.lex_state = 4}, - [3990] = {.lex_state = 44}, + [3988] = {.lex_state = 4}, + [3989] = {.lex_state = 44}, + [3990] = {.lex_state = 4}, [3991] = {.lex_state = 44}, [3992] = {.lex_state = 44}, [3993] = {.lex_state = 44}, - [3994] = {.lex_state = 4}, - [3995] = {.lex_state = 44}, - [3996] = {.lex_state = 4}, + [3994] = {.lex_state = 44}, + [3995] = {.lex_state = 4}, + [3996] = {.lex_state = 44}, [3997] = {.lex_state = 4}, [3998] = {.lex_state = 44}, - [3999] = {.lex_state = 44}, + [3999] = {.lex_state = 4}, [4000] = {.lex_state = 44}, [4001] = {.lex_state = 44}, [4002] = {.lex_state = 4}, [4003] = {.lex_state = 44}, - [4004] = {.lex_state = 44}, - [4005] = {.lex_state = 4}, + [4004] = {.lex_state = 4}, + [4005] = {.lex_state = 44}, [4006] = {.lex_state = 44}, - [4007] = {.lex_state = 4}, + [4007] = {.lex_state = 44}, [4008] = {.lex_state = 44}, - [4009] = {.lex_state = 44}, + [4009] = {.lex_state = 4}, [4010] = {.lex_state = 44}, - [4011] = {.lex_state = 4}, + [4011] = {.lex_state = 44}, [4012] = {.lex_state = 4}, [4013] = {.lex_state = 44}, - [4014] = {.lex_state = 44}, + [4014] = {.lex_state = 4}, [4015] = {.lex_state = 44}, - [4016] = {.lex_state = 44}, + [4016] = {.lex_state = 4}, [4017] = {.lex_state = 44}, - [4018] = {.lex_state = 44}, + [4018] = {.lex_state = 4}, [4019] = {.lex_state = 44}, - [4020] = {.lex_state = 44}, + [4020] = {.lex_state = 4}, [4021] = {.lex_state = 44}, - [4022] = {.lex_state = 4}, - [4023] = {.lex_state = 4}, + [4022] = {.lex_state = 44}, + [4023] = {.lex_state = 44}, [4024] = {.lex_state = 44}, - [4025] = {.lex_state = 44}, + [4025] = {.lex_state = 4}, [4026] = {.lex_state = 44}, - [4027] = {.lex_state = 44}, - [4028] = {.lex_state = 4}, + [4027] = {.lex_state = 4}, + [4028] = {.lex_state = 44}, [4029] = {.lex_state = 44}, [4030] = {.lex_state = 44}, - [4031] = {.lex_state = 4}, - [4032] = {.lex_state = 44}, - [4033] = {.lex_state = 44}, + [4031] = {.lex_state = 44}, + [4032] = {.lex_state = 4}, + [4033] = {.lex_state = 4}, [4034] = {.lex_state = 44}, [4035] = {.lex_state = 4}, [4036] = {.lex_state = 44}, - [4037] = {.lex_state = 4}, + [4037] = {.lex_state = 44}, [4038] = {.lex_state = 44}, [4039] = {.lex_state = 44}, - [4040] = {.lex_state = 4}, - [4041] = {.lex_state = 44}, + [4040] = {.lex_state = 44}, + [4041] = {.lex_state = 4}, [4042] = {.lex_state = 44}, [4043] = {.lex_state = 4}, [4044] = {.lex_state = 4}, [4045] = {.lex_state = 44}, - [4046] = {.lex_state = 44}, + [4046] = {.lex_state = 4}, [4047] = {.lex_state = 44}, [4048] = {.lex_state = 44}, [4049] = {.lex_state = 44}, - [4050] = {.lex_state = 4}, + [4050] = {.lex_state = 44}, [4051] = {.lex_state = 4}, - [4052] = {.lex_state = 4}, + [4052] = {.lex_state = 44}, [4053] = {.lex_state = 44}, - [4054] = {.lex_state = 44}, - [4055] = {.lex_state = 4}, + [4054] = {.lex_state = 4}, + [4055] = {.lex_state = 44}, [4056] = {.lex_state = 4}, [4057] = {.lex_state = 44}, - [4058] = {.lex_state = 4}, - [4059] = {.lex_state = 44}, + [4058] = {.lex_state = 44}, + [4059] = {.lex_state = 4}, [4060] = {.lex_state = 44}, [4061] = {.lex_state = 44}, [4062] = {.lex_state = 44}, @@ -22843,308 +22699,308 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4066] = {.lex_state = 44}, [4067] = {.lex_state = 43}, [4068] = {.lex_state = 43}, - [4069] = {.lex_state = 50}, - [4070] = {.lex_state = 1}, - [4071] = {.lex_state = 49}, + [4069] = {.lex_state = 61}, + [4070] = {.lex_state = 50}, + [4071] = {.lex_state = 1}, [4072] = {.lex_state = 50}, [4073] = {.lex_state = 1}, - [4074] = {.lex_state = 60}, + [4074] = {.lex_state = 71}, [4075] = {.lex_state = 50}, [4076] = {.lex_state = 50}, - [4077] = {.lex_state = 61}, - [4078] = {.lex_state = 1}, - [4079] = {.lex_state = 61}, - [4080] = {.lex_state = 61}, - [4081] = {.lex_state = 1}, + [4077] = {.lex_state = 1}, + [4078] = {.lex_state = 61}, + [4079] = {.lex_state = 65}, + [4080] = {.lex_state = 1}, + [4081] = {.lex_state = 61}, [4082] = {.lex_state = 50}, - [4083] = {.lex_state = 44}, - [4084] = {.lex_state = 61}, - [4085] = {.lex_state = 71}, - [4086] = {.lex_state = 50}, + [4083] = {.lex_state = 50}, + [4084] = {.lex_state = 65}, + [4085] = {.lex_state = 44}, + [4086] = {.lex_state = 1}, [4087] = {.lex_state = 61}, - [4088] = {.lex_state = 1}, + [4088] = {.lex_state = 61}, [4089] = {.lex_state = 50}, - [4090] = {.lex_state = 1}, - [4091] = {.lex_state = 50}, + [4090] = {.lex_state = 61}, + [4091] = {.lex_state = 1}, [4092] = {.lex_state = 61}, - [4093] = {.lex_state = 68}, - [4094] = {.lex_state = 65}, - [4095] = {.lex_state = 68}, - [4096] = {.lex_state = 71}, - [4097] = {.lex_state = 1}, + [4093] = {.lex_state = 61}, + [4094] = {.lex_state = 61}, + [4095] = {.lex_state = 1}, + [4096] = {.lex_state = 61}, + [4097] = {.lex_state = 50}, [4098] = {.lex_state = 1}, [4099] = {.lex_state = 61}, - [4100] = {.lex_state = 61}, - [4101] = {.lex_state = 61}, - [4102] = {.lex_state = 1}, - [4103] = {.lex_state = 50}, + [4100] = {.lex_state = 50}, + [4101] = {.lex_state = 1}, + [4102] = {.lex_state = 68}, + [4103] = {.lex_state = 1}, [4104] = {.lex_state = 50}, - [4105] = {.lex_state = 1}, - [4106] = {.lex_state = 50}, - [4107] = {.lex_state = 1}, - [4108] = {.lex_state = 50}, - [4109] = {.lex_state = 49}, - [4110] = {.lex_state = 61}, + [4105] = {.lex_state = 61}, + [4106] = {.lex_state = 61}, + [4107] = {.lex_state = 50}, + [4108] = {.lex_state = 1}, + [4109] = {.lex_state = 1}, + [4110] = {.lex_state = 50}, [4111] = {.lex_state = 1}, - [4112] = {.lex_state = 65}, - [4113] = {.lex_state = 50}, - [4114] = {.lex_state = 1}, - [4115] = {.lex_state = 50}, + [4112] = {.lex_state = 50}, + [4113] = {.lex_state = 61}, + [4114] = {.lex_state = 49}, + [4115] = {.lex_state = 61}, [4116] = {.lex_state = 50}, [4117] = {.lex_state = 1}, - [4118] = {.lex_state = 1}, + [4118] = {.lex_state = 71}, [4119] = {.lex_state = 61}, [4120] = {.lex_state = 61}, - [4121] = {.lex_state = 61}, - [4122] = {.lex_state = 61}, + [4121] = {.lex_state = 49}, + [4122] = {.lex_state = 1}, [4123] = {.lex_state = 50}, - [4124] = {.lex_state = 61}, - [4125] = {.lex_state = 44}, - [4126] = {.lex_state = 61}, - [4127] = {.lex_state = 1}, - [4128] = {.lex_state = 1}, - [4129] = {.lex_state = 50}, + [4124] = {.lex_state = 1}, + [4125] = {.lex_state = 50}, + [4126] = {.lex_state = 1}, + [4127] = {.lex_state = 61}, + [4128] = {.lex_state = 50}, + [4129] = {.lex_state = 44}, [4130] = {.lex_state = 50}, [4131] = {.lex_state = 1}, - [4132] = {.lex_state = 50}, - [4133] = {.lex_state = 50}, - [4134] = {.lex_state = 50}, - [4135] = {.lex_state = 1}, + [4132] = {.lex_state = 61}, + [4133] = {.lex_state = 1}, + [4134] = {.lex_state = 61}, + [4135] = {.lex_state = 61}, [4136] = {.lex_state = 61}, - [4137] = {.lex_state = 61}, - [4138] = {.lex_state = 50}, - [4139] = {.lex_state = 60}, - [4140] = {.lex_state = 1}, - [4141] = {.lex_state = 61}, + [4137] = {.lex_state = 50}, + [4138] = {.lex_state = 1}, + [4139] = {.lex_state = 1}, + [4140] = {.lex_state = 68}, + [4141] = {.lex_state = 50}, [4142] = {.lex_state = 61}, - [4143] = {.lex_state = 50}, + [4143] = {.lex_state = 1}, [4144] = {.lex_state = 61}, - [4145] = {.lex_state = 61}, - [4146] = {.lex_state = 61}, - [4147] = {.lex_state = 50}, + [4145] = {.lex_state = 50}, + [4146] = {.lex_state = 50}, + [4147] = {.lex_state = 61}, [4148] = {.lex_state = 1}, - [4149] = {.lex_state = 1}, + [4149] = {.lex_state = 50}, [4150] = {.lex_state = 61}, - [4151] = {.lex_state = 50}, - [4152] = {.lex_state = 1}, - [4153] = {.lex_state = 50}, - [4154] = {.lex_state = 61}, - [4155] = {.lex_state = 61}, - [4156] = {.lex_state = 50}, - [4157] = {.lex_state = 1}, + [4151] = {.lex_state = 1}, + [4152] = {.lex_state = 50}, + [4153] = {.lex_state = 61}, + [4154] = {.lex_state = 1}, + [4155] = {.lex_state = 50}, + [4156] = {.lex_state = 61}, + [4157] = {.lex_state = 50}, [4158] = {.lex_state = 1}, [4159] = {.lex_state = 50}, - [4160] = {.lex_state = 1}, - [4161] = {.lex_state = 50}, - [4162] = {.lex_state = 50}, + [4160] = {.lex_state = 61}, + [4161] = {.lex_state = 1}, + [4162] = {.lex_state = 61}, [4163] = {.lex_state = 1}, [4164] = {.lex_state = 50}, - [4165] = {.lex_state = 61}, - [4166] = {.lex_state = 1}, + [4165] = {.lex_state = 50}, + [4166] = {.lex_state = 61}, [4167] = {.lex_state = 1}, - [4168] = {.lex_state = 61}, - [4169] = {.lex_state = 61}, - [4170] = {.lex_state = 61}, + [4168] = {.lex_state = 1}, + [4169] = {.lex_state = 50}, + [4170] = {.lex_state = 50}, [4171] = {.lex_state = 61}, - [4172] = {.lex_state = 1}, + [4172] = {.lex_state = 60}, [4173] = {.lex_state = 50}, [4174] = {.lex_state = 1}, [4175] = {.lex_state = 61}, - [4176] = {.lex_state = 50}, - [4177] = {.lex_state = 61}, - [4178] = {.lex_state = 1}, - [4179] = {.lex_state = 1}, - [4180] = {.lex_state = 61}, + [4176] = {.lex_state = 61}, + [4177] = {.lex_state = 1}, + [4178] = {.lex_state = 60}, + [4179] = {.lex_state = 50}, + [4180] = {.lex_state = 50}, [4181] = {.lex_state = 61}, [4182] = {.lex_state = 1}, - [4183] = {.lex_state = 50}, + [4183] = {.lex_state = 1}, [4184] = {.lex_state = 50}, [4185] = {.lex_state = 1}, - [4186] = {.lex_state = 1}, + [4186] = {.lex_state = 50}, [4187] = {.lex_state = 61}, - [4188] = {.lex_state = 51}, - [4189] = {.lex_state = 1}, + [4188] = {.lex_state = 1}, + [4189] = {.lex_state = 61}, [4190] = {.lex_state = 51}, [4191] = {.lex_state = 50}, [4192] = {.lex_state = 52}, - [4193] = {.lex_state = 52}, - [4194] = {.lex_state = 50}, - [4195] = {.lex_state = 61}, - [4196] = {.lex_state = 40}, - [4197] = {.lex_state = 68}, - [4198] = {.lex_state = 68}, - [4199] = {.lex_state = 42}, - [4200] = {.lex_state = 42}, + [4193] = {.lex_state = 51}, + [4194] = {.lex_state = 1}, + [4195] = {.lex_state = 52}, + [4196] = {.lex_state = 42}, + [4197] = {.lex_state = 40}, + [4198] = {.lex_state = 40}, + [4199] = {.lex_state = 40}, + [4200] = {.lex_state = 40}, [4201] = {.lex_state = 40}, - [4202] = {.lex_state = 40}, - [4203] = {.lex_state = 40}, + [4202] = {.lex_state = 42}, + [4203] = {.lex_state = 42}, [4204] = {.lex_state = 40}, - [4205] = {.lex_state = 40}, + [4205] = {.lex_state = 42}, [4206] = {.lex_state = 40}, - [4207] = {.lex_state = 40}, - [4208] = {.lex_state = 40}, - [4209] = {.lex_state = 42}, - [4210] = {.lex_state = 42}, - [4211] = {.lex_state = 40}, + [4207] = {.lex_state = 42}, + [4208] = {.lex_state = 42}, + [4209] = {.lex_state = 40}, + [4210] = {.lex_state = 40}, + [4211] = {.lex_state = 42}, [4212] = {.lex_state = 42}, - [4213] = {.lex_state = 42}, + [4213] = {.lex_state = 41}, [4214] = {.lex_state = 40}, - [4215] = {.lex_state = 40}, - [4216] = {.lex_state = 42}, - [4217] = {.lex_state = 65}, + [4215] = {.lex_state = 42}, + [4216] = {.lex_state = 40}, + [4217] = {.lex_state = 42}, [4218] = {.lex_state = 42}, - [4219] = {.lex_state = 42}, + [4219] = {.lex_state = 68}, [4220] = {.lex_state = 40}, [4221] = {.lex_state = 42}, [4222] = {.lex_state = 40}, [4223] = {.lex_state = 42}, - [4224] = {.lex_state = 42}, + [4224] = {.lex_state = 40}, [4225] = {.lex_state = 42}, - [4226] = {.lex_state = 40}, + [4226] = {.lex_state = 42}, [4227] = {.lex_state = 42}, [4228] = {.lex_state = 42}, - [4229] = {.lex_state = 71}, + [4229] = {.lex_state = 40}, [4230] = {.lex_state = 42}, [4231] = {.lex_state = 40}, - [4232] = {.lex_state = 40}, - [4233] = {.lex_state = 40}, + [4232] = {.lex_state = 42}, + [4233] = {.lex_state = 42}, [4234] = {.lex_state = 40}, - [4235] = {.lex_state = 40}, - [4236] = {.lex_state = 42}, + [4235] = {.lex_state = 42}, + [4236] = {.lex_state = 40}, [4237] = {.lex_state = 40}, [4238] = {.lex_state = 42}, - [4239] = {.lex_state = 42}, - [4240] = {.lex_state = 40}, + [4239] = {.lex_state = 40}, + [4240] = {.lex_state = 41}, [4241] = {.lex_state = 40}, [4242] = {.lex_state = 40}, [4243] = {.lex_state = 42}, - [4244] = {.lex_state = 40}, + [4244] = {.lex_state = 71}, [4245] = {.lex_state = 42}, - [4246] = {.lex_state = 60}, - [4247] = {.lex_state = 40}, + [4246] = {.lex_state = 42}, + [4247] = {.lex_state = 42}, [4248] = {.lex_state = 40}, - [4249] = {.lex_state = 42}, + [4249] = {.lex_state = 40}, [4250] = {.lex_state = 40}, - [4251] = {.lex_state = 42}, + [4251] = {.lex_state = 40}, [4252] = {.lex_state = 42}, - [4253] = {.lex_state = 71}, - [4254] = {.lex_state = 40}, - [4255] = {.lex_state = 71}, - [4256] = {.lex_state = 40}, + [4253] = {.lex_state = 40}, + [4254] = {.lex_state = 60}, + [4255] = {.lex_state = 42}, + [4256] = {.lex_state = 42}, [4257] = {.lex_state = 42}, [4258] = {.lex_state = 40}, - [4259] = {.lex_state = 41}, - [4260] = {.lex_state = 40}, + [4259] = {.lex_state = 65}, + [4260] = {.lex_state = 42}, [4261] = {.lex_state = 40}, [4262] = {.lex_state = 40}, - [4263] = {.lex_state = 40}, - [4264] = {.lex_state = 42}, + [4263] = {.lex_state = 42}, + [4264] = {.lex_state = 40}, [4265] = {.lex_state = 42}, [4266] = {.lex_state = 40}, - [4267] = {.lex_state = 40}, - [4268] = {.lex_state = 42}, + [4267] = {.lex_state = 42}, + [4268] = {.lex_state = 40}, [4269] = {.lex_state = 42}, [4270] = {.lex_state = 40}, - [4271] = {.lex_state = 65}, + [4271] = {.lex_state = 42}, [4272] = {.lex_state = 42}, [4273] = {.lex_state = 40}, [4274] = {.lex_state = 40}, - [4275] = {.lex_state = 40}, - [4276] = {.lex_state = 40}, - [4277] = {.lex_state = 40}, - [4278] = {.lex_state = 42}, + [4275] = {.lex_state = 42}, + [4276] = {.lex_state = 41}, + [4277] = {.lex_state = 42}, + [4278] = {.lex_state = 40}, [4279] = {.lex_state = 40}, - [4280] = {.lex_state = 42}, - [4281] = {.lex_state = 42}, + [4280] = {.lex_state = 40}, + [4281] = {.lex_state = 40}, [4282] = {.lex_state = 42}, [4283] = {.lex_state = 40}, [4284] = {.lex_state = 42}, - [4285] = {.lex_state = 42}, - [4286] = {.lex_state = 40}, - [4287] = {.lex_state = 65}, - [4288] = {.lex_state = 68}, - [4289] = {.lex_state = 42}, - [4290] = {.lex_state = 49}, + [4285] = {.lex_state = 40}, + [4286] = {.lex_state = 42}, + [4287] = {.lex_state = 40}, + [4288] = {.lex_state = 60}, + [4289] = {.lex_state = 40}, + [4290] = {.lex_state = 40}, [4291] = {.lex_state = 40}, - [4292] = {.lex_state = 42}, - [4293] = {.lex_state = 42}, - [4294] = {.lex_state = 42}, - [4295] = {.lex_state = 40}, + [4292] = {.lex_state = 41}, + [4293] = {.lex_state = 40}, + [4294] = {.lex_state = 40}, + [4295] = {.lex_state = 42}, [4296] = {.lex_state = 42}, [4297] = {.lex_state = 42}, [4298] = {.lex_state = 40}, [4299] = {.lex_state = 40}, - [4300] = {.lex_state = 49}, - [4301] = {.lex_state = 40}, - [4302] = {.lex_state = 40}, + [4300] = {.lex_state = 40}, + [4301] = {.lex_state = 42}, + [4302] = {.lex_state = 42}, [4303] = {.lex_state = 40}, - [4304] = {.lex_state = 42}, - [4305] = {.lex_state = 42}, - [4306] = {.lex_state = 41}, + [4304] = {.lex_state = 71}, + [4305] = {.lex_state = 40}, + [4306] = {.lex_state = 42}, [4307] = {.lex_state = 40}, - [4308] = {.lex_state = 41}, - [4309] = {.lex_state = 42}, - [4310] = {.lex_state = 42}, - [4311] = {.lex_state = 42}, + [4308] = {.lex_state = 40}, + [4309] = {.lex_state = 40}, + [4310] = {.lex_state = 40}, + [4311] = {.lex_state = 40}, [4312] = {.lex_state = 40}, - [4313] = {.lex_state = 60}, + [4313] = {.lex_state = 42}, [4314] = {.lex_state = 40}, - [4315] = {.lex_state = 40}, + [4315] = {.lex_state = 49}, [4316] = {.lex_state = 42}, [4317] = {.lex_state = 42}, [4318] = {.lex_state = 40}, - [4319] = {.lex_state = 40}, + [4319] = {.lex_state = 71}, [4320] = {.lex_state = 42}, - [4321] = {.lex_state = 42}, - [4322] = {.lex_state = 40}, + [4321] = {.lex_state = 68}, + [4322] = {.lex_state = 68}, [4323] = {.lex_state = 40}, [4324] = {.lex_state = 40}, [4325] = {.lex_state = 40}, - [4326] = {.lex_state = 42}, + [4326] = {.lex_state = 41}, [4327] = {.lex_state = 42}, - [4328] = {.lex_state = 49}, - [4329] = {.lex_state = 40}, - [4330] = {.lex_state = 40}, + [4328] = {.lex_state = 42}, + [4329] = {.lex_state = 49}, + [4330] = {.lex_state = 60}, [4331] = {.lex_state = 40}, [4332] = {.lex_state = 40}, [4333] = {.lex_state = 42}, - [4334] = {.lex_state = 41}, + [4334] = {.lex_state = 42}, [4335] = {.lex_state = 40}, [4336] = {.lex_state = 40}, - [4337] = {.lex_state = 40}, + [4337] = {.lex_state = 42}, [4338] = {.lex_state = 40}, - [4339] = {.lex_state = 40}, + [4339] = {.lex_state = 65}, [4340] = {.lex_state = 42}, [4341] = {.lex_state = 40}, - [4342] = {.lex_state = 60}, - [4343] = {.lex_state = 42}, + [4342] = {.lex_state = 42}, + [4343] = {.lex_state = 40}, [4344] = {.lex_state = 40}, - [4345] = {.lex_state = 42}, - [4346] = {.lex_state = 42}, - [4347] = {.lex_state = 40}, - [4348] = {.lex_state = 40}, - [4349] = {.lex_state = 42}, + [4345] = {.lex_state = 40}, + [4346] = {.lex_state = 40}, + [4347] = {.lex_state = 42}, + [4348] = {.lex_state = 65}, + [4349] = {.lex_state = 40}, [4350] = {.lex_state = 42}, [4351] = {.lex_state = 42}, - [4352] = {.lex_state = 40}, - [4353] = {.lex_state = 42}, - [4354] = {.lex_state = 40}, + [4352] = {.lex_state = 42}, + [4353] = {.lex_state = 40}, + [4354] = {.lex_state = 42}, [4355] = {.lex_state = 42}, - [4356] = {.lex_state = 41}, - [4357] = {.lex_state = 42}, - [4358] = {.lex_state = 40}, + [4356] = {.lex_state = 40}, + [4357] = {.lex_state = 40}, + [4358] = {.lex_state = 42}, [4359] = {.lex_state = 40}, [4360] = {.lex_state = 40}, - [4361] = {.lex_state = 42}, + [4361] = {.lex_state = 49}, [4362] = {.lex_state = 42}, [4363] = {.lex_state = 40}, [4364] = {.lex_state = 42}, [4365] = {.lex_state = 40}, [4366] = {.lex_state = 40}, - [4367] = {.lex_state = 42}, + [4367] = {.lex_state = 40}, [4368] = {.lex_state = 42}, - [4369] = {.lex_state = 40}, - [4370] = {.lex_state = 42}, + [4369] = {.lex_state = 42}, + [4370] = {.lex_state = 40}, [4371] = {.lex_state = 42}, [4372] = {.lex_state = 5}, [4373] = {.lex_state = 5}, @@ -23189,7 +23045,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4412] = {.lex_state = 5}, [4413] = {.lex_state = 5}, [4414] = {.lex_state = 5}, - [4415] = {.lex_state = 43}, + [4415] = {.lex_state = 5}, [4416] = {.lex_state = 5}, [4417] = {.lex_state = 5}, [4418] = {.lex_state = 5}, @@ -23242,11 +23098,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4465] = {.lex_state = 5}, [4466] = {.lex_state = 5}, [4467] = {.lex_state = 5}, - [4468] = {.lex_state = 5}, + [4468] = {.lex_state = 42}, [4469] = {.lex_state = 5}, [4470] = {.lex_state = 5}, [4471] = {.lex_state = 5}, - [4472] = {.lex_state = 5}, + [4472] = {.lex_state = 43}, [4473] = {.lex_state = 5}, [4474] = {.lex_state = 5}, [4475] = {.lex_state = 5}, @@ -23295,7 +23151,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4518] = {.lex_state = 5}, [4519] = {.lex_state = 5}, [4520] = {.lex_state = 5}, - [4521] = {.lex_state = 5}, + [4521] = {.lex_state = 42}, [4522] = {.lex_state = 5}, [4523] = {.lex_state = 5}, [4524] = {.lex_state = 5}, @@ -23317,7 +23173,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4540] = {.lex_state = 5}, [4541] = {.lex_state = 5}, [4542] = {.lex_state = 5}, - [4543] = {.lex_state = 5}, + [4543] = {.lex_state = 40}, [4544] = {.lex_state = 5}, [4545] = {.lex_state = 5}, [4546] = {.lex_state = 5}, @@ -23388,7 +23244,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4611] = {.lex_state = 5}, [4612] = {.lex_state = 5}, [4613] = {.lex_state = 5}, - [4614] = {.lex_state = 42}, + [4614] = {.lex_state = 5}, [4615] = {.lex_state = 5}, [4616] = {.lex_state = 5}, [4617] = {.lex_state = 5}, @@ -23515,7 +23371,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4738] = {.lex_state = 5}, [4739] = {.lex_state = 5}, [4740] = {.lex_state = 5}, - [4741] = {.lex_state = 40}, + [4741] = {.lex_state = 5}, [4742] = {.lex_state = 5}, [4743] = {.lex_state = 5}, [4744] = {.lex_state = 5}, @@ -23748,7 +23604,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4971] = {.lex_state = 5}, [4972] = {.lex_state = 5}, [4973] = {.lex_state = 5}, - [4974] = {.lex_state = 42}, + [4974] = {.lex_state = 5}, [4975] = {.lex_state = 5}, [4976] = {.lex_state = 5}, [4977] = {.lex_state = 5}, @@ -24009,12 +23865,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5232] = {.lex_state = 5}, [5233] = {.lex_state = 5}, [5234] = {.lex_state = 5}, - [5235] = {.lex_state = 43}, + [5235] = {.lex_state = 5}, [5236] = {.lex_state = 5}, [5237] = {.lex_state = 5}, [5238] = {.lex_state = 5}, [5239] = {.lex_state = 5}, - [5240] = {.lex_state = 5}, + [5240] = {.lex_state = 43}, [5241] = {.lex_state = 5}, [5242] = {.lex_state = 5}, [5243] = {.lex_state = 5}, @@ -24071,116 +23927,116 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5294] = {.lex_state = 5}, [5295] = {.lex_state = 5}, [5296] = {.lex_state = 43}, - [5297] = {.lex_state = 43}, - [5298] = {.lex_state = 5}, - [5299] = {.lex_state = 43}, + [5297] = {.lex_state = 5}, + [5298] = {.lex_state = 43}, + [5299] = {.lex_state = 5}, [5300] = {.lex_state = 43}, [5301] = {.lex_state = 5}, - [5302] = {.lex_state = 5}, - [5303] = {.lex_state = 5}, - [5304] = {.lex_state = 40}, + [5302] = {.lex_state = 43}, + [5303] = {.lex_state = 40}, + [5304] = {.lex_state = 5}, [5305] = {.lex_state = 5}, [5306] = {.lex_state = 5}, - [5307] = {.lex_state = 5}, - [5308] = {.lex_state = 43}, - [5309] = {.lex_state = 43}, + [5307] = {.lex_state = 43}, + [5308] = {.lex_state = 5}, + [5309] = {.lex_state = 5}, [5310] = {.lex_state = 5}, [5311] = {.lex_state = 5}, [5312] = {.lex_state = 5}, [5313] = {.lex_state = 43}, [5314] = {.lex_state = 43}, - [5315] = {.lex_state = 43}, + [5315] = {.lex_state = 5}, [5316] = {.lex_state = 5}, - [5317] = {.lex_state = 5}, + [5317] = {.lex_state = 43}, [5318] = {.lex_state = 5}, [5319] = {.lex_state = 43}, - [5320] = {.lex_state = 5}, + [5320] = {.lex_state = 43}, [5321] = {.lex_state = 5}, - [5322] = {.lex_state = 43}, + [5322] = {.lex_state = 5}, [5323] = {.lex_state = 5}, [5324] = {.lex_state = 5}, [5325] = {.lex_state = 5}, - [5326] = {.lex_state = 40}, + [5326] = {.lex_state = 5}, [5327] = {.lex_state = 5}, - [5328] = {.lex_state = 5}, + [5328] = {.lex_state = 43}, [5329] = {.lex_state = 5}, - [5330] = {.lex_state = 5}, + [5330] = {.lex_state = 43}, [5331] = {.lex_state = 5}, - [5332] = {.lex_state = 43}, + [5332] = {.lex_state = 5}, [5333] = {.lex_state = 5}, [5334] = {.lex_state = 5}, - [5335] = {.lex_state = 5}, - [5336] = {.lex_state = 41}, + [5335] = {.lex_state = 40}, + [5336] = {.lex_state = 5}, [5337] = {.lex_state = 43}, [5338] = {.lex_state = 5}, [5339] = {.lex_state = 43}, [5340] = {.lex_state = 5}, - [5341] = {.lex_state = 43}, - [5342] = {.lex_state = 5}, - [5343] = {.lex_state = 5}, - [5344] = {.lex_state = 5}, + [5341] = {.lex_state = 5}, + [5342] = {.lex_state = 43}, + [5343] = {.lex_state = 43}, + [5344] = {.lex_state = 41}, [5345] = {.lex_state = 5}, [5346] = {.lex_state = 5}, - [5347] = {.lex_state = 5}, + [5347] = {.lex_state = 43}, [5348] = {.lex_state = 5}, - [5349] = {.lex_state = 5}, + [5349] = {.lex_state = 43}, [5350] = {.lex_state = 5}, [5351] = {.lex_state = 5}, - [5352] = {.lex_state = 43}, + [5352] = {.lex_state = 5}, [5353] = {.lex_state = 5}, [5354] = {.lex_state = 5}, [5355] = {.lex_state = 5}, - [5356] = {.lex_state = 43}, + [5356] = {.lex_state = 5}, [5357] = {.lex_state = 5}, - [5358] = {.lex_state = 43}, - [5359] = {.lex_state = 5}, + [5358] = {.lex_state = 5}, + [5359] = {.lex_state = 43}, [5360] = {.lex_state = 5}, [5361] = {.lex_state = 5}, - [5362] = {.lex_state = 43}, + [5362] = {.lex_state = 5}, [5363] = {.lex_state = 5}, [5364] = {.lex_state = 5}, [5365] = {.lex_state = 43}, [5366] = {.lex_state = 5}, - [5367] = {.lex_state = 5}, - [5368] = {.lex_state = 41}, - [5369] = {.lex_state = 5}, - [5370] = {.lex_state = 41}, - [5371] = {.lex_state = 43}, - [5372] = {.lex_state = 43}, + [5367] = {.lex_state = 43}, + [5368] = {.lex_state = 5}, + [5369] = {.lex_state = 43}, + [5370] = {.lex_state = 5}, + [5371] = {.lex_state = 5}, + [5372] = {.lex_state = 5}, [5373] = {.lex_state = 5}, [5374] = {.lex_state = 5}, - [5375] = {.lex_state = 5}, + [5375] = {.lex_state = 43}, [5376] = {.lex_state = 5}, [5377] = {.lex_state = 5}, [5378] = {.lex_state = 5}, - [5379] = {.lex_state = 5}, + [5379] = {.lex_state = 43}, [5380] = {.lex_state = 5}, [5381] = {.lex_state = 5}, [5382] = {.lex_state = 5}, [5383] = {.lex_state = 5}, - [5384] = {.lex_state = 43}, + [5384] = {.lex_state = 41}, [5385] = {.lex_state = 43}, [5386] = {.lex_state = 5}, - [5387] = {.lex_state = 5}, + [5387] = {.lex_state = 41}, [5388] = {.lex_state = 5}, [5389] = {.lex_state = 5}, - [5390] = {.lex_state = 5}, + [5390] = {.lex_state = 43}, [5391] = {.lex_state = 5}, - [5392] = {.lex_state = 43}, - [5393] = {.lex_state = 43}, + [5392] = {.lex_state = 5}, + [5393] = {.lex_state = 5}, [5394] = {.lex_state = 5}, [5395] = {.lex_state = 5}, [5396] = {.lex_state = 5}, - [5397] = {.lex_state = 5}, - [5398] = {.lex_state = 43}, - [5399] = {.lex_state = 43}, - [5400] = {.lex_state = 5}, - [5401] = {.lex_state = 43}, - [5402] = {.lex_state = 5}, + [5397] = {.lex_state = 43}, + [5398] = {.lex_state = 5}, + [5399] = {.lex_state = 5}, + [5400] = {.lex_state = 43}, + [5401] = {.lex_state = 5}, + [5402] = {.lex_state = 43}, [5403] = {.lex_state = 5}, [5404] = {.lex_state = 5}, - [5405] = {.lex_state = 43}, - [5406] = {.lex_state = 5}, + [5405] = {.lex_state = 5}, + [5406] = {.lex_state = 43}, [5407] = {.lex_state = 5}, [5408] = {.lex_state = 5}, [5409] = {.lex_state = 40}, @@ -24189,73 +24045,73 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5412] = {.lex_state = 5}, [5413] = {.lex_state = 5}, [5414] = {.lex_state = 5}, - [5415] = {.lex_state = 43}, - [5416] = {.lex_state = 5}, - [5417] = {.lex_state = 43}, + [5415] = {.lex_state = 5}, + [5416] = {.lex_state = 43}, + [5417] = {.lex_state = 5}, [5418] = {.lex_state = 5}, [5419] = {.lex_state = 5}, - [5420] = {.lex_state = 5}, - [5421] = {.lex_state = 5}, - [5422] = {.lex_state = 43}, + [5420] = {.lex_state = 43}, + [5421] = {.lex_state = 43}, + [5422] = {.lex_state = 5}, [5423] = {.lex_state = 5}, [5424] = {.lex_state = 5}, - [5425] = {.lex_state = 5}, - [5426] = {.lex_state = 43}, + [5425] = {.lex_state = 43}, + [5426] = {.lex_state = 5}, [5427] = {.lex_state = 5}, [5428] = {.lex_state = 5}, [5429] = {.lex_state = 5}, - [5430] = {.lex_state = 5}, + [5430] = {.lex_state = 43}, [5431] = {.lex_state = 5}, [5432] = {.lex_state = 5}, - [5433] = {.lex_state = 43}, + [5433] = {.lex_state = 5}, [5434] = {.lex_state = 5}, [5435] = {.lex_state = 5}, [5436] = {.lex_state = 5}, [5437] = {.lex_state = 43}, [5438] = {.lex_state = 5}, - [5439] = {.lex_state = 5}, + [5439] = {.lex_state = 43}, [5440] = {.lex_state = 5}, [5441] = {.lex_state = 5}, - [5442] = {.lex_state = 43}, - [5443] = {.lex_state = 81}, - [5444] = {.lex_state = 78}, - [5445] = {.lex_state = 85}, - [5446] = {.lex_state = 87}, - [5447] = {.lex_state = 88}, - [5448] = {.lex_state = 86}, - [5449] = {.lex_state = 74}, - [5450] = {.lex_state = 76}, - [5451] = {.lex_state = 70}, - [5452] = {.lex_state = 89}, - [5453] = {.lex_state = 75}, - [5454] = {.lex_state = 43}, - [5455] = {.lex_state = 91}, - [5456] = {.lex_state = 64}, - [5457] = {.lex_state = 67}, - [5458] = {.lex_state = 59}, - [5459] = {.lex_state = 73}, - [5460] = {.lex_state = 43}, - [5461] = {.lex_state = 4}, - [5462] = {.lex_state = 77}, - [5463] = {.lex_state = 79}, - [5464] = {.lex_state = 61}, - [5465] = {.lex_state = 81}, - [5466] = {.lex_state = 83}, - [5467] = {.lex_state = 90}, - [5468] = {.lex_state = 0}, - [5469] = {.lex_state = 92}, - [5470] = {.lex_state = 66}, - [5471] = {.lex_state = 77}, - [5472] = {.lex_state = 74}, - [5473] = {.lex_state = 74}, - [5474] = {.lex_state = 82}, - [5475] = {.lex_state = 0}, + [5442] = {.lex_state = 5}, + [5443] = {.lex_state = 87}, + [5444] = {.lex_state = 73}, + [5445] = {.lex_state = 90}, + [5446] = {.lex_state = 92}, + [5447] = {.lex_state = 66}, + [5448] = {.lex_state = 78}, + [5449] = {.lex_state = 86}, + [5450] = {.lex_state = 89}, + [5451] = {.lex_state = 64}, + [5452] = {.lex_state = 77}, + [5453] = {.lex_state = 79}, + [5454] = {.lex_state = 61}, + [5455] = {.lex_state = 81}, + [5456] = {.lex_state = 83}, + [5457] = {.lex_state = 0}, + [5458] = {.lex_state = 0}, + [5459] = {.lex_state = 85}, + [5460] = {.lex_state = 87}, + [5461] = {.lex_state = 88}, + [5462] = {.lex_state = 43}, + [5463] = {.lex_state = 43}, + [5464] = {.lex_state = 43}, + [5465] = {.lex_state = 88}, + [5466] = {.lex_state = 43}, + [5467] = {.lex_state = 87}, + [5468] = {.lex_state = 85}, + [5469] = {.lex_state = 83}, + [5470] = {.lex_state = 81}, + [5471] = {.lex_state = 61}, + [5472] = {.lex_state = 79}, + [5473] = {.lex_state = 77}, + [5474] = {.lex_state = 64}, + [5475] = {.lex_state = 89}, [5476] = {.lex_state = 0}, - [5477] = {.lex_state = 72}, + [5477] = {.lex_state = 0}, [5478] = {.lex_state = 4}, [5479] = {.lex_state = 73}, - [5480] = {.lex_state = 0}, - [5481] = {.lex_state = 69}, + [5480] = {.lex_state = 59}, + [5481] = {.lex_state = 86}, [5482] = {.lex_state = 59}, [5483] = {.lex_state = 67}, [5484] = {.lex_state = 91}, @@ -24267,18 +24123,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5490] = {.lex_state = 84}, [5491] = {.lex_state = 54}, [5492] = {.lex_state = 69}, - [5493] = {.lex_state = 54}, + [5493] = {.lex_state = 78}, [5494] = {.lex_state = 82}, [5495] = {.lex_state = 74}, [5496] = {.lex_state = 74}, [5497] = {.lex_state = 76}, - [5498] = {.lex_state = 84}, + [5498] = {.lex_state = 66}, [5499] = {.lex_state = 90}, [5500] = {.lex_state = 92}, [5501] = {.lex_state = 66}, [5502] = {.lex_state = 78}, [5503] = {.lex_state = 86}, - [5504] = {.lex_state = 80}, + [5504] = {.lex_state = 76}, [5505] = {.lex_state = 89}, [5506] = {.lex_state = 64}, [5507] = {.lex_state = 77}, @@ -24286,46 +24142,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5509] = {.lex_state = 61}, [5510] = {.lex_state = 81}, [5511] = {.lex_state = 83}, - [5512] = {.lex_state = 72}, - [5513] = {.lex_state = 74}, - [5514] = {.lex_state = 70}, - [5515] = {.lex_state = 75}, + [5512] = {.lex_state = 92}, + [5513] = {.lex_state = 90}, + [5514] = {.lex_state = 76}, + [5515] = {.lex_state = 74}, [5516] = {.lex_state = 85}, [5517] = {.lex_state = 87}, [5518] = {.lex_state = 88}, - [5519] = {.lex_state = 91}, - [5520] = {.lex_state = 67}, - [5521] = {.lex_state = 59}, - [5522] = {.lex_state = 80}, + [5519] = {.lex_state = 74}, + [5520] = {.lex_state = 74}, + [5521] = {.lex_state = 74}, + [5522] = {.lex_state = 82}, [5523] = {.lex_state = 73}, - [5524] = {.lex_state = 4}, + [5524] = {.lex_state = 69}, [5525] = {.lex_state = 43}, - [5526] = {.lex_state = 0}, - [5527] = {.lex_state = 0}, - [5528] = {.lex_state = 84}, + [5526] = {.lex_state = 54}, + [5527] = {.lex_state = 82}, + [5528] = {.lex_state = 69}, [5529] = {.lex_state = 54}, - [5530] = {.lex_state = 43}, + [5530] = {.lex_state = 84}, [5531] = {.lex_state = 43}, - [5532] = {.lex_state = 69}, - [5533] = {.lex_state = 82}, - [5534] = {.lex_state = 74}, - [5535] = {.lex_state = 43}, + [5532] = {.lex_state = 84}, + [5533] = {.lex_state = 80}, + [5534] = {.lex_state = 72}, + [5535] = {.lex_state = 80}, [5536] = {.lex_state = 74}, - [5537] = {.lex_state = 76}, - [5538] = {.lex_state = 88}, - [5539] = {.lex_state = 87}, - [5540] = {.lex_state = 85}, - [5541] = {.lex_state = 83}, - [5542] = {.lex_state = 81}, - [5543] = {.lex_state = 61}, - [5544] = {.lex_state = 79}, - [5545] = {.lex_state = 86}, + [5537] = {.lex_state = 70}, + [5538] = {.lex_state = 72}, + [5539] = {.lex_state = 74}, + [5540] = {.lex_state = 70}, + [5541] = {.lex_state = 75}, + [5542] = {.lex_state = 75}, + [5543] = {.lex_state = 91}, + [5544] = {.lex_state = 67}, + [5545] = {.lex_state = 59}, [5546] = {.lex_state = 0}, [5547] = {.lex_state = 0}, - [5548] = {.lex_state = 64}, + [5548] = {.lex_state = 91}, [5549] = {.lex_state = 4}, [5550] = {.lex_state = 73}, - [5551] = {.lex_state = 89}, + [5551] = {.lex_state = 67}, [5552] = {.lex_state = 61}, [5553] = {.lex_state = 59}, [5554] = {.lex_state = 67}, @@ -24338,18 +24194,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5561] = {.lex_state = 84}, [5562] = {.lex_state = 54}, [5563] = {.lex_state = 69}, - [5564] = {.lex_state = 43}, + [5564] = {.lex_state = 85}, [5565] = {.lex_state = 82}, [5566] = {.lex_state = 74}, [5567] = {.lex_state = 74}, [5568] = {.lex_state = 76}, - [5569] = {.lex_state = 78}, + [5569] = {.lex_state = 4}, [5570] = {.lex_state = 90}, [5571] = {.lex_state = 92}, [5572] = {.lex_state = 66}, [5573] = {.lex_state = 78}, [5574] = {.lex_state = 86}, - [5575] = {.lex_state = 66}, + [5575] = {.lex_state = 64}, [5576] = {.lex_state = 89}, [5577] = {.lex_state = 64}, [5578] = {.lex_state = 77}, @@ -24357,61 +24213,61 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5580] = {.lex_state = 61}, [5581] = {.lex_state = 81}, [5582] = {.lex_state = 83}, - [5583] = {.lex_state = 92}, - [5584] = {.lex_state = 90}, - [5585] = {.lex_state = 76}, - [5586] = {.lex_state = 74}, + [5583] = {.lex_state = 59}, + [5584] = {.lex_state = 0}, + [5585] = {.lex_state = 0}, + [5586] = {.lex_state = 73}, [5587] = {.lex_state = 85}, [5588] = {.lex_state = 87}, [5589] = {.lex_state = 88}, - [5590] = {.lex_state = 74}, - [5591] = {.lex_state = 82}, - [5592] = {.lex_state = 69}, + [5590] = {.lex_state = 4}, + [5591] = {.lex_state = 0}, + [5592] = {.lex_state = 0}, [5593] = {.lex_state = 88}, - [5594] = {.lex_state = 54}, + [5594] = {.lex_state = 67}, [5595] = {.lex_state = 87}, [5596] = {.lex_state = 43}, [5597] = {.lex_state = 85}, - [5598] = {.lex_state = 84}, - [5599] = {.lex_state = 80}, - [5600] = {.lex_state = 72}, - [5601] = {.lex_state = 74}, + [5598] = {.lex_state = 91}, + [5599] = {.lex_state = 75}, + [5600] = {.lex_state = 43}, + [5601] = {.lex_state = 70}, [5602] = {.lex_state = 43}, - [5603] = {.lex_state = 70}, - [5604] = {.lex_state = 75}, - [5605] = {.lex_state = 91}, - [5606] = {.lex_state = 67}, - [5607] = {.lex_state = 59}, - [5608] = {.lex_state = 73}, - [5609] = {.lex_state = 4}, - [5610] = {.lex_state = 0}, - [5611] = {.lex_state = 0}, - [5612] = {.lex_state = 90}, - [5613] = {.lex_state = 92}, - [5614] = {.lex_state = 66}, - [5615] = {.lex_state = 43}, - [5616] = {.lex_state = 78}, - [5617] = {.lex_state = 86}, - [5618] = {.lex_state = 89}, - [5619] = {.lex_state = 43}, - [5620] = {.lex_state = 64}, - [5621] = {.lex_state = 77}, - [5622] = {.lex_state = 79}, - [5623] = {.lex_state = 88}, - [5624] = {.lex_state = 87}, - [5625] = {.lex_state = 85}, - [5626] = {.lex_state = 83}, - [5627] = {.lex_state = 81}, - [5628] = {.lex_state = 61}, - [5629] = {.lex_state = 79}, - [5630] = {.lex_state = 77}, - [5631] = {.lex_state = 64}, - [5632] = {.lex_state = 89}, - [5633] = {.lex_state = 86}, - [5634] = {.lex_state = 78}, - [5635] = {.lex_state = 66}, - [5636] = {.lex_state = 92}, - [5637] = {.lex_state = 90}, + [5603] = {.lex_state = 43}, + [5604] = {.lex_state = 74}, + [5605] = {.lex_state = 72}, + [5606] = {.lex_state = 80}, + [5607] = {.lex_state = 84}, + [5608] = {.lex_state = 43}, + [5609] = {.lex_state = 54}, + [5610] = {.lex_state = 69}, + [5611] = {.lex_state = 82}, + [5612] = {.lex_state = 74}, + [5613] = {.lex_state = 74}, + [5614] = {.lex_state = 43}, + [5615] = {.lex_state = 4}, + [5616] = {.lex_state = 76}, + [5617] = {.lex_state = 90}, + [5618] = {.lex_state = 92}, + [5619] = {.lex_state = 88}, + [5620] = {.lex_state = 87}, + [5621] = {.lex_state = 85}, + [5622] = {.lex_state = 66}, + [5623] = {.lex_state = 78}, + [5624] = {.lex_state = 86}, + [5625] = {.lex_state = 83}, + [5626] = {.lex_state = 81}, + [5627] = {.lex_state = 61}, + [5628] = {.lex_state = 79}, + [5629] = {.lex_state = 77}, + [5630] = {.lex_state = 64}, + [5631] = {.lex_state = 89}, + [5632] = {.lex_state = 86}, + [5633] = {.lex_state = 78}, + [5634] = {.lex_state = 66}, + [5635] = {.lex_state = 92}, + [5636] = {.lex_state = 90}, + [5637] = {.lex_state = 89}, [5638] = {.lex_state = 76}, [5639] = {.lex_state = 74}, [5640] = {.lex_state = 74}, @@ -24428,1058 +24284,1058 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5651] = {.lex_state = 91}, [5652] = {.lex_state = 67}, [5653] = {.lex_state = 59}, - [5654] = {.lex_state = 81}, - [5655] = {.lex_state = 83}, - [5656] = {.lex_state = 73}, - [5657] = {.lex_state = 4}, - [5658] = {.lex_state = 0}, - [5659] = {.lex_state = 0}, + [5654] = {.lex_state = 73}, + [5655] = {.lex_state = 4}, + [5656] = {.lex_state = 0}, + [5657] = {.lex_state = 0}, + [5658] = {.lex_state = 77}, + [5659] = {.lex_state = 88}, [5660] = {.lex_state = 83}, [5661] = {.lex_state = 81}, - [5662] = {.lex_state = 43}, - [5663] = {.lex_state = 43}, - [5664] = {.lex_state = 74}, - [5665] = {.lex_state = 88}, - [5666] = {.lex_state = 87}, - [5667] = {.lex_state = 85}, - [5668] = {.lex_state = 83}, - [5669] = {.lex_state = 81}, - [5670] = {.lex_state = 61}, - [5671] = {.lex_state = 79}, - [5672] = {.lex_state = 77}, - [5673] = {.lex_state = 64}, - [5674] = {.lex_state = 89}, - [5675] = {.lex_state = 86}, - [5676] = {.lex_state = 78}, - [5677] = {.lex_state = 66}, - [5678] = {.lex_state = 92}, - [5679] = {.lex_state = 90}, - [5680] = {.lex_state = 76}, - [5681] = {.lex_state = 74}, - [5682] = {.lex_state = 0}, - [5683] = {.lex_state = 82}, - [5684] = {.lex_state = 85}, - [5685] = {.lex_state = 69}, - [5686] = {.lex_state = 54}, - [5687] = {.lex_state = 84}, - [5688] = {.lex_state = 80}, - [5689] = {.lex_state = 72}, - [5690] = {.lex_state = 74}, + [5662] = {.lex_state = 79}, + [5663] = {.lex_state = 61}, + [5664] = {.lex_state = 81}, + [5665] = {.lex_state = 83}, + [5666] = {.lex_state = 85}, + [5667] = {.lex_state = 87}, + [5668] = {.lex_state = 88}, + [5669] = {.lex_state = 43}, + [5670] = {.lex_state = 43}, + [5671] = {.lex_state = 43}, + [5672] = {.lex_state = 43}, + [5673] = {.lex_state = 0}, + [5674] = {.lex_state = 88}, + [5675] = {.lex_state = 87}, + [5676] = {.lex_state = 85}, + [5677] = {.lex_state = 0}, + [5678] = {.lex_state = 4}, + [5679] = {.lex_state = 83}, + [5680] = {.lex_state = 87}, + [5681] = {.lex_state = 81}, + [5682] = {.lex_state = 77}, + [5683] = {.lex_state = 79}, + [5684] = {.lex_state = 77}, + [5685] = {.lex_state = 64}, + [5686] = {.lex_state = 89}, + [5687] = {.lex_state = 86}, + [5688] = {.lex_state = 78}, + [5689] = {.lex_state = 66}, + [5690] = {.lex_state = 92}, [5691] = {.lex_state = 90}, - [5692] = {.lex_state = 70}, + [5692] = {.lex_state = 64}, [5693] = {.lex_state = 79}, - [5694] = {.lex_state = 75}, - [5695] = {.lex_state = 91}, - [5696] = {.lex_state = 67}, - [5697] = {.lex_state = 59}, - [5698] = {.lex_state = 0}, - [5699] = {.lex_state = 73}, - [5700] = {.lex_state = 4}, - [5701] = {.lex_state = 0}, - [5702] = {.lex_state = 0}, - [5703] = {.lex_state = 87}, - [5704] = {.lex_state = 43}, - [5705] = {.lex_state = 88}, - [5706] = {.lex_state = 43}, - [5707] = {.lex_state = 43}, - [5708] = {.lex_state = 88}, - [5709] = {.lex_state = 87}, - [5710] = {.lex_state = 85}, - [5711] = {.lex_state = 83}, - [5712] = {.lex_state = 80}, - [5713] = {.lex_state = 61}, - [5714] = {.lex_state = 79}, - [5715] = {.lex_state = 77}, - [5716] = {.lex_state = 64}, - [5717] = {.lex_state = 89}, - [5718] = {.lex_state = 86}, - [5719] = {.lex_state = 78}, - [5720] = {.lex_state = 66}, - [5721] = {.lex_state = 92}, - [5722] = {.lex_state = 90}, + [5694] = {.lex_state = 90}, + [5695] = {.lex_state = 76}, + [5696] = {.lex_state = 74}, + [5697] = {.lex_state = 74}, + [5698] = {.lex_state = 82}, + [5699] = {.lex_state = 59}, + [5700] = {.lex_state = 69}, + [5701] = {.lex_state = 54}, + [5702] = {.lex_state = 84}, + [5703] = {.lex_state = 80}, + [5704] = {.lex_state = 72}, + [5705] = {.lex_state = 74}, + [5706] = {.lex_state = 70}, + [5707] = {.lex_state = 75}, + [5708] = {.lex_state = 91}, + [5709] = {.lex_state = 67}, + [5710] = {.lex_state = 59}, + [5711] = {.lex_state = 67}, + [5712] = {.lex_state = 83}, + [5713] = {.lex_state = 91}, + [5714] = {.lex_state = 73}, + [5715] = {.lex_state = 4}, + [5716] = {.lex_state = 0}, + [5717] = {.lex_state = 0}, + [5718] = {.lex_state = 75}, + [5719] = {.lex_state = 70}, + [5720] = {.lex_state = 74}, + [5721] = {.lex_state = 72}, + [5722] = {.lex_state = 80}, [5723] = {.lex_state = 77}, [5724] = {.lex_state = 64}, [5725] = {.lex_state = 89}, - [5726] = {.lex_state = 76}, - [5727] = {.lex_state = 74}, - [5728] = {.lex_state = 74}, - [5729] = {.lex_state = 82}, - [5730] = {.lex_state = 69}, - [5731] = {.lex_state = 54}, - [5732] = {.lex_state = 84}, - [5733] = {.lex_state = 80}, - [5734] = {.lex_state = 72}, - [5735] = {.lex_state = 74}, - [5736] = {.lex_state = 70}, - [5737] = {.lex_state = 75}, - [5738] = {.lex_state = 91}, - [5739] = {.lex_state = 67}, - [5740] = {.lex_state = 59}, - [5741] = {.lex_state = 43}, - [5742] = {.lex_state = 73}, - [5743] = {.lex_state = 4}, - [5744] = {.lex_state = 0}, - [5745] = {.lex_state = 76}, - [5746] = {.lex_state = 43}, - [5747] = {.lex_state = 43}, - [5748] = {.lex_state = 43}, - [5749] = {.lex_state = 88}, - [5750] = {.lex_state = 87}, - [5751] = {.lex_state = 85}, - [5752] = {.lex_state = 83}, - [5753] = {.lex_state = 81}, - [5754] = {.lex_state = 61}, - [5755] = {.lex_state = 79}, - [5756] = {.lex_state = 77}, + [5726] = {.lex_state = 84}, + [5727] = {.lex_state = 54}, + [5728] = {.lex_state = 69}, + [5729] = {.lex_state = 43}, + [5730] = {.lex_state = 82}, + [5731] = {.lex_state = 74}, + [5732] = {.lex_state = 74}, + [5733] = {.lex_state = 43}, + [5734] = {.lex_state = 43}, + [5735] = {.lex_state = 76}, + [5736] = {.lex_state = 88}, + [5737] = {.lex_state = 87}, + [5738] = {.lex_state = 85}, + [5739] = {.lex_state = 90}, + [5740] = {.lex_state = 92}, + [5741] = {.lex_state = 66}, + [5742] = {.lex_state = 78}, + [5743] = {.lex_state = 83}, + [5744] = {.lex_state = 81}, + [5745] = {.lex_state = 81}, + [5746] = {.lex_state = 61}, + [5747] = {.lex_state = 79}, + [5748] = {.lex_state = 86}, + [5749] = {.lex_state = 64}, + [5750] = {.lex_state = 89}, + [5751] = {.lex_state = 86}, + [5752] = {.lex_state = 78}, + [5753] = {.lex_state = 66}, + [5754] = {.lex_state = 92}, + [5755] = {.lex_state = 61}, + [5756] = {.lex_state = 90}, [5757] = {.lex_state = 86}, - [5758] = {.lex_state = 64}, - [5759] = {.lex_state = 89}, - [5760] = {.lex_state = 86}, - [5761] = {.lex_state = 78}, - [5762] = {.lex_state = 66}, - [5763] = {.lex_state = 92}, - [5764] = {.lex_state = 90}, - [5765] = {.lex_state = 76}, - [5766] = {.lex_state = 74}, - [5767] = {.lex_state = 74}, - [5768] = {.lex_state = 82}, - [5769] = {.lex_state = 69}, - [5770] = {.lex_state = 54}, - [5771] = {.lex_state = 84}, - [5772] = {.lex_state = 80}, - [5773] = {.lex_state = 72}, - [5774] = {.lex_state = 74}, - [5775] = {.lex_state = 70}, - [5776] = {.lex_state = 75}, - [5777] = {.lex_state = 91}, - [5778] = {.lex_state = 67}, - [5779] = {.lex_state = 59}, - [5780] = {.lex_state = 73}, - [5781] = {.lex_state = 4}, - [5782] = {.lex_state = 0}, - [5783] = {.lex_state = 0}, - [5784] = {.lex_state = 0}, - [5785] = {.lex_state = 43}, - [5786] = {.lex_state = 0}, + [5758] = {.lex_state = 86}, + [5759] = {.lex_state = 76}, + [5760] = {.lex_state = 74}, + [5761] = {.lex_state = 74}, + [5762] = {.lex_state = 82}, + [5763] = {.lex_state = 69}, + [5764] = {.lex_state = 54}, + [5765] = {.lex_state = 84}, + [5766] = {.lex_state = 80}, + [5767] = {.lex_state = 72}, + [5768] = {.lex_state = 74}, + [5769] = {.lex_state = 70}, + [5770] = {.lex_state = 75}, + [5771] = {.lex_state = 91}, + [5772] = {.lex_state = 67}, + [5773] = {.lex_state = 59}, + [5774] = {.lex_state = 0}, + [5775] = {.lex_state = 73}, + [5776] = {.lex_state = 79}, + [5777] = {.lex_state = 4}, + [5778] = {.lex_state = 0}, + [5779] = {.lex_state = 0}, + [5780] = {.lex_state = 89}, + [5781] = {.lex_state = 64}, + [5782] = {.lex_state = 77}, + [5783] = {.lex_state = 79}, + [5784] = {.lex_state = 61}, + [5785] = {.lex_state = 81}, + [5786] = {.lex_state = 83}, [5787] = {.lex_state = 78}, [5788] = {.lex_state = 66}, [5789] = {.lex_state = 92}, - [5790] = {.lex_state = 4}, - [5791] = {.lex_state = 73}, - [5792] = {.lex_state = 43}, - [5793] = {.lex_state = 59}, - [5794] = {.lex_state = 67}, - [5795] = {.lex_state = 88}, - [5796] = {.lex_state = 87}, - [5797] = {.lex_state = 85}, - [5798] = {.lex_state = 83}, - [5799] = {.lex_state = 81}, - [5800] = {.lex_state = 61}, - [5801] = {.lex_state = 79}, - [5802] = {.lex_state = 77}, - [5803] = {.lex_state = 64}, - [5804] = {.lex_state = 89}, - [5805] = {.lex_state = 86}, - [5806] = {.lex_state = 78}, - [5807] = {.lex_state = 66}, - [5808] = {.lex_state = 92}, - [5809] = {.lex_state = 90}, - [5810] = {.lex_state = 4}, - [5811] = {.lex_state = 74}, - [5812] = {.lex_state = 74}, - [5813] = {.lex_state = 82}, - [5814] = {.lex_state = 91}, - [5815] = {.lex_state = 69}, - [5816] = {.lex_state = 54}, - [5817] = {.lex_state = 84}, - [5818] = {.lex_state = 80}, + [5790] = {.lex_state = 43}, + [5791] = {.lex_state = 85}, + [5792] = {.lex_state = 87}, + [5793] = {.lex_state = 88}, + [5794] = {.lex_state = 43}, + [5795] = {.lex_state = 43}, + [5796] = {.lex_state = 73}, + [5797] = {.lex_state = 43}, + [5798] = {.lex_state = 88}, + [5799] = {.lex_state = 87}, + [5800] = {.lex_state = 85}, + [5801] = {.lex_state = 43}, + [5802] = {.lex_state = 83}, + [5803] = {.lex_state = 81}, + [5804] = {.lex_state = 61}, + [5805] = {.lex_state = 79}, + [5806] = {.lex_state = 77}, + [5807] = {.lex_state = 64}, + [5808] = {.lex_state = 77}, + [5809] = {.lex_state = 89}, + [5810] = {.lex_state = 74}, + [5811] = {.lex_state = 78}, + [5812] = {.lex_state = 66}, + [5813] = {.lex_state = 92}, + [5814] = {.lex_state = 90}, + [5815] = {.lex_state = 76}, + [5816] = {.lex_state = 74}, + [5817] = {.lex_state = 74}, + [5818] = {.lex_state = 82}, [5819] = {.lex_state = 80}, - [5820] = {.lex_state = 72}, + [5820] = {.lex_state = 90}, [5821] = {.lex_state = 76}, - [5822] = {.lex_state = 74}, - [5823] = {.lex_state = 70}, - [5824] = {.lex_state = 75}, - [5825] = {.lex_state = 91}, - [5826] = {.lex_state = 67}, - [5827] = {.lex_state = 59}, - [5828] = {.lex_state = 75}, - [5829] = {.lex_state = 70}, - [5830] = {.lex_state = 73}, - [5831] = {.lex_state = 69}, - [5832] = {.lex_state = 0}, + [5822] = {.lex_state = 69}, + [5823] = {.lex_state = 54}, + [5824] = {.lex_state = 84}, + [5825] = {.lex_state = 80}, + [5826] = {.lex_state = 72}, + [5827] = {.lex_state = 74}, + [5828] = {.lex_state = 70}, + [5829] = {.lex_state = 75}, + [5830] = {.lex_state = 91}, + [5831] = {.lex_state = 67}, + [5832] = {.lex_state = 59}, [5833] = {.lex_state = 0}, - [5834] = {.lex_state = 74}, - [5835] = {.lex_state = 72}, - [5836] = {.lex_state = 80}, - [5837] = {.lex_state = 43}, - [5838] = {.lex_state = 84}, - [5839] = {.lex_state = 54}, - [5840] = {.lex_state = 43}, - [5841] = {.lex_state = 69}, - [5842] = {.lex_state = 82}, - [5843] = {.lex_state = 74}, - [5844] = {.lex_state = 88}, - [5845] = {.lex_state = 87}, - [5846] = {.lex_state = 85}, - [5847] = {.lex_state = 83}, - [5848] = {.lex_state = 81}, - [5849] = {.lex_state = 61}, - [5850] = {.lex_state = 79}, - [5851] = {.lex_state = 77}, - [5852] = {.lex_state = 64}, + [5834] = {.lex_state = 0}, + [5835] = {.lex_state = 73}, + [5836] = {.lex_state = 4}, + [5837] = {.lex_state = 0}, + [5838] = {.lex_state = 0}, + [5839] = {.lex_state = 4}, + [5840] = {.lex_state = 89}, + [5841] = {.lex_state = 73}, + [5842] = {.lex_state = 67}, + [5843] = {.lex_state = 91}, + [5844] = {.lex_state = 75}, + [5845] = {.lex_state = 70}, + [5846] = {.lex_state = 74}, + [5847] = {.lex_state = 43}, + [5848] = {.lex_state = 72}, + [5849] = {.lex_state = 80}, + [5850] = {.lex_state = 84}, + [5851] = {.lex_state = 54}, + [5852] = {.lex_state = 69}, [5853] = {.lex_state = 74}, - [5854] = {.lex_state = 89}, - [5855] = {.lex_state = 86}, - [5856] = {.lex_state = 78}, - [5857] = {.lex_state = 66}, - [5858] = {.lex_state = 92}, - [5859] = {.lex_state = 90}, - [5860] = {.lex_state = 76}, - [5861] = {.lex_state = 74}, - [5862] = {.lex_state = 74}, - [5863] = {.lex_state = 82}, - [5864] = {.lex_state = 74}, - [5865] = {.lex_state = 69}, - [5866] = {.lex_state = 54}, - [5867] = {.lex_state = 84}, - [5868] = {.lex_state = 80}, - [5869] = {.lex_state = 72}, - [5870] = {.lex_state = 74}, - [5871] = {.lex_state = 70}, - [5872] = {.lex_state = 75}, - [5873] = {.lex_state = 91}, - [5874] = {.lex_state = 67}, - [5875] = {.lex_state = 59}, - [5876] = {.lex_state = 76}, - [5877] = {.lex_state = 73}, - [5878] = {.lex_state = 4}, - [5879] = {.lex_state = 0}, - [5880] = {.lex_state = 0}, - [5881] = {.lex_state = 90}, - [5882] = {.lex_state = 43}, + [5854] = {.lex_state = 43}, + [5855] = {.lex_state = 82}, + [5856] = {.lex_state = 74}, + [5857] = {.lex_state = 4}, + [5858] = {.lex_state = 76}, + [5859] = {.lex_state = 88}, + [5860] = {.lex_state = 87}, + [5861] = {.lex_state = 85}, + [5862] = {.lex_state = 90}, + [5863] = {.lex_state = 92}, + [5864] = {.lex_state = 66}, + [5865] = {.lex_state = 78}, + [5866] = {.lex_state = 83}, + [5867] = {.lex_state = 81}, + [5868] = {.lex_state = 61}, + [5869] = {.lex_state = 79}, + [5870] = {.lex_state = 77}, + [5871] = {.lex_state = 64}, + [5872] = {.lex_state = 86}, + [5873] = {.lex_state = 89}, + [5874] = {.lex_state = 86}, + [5875] = {.lex_state = 78}, + [5876] = {.lex_state = 66}, + [5877] = {.lex_state = 92}, + [5878] = {.lex_state = 90}, + [5879] = {.lex_state = 86}, + [5880] = {.lex_state = 76}, + [5881] = {.lex_state = 74}, + [5882] = {.lex_state = 74}, [5883] = {.lex_state = 74}, [5884] = {.lex_state = 82}, [5885] = {.lex_state = 69}, - [5886] = {.lex_state = 92}, - [5887] = {.lex_state = 66}, - [5888] = {.lex_state = 78}, - [5889] = {.lex_state = 86}, - [5890] = {.lex_state = 43}, - [5891] = {.lex_state = 89}, - [5892] = {.lex_state = 64}, - [5893] = {.lex_state = 88}, - [5894] = {.lex_state = 87}, - [5895] = {.lex_state = 85}, - [5896] = {.lex_state = 83}, - [5897] = {.lex_state = 81}, - [5898] = {.lex_state = 61}, - [5899] = {.lex_state = 79}, - [5900] = {.lex_state = 77}, - [5901] = {.lex_state = 64}, - [5902] = {.lex_state = 89}, - [5903] = {.lex_state = 86}, + [5886] = {.lex_state = 82}, + [5887] = {.lex_state = 69}, + [5888] = {.lex_state = 54}, + [5889] = {.lex_state = 84}, + [5890] = {.lex_state = 80}, + [5891] = {.lex_state = 72}, + [5892] = {.lex_state = 74}, + [5893] = {.lex_state = 70}, + [5894] = {.lex_state = 75}, + [5895] = {.lex_state = 91}, + [5896] = {.lex_state = 67}, + [5897] = {.lex_state = 59}, + [5898] = {.lex_state = 89}, + [5899] = {.lex_state = 73}, + [5900] = {.lex_state = 4}, + [5901] = {.lex_state = 0}, + [5902] = {.lex_state = 0}, + [5903] = {.lex_state = 64}, [5904] = {.lex_state = 78}, - [5905] = {.lex_state = 66}, - [5906] = {.lex_state = 92}, - [5907] = {.lex_state = 90}, - [5908] = {.lex_state = 76}, - [5909] = {.lex_state = 74}, - [5910] = {.lex_state = 74}, - [5911] = {.lex_state = 82}, - [5912] = {.lex_state = 77}, - [5913] = {.lex_state = 88}, - [5914] = {.lex_state = 54}, + [5905] = {.lex_state = 77}, + [5906] = {.lex_state = 79}, + [5907] = {.lex_state = 61}, + [5908] = {.lex_state = 81}, + [5909] = {.lex_state = 83}, + [5910] = {.lex_state = 59}, + [5911] = {.lex_state = 87}, + [5912] = {.lex_state = 88}, + [5913] = {.lex_state = 43}, + [5914] = {.lex_state = 43}, [5915] = {.lex_state = 54}, - [5916] = {.lex_state = 84}, + [5916] = {.lex_state = 66}, [5917] = {.lex_state = 84}, - [5918] = {.lex_state = 80}, - [5919] = {.lex_state = 72}, - [5920] = {.lex_state = 74}, - [5921] = {.lex_state = 70}, - [5922] = {.lex_state = 75}, - [5923] = {.lex_state = 91}, - [5924] = {.lex_state = 67}, - [5925] = {.lex_state = 59}, - [5926] = {.lex_state = 79}, + [5918] = {.lex_state = 43}, + [5919] = {.lex_state = 43}, + [5920] = {.lex_state = 88}, + [5921] = {.lex_state = 87}, + [5922] = {.lex_state = 85}, + [5923] = {.lex_state = 0}, + [5924] = {.lex_state = 0}, + [5925] = {.lex_state = 83}, + [5926] = {.lex_state = 81}, [5927] = {.lex_state = 61}, - [5928] = {.lex_state = 73}, - [5929] = {.lex_state = 4}, - [5930] = {.lex_state = 0}, - [5931] = {.lex_state = 0}, - [5932] = {.lex_state = 81}, - [5933] = {.lex_state = 83}, - [5934] = {.lex_state = 43}, - [5935] = {.lex_state = 43}, - [5936] = {.lex_state = 85}, - [5937] = {.lex_state = 87}, - [5938] = {.lex_state = 64}, - [5939] = {.lex_state = 87}, - [5940] = {.lex_state = 85}, - [5941] = {.lex_state = 83}, - [5942] = {.lex_state = 81}, - [5943] = {.lex_state = 61}, - [5944] = {.lex_state = 79}, - [5945] = {.lex_state = 77}, - [5946] = {.lex_state = 64}, - [5947] = {.lex_state = 89}, + [5928] = {.lex_state = 79}, + [5929] = {.lex_state = 77}, + [5930] = {.lex_state = 64}, + [5931] = {.lex_state = 89}, + [5932] = {.lex_state = 86}, + [5933] = {.lex_state = 78}, + [5934] = {.lex_state = 66}, + [5935] = {.lex_state = 92}, + [5936] = {.lex_state = 92}, + [5937] = {.lex_state = 90}, + [5938] = {.lex_state = 54}, + [5939] = {.lex_state = 76}, + [5940] = {.lex_state = 74}, + [5941] = {.lex_state = 74}, + [5942] = {.lex_state = 82}, + [5943] = {.lex_state = 73}, + [5944] = {.lex_state = 69}, + [5945] = {.lex_state = 54}, + [5946] = {.lex_state = 84}, + [5947] = {.lex_state = 84}, [5948] = {.lex_state = 72}, [5949] = {.lex_state = 74}, - [5950] = {.lex_state = 86}, - [5951] = {.lex_state = 78}, - [5952] = {.lex_state = 66}, - [5953] = {.lex_state = 92}, - [5954] = {.lex_state = 90}, - [5955] = {.lex_state = 76}, - [5956] = {.lex_state = 74}, - [5957] = {.lex_state = 74}, - [5958] = {.lex_state = 82}, - [5959] = {.lex_state = 88}, - [5960] = {.lex_state = 69}, - [5961] = {.lex_state = 54}, - [5962] = {.lex_state = 84}, - [5963] = {.lex_state = 80}, - [5964] = {.lex_state = 72}, - [5965] = {.lex_state = 74}, + [5950] = {.lex_state = 80}, + [5951] = {.lex_state = 72}, + [5952] = {.lex_state = 74}, + [5953] = {.lex_state = 70}, + [5954] = {.lex_state = 75}, + [5955] = {.lex_state = 91}, + [5956] = {.lex_state = 67}, + [5957] = {.lex_state = 59}, + [5958] = {.lex_state = 59}, + [5959] = {.lex_state = 67}, + [5960] = {.lex_state = 73}, + [5961] = {.lex_state = 4}, + [5962] = {.lex_state = 0}, + [5963] = {.lex_state = 0}, + [5964] = {.lex_state = 91}, + [5965] = {.lex_state = 75}, [5966] = {.lex_state = 70}, - [5967] = {.lex_state = 75}, - [5968] = {.lex_state = 91}, - [5969] = {.lex_state = 67}, - [5970] = {.lex_state = 59}, - [5971] = {.lex_state = 73}, - [5972] = {.lex_state = 4}, - [5973] = {.lex_state = 0}, - [5974] = {.lex_state = 0}, - [5975] = {.lex_state = 43}, - [5976] = {.lex_state = 43}, - [5977] = {.lex_state = 43}, + [5967] = {.lex_state = 74}, + [5968] = {.lex_state = 76}, + [5969] = {.lex_state = 72}, + [5970] = {.lex_state = 80}, + [5971] = {.lex_state = 84}, + [5972] = {.lex_state = 91}, + [5973] = {.lex_state = 69}, + [5974] = {.lex_state = 43}, + [5975] = {.lex_state = 82}, + [5976] = {.lex_state = 74}, + [5977] = {.lex_state = 74}, [5978] = {.lex_state = 43}, [5979] = {.lex_state = 70}, [5980] = {.lex_state = 75}, [5981] = {.lex_state = 91}, - [5982] = {.lex_state = 88}, - [5983] = {.lex_state = 87}, - [5984] = {.lex_state = 85}, - [5985] = {.lex_state = 83}, - [5986] = {.lex_state = 81}, - [5987] = {.lex_state = 61}, - [5988] = {.lex_state = 79}, - [5989] = {.lex_state = 77}, - [5990] = {.lex_state = 72}, + [5982] = {.lex_state = 76}, + [5983] = {.lex_state = 90}, + [5984] = {.lex_state = 92}, + [5985] = {.lex_state = 66}, + [5986] = {.lex_state = 88}, + [5987] = {.lex_state = 87}, + [5988] = {.lex_state = 85}, + [5989] = {.lex_state = 78}, + [5990] = {.lex_state = 86}, [5991] = {.lex_state = 89}, - [5992] = {.lex_state = 86}, - [5993] = {.lex_state = 78}, - [5994] = {.lex_state = 66}, - [5995] = {.lex_state = 92}, - [5996] = {.lex_state = 90}, - [5997] = {.lex_state = 76}, - [5998] = {.lex_state = 74}, - [5999] = {.lex_state = 74}, - [6000] = {.lex_state = 82}, - [6001] = {.lex_state = 69}, - [6002] = {.lex_state = 54}, - [6003] = {.lex_state = 84}, - [6004] = {.lex_state = 80}, - [6005] = {.lex_state = 72}, + [5992] = {.lex_state = 83}, + [5993] = {.lex_state = 81}, + [5994] = {.lex_state = 61}, + [5995] = {.lex_state = 79}, + [5996] = {.lex_state = 77}, + [5997] = {.lex_state = 64}, + [5998] = {.lex_state = 89}, + [5999] = {.lex_state = 86}, + [6000] = {.lex_state = 78}, + [6001] = {.lex_state = 66}, + [6002] = {.lex_state = 92}, + [6003] = {.lex_state = 90}, + [6004] = {.lex_state = 64}, + [6005] = {.lex_state = 76}, [6006] = {.lex_state = 74}, - [6007] = {.lex_state = 70}, - [6008] = {.lex_state = 75}, - [6009] = {.lex_state = 91}, - [6010] = {.lex_state = 67}, + [6007] = {.lex_state = 74}, + [6008] = {.lex_state = 82}, + [6009] = {.lex_state = 77}, + [6010] = {.lex_state = 69}, [6011] = {.lex_state = 67}, [6012] = {.lex_state = 59}, - [6013] = {.lex_state = 59}, - [6014] = {.lex_state = 73}, - [6015] = {.lex_state = 4}, - [6016] = {.lex_state = 0}, - [6017] = {.lex_state = 0}, - [6018] = {.lex_state = 43}, - [6019] = {.lex_state = 0}, - [6020] = {.lex_state = 0}, - [6021] = {.lex_state = 43}, - [6022] = {.lex_state = 4}, - [6023] = {.lex_state = 73}, - [6024] = {.lex_state = 88}, - [6025] = {.lex_state = 87}, - [6026] = {.lex_state = 85}, - [6027] = {.lex_state = 83}, - [6028] = {.lex_state = 81}, - [6029] = {.lex_state = 61}, - [6030] = {.lex_state = 79}, - [6031] = {.lex_state = 77}, - [6032] = {.lex_state = 64}, - [6033] = {.lex_state = 89}, - [6034] = {.lex_state = 86}, - [6035] = {.lex_state = 78}, - [6036] = {.lex_state = 66}, - [6037] = {.lex_state = 92}, - [6038] = {.lex_state = 90}, - [6039] = {.lex_state = 76}, - [6040] = {.lex_state = 74}, - [6041] = {.lex_state = 74}, - [6042] = {.lex_state = 82}, - [6043] = {.lex_state = 59}, + [6013] = {.lex_state = 74}, + [6014] = {.lex_state = 54}, + [6015] = {.lex_state = 84}, + [6016] = {.lex_state = 80}, + [6017] = {.lex_state = 72}, + [6018] = {.lex_state = 74}, + [6019] = {.lex_state = 70}, + [6020] = {.lex_state = 75}, + [6021] = {.lex_state = 91}, + [6022] = {.lex_state = 67}, + [6023] = {.lex_state = 59}, + [6024] = {.lex_state = 85}, + [6025] = {.lex_state = 61}, + [6026] = {.lex_state = 73}, + [6027] = {.lex_state = 4}, + [6028] = {.lex_state = 0}, + [6029] = {.lex_state = 0}, + [6030] = {.lex_state = 81}, + [6031] = {.lex_state = 83}, + [6032] = {.lex_state = 74}, + [6033] = {.lex_state = 85}, + [6034] = {.lex_state = 87}, + [6035] = {.lex_state = 88}, + [6036] = {.lex_state = 43}, + [6037] = {.lex_state = 43}, + [6038] = {.lex_state = 43}, + [6039] = {.lex_state = 43}, + [6040] = {.lex_state = 79}, + [6041] = {.lex_state = 0}, + [6042] = {.lex_state = 0}, + [6043] = {.lex_state = 82}, [6044] = {.lex_state = 69}, [6045] = {.lex_state = 73}, - [6046] = {.lex_state = 54}, - [6047] = {.lex_state = 84}, - [6048] = {.lex_state = 80}, - [6049] = {.lex_state = 72}, - [6050] = {.lex_state = 74}, - [6051] = {.lex_state = 70}, - [6052] = {.lex_state = 75}, - [6053] = {.lex_state = 91}, - [6054] = {.lex_state = 67}, - [6055] = {.lex_state = 59}, - [6056] = {.lex_state = 67}, - [6057] = {.lex_state = 91}, - [6058] = {.lex_state = 73}, - [6059] = {.lex_state = 4}, - [6060] = {.lex_state = 0}, - [6061] = {.lex_state = 0}, - [6062] = {.lex_state = 75}, - [6063] = {.lex_state = 70}, - [6064] = {.lex_state = 74}, - [6065] = {.lex_state = 43}, - [6066] = {.lex_state = 74}, - [6067] = {.lex_state = 80}, - [6068] = {.lex_state = 84}, - [6069] = {.lex_state = 54}, - [6070] = {.lex_state = 43}, - [6071] = {.lex_state = 69}, - [6072] = {.lex_state = 82}, - [6073] = {.lex_state = 81}, - [6074] = {.lex_state = 88}, - [6075] = {.lex_state = 87}, - [6076] = {.lex_state = 85}, + [6046] = {.lex_state = 88}, + [6047] = {.lex_state = 87}, + [6048] = {.lex_state = 85}, + [6049] = {.lex_state = 4}, + [6050] = {.lex_state = 73}, + [6051] = {.lex_state = 59}, + [6052] = {.lex_state = 67}, + [6053] = {.lex_state = 83}, + [6054] = {.lex_state = 81}, + [6055] = {.lex_state = 61}, + [6056] = {.lex_state = 79}, + [6057] = {.lex_state = 77}, + [6058] = {.lex_state = 64}, + [6059] = {.lex_state = 89}, + [6060] = {.lex_state = 86}, + [6061] = {.lex_state = 78}, + [6062] = {.lex_state = 66}, + [6063] = {.lex_state = 92}, + [6064] = {.lex_state = 54}, + [6065] = {.lex_state = 90}, + [6066] = {.lex_state = 4}, + [6067] = {.lex_state = 76}, + [6068] = {.lex_state = 74}, + [6069] = {.lex_state = 74}, + [6070] = {.lex_state = 82}, + [6071] = {.lex_state = 75}, + [6072] = {.lex_state = 69}, + [6073] = {.lex_state = 54}, + [6074] = {.lex_state = 84}, + [6075] = {.lex_state = 0}, + [6076] = {.lex_state = 80}, [6077] = {.lex_state = 4}, - [6078] = {.lex_state = 83}, - [6079] = {.lex_state = 81}, - [6080] = {.lex_state = 61}, - [6081] = {.lex_state = 79}, - [6082] = {.lex_state = 77}, - [6083] = {.lex_state = 64}, - [6084] = {.lex_state = 89}, - [6085] = {.lex_state = 86}, - [6086] = {.lex_state = 78}, - [6087] = {.lex_state = 66}, - [6088] = {.lex_state = 92}, - [6089] = {.lex_state = 90}, - [6090] = {.lex_state = 76}, - [6091] = {.lex_state = 74}, - [6092] = {.lex_state = 74}, - [6093] = {.lex_state = 82}, - [6094] = {.lex_state = 74}, - [6095] = {.lex_state = 69}, - [6096] = {.lex_state = 54}, - [6097] = {.lex_state = 84}, - [6098] = {.lex_state = 80}, - [6099] = {.lex_state = 72}, - [6100] = {.lex_state = 74}, - [6101] = {.lex_state = 70}, - [6102] = {.lex_state = 75}, - [6103] = {.lex_state = 91}, - [6104] = {.lex_state = 67}, - [6105] = {.lex_state = 59}, - [6106] = {.lex_state = 73}, - [6107] = {.lex_state = 4}, - [6108] = {.lex_state = 0}, - [6109] = {.lex_state = 0}, - [6110] = {.lex_state = 76}, - [6111] = {.lex_state = 90}, - [6112] = {.lex_state = 43}, - [6113] = {.lex_state = 92}, - [6114] = {.lex_state = 66}, - [6115] = {.lex_state = 78}, - [6116] = {.lex_state = 86}, - [6117] = {.lex_state = 43}, - [6118] = {.lex_state = 89}, - [6119] = {.lex_state = 64}, - [6120] = {.lex_state = 88}, - [6121] = {.lex_state = 87}, - [6122] = {.lex_state = 85}, - [6123] = {.lex_state = 83}, - [6124] = {.lex_state = 81}, - [6125] = {.lex_state = 61}, - [6126] = {.lex_state = 79}, - [6127] = {.lex_state = 77}, - [6128] = {.lex_state = 64}, - [6129] = {.lex_state = 89}, - [6130] = {.lex_state = 86}, - [6131] = {.lex_state = 78}, - [6132] = {.lex_state = 66}, - [6133] = {.lex_state = 92}, - [6134] = {.lex_state = 90}, - [6135] = {.lex_state = 76}, - [6136] = {.lex_state = 74}, - [6137] = {.lex_state = 74}, - [6138] = {.lex_state = 82}, + [6078] = {.lex_state = 80}, + [6079] = {.lex_state = 72}, + [6080] = {.lex_state = 74}, + [6081] = {.lex_state = 70}, + [6082] = {.lex_state = 75}, + [6083] = {.lex_state = 91}, + [6084] = {.lex_state = 67}, + [6085] = {.lex_state = 59}, + [6086] = {.lex_state = 70}, + [6087] = {.lex_state = 74}, + [6088] = {.lex_state = 73}, + [6089] = {.lex_state = 74}, + [6090] = {.lex_state = 0}, + [6091] = {.lex_state = 0}, + [6092] = {.lex_state = 72}, + [6093] = {.lex_state = 80}, + [6094] = {.lex_state = 84}, + [6095] = {.lex_state = 54}, + [6096] = {.lex_state = 72}, + [6097] = {.lex_state = 69}, + [6098] = {.lex_state = 82}, + [6099] = {.lex_state = 74}, + [6100] = {.lex_state = 43}, + [6101] = {.lex_state = 74}, + [6102] = {.lex_state = 76}, + [6103] = {.lex_state = 90}, + [6104] = {.lex_state = 92}, + [6105] = {.lex_state = 66}, + [6106] = {.lex_state = 43}, + [6107] = {.lex_state = 74}, + [6108] = {.lex_state = 78}, + [6109] = {.lex_state = 70}, + [6110] = {.lex_state = 86}, + [6111] = {.lex_state = 89}, + [6112] = {.lex_state = 88}, + [6113] = {.lex_state = 87}, + [6114] = {.lex_state = 85}, + [6115] = {.lex_state = 64}, + [6116] = {.lex_state = 77}, + [6117] = {.lex_state = 79}, + [6118] = {.lex_state = 61}, + [6119] = {.lex_state = 83}, + [6120] = {.lex_state = 81}, + [6121] = {.lex_state = 61}, + [6122] = {.lex_state = 79}, + [6123] = {.lex_state = 77}, + [6124] = {.lex_state = 64}, + [6125] = {.lex_state = 89}, + [6126] = {.lex_state = 86}, + [6127] = {.lex_state = 78}, + [6128] = {.lex_state = 75}, + [6129] = {.lex_state = 66}, + [6130] = {.lex_state = 92}, + [6131] = {.lex_state = 90}, + [6132] = {.lex_state = 76}, + [6133] = {.lex_state = 74}, + [6134] = {.lex_state = 91}, + [6135] = {.lex_state = 74}, + [6136] = {.lex_state = 82}, + [6137] = {.lex_state = 83}, + [6138] = {.lex_state = 69}, [6139] = {.lex_state = 0}, - [6140] = {.lex_state = 77}, - [6141] = {.lex_state = 69}, - [6142] = {.lex_state = 54}, - [6143] = {.lex_state = 84}, - [6144] = {.lex_state = 80}, - [6145] = {.lex_state = 72}, - [6146] = {.lex_state = 74}, - [6147] = {.lex_state = 70}, - [6148] = {.lex_state = 75}, - [6149] = {.lex_state = 91}, - [6150] = {.lex_state = 67}, - [6151] = {.lex_state = 59}, - [6152] = {.lex_state = 79}, - [6153] = {.lex_state = 61}, - [6154] = {.lex_state = 73}, - [6155] = {.lex_state = 4}, + [6140] = {.lex_state = 67}, + [6141] = {.lex_state = 54}, + [6142] = {.lex_state = 84}, + [6143] = {.lex_state = 80}, + [6144] = {.lex_state = 72}, + [6145] = {.lex_state = 74}, + [6146] = {.lex_state = 70}, + [6147] = {.lex_state = 75}, + [6148] = {.lex_state = 91}, + [6149] = {.lex_state = 67}, + [6150] = {.lex_state = 59}, + [6151] = {.lex_state = 85}, + [6152] = {.lex_state = 87}, + [6153] = {.lex_state = 73}, + [6154] = {.lex_state = 4}, + [6155] = {.lex_state = 0}, [6156] = {.lex_state = 0}, - [6157] = {.lex_state = 0}, - [6158] = {.lex_state = 91}, - [6159] = {.lex_state = 83}, - [6160] = {.lex_state = 43}, + [6157] = {.lex_state = 88}, + [6158] = {.lex_state = 43}, + [6159] = {.lex_state = 43}, + [6160] = {.lex_state = 59}, [6161] = {.lex_state = 43}, - [6162] = {.lex_state = 85}, - [6163] = {.lex_state = 87}, - [6164] = {.lex_state = 88}, - [6165] = {.lex_state = 88}, - [6166] = {.lex_state = 87}, - [6167] = {.lex_state = 85}, - [6168] = {.lex_state = 83}, - [6169] = {.lex_state = 81}, - [6170] = {.lex_state = 61}, + [6162] = {.lex_state = 0}, + [6163] = {.lex_state = 0}, + [6164] = {.lex_state = 4}, + [6165] = {.lex_state = 43}, + [6166] = {.lex_state = 73}, + [6167] = {.lex_state = 59}, + [6168] = {.lex_state = 67}, + [6169] = {.lex_state = 91}, + [6170] = {.lex_state = 88}, [6171] = {.lex_state = 0}, - [6172] = {.lex_state = 88}, - [6173] = {.lex_state = 79}, - [6174] = {.lex_state = 77}, - [6175] = {.lex_state = 64}, - [6176] = {.lex_state = 89}, - [6177] = {.lex_state = 86}, - [6178] = {.lex_state = 78}, - [6179] = {.lex_state = 66}, - [6180] = {.lex_state = 92}, - [6181] = {.lex_state = 90}, - [6182] = {.lex_state = 76}, - [6183] = {.lex_state = 74}, - [6184] = {.lex_state = 74}, - [6185] = {.lex_state = 82}, - [6186] = {.lex_state = 69}, - [6187] = {.lex_state = 54}, - [6188] = {.lex_state = 84}, - [6189] = {.lex_state = 80}, - [6190] = {.lex_state = 72}, - [6191] = {.lex_state = 74}, - [6192] = {.lex_state = 70}, - [6193] = {.lex_state = 75}, - [6194] = {.lex_state = 4}, - [6195] = {.lex_state = 67}, - [6196] = {.lex_state = 59}, - [6197] = {.lex_state = 73}, - [6198] = {.lex_state = 4}, - [6199] = {.lex_state = 0}, - [6200] = {.lex_state = 0}, - [6201] = {.lex_state = 43}, - [6202] = {.lex_state = 43}, - [6203] = {.lex_state = 43}, - [6204] = {.lex_state = 43}, - [6205] = {.lex_state = 88}, - [6206] = {.lex_state = 87}, - [6207] = {.lex_state = 85}, - [6208] = {.lex_state = 83}, - [6209] = {.lex_state = 81}, - [6210] = {.lex_state = 61}, - [6211] = {.lex_state = 79}, - [6212] = {.lex_state = 77}, - [6213] = {.lex_state = 64}, - [6214] = {.lex_state = 89}, - [6215] = {.lex_state = 86}, - [6216] = {.lex_state = 78}, - [6217] = {.lex_state = 66}, - [6218] = {.lex_state = 92}, - [6219] = {.lex_state = 90}, - [6220] = {.lex_state = 76}, - [6221] = {.lex_state = 74}, - [6222] = {.lex_state = 74}, - [6223] = {.lex_state = 82}, - [6224] = {.lex_state = 69}, - [6225] = {.lex_state = 54}, - [6226] = {.lex_state = 84}, - [6227] = {.lex_state = 80}, - [6228] = {.lex_state = 72}, - [6229] = {.lex_state = 74}, - [6230] = {.lex_state = 70}, - [6231] = {.lex_state = 75}, - [6232] = {.lex_state = 91}, - [6233] = {.lex_state = 67}, - [6234] = {.lex_state = 59}, - [6235] = {.lex_state = 73}, - [6236] = {.lex_state = 54}, - [6237] = {.lex_state = 0}, - [6238] = {.lex_state = 0}, - [6239] = {.lex_state = 43}, - [6240] = {.lex_state = 0}, - [6241] = {.lex_state = 0}, - [6242] = {.lex_state = 43}, - [6243] = {.lex_state = 4}, - [6244] = {.lex_state = 73}, - [6245] = {.lex_state = 88}, - [6246] = {.lex_state = 87}, - [6247] = {.lex_state = 85}, - [6248] = {.lex_state = 83}, - [6249] = {.lex_state = 81}, - [6250] = {.lex_state = 61}, - [6251] = {.lex_state = 79}, - [6252] = {.lex_state = 77}, - [6253] = {.lex_state = 64}, - [6254] = {.lex_state = 89}, - [6255] = {.lex_state = 86}, - [6256] = {.lex_state = 78}, - [6257] = {.lex_state = 66}, - [6258] = {.lex_state = 92}, - [6259] = {.lex_state = 90}, - [6260] = {.lex_state = 76}, - [6261] = {.lex_state = 74}, - [6262] = {.lex_state = 74}, - [6263] = {.lex_state = 82}, - [6264] = {.lex_state = 59}, - [6265] = {.lex_state = 69}, - [6266] = {.lex_state = 54}, - [6267] = {.lex_state = 84}, + [6172] = {.lex_state = 73}, + [6173] = {.lex_state = 4}, + [6174] = {.lex_state = 87}, + [6175] = {.lex_state = 85}, + [6176] = {.lex_state = 75}, + [6177] = {.lex_state = 70}, + [6178] = {.lex_state = 74}, + [6179] = {.lex_state = 72}, + [6180] = {.lex_state = 83}, + [6181] = {.lex_state = 81}, + [6182] = {.lex_state = 61}, + [6183] = {.lex_state = 79}, + [6184] = {.lex_state = 77}, + [6185] = {.lex_state = 64}, + [6186] = {.lex_state = 89}, + [6187] = {.lex_state = 86}, + [6188] = {.lex_state = 78}, + [6189] = {.lex_state = 66}, + [6190] = {.lex_state = 92}, + [6191] = {.lex_state = 90}, + [6192] = {.lex_state = 80}, + [6193] = {.lex_state = 76}, + [6194] = {.lex_state = 69}, + [6195] = {.lex_state = 74}, + [6196] = {.lex_state = 82}, + [6197] = {.lex_state = 84}, + [6198] = {.lex_state = 64}, + [6199] = {.lex_state = 54}, + [6200] = {.lex_state = 84}, + [6201] = {.lex_state = 80}, + [6202] = {.lex_state = 72}, + [6203] = {.lex_state = 74}, + [6204] = {.lex_state = 0}, + [6205] = {.lex_state = 70}, + [6206] = {.lex_state = 75}, + [6207] = {.lex_state = 91}, + [6208] = {.lex_state = 67}, + [6209] = {.lex_state = 59}, + [6210] = {.lex_state = 54}, + [6211] = {.lex_state = 69}, + [6212] = {.lex_state = 73}, + [6213] = {.lex_state = 4}, + [6214] = {.lex_state = 0}, + [6215] = {.lex_state = 0}, + [6216] = {.lex_state = 82}, + [6217] = {.lex_state = 74}, + [6218] = {.lex_state = 74}, + [6219] = {.lex_state = 76}, + [6220] = {.lex_state = 90}, + [6221] = {.lex_state = 92}, + [6222] = {.lex_state = 66}, + [6223] = {.lex_state = 78}, + [6224] = {.lex_state = 43}, + [6225] = {.lex_state = 86}, + [6226] = {.lex_state = 89}, + [6227] = {.lex_state = 64}, + [6228] = {.lex_state = 43}, + [6229] = {.lex_state = 77}, + [6230] = {.lex_state = 79}, + [6231] = {.lex_state = 61}, + [6232] = {.lex_state = 88}, + [6233] = {.lex_state = 87}, + [6234] = {.lex_state = 85}, + [6235] = {.lex_state = 81}, + [6236] = {.lex_state = 83}, + [6237] = {.lex_state = 85}, + [6238] = {.lex_state = 81}, + [6239] = {.lex_state = 83}, + [6240] = {.lex_state = 81}, + [6241] = {.lex_state = 61}, + [6242] = {.lex_state = 79}, + [6243] = {.lex_state = 77}, + [6244] = {.lex_state = 64}, + [6245] = {.lex_state = 89}, + [6246] = {.lex_state = 86}, + [6247] = {.lex_state = 78}, + [6248] = {.lex_state = 66}, + [6249] = {.lex_state = 92}, + [6250] = {.lex_state = 90}, + [6251] = {.lex_state = 76}, + [6252] = {.lex_state = 74}, + [6253] = {.lex_state = 74}, + [6254] = {.lex_state = 82}, + [6255] = {.lex_state = 69}, + [6256] = {.lex_state = 54}, + [6257] = {.lex_state = 84}, + [6258] = {.lex_state = 80}, + [6259] = {.lex_state = 72}, + [6260] = {.lex_state = 74}, + [6261] = {.lex_state = 70}, + [6262] = {.lex_state = 75}, + [6263] = {.lex_state = 91}, + [6264] = {.lex_state = 67}, + [6265] = {.lex_state = 59}, + [6266] = {.lex_state = 87}, + [6267] = {.lex_state = 43}, [6268] = {.lex_state = 0}, - [6269] = {.lex_state = 80}, - [6270] = {.lex_state = 72}, - [6271] = {.lex_state = 74}, - [6272] = {.lex_state = 70}, - [6273] = {.lex_state = 75}, - [6274] = {.lex_state = 91}, - [6275] = {.lex_state = 67}, - [6276] = {.lex_state = 59}, - [6277] = {.lex_state = 67}, - [6278] = {.lex_state = 91}, - [6279] = {.lex_state = 73}, - [6280] = {.lex_state = 4}, - [6281] = {.lex_state = 0}, - [6282] = {.lex_state = 0}, - [6283] = {.lex_state = 75}, - [6284] = {.lex_state = 70}, - [6285] = {.lex_state = 43}, - [6286] = {.lex_state = 74}, - [6287] = {.lex_state = 72}, - [6288] = {.lex_state = 80}, - [6289] = {.lex_state = 84}, - [6290] = {.lex_state = 43}, + [6269] = {.lex_state = 73}, + [6270] = {.lex_state = 4}, + [6271] = {.lex_state = 0}, + [6272] = {.lex_state = 0}, + [6273] = {.lex_state = 0}, + [6274] = {.lex_state = 0}, + [6275] = {.lex_state = 4}, + [6276] = {.lex_state = 43}, + [6277] = {.lex_state = 73}, + [6278] = {.lex_state = 59}, + [6279] = {.lex_state = 67}, + [6280] = {.lex_state = 91}, + [6281] = {.lex_state = 75}, + [6282] = {.lex_state = 43}, + [6283] = {.lex_state = 70}, + [6284] = {.lex_state = 74}, + [6285] = {.lex_state = 72}, + [6286] = {.lex_state = 80}, + [6287] = {.lex_state = 88}, + [6288] = {.lex_state = 87}, + [6289] = {.lex_state = 85}, + [6290] = {.lex_state = 84}, [6291] = {.lex_state = 54}, [6292] = {.lex_state = 69}, [6293] = {.lex_state = 82}, - [6294] = {.lex_state = 88}, - [6295] = {.lex_state = 87}, - [6296] = {.lex_state = 85}, - [6297] = {.lex_state = 83}, - [6298] = {.lex_state = 81}, - [6299] = {.lex_state = 61}, - [6300] = {.lex_state = 79}, - [6301] = {.lex_state = 77}, - [6302] = {.lex_state = 64}, - [6303] = {.lex_state = 89}, - [6304] = {.lex_state = 86}, - [6305] = {.lex_state = 78}, - [6306] = {.lex_state = 66}, - [6307] = {.lex_state = 92}, - [6308] = {.lex_state = 90}, - [6309] = {.lex_state = 76}, - [6310] = {.lex_state = 74}, + [6294] = {.lex_state = 83}, + [6295] = {.lex_state = 81}, + [6296] = {.lex_state = 61}, + [6297] = {.lex_state = 79}, + [6298] = {.lex_state = 77}, + [6299] = {.lex_state = 59}, + [6300] = {.lex_state = 89}, + [6301] = {.lex_state = 86}, + [6302] = {.lex_state = 78}, + [6303] = {.lex_state = 66}, + [6304] = {.lex_state = 92}, + [6305] = {.lex_state = 90}, + [6306] = {.lex_state = 74}, + [6307] = {.lex_state = 76}, + [6308] = {.lex_state = 74}, + [6309] = {.lex_state = 74}, + [6310] = {.lex_state = 82}, [6311] = {.lex_state = 74}, - [6312] = {.lex_state = 82}, - [6313] = {.lex_state = 74}, - [6314] = {.lex_state = 69}, - [6315] = {.lex_state = 91}, - [6316] = {.lex_state = 84}, - [6317] = {.lex_state = 80}, - [6318] = {.lex_state = 72}, - [6319] = {.lex_state = 74}, - [6320] = {.lex_state = 70}, - [6321] = {.lex_state = 75}, - [6322] = {.lex_state = 89}, - [6323] = {.lex_state = 67}, - [6324] = {.lex_state = 59}, - [6325] = {.lex_state = 74}, - [6326] = {.lex_state = 73}, - [6327] = {.lex_state = 4}, - [6328] = {.lex_state = 0}, - [6329] = {.lex_state = 0}, - [6330] = {.lex_state = 76}, - [6331] = {.lex_state = 90}, - [6332] = {.lex_state = 43}, - [6333] = {.lex_state = 92}, - [6334] = {.lex_state = 66}, - [6335] = {.lex_state = 78}, - [6336] = {.lex_state = 86}, - [6337] = {.lex_state = 43}, - [6338] = {.lex_state = 89}, - [6339] = {.lex_state = 64}, - [6340] = {.lex_state = 88}, - [6341] = {.lex_state = 87}, - [6342] = {.lex_state = 85}, - [6343] = {.lex_state = 83}, - [6344] = {.lex_state = 81}, - [6345] = {.lex_state = 61}, - [6346] = {.lex_state = 79}, - [6347] = {.lex_state = 77}, - [6348] = {.lex_state = 64}, - [6349] = {.lex_state = 89}, - [6350] = {.lex_state = 86}, - [6351] = {.lex_state = 78}, - [6352] = {.lex_state = 66}, - [6353] = {.lex_state = 92}, - [6354] = {.lex_state = 90}, - [6355] = {.lex_state = 76}, - [6356] = {.lex_state = 74}, - [6357] = {.lex_state = 74}, - [6358] = {.lex_state = 82}, - [6359] = {.lex_state = 77}, - [6360] = {.lex_state = 69}, - [6361] = {.lex_state = 54}, - [6362] = {.lex_state = 84}, - [6363] = {.lex_state = 80}, - [6364] = {.lex_state = 72}, + [6312] = {.lex_state = 69}, + [6313] = {.lex_state = 54}, + [6314] = {.lex_state = 84}, + [6315] = {.lex_state = 80}, + [6316] = {.lex_state = 72}, + [6317] = {.lex_state = 74}, + [6318] = {.lex_state = 70}, + [6319] = {.lex_state = 75}, + [6320] = {.lex_state = 91}, + [6321] = {.lex_state = 67}, + [6322] = {.lex_state = 82}, + [6323] = {.lex_state = 76}, + [6324] = {.lex_state = 73}, + [6325] = {.lex_state = 4}, + [6326] = {.lex_state = 0}, + [6327] = {.lex_state = 0}, + [6328] = {.lex_state = 90}, + [6329] = {.lex_state = 92}, + [6330] = {.lex_state = 66}, + [6331] = {.lex_state = 78}, + [6332] = {.lex_state = 86}, + [6333] = {.lex_state = 89}, + [6334] = {.lex_state = 64}, + [6335] = {.lex_state = 77}, + [6336] = {.lex_state = 43}, + [6337] = {.lex_state = 79}, + [6338] = {.lex_state = 61}, + [6339] = {.lex_state = 88}, + [6340] = {.lex_state = 81}, + [6341] = {.lex_state = 83}, + [6342] = {.lex_state = 43}, + [6343] = {.lex_state = 43}, + [6344] = {.lex_state = 87}, + [6345] = {.lex_state = 88}, + [6346] = {.lex_state = 88}, + [6347] = {.lex_state = 87}, + [6348] = {.lex_state = 85}, + [6349] = {.lex_state = 43}, + [6350] = {.lex_state = 43}, + [6351] = {.lex_state = 83}, + [6352] = {.lex_state = 81}, + [6353] = {.lex_state = 61}, + [6354] = {.lex_state = 79}, + [6355] = {.lex_state = 77}, + [6356] = {.lex_state = 64}, + [6357] = {.lex_state = 89}, + [6358] = {.lex_state = 86}, + [6359] = {.lex_state = 78}, + [6360] = {.lex_state = 66}, + [6361] = {.lex_state = 92}, + [6362] = {.lex_state = 90}, + [6363] = {.lex_state = 76}, + [6364] = {.lex_state = 74}, [6365] = {.lex_state = 74}, - [6366] = {.lex_state = 70}, - [6367] = {.lex_state = 75}, - [6368] = {.lex_state = 91}, - [6369] = {.lex_state = 67}, - [6370] = {.lex_state = 59}, - [6371] = {.lex_state = 79}, - [6372] = {.lex_state = 61}, - [6373] = {.lex_state = 73}, - [6374] = {.lex_state = 4}, - [6375] = {.lex_state = 0}, - [6376] = {.lex_state = 0}, - [6377] = {.lex_state = 81}, - [6378] = {.lex_state = 83}, - [6379] = {.lex_state = 43}, - [6380] = {.lex_state = 43}, - [6381] = {.lex_state = 85}, - [6382] = {.lex_state = 87}, - [6383] = {.lex_state = 88}, - [6384] = {.lex_state = 88}, - [6385] = {.lex_state = 87}, - [6386] = {.lex_state = 85}, - [6387] = {.lex_state = 83}, - [6388] = {.lex_state = 81}, - [6389] = {.lex_state = 61}, - [6390] = {.lex_state = 79}, - [6391] = {.lex_state = 77}, - [6392] = {.lex_state = 64}, - [6393] = {.lex_state = 67}, - [6394] = {.lex_state = 86}, - [6395] = {.lex_state = 78}, - [6396] = {.lex_state = 66}, - [6397] = {.lex_state = 92}, - [6398] = {.lex_state = 90}, - [6399] = {.lex_state = 76}, - [6400] = {.lex_state = 74}, - [6401] = {.lex_state = 74}, - [6402] = {.lex_state = 82}, - [6403] = {.lex_state = 69}, - [6404] = {.lex_state = 54}, - [6405] = {.lex_state = 84}, - [6406] = {.lex_state = 80}, - [6407] = {.lex_state = 72}, - [6408] = {.lex_state = 74}, - [6409] = {.lex_state = 70}, - [6410] = {.lex_state = 75}, - [6411] = {.lex_state = 91}, - [6412] = {.lex_state = 67}, - [6413] = {.lex_state = 59}, - [6414] = {.lex_state = 73}, - [6415] = {.lex_state = 4}, - [6416] = {.lex_state = 0}, - [6417] = {.lex_state = 0}, - [6418] = {.lex_state = 43}, - [6419] = {.lex_state = 43}, - [6420] = {.lex_state = 43}, - [6421] = {.lex_state = 43}, - [6422] = {.lex_state = 88}, - [6423] = {.lex_state = 87}, - [6424] = {.lex_state = 85}, - [6425] = {.lex_state = 83}, - [6426] = {.lex_state = 81}, - [6427] = {.lex_state = 61}, - [6428] = {.lex_state = 79}, - [6429] = {.lex_state = 77}, - [6430] = {.lex_state = 64}, - [6431] = {.lex_state = 89}, - [6432] = {.lex_state = 86}, - [6433] = {.lex_state = 78}, - [6434] = {.lex_state = 66}, - [6435] = {.lex_state = 92}, - [6436] = {.lex_state = 90}, - [6437] = {.lex_state = 76}, - [6438] = {.lex_state = 74}, - [6439] = {.lex_state = 74}, - [6440] = {.lex_state = 82}, - [6441] = {.lex_state = 69}, - [6442] = {.lex_state = 54}, - [6443] = {.lex_state = 84}, - [6444] = {.lex_state = 80}, - [6445] = {.lex_state = 72}, - [6446] = {.lex_state = 74}, - [6447] = {.lex_state = 70}, - [6448] = {.lex_state = 75}, - [6449] = {.lex_state = 91}, - [6450] = {.lex_state = 67}, - [6451] = {.lex_state = 59}, - [6452] = {.lex_state = 73}, - [6453] = {.lex_state = 4}, - [6454] = {.lex_state = 0}, - [6455] = {.lex_state = 0}, - [6456] = {.lex_state = 0}, - [6457] = {.lex_state = 43}, - [6458] = {.lex_state = 0}, - [6459] = {.lex_state = 4}, - [6460] = {.lex_state = 73}, - [6461] = {.lex_state = 43}, - [6462] = {.lex_state = 59}, - [6463] = {.lex_state = 90}, - [6464] = {.lex_state = 88}, - [6465] = {.lex_state = 87}, - [6466] = {.lex_state = 85}, - [6467] = {.lex_state = 83}, - [6468] = {.lex_state = 81}, - [6469] = {.lex_state = 61}, - [6470] = {.lex_state = 79}, - [6471] = {.lex_state = 77}, - [6472] = {.lex_state = 64}, - [6473] = {.lex_state = 89}, - [6474] = {.lex_state = 86}, - [6475] = {.lex_state = 78}, - [6476] = {.lex_state = 66}, - [6477] = {.lex_state = 92}, - [6478] = {.lex_state = 90}, - [6479] = {.lex_state = 76}, - [6480] = {.lex_state = 74}, - [6481] = {.lex_state = 74}, - [6482] = {.lex_state = 82}, - [6483] = {.lex_state = 69}, - [6484] = {.lex_state = 54}, - [6485] = {.lex_state = 84}, - [6486] = {.lex_state = 80}, - [6487] = {.lex_state = 72}, - [6488] = {.lex_state = 74}, - [6489] = {.lex_state = 70}, - [6490] = {.lex_state = 75}, - [6491] = {.lex_state = 91}, - [6492] = {.lex_state = 67}, - [6493] = {.lex_state = 59}, - [6494] = {.lex_state = 91}, - [6495] = {.lex_state = 75}, - [6496] = {.lex_state = 73}, - [6497] = {.lex_state = 4}, - [6498] = {.lex_state = 0}, - [6499] = {.lex_state = 0}, - [6500] = {.lex_state = 70}, - [6501] = {.lex_state = 74}, - [6502] = {.lex_state = 72}, + [6366] = {.lex_state = 82}, + [6367] = {.lex_state = 69}, + [6368] = {.lex_state = 54}, + [6369] = {.lex_state = 84}, + [6370] = {.lex_state = 80}, + [6371] = {.lex_state = 72}, + [6372] = {.lex_state = 74}, + [6373] = {.lex_state = 70}, + [6374] = {.lex_state = 75}, + [6375] = {.lex_state = 91}, + [6376] = {.lex_state = 67}, + [6377] = {.lex_state = 59}, + [6378] = {.lex_state = 73}, + [6379] = {.lex_state = 4}, + [6380] = {.lex_state = 0}, + [6381] = {.lex_state = 0}, + [6382] = {.lex_state = 0}, + [6383] = {.lex_state = 0}, + [6384] = {.lex_state = 4}, + [6385] = {.lex_state = 73}, + [6386] = {.lex_state = 59}, + [6387] = {.lex_state = 67}, + [6388] = {.lex_state = 91}, + [6389] = {.lex_state = 43}, + [6390] = {.lex_state = 75}, + [6391] = {.lex_state = 70}, + [6392] = {.lex_state = 74}, + [6393] = {.lex_state = 72}, + [6394] = {.lex_state = 80}, + [6395] = {.lex_state = 43}, + [6396] = {.lex_state = 84}, + [6397] = {.lex_state = 54}, + [6398] = {.lex_state = 69}, + [6399] = {.lex_state = 43}, + [6400] = {.lex_state = 88}, + [6401] = {.lex_state = 87}, + [6402] = {.lex_state = 85}, + [6403] = {.lex_state = 74}, + [6404] = {.lex_state = 74}, + [6405] = {.lex_state = 76}, + [6406] = {.lex_state = 90}, + [6407] = {.lex_state = 83}, + [6408] = {.lex_state = 81}, + [6409] = {.lex_state = 61}, + [6410] = {.lex_state = 79}, + [6411] = {.lex_state = 77}, + [6412] = {.lex_state = 64}, + [6413] = {.lex_state = 89}, + [6414] = {.lex_state = 86}, + [6415] = {.lex_state = 78}, + [6416] = {.lex_state = 66}, + [6417] = {.lex_state = 92}, + [6418] = {.lex_state = 90}, + [6419] = {.lex_state = 92}, + [6420] = {.lex_state = 76}, + [6421] = {.lex_state = 74}, + [6422] = {.lex_state = 74}, + [6423] = {.lex_state = 82}, + [6424] = {.lex_state = 66}, + [6425] = {.lex_state = 69}, + [6426] = {.lex_state = 54}, + [6427] = {.lex_state = 84}, + [6428] = {.lex_state = 80}, + [6429] = {.lex_state = 72}, + [6430] = {.lex_state = 74}, + [6431] = {.lex_state = 70}, + [6432] = {.lex_state = 75}, + [6433] = {.lex_state = 91}, + [6434] = {.lex_state = 67}, + [6435] = {.lex_state = 59}, + [6436] = {.lex_state = 78}, + [6437] = {.lex_state = 86}, + [6438] = {.lex_state = 73}, + [6439] = {.lex_state = 4}, + [6440] = {.lex_state = 0}, + [6441] = {.lex_state = 0}, + [6442] = {.lex_state = 89}, + [6443] = {.lex_state = 64}, + [6444] = {.lex_state = 77}, + [6445] = {.lex_state = 79}, + [6446] = {.lex_state = 61}, + [6447] = {.lex_state = 85}, + [6448] = {.lex_state = 83}, + [6449] = {.lex_state = 85}, + [6450] = {.lex_state = 80}, + [6451] = {.lex_state = 87}, + [6452] = {.lex_state = 88}, + [6453] = {.lex_state = 43}, + [6454] = {.lex_state = 43}, + [6455] = {.lex_state = 43}, + [6456] = {.lex_state = 88}, + [6457] = {.lex_state = 87}, + [6458] = {.lex_state = 85}, + [6459] = {.lex_state = 0}, + [6460] = {.lex_state = 83}, + [6461] = {.lex_state = 81}, + [6462] = {.lex_state = 61}, + [6463] = {.lex_state = 79}, + [6464] = {.lex_state = 77}, + [6465] = {.lex_state = 64}, + [6466] = {.lex_state = 89}, + [6467] = {.lex_state = 86}, + [6468] = {.lex_state = 78}, + [6469] = {.lex_state = 66}, + [6470] = {.lex_state = 92}, + [6471] = {.lex_state = 90}, + [6472] = {.lex_state = 0}, + [6473] = {.lex_state = 76}, + [6474] = {.lex_state = 74}, + [6475] = {.lex_state = 74}, + [6476] = {.lex_state = 82}, + [6477] = {.lex_state = 69}, + [6478] = {.lex_state = 54}, + [6479] = {.lex_state = 84}, + [6480] = {.lex_state = 80}, + [6481] = {.lex_state = 72}, + [6482] = {.lex_state = 74}, + [6483] = {.lex_state = 70}, + [6484] = {.lex_state = 75}, + [6485] = {.lex_state = 91}, + [6486] = {.lex_state = 67}, + [6487] = {.lex_state = 59}, + [6488] = {.lex_state = 4}, + [6489] = {.lex_state = 73}, + [6490] = {.lex_state = 73}, + [6491] = {.lex_state = 4}, + [6492] = {.lex_state = 0}, + [6493] = {.lex_state = 0}, + [6494] = {.lex_state = 59}, + [6495] = {.lex_state = 67}, + [6496] = {.lex_state = 91}, + [6497] = {.lex_state = 75}, + [6498] = {.lex_state = 70}, + [6499] = {.lex_state = 74}, + [6500] = {.lex_state = 72}, + [6501] = {.lex_state = 64}, + [6502] = {.lex_state = 84}, [6503] = {.lex_state = 43}, - [6504] = {.lex_state = 80}, - [6505] = {.lex_state = 84}, - [6506] = {.lex_state = 54}, - [6507] = {.lex_state = 43}, - [6508] = {.lex_state = 69}, - [6509] = {.lex_state = 82}, - [6510] = {.lex_state = 88}, - [6511] = {.lex_state = 87}, - [6512] = {.lex_state = 85}, - [6513] = {.lex_state = 83}, - [6514] = {.lex_state = 81}, - [6515] = {.lex_state = 61}, - [6516] = {.lex_state = 79}, - [6517] = {.lex_state = 77}, - [6518] = {.lex_state = 64}, + [6504] = {.lex_state = 54}, + [6505] = {.lex_state = 69}, + [6506] = {.lex_state = 82}, + [6507] = {.lex_state = 74}, + [6508] = {.lex_state = 74}, + [6509] = {.lex_state = 43}, + [6510] = {.lex_state = 76}, + [6511] = {.lex_state = 90}, + [6512] = {.lex_state = 92}, + [6513] = {.lex_state = 66}, + [6514] = {.lex_state = 88}, + [6515] = {.lex_state = 87}, + [6516] = {.lex_state = 85}, + [6517] = {.lex_state = 78}, + [6518] = {.lex_state = 86}, [6519] = {.lex_state = 89}, - [6520] = {.lex_state = 86}, - [6521] = {.lex_state = 78}, - [6522] = {.lex_state = 66}, - [6523] = {.lex_state = 92}, - [6524] = {.lex_state = 90}, - [6525] = {.lex_state = 76}, - [6526] = {.lex_state = 74}, - [6527] = {.lex_state = 74}, - [6528] = {.lex_state = 82}, - [6529] = {.lex_state = 74}, - [6530] = {.lex_state = 69}, - [6531] = {.lex_state = 54}, - [6532] = {.lex_state = 84}, - [6533] = {.lex_state = 80}, - [6534] = {.lex_state = 72}, + [6520] = {.lex_state = 83}, + [6521] = {.lex_state = 81}, + [6522] = {.lex_state = 61}, + [6523] = {.lex_state = 79}, + [6524] = {.lex_state = 77}, + [6525] = {.lex_state = 64}, + [6526] = {.lex_state = 89}, + [6527] = {.lex_state = 86}, + [6528] = {.lex_state = 78}, + [6529] = {.lex_state = 66}, + [6530] = {.lex_state = 92}, + [6531] = {.lex_state = 90}, + [6532] = {.lex_state = 64}, + [6533] = {.lex_state = 76}, + [6534] = {.lex_state = 74}, [6535] = {.lex_state = 74}, - [6536] = {.lex_state = 70}, - [6537] = {.lex_state = 75}, - [6538] = {.lex_state = 91}, - [6539] = {.lex_state = 67}, - [6540] = {.lex_state = 59}, - [6541] = {.lex_state = 74}, - [6542] = {.lex_state = 76}, - [6543] = {.lex_state = 73}, - [6544] = {.lex_state = 4}, - [6545] = {.lex_state = 0}, - [6546] = {.lex_state = 0}, - [6547] = {.lex_state = 54}, - [6548] = {.lex_state = 92}, - [6549] = {.lex_state = 43}, - [6550] = {.lex_state = 66}, - [6551] = {.lex_state = 78}, - [6552] = {.lex_state = 86}, - [6553] = {.lex_state = 43}, - [6554] = {.lex_state = 89}, - [6555] = {.lex_state = 64}, - [6556] = {.lex_state = 77}, - [6557] = {.lex_state = 88}, + [6536] = {.lex_state = 82}, + [6537] = {.lex_state = 77}, + [6538] = {.lex_state = 69}, + [6539] = {.lex_state = 54}, + [6540] = {.lex_state = 84}, + [6541] = {.lex_state = 80}, + [6542] = {.lex_state = 72}, + [6543] = {.lex_state = 74}, + [6544] = {.lex_state = 70}, + [6545] = {.lex_state = 75}, + [6546] = {.lex_state = 91}, + [6547] = {.lex_state = 67}, + [6548] = {.lex_state = 59}, + [6549] = {.lex_state = 79}, + [6550] = {.lex_state = 81}, + [6551] = {.lex_state = 73}, + [6552] = {.lex_state = 4}, + [6553] = {.lex_state = 0}, + [6554] = {.lex_state = 0}, + [6555] = {.lex_state = 81}, + [6556] = {.lex_state = 83}, + [6557] = {.lex_state = 85}, [6558] = {.lex_state = 87}, - [6559] = {.lex_state = 85}, - [6560] = {.lex_state = 83}, - [6561] = {.lex_state = 81}, - [6562] = {.lex_state = 61}, - [6563] = {.lex_state = 79}, - [6564] = {.lex_state = 77}, - [6565] = {.lex_state = 64}, - [6566] = {.lex_state = 89}, - [6567] = {.lex_state = 86}, - [6568] = {.lex_state = 78}, - [6569] = {.lex_state = 66}, - [6570] = {.lex_state = 92}, - [6571] = {.lex_state = 90}, - [6572] = {.lex_state = 76}, - [6573] = {.lex_state = 74}, - [6574] = {.lex_state = 74}, - [6575] = {.lex_state = 82}, + [6559] = {.lex_state = 88}, + [6560] = {.lex_state = 43}, + [6561] = {.lex_state = 43}, + [6562] = {.lex_state = 43}, + [6563] = {.lex_state = 43}, + [6564] = {.lex_state = 0}, + [6565] = {.lex_state = 0}, + [6566] = {.lex_state = 88}, + [6567] = {.lex_state = 87}, + [6568] = {.lex_state = 85}, + [6569] = {.lex_state = 4}, + [6570] = {.lex_state = 73}, + [6571] = {.lex_state = 59}, + [6572] = {.lex_state = 67}, + [6573] = {.lex_state = 83}, + [6574] = {.lex_state = 81}, + [6575] = {.lex_state = 61}, [6576] = {.lex_state = 79}, - [6577] = {.lex_state = 69}, - [6578] = {.lex_state = 0}, - [6579] = {.lex_state = 84}, - [6580] = {.lex_state = 80}, - [6581] = {.lex_state = 72}, - [6582] = {.lex_state = 74}, - [6583] = {.lex_state = 70}, - [6584] = {.lex_state = 75}, + [6577] = {.lex_state = 77}, + [6578] = {.lex_state = 4}, + [6579] = {.lex_state = 89}, + [6580] = {.lex_state = 86}, + [6581] = {.lex_state = 78}, + [6582] = {.lex_state = 66}, + [6583] = {.lex_state = 92}, + [6584] = {.lex_state = 90}, [6585] = {.lex_state = 91}, - [6586] = {.lex_state = 67}, - [6587] = {.lex_state = 59}, - [6588] = {.lex_state = 61}, - [6589] = {.lex_state = 81}, - [6590] = {.lex_state = 73}, - [6591] = {.lex_state = 4}, - [6592] = {.lex_state = 0}, - [6593] = {.lex_state = 0}, - [6594] = {.lex_state = 83}, - [6595] = {.lex_state = 43}, - [6596] = {.lex_state = 85}, - [6597] = {.lex_state = 87}, - [6598] = {.lex_state = 43}, - [6599] = {.lex_state = 88}, - [6600] = {.lex_state = 87}, - [6601] = {.lex_state = 85}, - [6602] = {.lex_state = 83}, - [6603] = {.lex_state = 81}, - [6604] = {.lex_state = 61}, - [6605] = {.lex_state = 79}, - [6606] = {.lex_state = 77}, - [6607] = {.lex_state = 64}, - [6608] = {.lex_state = 89}, - [6609] = {.lex_state = 86}, - [6610] = {.lex_state = 78}, - [6611] = {.lex_state = 66}, - [6612] = {.lex_state = 92}, - [6613] = {.lex_state = 90}, - [6614] = {.lex_state = 76}, - [6615] = {.lex_state = 74}, - [6616] = {.lex_state = 74}, - [6617] = {.lex_state = 82}, - [6618] = {.lex_state = 43}, - [6619] = {.lex_state = 69}, - [6620] = {.lex_state = 54}, + [6586] = {.lex_state = 76}, + [6587] = {.lex_state = 74}, + [6588] = {.lex_state = 74}, + [6589] = {.lex_state = 82}, + [6590] = {.lex_state = 75}, + [6591] = {.lex_state = 69}, + [6592] = {.lex_state = 54}, + [6593] = {.lex_state = 84}, + [6594] = {.lex_state = 80}, + [6595] = {.lex_state = 72}, + [6596] = {.lex_state = 74}, + [6597] = {.lex_state = 70}, + [6598] = {.lex_state = 75}, + [6599] = {.lex_state = 91}, + [6600] = {.lex_state = 67}, + [6601] = {.lex_state = 59}, + [6602] = {.lex_state = 70}, + [6603] = {.lex_state = 74}, + [6604] = {.lex_state = 73}, + [6605] = {.lex_state = 88}, + [6606] = {.lex_state = 0}, + [6607] = {.lex_state = 0}, + [6608] = {.lex_state = 72}, + [6609] = {.lex_state = 80}, + [6610] = {.lex_state = 84}, + [6611] = {.lex_state = 54}, + [6612] = {.lex_state = 69}, + [6613] = {.lex_state = 82}, + [6614] = {.lex_state = 74}, + [6615] = {.lex_state = 61}, + [6616] = {.lex_state = 76}, + [6617] = {.lex_state = 43}, + [6618] = {.lex_state = 90}, + [6619] = {.lex_state = 92}, + [6620] = {.lex_state = 66}, [6621] = {.lex_state = 42}, - [6622] = {.lex_state = 84}, - [6623] = {.lex_state = 80}, - [6624] = {.lex_state = 72}, - [6625] = {.lex_state = 74}, - [6626] = {.lex_state = 70}, - [6627] = {.lex_state = 75}, - [6628] = {.lex_state = 91}, - [6629] = {.lex_state = 67}, - [6630] = {.lex_state = 59}, - [6631] = {.lex_state = 43}, - [6632] = {.lex_state = 73}, - [6633] = {.lex_state = 4}, - [6634] = {.lex_state = 84}, - [6635] = {.lex_state = 0}, - [6636] = {.lex_state = 43}, - [6637] = {.lex_state = 43}, - [6638] = {.lex_state = 88}, - [6639] = {.lex_state = 87}, - [6640] = {.lex_state = 85}, - [6641] = {.lex_state = 83}, - [6642] = {.lex_state = 81}, - [6643] = {.lex_state = 61}, - [6644] = {.lex_state = 79}, - [6645] = {.lex_state = 77}, - [6646] = {.lex_state = 64}, - [6647] = {.lex_state = 89}, - [6648] = {.lex_state = 86}, - [6649] = {.lex_state = 78}, - [6650] = {.lex_state = 66}, - [6651] = {.lex_state = 92}, - [6652] = {.lex_state = 90}, - [6653] = {.lex_state = 76}, - [6654] = {.lex_state = 74}, - [6655] = {.lex_state = 74}, - [6656] = {.lex_state = 82}, - [6657] = {.lex_state = 69}, - [6658] = {.lex_state = 54}, - [6659] = {.lex_state = 84}, - [6660] = {.lex_state = 80}, - [6661] = {.lex_state = 72}, - [6662] = {.lex_state = 74}, - [6663] = {.lex_state = 70}, - [6664] = {.lex_state = 75}, - [6665] = {.lex_state = 91}, - [6666] = {.lex_state = 67}, - [6667] = {.lex_state = 59}, - [6668] = {.lex_state = 0}, - [6669] = {.lex_state = 73}, - [6670] = {.lex_state = 4}, - [6671] = {.lex_state = 0}, - [6672] = {.lex_state = 0}, - [6673] = {.lex_state = 0}, - [6674] = {.lex_state = 4}, - [6675] = {.lex_state = 43}, - [6676] = {.lex_state = 73}, - [6677] = {.lex_state = 59}, - [6678] = {.lex_state = 67}, - [6679] = {.lex_state = 91}, - [6680] = {.lex_state = 43}, - [6681] = {.lex_state = 75}, - [6682] = {.lex_state = 70}, - [6683] = {.lex_state = 74}, - [6684] = {.lex_state = 88}, - [6685] = {.lex_state = 87}, - [6686] = {.lex_state = 85}, - [6687] = {.lex_state = 83}, - [6688] = {.lex_state = 81}, - [6689] = {.lex_state = 61}, - [6690] = {.lex_state = 79}, - [6691] = {.lex_state = 77}, - [6692] = {.lex_state = 64}, - [6693] = {.lex_state = 89}, - [6694] = {.lex_state = 86}, - [6695] = {.lex_state = 78}, - [6696] = {.lex_state = 66}, - [6697] = {.lex_state = 92}, - [6698] = {.lex_state = 90}, - [6699] = {.lex_state = 76}, - [6700] = {.lex_state = 74}, - [6701] = {.lex_state = 74}, - [6702] = {.lex_state = 82}, - [6703] = {.lex_state = 72}, - [6704] = {.lex_state = 69}, - [6705] = {.lex_state = 54}, + [6622] = {.lex_state = 78}, + [6623] = {.lex_state = 86}, + [6624] = {.lex_state = 43}, + [6625] = {.lex_state = 89}, + [6626] = {.lex_state = 64}, + [6627] = {.lex_state = 77}, + [6628] = {.lex_state = 88}, + [6629] = {.lex_state = 87}, + [6630] = {.lex_state = 85}, + [6631] = {.lex_state = 79}, + [6632] = {.lex_state = 61}, + [6633] = {.lex_state = 81}, + [6634] = {.lex_state = 83}, + [6635] = {.lex_state = 83}, + [6636] = {.lex_state = 81}, + [6637] = {.lex_state = 61}, + [6638] = {.lex_state = 79}, + [6639] = {.lex_state = 77}, + [6640] = {.lex_state = 64}, + [6641] = {.lex_state = 89}, + [6642] = {.lex_state = 86}, + [6643] = {.lex_state = 78}, + [6644] = {.lex_state = 66}, + [6645] = {.lex_state = 92}, + [6646] = {.lex_state = 90}, + [6647] = {.lex_state = 74}, + [6648] = {.lex_state = 76}, + [6649] = {.lex_state = 74}, + [6650] = {.lex_state = 74}, + [6651] = {.lex_state = 82}, + [6652] = {.lex_state = 85}, + [6653] = {.lex_state = 69}, + [6654] = {.lex_state = 54}, + [6655] = {.lex_state = 84}, + [6656] = {.lex_state = 80}, + [6657] = {.lex_state = 72}, + [6658] = {.lex_state = 74}, + [6659] = {.lex_state = 70}, + [6660] = {.lex_state = 75}, + [6661] = {.lex_state = 91}, + [6662] = {.lex_state = 67}, + [6663] = {.lex_state = 59}, + [6664] = {.lex_state = 73}, + [6665] = {.lex_state = 4}, + [6666] = {.lex_state = 0}, + [6667] = {.lex_state = 0}, + [6668] = {.lex_state = 43}, + [6669] = {.lex_state = 43}, + [6670] = {.lex_state = 88}, + [6671] = {.lex_state = 87}, + [6672] = {.lex_state = 85}, + [6673] = {.lex_state = 83}, + [6674] = {.lex_state = 81}, + [6675] = {.lex_state = 61}, + [6676] = {.lex_state = 79}, + [6677] = {.lex_state = 77}, + [6678] = {.lex_state = 64}, + [6679] = {.lex_state = 89}, + [6680] = {.lex_state = 86}, + [6681] = {.lex_state = 78}, + [6682] = {.lex_state = 66}, + [6683] = {.lex_state = 92}, + [6684] = {.lex_state = 90}, + [6685] = {.lex_state = 76}, + [6686] = {.lex_state = 74}, + [6687] = {.lex_state = 74}, + [6688] = {.lex_state = 82}, + [6689] = {.lex_state = 69}, + [6690] = {.lex_state = 54}, + [6691] = {.lex_state = 84}, + [6692] = {.lex_state = 80}, + [6693] = {.lex_state = 72}, + [6694] = {.lex_state = 74}, + [6695] = {.lex_state = 70}, + [6696] = {.lex_state = 75}, + [6697] = {.lex_state = 91}, + [6698] = {.lex_state = 67}, + [6699] = {.lex_state = 59}, + [6700] = {.lex_state = 73}, + [6701] = {.lex_state = 4}, + [6702] = {.lex_state = 0}, + [6703] = {.lex_state = 0}, + [6704] = {.lex_state = 43}, + [6705] = {.lex_state = 43}, [6706] = {.lex_state = 42}, [6707] = {.lex_state = 42}, [6708] = {.lex_state = 42}, @@ -25529,6 +25385,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATendphp] = ACTIONS(1), [aux_sym_attribute_token1] = ACTIONS(1), [aux_sym__inline_directive_token1] = ACTIONS(1), + [aux_sym__inline_directive_token2] = ACTIONS(1), [anon_sym_ATfragment] = ACTIONS(1), [anon_sym_ATendfragment] = ACTIONS(1), [anon_sym_ATsection] = ACTIONS(1), @@ -25624,11 +25481,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__definition] = STATE(423), [sym_keyword] = STATE(423), [sym_php_statement] = STATE(423), - [sym__escaped] = STATE(1938), - [sym__unescaped] = STATE(1938), - [sym__raw] = STATE(1938), - [sym__inline_raw] = STATE(1938), - [sym__multi_line_raw] = STATE(1938), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), [sym_attribute] = STATE(423), [sym__inline_directive] = STATE(423), [sym__nested_directive] = STATE(423), @@ -25638,54 +25495,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(423), [sym_verbatim] = STATE(423), [sym_stack] = STATE(423), - [sym__push] = STATE(1939), - [sym__pushOnce] = STATE(1939), - [sym__pushIf] = STATE(1939), - [sym__prepend] = STATE(1939), - [sym__prependOnce] = STATE(1939), + [sym__push] = STATE(3180), + [sym__pushOnce] = STATE(3180), + [sym__pushIf] = STATE(3180), + [sym__prepend] = STATE(3180), + [sym__prependOnce] = STATE(3180), [sym_conditional] = STATE(423), - [sym__if] = STATE(1940), - [sym__unless] = STATE(1940), - [sym__isset] = STATE(1940), - [sym__empty] = STATE(1940), - [sym__auth] = STATE(1940), - [sym__guest] = STATE(1940), - [sym__production] = STATE(1940), - [sym__env] = STATE(1940), - [sym__hasSection] = STATE(1940), - [sym__sectionMissing] = STATE(1940), - [sym__error] = STATE(1940), - [sym_authorization] = STATE(1940), - [sym__can] = STATE(2000), - [sym__cannot] = STATE(2000), - [sym__canany] = STATE(2000), - [sym__feature] = STATE(1940), - [sym__custom] = STATE(1940), + [sym__if] = STATE(3183), + [sym__unless] = STATE(3183), + [sym__isset] = STATE(3183), + [sym__empty] = STATE(3183), + [sym__auth] = STATE(3183), + [sym__guest] = STATE(3183), + [sym__production] = STATE(3183), + [sym__env] = STATE(3183), + [sym__hasSection] = STATE(3183), + [sym__sectionMissing] = STATE(3183), + [sym__error] = STATE(3183), + [sym_authorization] = STATE(3183), + [sym__can] = STATE(3184), + [sym__cannot] = STATE(3184), + [sym__canany] = STATE(3184), + [sym__feature] = STATE(3183), + [sym__custom] = STATE(3183), [sym_switch] = STATE(423), [sym_loop] = STATE(423), [sym_loop_operator] = STATE(423), - [sym__for] = STATE(2077), - [sym__foreach] = STATE(2077), - [sym__forelse] = STATE(2077), - [sym__while] = STATE(2077), + [sym__for] = STATE(3187), + [sym__foreach] = STATE(3187), + [sym__forelse] = STATE(3187), + [sym__while] = STATE(3187), [sym_envoy] = STATE(423), - [sym__setup] = STATE(1938), - [sym__task] = STATE(2085), - [sym__story] = STATE(2085), - [sym__hooks] = STATE(1938), - [sym__before] = STATE(1938), - [sym__after] = STATE(1938), - [sym__envoy_error] = STATE(1938), - [sym__success] = STATE(1938), - [sym__finished] = STATE(1938), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3191), + [sym__story] = STATE(3191), + [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(3158), - [sym__teleport] = STATE(3158), - [sym__volt] = STATE(3158), + [sym__persist] = STATE(3210), + [sym__teleport] = STATE(3210), + [sym__volt] = STATE(3210), [sym_text] = STATE(423), - [sym__text] = STATE(752), + [sym__text] = STATE(934), [aux_sym_blade_repeat1] = STATE(423), - [aux_sym_php_only_repeat1] = STATE(752), + [aux_sym_php_only_repeat1] = STATE(934), [ts_builtin_sym_end] = ACTIONS(3), [sym_comment] = ACTIONS(5), [aux_sym_keyword_token1] = ACTIONS(7), @@ -25694,61 +25551,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATphp] = ACTIONS(13), [aux_sym_attribute_token1] = ACTIONS(15), [aux_sym__inline_directive_token1] = ACTIONS(17), - [anon_sym_ATfragment] = ACTIONS(19), - [anon_sym_ATsection] = ACTIONS(21), - [anon_sym_ATonce] = ACTIONS(23), - [anon_sym_ATverbatim] = ACTIONS(25), - [anon_sym_ATpush] = ACTIONS(27), - [anon_sym_ATpushOnce] = ACTIONS(29), - [anon_sym_ATpushIf] = ACTIONS(31), - [anon_sym_ATprepend] = ACTIONS(33), - [anon_sym_ATprependOnce] = ACTIONS(35), - [anon_sym_ATif] = ACTIONS(37), - [anon_sym_ATunless] = ACTIONS(39), - [anon_sym_ATisset] = ACTIONS(41), - [anon_sym_ATempty] = ACTIONS(43), - [anon_sym_ATauth] = ACTIONS(45), - [anon_sym_ATguest] = ACTIONS(47), - [anon_sym_ATproduction] = ACTIONS(49), - [anon_sym_ATenv] = ACTIONS(51), - [anon_sym_AThasSection] = ACTIONS(53), - [anon_sym_ATsectionMissing] = ACTIONS(55), - [anon_sym_ATerror] = ACTIONS(57), - [anon_sym_ATcan] = ACTIONS(59), - [anon_sym_ATcannot] = ACTIONS(61), - [anon_sym_ATcanany] = ACTIONS(63), - [anon_sym_ATfeature] = ACTIONS(65), - [aux_sym__custom_token1] = ACTIONS(67), - [aux_sym__custom_token2] = ACTIONS(69), - [anon_sym_ATswitch] = ACTIONS(71), - [aux_sym_loop_operator_token1] = ACTIONS(73), - [anon_sym_ATfor] = ACTIONS(75), - [anon_sym_ATforeach] = ACTIONS(77), - [anon_sym_ATforelse] = ACTIONS(79), - [anon_sym_ATwhile] = ACTIONS(81), - [anon_sym_ATsetup] = ACTIONS(83), - [anon_sym_ATtask] = ACTIONS(85), - [anon_sym_ATstory] = ACTIONS(87), - [anon_sym_ATbefore] = ACTIONS(89), - [anon_sym_ATafter] = ACTIONS(91), - [anon_sym_ATsuccess] = ACTIONS(93), - [anon_sym_ATfinished] = ACTIONS(95), - [anon_sym_ATpersist] = ACTIONS(97), - [anon_sym_ATteleport] = ACTIONS(99), - [anon_sym_ATvolt] = ACTIONS(101), - [aux_sym__text_token1] = ACTIONS(103), - [aux_sym__text_token2] = ACTIONS(103), - [aux_sym__text_token3] = ACTIONS(105), + [aux_sym__inline_directive_token2] = ACTIONS(19), + [anon_sym_ATfragment] = ACTIONS(21), + [anon_sym_ATsection] = ACTIONS(23), + [anon_sym_ATonce] = ACTIONS(25), + [anon_sym_ATverbatim] = ACTIONS(27), + [anon_sym_ATpush] = ACTIONS(29), + [anon_sym_ATpushOnce] = ACTIONS(31), + [anon_sym_ATpushIf] = ACTIONS(33), + [anon_sym_ATprepend] = ACTIONS(35), + [anon_sym_ATprependOnce] = ACTIONS(37), + [anon_sym_ATif] = ACTIONS(39), + [anon_sym_ATunless] = ACTIONS(41), + [anon_sym_ATisset] = ACTIONS(43), + [anon_sym_ATempty] = ACTIONS(45), + [anon_sym_ATauth] = ACTIONS(47), + [anon_sym_ATguest] = ACTIONS(49), + [anon_sym_ATproduction] = ACTIONS(51), + [anon_sym_ATenv] = ACTIONS(53), + [anon_sym_AThasSection] = ACTIONS(55), + [anon_sym_ATsectionMissing] = ACTIONS(57), + [anon_sym_ATerror] = ACTIONS(59), + [anon_sym_ATcan] = ACTIONS(61), + [anon_sym_ATcannot] = ACTIONS(63), + [anon_sym_ATcanany] = ACTIONS(65), + [anon_sym_ATfeature] = ACTIONS(67), + [aux_sym__custom_token1] = ACTIONS(69), + [aux_sym__custom_token2] = ACTIONS(71), + [anon_sym_ATswitch] = ACTIONS(73), + [aux_sym_loop_operator_token1] = ACTIONS(75), + [anon_sym_ATfor] = ACTIONS(77), + [anon_sym_ATforeach] = ACTIONS(79), + [anon_sym_ATforelse] = ACTIONS(81), + [anon_sym_ATwhile] = ACTIONS(83), + [anon_sym_ATsetup] = ACTIONS(85), + [anon_sym_ATtask] = ACTIONS(87), + [anon_sym_ATstory] = ACTIONS(89), + [anon_sym_ATbefore] = ACTIONS(91), + [anon_sym_ATafter] = ACTIONS(93), + [anon_sym_ATsuccess] = ACTIONS(95), + [anon_sym_ATfinished] = ACTIONS(97), + [anon_sym_ATpersist] = ACTIONS(99), + [anon_sym_ATteleport] = ACTIONS(101), + [anon_sym_ATvolt] = ACTIONS(103), + [aux_sym__text_token1] = ACTIONS(105), + [aux_sym__text_token2] = ACTIONS(105), + [aux_sym__text_token3] = ACTIONS(107), }, [2] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -25758,122 +25616,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6441), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6612), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [3] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -25883,122 +25742,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), [sym__if_statement_directive_body_with_optional_parameter] = STATE(5563), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [4] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -26008,122 +25868,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), [sym__if_statement_directive_body_with_optional_parameter] = STATE(5562), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [5] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -26133,122 +25994,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5529), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6064), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [6] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -26258,122 +26120,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), [sym__if_statement_directive_body_with_optional_parameter] = STATE(5492), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [7] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -26383,122 +26246,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), [sym__if_statement_directive_body_with_optional_parameter] = STATE(5491), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [8] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -26508,122 +26372,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5532), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6044), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [9] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -26633,122 +26498,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5481), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5524), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [10] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -26758,122 +26624,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5839), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5529), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [11] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -26883,122 +26750,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5841), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5528), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [12] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -27008,122 +26876,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5493), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5526), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [13] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -27133,122 +27002,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6069), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5609), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [14] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -27258,122 +27128,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5592), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5643), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [15] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -27383,122 +27254,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5594), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5644), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [16] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -27508,122 +27380,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6071), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5610), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [17] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -27633,122 +27506,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5643), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5700), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [18] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -27758,122 +27632,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5644), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5701), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [19] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -27883,122 +27758,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6291), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5727), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [20] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -28008,122 +27884,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6292), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5728), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [21] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -28133,122 +28010,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), [sym__if_statement_directive_body_with_optional_parameter] = STATE(5915), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [22] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -28258,122 +28136,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), [sym__if_statement_directive_body_with_optional_parameter] = STATE(5885), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [23] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -28383,122 +28262,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6506), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5851), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [24] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -28508,122 +28388,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5685), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5763), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [25] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -28633,122 +28514,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5686), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5764), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [26] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -28758,122 +28640,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6508), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5852), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [27] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -28883,122 +28766,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5730), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5822), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [28] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -29008,122 +28892,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5731), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5823), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [29] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -29133,122 +29018,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6705), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5938), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [30] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -29258,122 +29144,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5769), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5887), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [31] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -29383,122 +29270,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5770), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5888), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [32] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -29508,122 +29396,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6704), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5973), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [33] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -29633,122 +29522,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5815), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5944), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [34] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -29758,122 +29648,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5816), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5945), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [35] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -29883,122 +29774,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6658), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6095), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [36] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -30008,122 +29900,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5865), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6010), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [37] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -30133,122 +30026,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5866), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6014), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [38] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -30258,122 +30152,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6657), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6097), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [39] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -30383,122 +30278,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5831), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6072), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [40] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -30508,122 +30404,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5914), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6073), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [41] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -30633,122 +30530,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6620), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6210), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [42] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -30758,122 +30656,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5960), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6138), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [43] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -30883,122 +30782,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5961), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6141), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [44] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -31008,122 +30908,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6619), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6211), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [45] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -31133,122 +31034,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6001), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6194), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [46] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -31258,122 +31160,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6002), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6199), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [47] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -31383,122 +31286,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6547), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6291), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [48] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -31508,122 +31412,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6044), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6255), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [49] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -31633,122 +31538,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6046), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6256), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [50] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -31758,122 +31664,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6577), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6292), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [51] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -31883,122 +31790,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6095), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6312), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [52] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -32008,122 +31916,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6096), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6313), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [53] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -32133,122 +32042,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6531), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6397), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [54] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -32258,122 +32168,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6141), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6367), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [55] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -32383,122 +32294,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6142), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6368), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [56] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -32508,122 +32420,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6530), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6398), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [57] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -32633,122 +32546,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6484), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6504), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [58] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -32758,122 +32672,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6186), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6425), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [59] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -32883,122 +32798,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6187), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6426), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [60] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -33008,122 +32924,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6483), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6505), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [61] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -33133,122 +33050,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6224), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6477), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [62] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -33258,122 +33176,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6225), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6478), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [63] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -33383,122 +33302,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6442), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6611), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [64] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -33508,122 +33428,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6265), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6538), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [65] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -33633,122 +33554,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6266), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6539), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [66] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -33758,122 +33680,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6314), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6591), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [67] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -33883,122 +33806,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6236), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6592), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [68] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -34008,122 +33932,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6360), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6653), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [69] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -34133,122 +34058,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6361), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6654), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [70] = { [sym__definition] = STATE(75), [sym_keyword] = STATE(75), [sym_php_statement] = STATE(75), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(75), [sym__inline_directive] = STATE(75), [sym__nested_directive] = STATE(75), @@ -34258,122 +34184,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(75), [sym_verbatim] = STATE(75), [sym_stack] = STATE(75), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(75), [sym_conditional_keyword] = STATE(75), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(75), [sym_loop] = STATE(75), [sym_loop_operator] = STATE(75), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(75), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6403), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6689), [sym__directive_parameter] = STATE(179), [sym_text] = STATE(75), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(75), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(107), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(109), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [71] = { [sym__definition] = STATE(72), [sym_keyword] = STATE(72), [sym_php_statement] = STATE(72), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(72), [sym__inline_directive] = STATE(72), [sym__nested_directive] = STATE(72), @@ -34383,122 +34310,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(72), [sym_verbatim] = STATE(72), [sym_stack] = STATE(72), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(72), [sym_conditional_keyword] = STATE(72), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(72), [sym_loop] = STATE(72), [sym_loop_operator] = STATE(72), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(72), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(72), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6404), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6690), [sym__directive_parameter] = STATE(172), [sym_text] = STATE(72), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(72), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(215), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [anon_sym_LPAREN2] = ACTIONS(209), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(219), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [anon_sym_LPAREN2] = ACTIONS(213), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [72] = { [sym__definition] = STATE(105), [sym_keyword] = STATE(105), [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(105), [sym__inline_directive] = STATE(105), [sym__nested_directive] = STATE(105), @@ -34508,120 +34436,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(105), [sym_verbatim] = STATE(105), [sym_stack] = STATE(105), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(105), [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(105), [sym_loop] = STATE(105), [sym_loop_operator] = STATE(105), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(105), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(105), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), [sym_text] = STATE(105), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(105), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(321), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATendauth] = ACTIONS(323), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(327), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATendauth] = ACTIONS(329), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [73] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -34638,113 +34567,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(375), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(383), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [74] = { [sym__definition] = STATE(124), [sym_keyword] = STATE(124), [sym_php_statement] = STATE(124), - [sym__escaped] = STATE(1925), - [sym__unescaped] = STATE(1925), - [sym__raw] = STATE(1925), - [sym__inline_raw] = STATE(1925), - [sym__multi_line_raw] = STATE(1925), + [sym__escaped] = STATE(1928), + [sym__unescaped] = STATE(1928), + [sym__raw] = STATE(1928), + [sym__inline_raw] = STATE(1928), + [sym__multi_line_raw] = STATE(1928), [sym_attribute] = STATE(124), [sym__inline_directive] = STATE(124), [sym__nested_directive] = STATE(124), @@ -34754,120 +34684,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(124), [sym_verbatim] = STATE(124), [sym_stack] = STATE(124), - [sym__push] = STATE(1926), - [sym__pushOnce] = STATE(1926), - [sym__pushIf] = STATE(1926), - [sym__prepend] = STATE(1926), - [sym__prependOnce] = STATE(1926), + [sym__push] = STATE(1929), + [sym__pushOnce] = STATE(1929), + [sym__pushIf] = STATE(1929), + [sym__prepend] = STATE(1929), + [sym__prependOnce] = STATE(1929), [sym_conditional] = STATE(124), [sym_conditional_keyword] = STATE(124), - [sym__if] = STATE(1927), - [sym__unless] = STATE(1927), - [sym__isset] = STATE(1927), - [sym__empty] = STATE(1927), - [sym__auth] = STATE(1927), - [sym__guest] = STATE(1927), - [sym__production] = STATE(1927), - [sym__env] = STATE(1927), - [sym__hasSection] = STATE(1927), - [sym__sectionMissing] = STATE(1927), - [sym__error] = STATE(1927), - [sym_authorization] = STATE(1927), - [sym__can] = STATE(1928), - [sym__cannot] = STATE(1928), - [sym__canany] = STATE(1928), - [sym__feature] = STATE(1927), - [sym__custom] = STATE(1927), + [sym__if] = STATE(1930), + [sym__unless] = STATE(1930), + [sym__isset] = STATE(1930), + [sym__empty] = STATE(1930), + [sym__auth] = STATE(1930), + [sym__guest] = STATE(1930), + [sym__production] = STATE(1930), + [sym__env] = STATE(1930), + [sym__hasSection] = STATE(1930), + [sym__sectionMissing] = STATE(1930), + [sym__error] = STATE(1930), + [sym_authorization] = STATE(1930), + [sym__can] = STATE(1931), + [sym__cannot] = STATE(1931), + [sym__canany] = STATE(1931), + [sym__feature] = STATE(1930), + [sym__custom] = STATE(1930), [sym_switch] = STATE(124), [sym_loop] = STATE(124), [sym_loop_operator] = STATE(124), - [sym__for] = STATE(1929), - [sym__foreach] = STATE(1929), - [sym__forelse] = STATE(1929), - [sym__while] = STATE(1929), + [sym__for] = STATE(1237), + [sym__foreach] = STATE(1237), + [sym__forelse] = STATE(1237), + [sym__while] = STATE(1237), [sym_envoy] = STATE(124), - [sym__setup] = STATE(1925), - [sym__task] = STATE(1930), - [sym__story] = STATE(1930), - [sym__hooks] = STATE(1925), - [sym__before] = STATE(1925), - [sym__after] = STATE(1925), - [sym__envoy_error] = STATE(1925), - [sym__success] = STATE(1925), - [sym__finished] = STATE(1925), + [sym__setup] = STATE(1928), + [sym__task] = STATE(1196), + [sym__story] = STATE(1196), + [sym__hooks] = STATE(1928), + [sym__before] = STATE(1928), + [sym__after] = STATE(1928), + [sym__envoy_error] = STATE(1928), + [sym__success] = STATE(1928), + [sym__finished] = STATE(1928), [sym_livewire] = STATE(124), - [sym__persist] = STATE(1931), - [sym__teleport] = STATE(1931), - [sym__volt] = STATE(1931), + [sym__persist] = STATE(1342), + [sym__teleport] = STATE(1342), + [sym__volt] = STATE(1342), [sym_text] = STATE(124), [sym__text] = STATE(679), [aux_sym__if_statement_directive_body_repeat1] = STATE(124), [aux_sym_php_only_repeat1] = STATE(679), - [sym_comment] = ACTIONS(433), - [aux_sym_keyword_token1] = ACTIONS(435), - [anon_sym_LBRACE_LBRACE] = ACTIONS(437), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(439), - [anon_sym_ATphp] = ACTIONS(441), - [aux_sym_attribute_token1] = ACTIONS(443), - [aux_sym__inline_directive_token1] = ACTIONS(445), - [anon_sym_ATfragment] = ACTIONS(447), - [anon_sym_ATsection] = ACTIONS(449), - [anon_sym_ATonce] = ACTIONS(451), - [anon_sym_ATverbatim] = ACTIONS(453), - [anon_sym_ATpush] = ACTIONS(455), - [anon_sym_ATpushOnce] = ACTIONS(457), - [anon_sym_ATpushIf] = ACTIONS(459), - [anon_sym_ATprepend] = ACTIONS(461), - [anon_sym_ATprependOnce] = ACTIONS(463), - [anon_sym_ATelse] = ACTIONS(465), - [aux_sym_conditional_keyword_token1] = ACTIONS(467), - [anon_sym_ATif] = ACTIONS(469), - [anon_sym_ATunless] = ACTIONS(471), - [anon_sym_ATisset] = ACTIONS(473), - [anon_sym_ATempty] = ACTIONS(475), - [anon_sym_ATauth] = ACTIONS(477), - [anon_sym_ATguest] = ACTIONS(479), - [anon_sym_ATproduction] = ACTIONS(481), - [anon_sym_ATenv] = ACTIONS(483), - [anon_sym_AThasSection] = ACTIONS(485), - [anon_sym_ATsectionMissing] = ACTIONS(487), - [anon_sym_ATerror] = ACTIONS(489), - [anon_sym_ATcan] = ACTIONS(491), - [anon_sym_ATcannot] = ACTIONS(493), - [anon_sym_ATcanany] = ACTIONS(495), - [anon_sym_ATendcanany] = ACTIONS(497), - [anon_sym_ATfeature] = ACTIONS(499), - [aux_sym__custom_token1] = ACTIONS(501), - [aux_sym__custom_token2] = ACTIONS(503), - [anon_sym_ATswitch] = ACTIONS(505), - [aux_sym_loop_operator_token1] = ACTIONS(507), - [anon_sym_ATfor] = ACTIONS(509), - [anon_sym_ATforeach] = ACTIONS(511), - [anon_sym_ATforelse] = ACTIONS(513), - [anon_sym_ATwhile] = ACTIONS(515), - [anon_sym_ATsetup] = ACTIONS(517), - [anon_sym_ATtask] = ACTIONS(519), - [anon_sym_ATstory] = ACTIONS(521), - [anon_sym_ATbefore] = ACTIONS(523), - [anon_sym_ATafter] = ACTIONS(525), - [anon_sym_ATsuccess] = ACTIONS(527), - [anon_sym_ATfinished] = ACTIONS(529), - [anon_sym_ATpersist] = ACTIONS(531), - [anon_sym_ATteleport] = ACTIONS(533), - [anon_sym_ATvolt] = ACTIONS(535), - [aux_sym__text_token1] = ACTIONS(537), - [aux_sym__text_token2] = ACTIONS(537), - [aux_sym__text_token3] = ACTIONS(539), + [sym_comment] = ACTIONS(441), + [aux_sym_keyword_token1] = ACTIONS(443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(447), + [anon_sym_ATphp] = ACTIONS(449), + [aux_sym_attribute_token1] = ACTIONS(451), + [aux_sym__inline_directive_token1] = ACTIONS(453), + [aux_sym__inline_directive_token2] = ACTIONS(455), + [anon_sym_ATfragment] = ACTIONS(457), + [anon_sym_ATsection] = ACTIONS(459), + [anon_sym_ATonce] = ACTIONS(461), + [anon_sym_ATverbatim] = ACTIONS(463), + [anon_sym_ATpush] = ACTIONS(465), + [anon_sym_ATpushOnce] = ACTIONS(467), + [anon_sym_ATpushIf] = ACTIONS(469), + [anon_sym_ATprepend] = ACTIONS(471), + [anon_sym_ATprependOnce] = ACTIONS(473), + [anon_sym_ATelse] = ACTIONS(475), + [aux_sym_conditional_keyword_token1] = ACTIONS(477), + [anon_sym_ATif] = ACTIONS(479), + [anon_sym_ATunless] = ACTIONS(481), + [anon_sym_ATisset] = ACTIONS(483), + [anon_sym_ATempty] = ACTIONS(485), + [anon_sym_ATauth] = ACTIONS(487), + [anon_sym_ATguest] = ACTIONS(489), + [anon_sym_ATproduction] = ACTIONS(491), + [anon_sym_ATenv] = ACTIONS(493), + [anon_sym_AThasSection] = ACTIONS(495), + [anon_sym_ATsectionMissing] = ACTIONS(497), + [anon_sym_ATerror] = ACTIONS(499), + [anon_sym_ATcan] = ACTIONS(501), + [anon_sym_ATcannot] = ACTIONS(503), + [anon_sym_ATcanany] = ACTIONS(505), + [anon_sym_ATendcanany] = ACTIONS(507), + [anon_sym_ATfeature] = ACTIONS(509), + [aux_sym__custom_token1] = ACTIONS(511), + [aux_sym__custom_token2] = ACTIONS(513), + [anon_sym_ATswitch] = ACTIONS(515), + [aux_sym_loop_operator_token1] = ACTIONS(517), + [anon_sym_ATfor] = ACTIONS(519), + [anon_sym_ATforeach] = ACTIONS(521), + [anon_sym_ATforelse] = ACTIONS(523), + [anon_sym_ATwhile] = ACTIONS(525), + [anon_sym_ATsetup] = ACTIONS(527), + [anon_sym_ATtask] = ACTIONS(529), + [anon_sym_ATstory] = ACTIONS(531), + [anon_sym_ATbefore] = ACTIONS(533), + [anon_sym_ATafter] = ACTIONS(535), + [anon_sym_ATsuccess] = ACTIONS(537), + [anon_sym_ATfinished] = ACTIONS(539), + [anon_sym_ATpersist] = ACTIONS(541), + [anon_sym_ATteleport] = ACTIONS(543), + [anon_sym_ATvolt] = ACTIONS(545), + [aux_sym__text_token1] = ACTIONS(547), + [aux_sym__text_token2] = ACTIONS(547), + [aux_sym__text_token3] = ACTIONS(549), }, [75] = { [sym__definition] = STATE(90), [sym_keyword] = STATE(90), [sym_php_statement] = STATE(90), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(90), [sym__inline_directive] = STATE(90), [sym__nested_directive] = STATE(90), @@ -34877,120 +34808,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(90), [sym_verbatim] = STATE(90), [sym_stack] = STATE(90), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(90), [sym_conditional_keyword] = STATE(90), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(90), [sym_loop] = STATE(90), [sym_loop_operator] = STATE(90), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(90), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(90), - [sym__persist] = STATE(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), [sym_text] = STATE(90), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(90), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(541), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATendguest] = ACTIONS(323), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(551), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATendguest] = ACTIONS(329), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [76] = { [sym__definition] = STATE(76), [sym_keyword] = STATE(76), [sym_php_statement] = STATE(76), - [sym__escaped] = STATE(1762), - [sym__unescaped] = STATE(1762), - [sym__raw] = STATE(1762), - [sym__inline_raw] = STATE(1762), - [sym__multi_line_raw] = STATE(1762), + [sym__escaped] = STATE(1764), + [sym__unescaped] = STATE(1764), + [sym__raw] = STATE(1764), + [sym__inline_raw] = STATE(1764), + [sym__multi_line_raw] = STATE(1764), [sym_attribute] = STATE(76), [sym__inline_directive] = STATE(76), [sym__nested_directive] = STATE(76), @@ -35000,120 +34932,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(76), [sym_verbatim] = STATE(76), [sym_stack] = STATE(76), - [sym__push] = STATE(1763), - [sym__pushOnce] = STATE(1763), - [sym__pushIf] = STATE(1763), - [sym__prepend] = STATE(1763), - [sym__prependOnce] = STATE(1763), + [sym__push] = STATE(1765), + [sym__pushOnce] = STATE(1765), + [sym__pushIf] = STATE(1765), + [sym__prepend] = STATE(1765), + [sym__prependOnce] = STATE(1765), [sym_conditional] = STATE(76), [sym_conditional_keyword] = STATE(76), - [sym__if] = STATE(1764), - [sym__unless] = STATE(1764), - [sym__isset] = STATE(1764), - [sym__empty] = STATE(1764), - [sym__auth] = STATE(1764), - [sym__guest] = STATE(1764), - [sym__production] = STATE(1764), - [sym__env] = STATE(1764), - [sym__hasSection] = STATE(1764), - [sym__sectionMissing] = STATE(1764), - [sym__error] = STATE(1764), - [sym_authorization] = STATE(1764), - [sym__can] = STATE(1765), - [sym__cannot] = STATE(1765), - [sym__canany] = STATE(1765), - [sym__feature] = STATE(1764), - [sym__custom] = STATE(1764), + [sym__if] = STATE(1766), + [sym__unless] = STATE(1766), + [sym__isset] = STATE(1766), + [sym__empty] = STATE(1766), + [sym__auth] = STATE(1766), + [sym__guest] = STATE(1766), + [sym__production] = STATE(1766), + [sym__env] = STATE(1766), + [sym__hasSection] = STATE(1766), + [sym__sectionMissing] = STATE(1766), + [sym__error] = STATE(1766), + [sym_authorization] = STATE(1766), + [sym__can] = STATE(1767), + [sym__cannot] = STATE(1767), + [sym__canany] = STATE(1767), + [sym__feature] = STATE(1766), + [sym__custom] = STATE(1766), [sym_switch] = STATE(76), [sym_loop] = STATE(76), [sym_loop_operator] = STATE(76), - [sym__for] = STATE(1766), - [sym__foreach] = STATE(1766), - [sym__forelse] = STATE(1766), - [sym__while] = STATE(1766), + [sym__for] = STATE(1768), + [sym__foreach] = STATE(1768), + [sym__forelse] = STATE(1768), + [sym__while] = STATE(1768), [sym_envoy] = STATE(76), - [sym__setup] = STATE(1762), - [sym__task] = STATE(1767), - [sym__story] = STATE(1767), - [sym__hooks] = STATE(1762), - [sym__before] = STATE(1762), - [sym__after] = STATE(1762), - [sym__envoy_error] = STATE(1762), - [sym__success] = STATE(1762), - [sym__finished] = STATE(1762), + [sym__setup] = STATE(1764), + [sym__task] = STATE(1769), + [sym__story] = STATE(1769), + [sym__hooks] = STATE(1764), + [sym__before] = STATE(1764), + [sym__after] = STATE(1764), + [sym__envoy_error] = STATE(1764), + [sym__success] = STATE(1764), + [sym__finished] = STATE(1764), [sym_livewire] = STATE(76), - [sym__persist] = STATE(1768), - [sym__teleport] = STATE(1768), - [sym__volt] = STATE(1768), + [sym__persist] = STATE(1770), + [sym__teleport] = STATE(1770), + [sym__volt] = STATE(1770), [sym_text] = STATE(76), [sym__text] = STATE(725), [aux_sym__if_statement_directive_body_repeat1] = STATE(76), [aux_sym_php_only_repeat1] = STATE(725), - [sym_comment] = ACTIONS(543), - [aux_sym_keyword_token1] = ACTIONS(546), - [anon_sym_LBRACE_LBRACE] = ACTIONS(549), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(552), - [anon_sym_ATphp] = ACTIONS(555), - [aux_sym_attribute_token1] = ACTIONS(558), - [aux_sym__inline_directive_token1] = ACTIONS(561), - [anon_sym_ATfragment] = ACTIONS(564), - [anon_sym_ATsection] = ACTIONS(567), - [anon_sym_ATonce] = ACTIONS(570), - [anon_sym_ATverbatim] = ACTIONS(573), - [anon_sym_ATpush] = ACTIONS(576), - [anon_sym_ATpushOnce] = ACTIONS(579), - [anon_sym_ATpushIf] = ACTIONS(582), - [anon_sym_ATprepend] = ACTIONS(585), - [anon_sym_ATprependOnce] = ACTIONS(588), - [anon_sym_ATelse] = ACTIONS(591), - [aux_sym_conditional_keyword_token1] = ACTIONS(594), - [anon_sym_ATif] = ACTIONS(597), - [anon_sym_ATunless] = ACTIONS(600), - [anon_sym_ATisset] = ACTIONS(603), - [anon_sym_ATempty] = ACTIONS(606), - [anon_sym_ATauth] = ACTIONS(609), - [anon_sym_ATguest] = ACTIONS(612), - [anon_sym_ATproduction] = ACTIONS(615), - [anon_sym_ATenv] = ACTIONS(618), - [anon_sym_AThasSection] = ACTIONS(621), - [anon_sym_ATsectionMissing] = ACTIONS(624), - [anon_sym_ATerror] = ACTIONS(627), - [anon_sym_ATcan] = ACTIONS(630), - [anon_sym_ATendcan] = ACTIONS(633), - [anon_sym_ATcannot] = ACTIONS(635), - [anon_sym_ATcanany] = ACTIONS(638), - [anon_sym_ATfeature] = ACTIONS(641), - [aux_sym__custom_token1] = ACTIONS(644), - [aux_sym__custom_token2] = ACTIONS(647), - [anon_sym_ATswitch] = ACTIONS(650), - [aux_sym_loop_operator_token1] = ACTIONS(653), - [anon_sym_ATfor] = ACTIONS(656), - [anon_sym_ATforeach] = ACTIONS(659), - [anon_sym_ATforelse] = ACTIONS(662), - [anon_sym_ATwhile] = ACTIONS(665), - [anon_sym_ATsetup] = ACTIONS(668), - [anon_sym_ATtask] = ACTIONS(671), - [anon_sym_ATstory] = ACTIONS(674), - [anon_sym_ATbefore] = ACTIONS(677), - [anon_sym_ATafter] = ACTIONS(680), - [anon_sym_ATsuccess] = ACTIONS(683), - [anon_sym_ATfinished] = ACTIONS(686), - [anon_sym_ATpersist] = ACTIONS(689), - [anon_sym_ATteleport] = ACTIONS(692), - [anon_sym_ATvolt] = ACTIONS(695), - [aux_sym__text_token1] = ACTIONS(698), - [aux_sym__text_token2] = ACTIONS(698), - [aux_sym__text_token3] = ACTIONS(701), + [sym_comment] = ACTIONS(553), + [aux_sym_keyword_token1] = ACTIONS(556), + [anon_sym_LBRACE_LBRACE] = ACTIONS(559), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(562), + [anon_sym_ATphp] = ACTIONS(565), + [aux_sym_attribute_token1] = ACTIONS(568), + [aux_sym__inline_directive_token1] = ACTIONS(571), + [aux_sym__inline_directive_token2] = ACTIONS(574), + [anon_sym_ATfragment] = ACTIONS(577), + [anon_sym_ATsection] = ACTIONS(580), + [anon_sym_ATonce] = ACTIONS(583), + [anon_sym_ATverbatim] = ACTIONS(586), + [anon_sym_ATpush] = ACTIONS(589), + [anon_sym_ATpushOnce] = ACTIONS(592), + [anon_sym_ATpushIf] = ACTIONS(595), + [anon_sym_ATprepend] = ACTIONS(598), + [anon_sym_ATprependOnce] = ACTIONS(601), + [anon_sym_ATelse] = ACTIONS(604), + [aux_sym_conditional_keyword_token1] = ACTIONS(607), + [anon_sym_ATif] = ACTIONS(610), + [anon_sym_ATunless] = ACTIONS(613), + [anon_sym_ATisset] = ACTIONS(616), + [anon_sym_ATempty] = ACTIONS(619), + [anon_sym_ATauth] = ACTIONS(622), + [anon_sym_ATguest] = ACTIONS(625), + [anon_sym_ATproduction] = ACTIONS(628), + [anon_sym_ATenv] = ACTIONS(631), + [anon_sym_AThasSection] = ACTIONS(634), + [anon_sym_ATsectionMissing] = ACTIONS(637), + [anon_sym_ATerror] = ACTIONS(640), + [anon_sym_ATcan] = ACTIONS(643), + [anon_sym_ATendcan] = ACTIONS(646), + [anon_sym_ATcannot] = ACTIONS(648), + [anon_sym_ATcanany] = ACTIONS(651), + [anon_sym_ATfeature] = ACTIONS(654), + [aux_sym__custom_token1] = ACTIONS(657), + [aux_sym__custom_token2] = ACTIONS(660), + [anon_sym_ATswitch] = ACTIONS(663), + [aux_sym_loop_operator_token1] = ACTIONS(666), + [anon_sym_ATfor] = ACTIONS(669), + [anon_sym_ATforeach] = ACTIONS(672), + [anon_sym_ATforelse] = ACTIONS(675), + [anon_sym_ATwhile] = ACTIONS(678), + [anon_sym_ATsetup] = ACTIONS(681), + [anon_sym_ATtask] = ACTIONS(684), + [anon_sym_ATstory] = ACTIONS(687), + [anon_sym_ATbefore] = ACTIONS(690), + [anon_sym_ATafter] = ACTIONS(693), + [anon_sym_ATsuccess] = ACTIONS(696), + [anon_sym_ATfinished] = ACTIONS(699), + [anon_sym_ATpersist] = ACTIONS(702), + [anon_sym_ATteleport] = ACTIONS(705), + [anon_sym_ATvolt] = ACTIONS(708), + [aux_sym__text_token1] = ACTIONS(711), + [aux_sym__text_token2] = ACTIONS(711), + [aux_sym__text_token3] = ACTIONS(714), }, [77] = { [sym__definition] = STATE(74), [sym_keyword] = STATE(74), [sym_php_statement] = STATE(74), - [sym__escaped] = STATE(1925), - [sym__unescaped] = STATE(1925), - [sym__raw] = STATE(1925), - [sym__inline_raw] = STATE(1925), - [sym__multi_line_raw] = STATE(1925), + [sym__escaped] = STATE(1928), + [sym__unescaped] = STATE(1928), + [sym__raw] = STATE(1928), + [sym__inline_raw] = STATE(1928), + [sym__multi_line_raw] = STATE(1928), [sym_attribute] = STATE(74), [sym__inline_directive] = STATE(74), [sym__nested_directive] = STATE(74), @@ -35123,120 +35056,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(74), [sym_verbatim] = STATE(74), [sym_stack] = STATE(74), - [sym__push] = STATE(1926), - [sym__pushOnce] = STATE(1926), - [sym__pushIf] = STATE(1926), - [sym__prepend] = STATE(1926), - [sym__prependOnce] = STATE(1926), + [sym__push] = STATE(1929), + [sym__pushOnce] = STATE(1929), + [sym__pushIf] = STATE(1929), + [sym__prepend] = STATE(1929), + [sym__prependOnce] = STATE(1929), [sym_conditional] = STATE(74), [sym_conditional_keyword] = STATE(74), - [sym__if] = STATE(1927), - [sym__unless] = STATE(1927), - [sym__isset] = STATE(1927), - [sym__empty] = STATE(1927), - [sym__auth] = STATE(1927), - [sym__guest] = STATE(1927), - [sym__production] = STATE(1927), - [sym__env] = STATE(1927), - [sym__hasSection] = STATE(1927), - [sym__sectionMissing] = STATE(1927), - [sym__error] = STATE(1927), - [sym_authorization] = STATE(1927), - [sym__can] = STATE(1928), - [sym__cannot] = STATE(1928), - [sym__canany] = STATE(1928), - [sym__feature] = STATE(1927), - [sym__custom] = STATE(1927), + [sym__if] = STATE(1930), + [sym__unless] = STATE(1930), + [sym__isset] = STATE(1930), + [sym__empty] = STATE(1930), + [sym__auth] = STATE(1930), + [sym__guest] = STATE(1930), + [sym__production] = STATE(1930), + [sym__env] = STATE(1930), + [sym__hasSection] = STATE(1930), + [sym__sectionMissing] = STATE(1930), + [sym__error] = STATE(1930), + [sym_authorization] = STATE(1930), + [sym__can] = STATE(1931), + [sym__cannot] = STATE(1931), + [sym__canany] = STATE(1931), + [sym__feature] = STATE(1930), + [sym__custom] = STATE(1930), [sym_switch] = STATE(74), [sym_loop] = STATE(74), [sym_loop_operator] = STATE(74), - [sym__for] = STATE(1929), - [sym__foreach] = STATE(1929), - [sym__forelse] = STATE(1929), - [sym__while] = STATE(1929), + [sym__for] = STATE(1237), + [sym__foreach] = STATE(1237), + [sym__forelse] = STATE(1237), + [sym__while] = STATE(1237), [sym_envoy] = STATE(74), - [sym__setup] = STATE(1925), - [sym__task] = STATE(1930), - [sym__story] = STATE(1930), - [sym__hooks] = STATE(1925), - [sym__before] = STATE(1925), - [sym__after] = STATE(1925), - [sym__envoy_error] = STATE(1925), - [sym__success] = STATE(1925), - [sym__finished] = STATE(1925), + [sym__setup] = STATE(1928), + [sym__task] = STATE(1196), + [sym__story] = STATE(1196), + [sym__hooks] = STATE(1928), + [sym__before] = STATE(1928), + [sym__after] = STATE(1928), + [sym__envoy_error] = STATE(1928), + [sym__success] = STATE(1928), + [sym__finished] = STATE(1928), [sym_livewire] = STATE(74), - [sym__persist] = STATE(1931), - [sym__teleport] = STATE(1931), - [sym__volt] = STATE(1931), + [sym__persist] = STATE(1342), + [sym__teleport] = STATE(1342), + [sym__volt] = STATE(1342), [sym_text] = STATE(74), [sym__text] = STATE(679), [aux_sym__if_statement_directive_body_repeat1] = STATE(74), [aux_sym_php_only_repeat1] = STATE(679), - [sym_comment] = ACTIONS(704), - [aux_sym_keyword_token1] = ACTIONS(435), - [anon_sym_LBRACE_LBRACE] = ACTIONS(437), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(439), - [anon_sym_ATphp] = ACTIONS(441), - [aux_sym_attribute_token1] = ACTIONS(443), - [aux_sym__inline_directive_token1] = ACTIONS(445), - [anon_sym_ATfragment] = ACTIONS(447), - [anon_sym_ATsection] = ACTIONS(449), - [anon_sym_ATonce] = ACTIONS(451), - [anon_sym_ATverbatim] = ACTIONS(453), - [anon_sym_ATpush] = ACTIONS(455), - [anon_sym_ATpushOnce] = ACTIONS(457), - [anon_sym_ATpushIf] = ACTIONS(459), - [anon_sym_ATprepend] = ACTIONS(461), - [anon_sym_ATprependOnce] = ACTIONS(463), - [anon_sym_ATelse] = ACTIONS(465), - [aux_sym_conditional_keyword_token1] = ACTIONS(467), - [anon_sym_ATif] = ACTIONS(469), - [anon_sym_ATunless] = ACTIONS(471), - [anon_sym_ATisset] = ACTIONS(473), - [anon_sym_ATempty] = ACTIONS(475), - [anon_sym_ATauth] = ACTIONS(477), - [anon_sym_ATguest] = ACTIONS(479), - [anon_sym_ATproduction] = ACTIONS(481), - [anon_sym_ATenv] = ACTIONS(483), - [anon_sym_AThasSection] = ACTIONS(485), - [anon_sym_ATsectionMissing] = ACTIONS(487), - [anon_sym_ATerror] = ACTIONS(489), - [anon_sym_ATcan] = ACTIONS(491), - [anon_sym_ATcannot] = ACTIONS(493), - [anon_sym_ATcanany] = ACTIONS(495), - [anon_sym_ATendcanany] = ACTIONS(706), - [anon_sym_ATfeature] = ACTIONS(499), - [aux_sym__custom_token1] = ACTIONS(501), - [aux_sym__custom_token2] = ACTIONS(503), - [anon_sym_ATswitch] = ACTIONS(505), - [aux_sym_loop_operator_token1] = ACTIONS(507), - [anon_sym_ATfor] = ACTIONS(509), - [anon_sym_ATforeach] = ACTIONS(511), - [anon_sym_ATforelse] = ACTIONS(513), - [anon_sym_ATwhile] = ACTIONS(515), - [anon_sym_ATsetup] = ACTIONS(517), - [anon_sym_ATtask] = ACTIONS(519), - [anon_sym_ATstory] = ACTIONS(521), - [anon_sym_ATbefore] = ACTIONS(523), - [anon_sym_ATafter] = ACTIONS(525), - [anon_sym_ATsuccess] = ACTIONS(527), - [anon_sym_ATfinished] = ACTIONS(529), - [anon_sym_ATpersist] = ACTIONS(531), - [anon_sym_ATteleport] = ACTIONS(533), - [anon_sym_ATvolt] = ACTIONS(535), - [aux_sym__text_token1] = ACTIONS(537), - [aux_sym__text_token2] = ACTIONS(537), - [aux_sym__text_token3] = ACTIONS(539), + [sym_comment] = ACTIONS(717), + [aux_sym_keyword_token1] = ACTIONS(443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(447), + [anon_sym_ATphp] = ACTIONS(449), + [aux_sym_attribute_token1] = ACTIONS(451), + [aux_sym__inline_directive_token1] = ACTIONS(453), + [aux_sym__inline_directive_token2] = ACTIONS(455), + [anon_sym_ATfragment] = ACTIONS(457), + [anon_sym_ATsection] = ACTIONS(459), + [anon_sym_ATonce] = ACTIONS(461), + [anon_sym_ATverbatim] = ACTIONS(463), + [anon_sym_ATpush] = ACTIONS(465), + [anon_sym_ATpushOnce] = ACTIONS(467), + [anon_sym_ATpushIf] = ACTIONS(469), + [anon_sym_ATprepend] = ACTIONS(471), + [anon_sym_ATprependOnce] = ACTIONS(473), + [anon_sym_ATelse] = ACTIONS(475), + [aux_sym_conditional_keyword_token1] = ACTIONS(477), + [anon_sym_ATif] = ACTIONS(479), + [anon_sym_ATunless] = ACTIONS(481), + [anon_sym_ATisset] = ACTIONS(483), + [anon_sym_ATempty] = ACTIONS(485), + [anon_sym_ATauth] = ACTIONS(487), + [anon_sym_ATguest] = ACTIONS(489), + [anon_sym_ATproduction] = ACTIONS(491), + [anon_sym_ATenv] = ACTIONS(493), + [anon_sym_AThasSection] = ACTIONS(495), + [anon_sym_ATsectionMissing] = ACTIONS(497), + [anon_sym_ATerror] = ACTIONS(499), + [anon_sym_ATcan] = ACTIONS(501), + [anon_sym_ATcannot] = ACTIONS(503), + [anon_sym_ATcanany] = ACTIONS(505), + [anon_sym_ATendcanany] = ACTIONS(719), + [anon_sym_ATfeature] = ACTIONS(509), + [aux_sym__custom_token1] = ACTIONS(511), + [aux_sym__custom_token2] = ACTIONS(513), + [anon_sym_ATswitch] = ACTIONS(515), + [aux_sym_loop_operator_token1] = ACTIONS(517), + [anon_sym_ATfor] = ACTIONS(519), + [anon_sym_ATforeach] = ACTIONS(521), + [anon_sym_ATforelse] = ACTIONS(523), + [anon_sym_ATwhile] = ACTIONS(525), + [anon_sym_ATsetup] = ACTIONS(527), + [anon_sym_ATtask] = ACTIONS(529), + [anon_sym_ATstory] = ACTIONS(531), + [anon_sym_ATbefore] = ACTIONS(533), + [anon_sym_ATafter] = ACTIONS(535), + [anon_sym_ATsuccess] = ACTIONS(537), + [anon_sym_ATfinished] = ACTIONS(539), + [anon_sym_ATpersist] = ACTIONS(541), + [anon_sym_ATteleport] = ACTIONS(543), + [anon_sym_ATvolt] = ACTIONS(545), + [aux_sym__text_token1] = ACTIONS(547), + [aux_sym__text_token2] = ACTIONS(547), + [aux_sym__text_token3] = ACTIONS(549), }, [78] = { [sym__definition] = STATE(85), [sym_keyword] = STATE(85), [sym_php_statement] = STATE(85), - [sym__escaped] = STATE(1338), - [sym__unescaped] = STATE(1338), - [sym__raw] = STATE(1338), - [sym__inline_raw] = STATE(1338), - [sym__multi_line_raw] = STATE(1338), + [sym__escaped] = STATE(1340), + [sym__unescaped] = STATE(1340), + [sym__raw] = STATE(1340), + [sym__inline_raw] = STATE(1340), + [sym__multi_line_raw] = STATE(1340), [sym_attribute] = STATE(85), [sym__inline_directive] = STATE(85), [sym__nested_directive] = STATE(85), @@ -35246,120 +35180,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(85), [sym_verbatim] = STATE(85), [sym_stack] = STATE(85), - [sym__push] = STATE(1339), - [sym__pushOnce] = STATE(1339), - [sym__pushIf] = STATE(1339), - [sym__prepend] = STATE(1339), - [sym__prependOnce] = STATE(1339), + [sym__push] = STATE(1341), + [sym__pushOnce] = STATE(1341), + [sym__pushIf] = STATE(1341), + [sym__prepend] = STATE(1341), + [sym__prependOnce] = STATE(1341), [sym_conditional] = STATE(85), [sym_conditional_keyword] = STATE(85), - [sym__if] = STATE(1340), - [sym__unless] = STATE(1340), - [sym__isset] = STATE(1340), - [sym__empty] = STATE(1340), - [sym__auth] = STATE(1340), - [sym__guest] = STATE(1340), - [sym__production] = STATE(1340), - [sym__env] = STATE(1340), - [sym__hasSection] = STATE(1340), - [sym__sectionMissing] = STATE(1340), - [sym__error] = STATE(1340), - [sym_authorization] = STATE(1340), - [sym__can] = STATE(1341), - [sym__cannot] = STATE(1341), - [sym__canany] = STATE(1341), - [sym__feature] = STATE(1340), - [sym__custom] = STATE(1340), + [sym__if] = STATE(750), + [sym__unless] = STATE(750), + [sym__isset] = STATE(750), + [sym__empty] = STATE(750), + [sym__auth] = STATE(750), + [sym__guest] = STATE(750), + [sym__production] = STATE(750), + [sym__env] = STATE(750), + [sym__hasSection] = STATE(750), + [sym__sectionMissing] = STATE(750), + [sym__error] = STATE(750), + [sym_authorization] = STATE(750), + [sym__can] = STATE(1343), + [sym__cannot] = STATE(1343), + [sym__canany] = STATE(1343), + [sym__feature] = STATE(750), + [sym__custom] = STATE(750), [sym_switch] = STATE(85), [sym_loop] = STATE(85), [sym_loop_operator] = STATE(85), - [sym__for] = STATE(1342), - [sym__foreach] = STATE(1342), - [sym__forelse] = STATE(1342), - [sym__while] = STATE(1342), + [sym__for] = STATE(1344), + [sym__foreach] = STATE(1344), + [sym__forelse] = STATE(1344), + [sym__while] = STATE(1344), [sym_envoy] = STATE(85), - [sym__setup] = STATE(1338), - [sym__task] = STATE(1343), - [sym__story] = STATE(1343), - [sym__hooks] = STATE(1338), - [sym__before] = STATE(1338), - [sym__after] = STATE(1338), - [sym__envoy_error] = STATE(1338), - [sym__success] = STATE(1338), - [sym__finished] = STATE(1338), + [sym__setup] = STATE(1340), + [sym__task] = STATE(1345), + [sym__story] = STATE(1345), + [sym__hooks] = STATE(1340), + [sym__before] = STATE(1340), + [sym__after] = STATE(1340), + [sym__envoy_error] = STATE(1340), + [sym__success] = STATE(1340), + [sym__finished] = STATE(1340), [sym_livewire] = STATE(85), - [sym__persist] = STATE(1344), - [sym__teleport] = STATE(1344), - [sym__volt] = STATE(1344), + [sym__persist] = STATE(1346), + [sym__teleport] = STATE(1346), + [sym__volt] = STATE(1346), [sym_text] = STATE(85), [sym__text] = STATE(686), [aux_sym__if_statement_directive_body_repeat1] = STATE(85), [aux_sym_php_only_repeat1] = STATE(686), - [sym_comment] = ACTIONS(708), - [aux_sym_keyword_token1] = ACTIONS(710), - [anon_sym_LBRACE_LBRACE] = ACTIONS(712), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(714), - [anon_sym_ATphp] = ACTIONS(716), - [aux_sym_attribute_token1] = ACTIONS(718), - [aux_sym__inline_directive_token1] = ACTIONS(720), - [anon_sym_ATfragment] = ACTIONS(722), - [anon_sym_ATsection] = ACTIONS(724), - [anon_sym_ATonce] = ACTIONS(726), - [anon_sym_ATverbatim] = ACTIONS(728), - [anon_sym_ATpush] = ACTIONS(730), - [anon_sym_ATpushOnce] = ACTIONS(732), - [anon_sym_ATpushIf] = ACTIONS(734), - [anon_sym_ATprepend] = ACTIONS(736), - [anon_sym_ATprependOnce] = ACTIONS(738), - [anon_sym_ATelse] = ACTIONS(740), - [aux_sym_conditional_keyword_token1] = ACTIONS(742), - [anon_sym_ATif] = ACTIONS(744), - [anon_sym_ATunless] = ACTIONS(746), - [anon_sym_ATendunless] = ACTIONS(706), - [anon_sym_ATisset] = ACTIONS(748), - [anon_sym_ATempty] = ACTIONS(750), - [anon_sym_ATauth] = ACTIONS(752), - [anon_sym_ATguest] = ACTIONS(754), - [anon_sym_ATproduction] = ACTIONS(756), - [anon_sym_ATenv] = ACTIONS(758), - [anon_sym_AThasSection] = ACTIONS(760), - [anon_sym_ATsectionMissing] = ACTIONS(762), - [anon_sym_ATerror] = ACTIONS(764), - [anon_sym_ATcan] = ACTIONS(766), - [anon_sym_ATcannot] = ACTIONS(768), - [anon_sym_ATcanany] = ACTIONS(770), - [anon_sym_ATfeature] = ACTIONS(772), - [aux_sym__custom_token1] = ACTIONS(774), - [aux_sym__custom_token2] = ACTIONS(776), - [anon_sym_ATswitch] = ACTIONS(778), - [aux_sym_loop_operator_token1] = ACTIONS(780), - [anon_sym_ATfor] = ACTIONS(782), - [anon_sym_ATforeach] = ACTIONS(784), - [anon_sym_ATforelse] = ACTIONS(786), - [anon_sym_ATwhile] = ACTIONS(788), - [anon_sym_ATsetup] = ACTIONS(790), - [anon_sym_ATtask] = ACTIONS(792), - [anon_sym_ATstory] = ACTIONS(794), - [anon_sym_ATbefore] = ACTIONS(796), - [anon_sym_ATafter] = ACTIONS(798), - [anon_sym_ATsuccess] = ACTIONS(800), - [anon_sym_ATfinished] = ACTIONS(802), - [anon_sym_ATpersist] = ACTIONS(804), - [anon_sym_ATteleport] = ACTIONS(806), - [anon_sym_ATvolt] = ACTIONS(808), - [aux_sym__text_token1] = ACTIONS(810), - [aux_sym__text_token2] = ACTIONS(810), - [aux_sym__text_token3] = ACTIONS(812), + [sym_comment] = ACTIONS(721), + [aux_sym_keyword_token1] = ACTIONS(723), + [anon_sym_LBRACE_LBRACE] = ACTIONS(725), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(727), + [anon_sym_ATphp] = ACTIONS(729), + [aux_sym_attribute_token1] = ACTIONS(731), + [aux_sym__inline_directive_token1] = ACTIONS(733), + [aux_sym__inline_directive_token2] = ACTIONS(735), + [anon_sym_ATfragment] = ACTIONS(737), + [anon_sym_ATsection] = ACTIONS(739), + [anon_sym_ATonce] = ACTIONS(741), + [anon_sym_ATverbatim] = ACTIONS(743), + [anon_sym_ATpush] = ACTIONS(745), + [anon_sym_ATpushOnce] = ACTIONS(747), + [anon_sym_ATpushIf] = ACTIONS(749), + [anon_sym_ATprepend] = ACTIONS(751), + [anon_sym_ATprependOnce] = ACTIONS(753), + [anon_sym_ATelse] = ACTIONS(755), + [aux_sym_conditional_keyword_token1] = ACTIONS(757), + [anon_sym_ATif] = ACTIONS(759), + [anon_sym_ATunless] = ACTIONS(761), + [anon_sym_ATendunless] = ACTIONS(719), + [anon_sym_ATisset] = ACTIONS(763), + [anon_sym_ATempty] = ACTIONS(765), + [anon_sym_ATauth] = ACTIONS(767), + [anon_sym_ATguest] = ACTIONS(769), + [anon_sym_ATproduction] = ACTIONS(771), + [anon_sym_ATenv] = ACTIONS(773), + [anon_sym_AThasSection] = ACTIONS(775), + [anon_sym_ATsectionMissing] = ACTIONS(777), + [anon_sym_ATerror] = ACTIONS(779), + [anon_sym_ATcan] = ACTIONS(781), + [anon_sym_ATcannot] = ACTIONS(783), + [anon_sym_ATcanany] = ACTIONS(785), + [anon_sym_ATfeature] = ACTIONS(787), + [aux_sym__custom_token1] = ACTIONS(789), + [aux_sym__custom_token2] = ACTIONS(791), + [anon_sym_ATswitch] = ACTIONS(793), + [aux_sym_loop_operator_token1] = ACTIONS(795), + [anon_sym_ATfor] = ACTIONS(797), + [anon_sym_ATforeach] = ACTIONS(799), + [anon_sym_ATforelse] = ACTIONS(801), + [anon_sym_ATwhile] = ACTIONS(803), + [anon_sym_ATsetup] = ACTIONS(805), + [anon_sym_ATtask] = ACTIONS(807), + [anon_sym_ATstory] = ACTIONS(809), + [anon_sym_ATbefore] = ACTIONS(811), + [anon_sym_ATafter] = ACTIONS(813), + [anon_sym_ATsuccess] = ACTIONS(815), + [anon_sym_ATfinished] = ACTIONS(817), + [anon_sym_ATpersist] = ACTIONS(819), + [anon_sym_ATteleport] = ACTIONS(821), + [anon_sym_ATvolt] = ACTIONS(823), + [aux_sym__text_token1] = ACTIONS(825), + [aux_sym__text_token2] = ACTIONS(825), + [aux_sym__text_token3] = ACTIONS(827), }, [79] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -35376,113 +35311,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(814), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(829), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [80] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -35499,113 +35435,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(816), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(831), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [81] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -35622,113 +35559,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(818), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(833), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [82] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -35745,113 +35683,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(820), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(835), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [83] = { [sym__definition] = STATE(112), [sym_keyword] = STATE(112), [sym_php_statement] = STATE(112), - [sym__escaped] = STATE(1249), - [sym__unescaped] = STATE(1249), - [sym__raw] = STATE(1249), - [sym__inline_raw] = STATE(1249), - [sym__multi_line_raw] = STATE(1249), + [sym__escaped] = STATE(1251), + [sym__unescaped] = STATE(1251), + [sym__raw] = STATE(1251), + [sym__inline_raw] = STATE(1251), + [sym__multi_line_raw] = STATE(1251), [sym_attribute] = STATE(112), [sym__inline_directive] = STATE(112), [sym__nested_directive] = STATE(112), @@ -35861,120 +35800,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(112), [sym_verbatim] = STATE(112), [sym_stack] = STATE(112), - [sym__push] = STATE(1250), - [sym__pushOnce] = STATE(1250), - [sym__pushIf] = STATE(1250), - [sym__prepend] = STATE(1250), - [sym__prependOnce] = STATE(1250), + [sym__push] = STATE(1252), + [sym__pushOnce] = STATE(1252), + [sym__pushIf] = STATE(1252), + [sym__prepend] = STATE(1252), + [sym__prependOnce] = STATE(1252), [sym_conditional] = STATE(112), [sym_conditional_keyword] = STATE(112), - [sym__if] = STATE(1251), - [sym__unless] = STATE(1251), - [sym__isset] = STATE(1251), - [sym__empty] = STATE(1251), - [sym__auth] = STATE(1251), - [sym__guest] = STATE(1251), - [sym__production] = STATE(1251), - [sym__env] = STATE(1251), - [sym__hasSection] = STATE(1251), - [sym__sectionMissing] = STATE(1251), - [sym__error] = STATE(1251), - [sym_authorization] = STATE(1251), - [sym__can] = STATE(1252), - [sym__cannot] = STATE(1252), - [sym__canany] = STATE(1252), - [sym__feature] = STATE(1251), - [sym__custom] = STATE(1251), + [sym__if] = STATE(1253), + [sym__unless] = STATE(1253), + [sym__isset] = STATE(1253), + [sym__empty] = STATE(1253), + [sym__auth] = STATE(1253), + [sym__guest] = STATE(1253), + [sym__production] = STATE(1253), + [sym__env] = STATE(1253), + [sym__hasSection] = STATE(1253), + [sym__sectionMissing] = STATE(1253), + [sym__error] = STATE(1253), + [sym_authorization] = STATE(1253), + [sym__can] = STATE(1254), + [sym__cannot] = STATE(1254), + [sym__canany] = STATE(1254), + [sym__feature] = STATE(1253), + [sym__custom] = STATE(1253), [sym_switch] = STATE(112), [sym_loop] = STATE(112), [sym_loop_operator] = STATE(112), - [sym__for] = STATE(1253), - [sym__foreach] = STATE(1253), - [sym__forelse] = STATE(1253), - [sym__while] = STATE(1253), + [sym__for] = STATE(1255), + [sym__foreach] = STATE(1255), + [sym__forelse] = STATE(1255), + [sym__while] = STATE(1255), [sym_envoy] = STATE(112), - [sym__setup] = STATE(1249), - [sym__task] = STATE(1254), - [sym__story] = STATE(1254), - [sym__hooks] = STATE(1249), - [sym__before] = STATE(1249), - [sym__after] = STATE(1249), - [sym__envoy_error] = STATE(1249), - [sym__success] = STATE(1249), - [sym__finished] = STATE(1249), + [sym__setup] = STATE(1251), + [sym__task] = STATE(1256), + [sym__story] = STATE(1256), + [sym__hooks] = STATE(1251), + [sym__before] = STATE(1251), + [sym__after] = STATE(1251), + [sym__envoy_error] = STATE(1251), + [sym__success] = STATE(1251), + [sym__finished] = STATE(1251), [sym_livewire] = STATE(112), - [sym__persist] = STATE(1255), - [sym__teleport] = STATE(1255), - [sym__volt] = STATE(1255), + [sym__persist] = STATE(1257), + [sym__teleport] = STATE(1257), + [sym__volt] = STATE(1257), [sym_text] = STATE(112), [sym__text] = STATE(692), [aux_sym__if_statement_directive_body_repeat1] = STATE(112), [aux_sym_php_only_repeat1] = STATE(692), - [sym_comment] = ACTIONS(822), - [aux_sym_keyword_token1] = ACTIONS(824), - [anon_sym_LBRACE_LBRACE] = ACTIONS(826), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(828), - [anon_sym_ATphp] = ACTIONS(830), - [aux_sym_attribute_token1] = ACTIONS(832), - [aux_sym__inline_directive_token1] = ACTIONS(834), - [anon_sym_ATfragment] = ACTIONS(836), - [anon_sym_ATsection] = ACTIONS(838), - [anon_sym_ATonce] = ACTIONS(840), - [anon_sym_ATverbatim] = ACTIONS(842), - [anon_sym_ATpush] = ACTIONS(844), - [anon_sym_ATpushOnce] = ACTIONS(846), - [anon_sym_ATpushIf] = ACTIONS(848), - [anon_sym_ATprepend] = ACTIONS(850), - [anon_sym_ATprependOnce] = ACTIONS(852), - [anon_sym_ATelse] = ACTIONS(854), - [aux_sym_conditional_keyword_token1] = ACTIONS(856), - [anon_sym_ATif] = ACTIONS(858), - [anon_sym_ATendif] = ACTIONS(706), - [anon_sym_ATunless] = ACTIONS(860), - [anon_sym_ATisset] = ACTIONS(862), - [anon_sym_ATempty] = ACTIONS(864), - [anon_sym_ATauth] = ACTIONS(866), - [anon_sym_ATguest] = ACTIONS(868), - [anon_sym_ATproduction] = ACTIONS(870), - [anon_sym_ATenv] = ACTIONS(872), - [anon_sym_AThasSection] = ACTIONS(874), - [anon_sym_ATsectionMissing] = ACTIONS(876), - [anon_sym_ATerror] = ACTIONS(878), - [anon_sym_ATcan] = ACTIONS(880), - [anon_sym_ATcannot] = ACTIONS(882), - [anon_sym_ATcanany] = ACTIONS(884), - [anon_sym_ATfeature] = ACTIONS(886), - [aux_sym__custom_token1] = ACTIONS(888), - [aux_sym__custom_token2] = ACTIONS(890), - [anon_sym_ATswitch] = ACTIONS(892), - [aux_sym_loop_operator_token1] = ACTIONS(894), - [anon_sym_ATfor] = ACTIONS(896), - [anon_sym_ATforeach] = ACTIONS(898), - [anon_sym_ATforelse] = ACTIONS(900), - [anon_sym_ATwhile] = ACTIONS(902), - [anon_sym_ATsetup] = ACTIONS(904), - [anon_sym_ATtask] = ACTIONS(906), - [anon_sym_ATstory] = ACTIONS(908), - [anon_sym_ATbefore] = ACTIONS(910), - [anon_sym_ATafter] = ACTIONS(912), - [anon_sym_ATsuccess] = ACTIONS(914), - [anon_sym_ATfinished] = ACTIONS(916), - [anon_sym_ATpersist] = ACTIONS(918), - [anon_sym_ATteleport] = ACTIONS(920), - [anon_sym_ATvolt] = ACTIONS(922), - [aux_sym__text_token1] = ACTIONS(924), - [aux_sym__text_token2] = ACTIONS(924), - [aux_sym__text_token3] = ACTIONS(926), + [sym_comment] = ACTIONS(837), + [aux_sym_keyword_token1] = ACTIONS(839), + [anon_sym_LBRACE_LBRACE] = ACTIONS(841), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(843), + [anon_sym_ATphp] = ACTIONS(845), + [aux_sym_attribute_token1] = ACTIONS(847), + [aux_sym__inline_directive_token1] = ACTIONS(849), + [aux_sym__inline_directive_token2] = ACTIONS(851), + [anon_sym_ATfragment] = ACTIONS(853), + [anon_sym_ATsection] = ACTIONS(855), + [anon_sym_ATonce] = ACTIONS(857), + [anon_sym_ATverbatim] = ACTIONS(859), + [anon_sym_ATpush] = ACTIONS(861), + [anon_sym_ATpushOnce] = ACTIONS(863), + [anon_sym_ATpushIf] = ACTIONS(865), + [anon_sym_ATprepend] = ACTIONS(867), + [anon_sym_ATprependOnce] = ACTIONS(869), + [anon_sym_ATelse] = ACTIONS(871), + [aux_sym_conditional_keyword_token1] = ACTIONS(873), + [anon_sym_ATif] = ACTIONS(875), + [anon_sym_ATendif] = ACTIONS(719), + [anon_sym_ATunless] = ACTIONS(877), + [anon_sym_ATisset] = ACTIONS(879), + [anon_sym_ATempty] = ACTIONS(881), + [anon_sym_ATauth] = ACTIONS(883), + [anon_sym_ATguest] = ACTIONS(885), + [anon_sym_ATproduction] = ACTIONS(887), + [anon_sym_ATenv] = ACTIONS(889), + [anon_sym_AThasSection] = ACTIONS(891), + [anon_sym_ATsectionMissing] = ACTIONS(893), + [anon_sym_ATerror] = ACTIONS(895), + [anon_sym_ATcan] = ACTIONS(897), + [anon_sym_ATcannot] = ACTIONS(899), + [anon_sym_ATcanany] = ACTIONS(901), + [anon_sym_ATfeature] = ACTIONS(903), + [aux_sym__custom_token1] = ACTIONS(905), + [aux_sym__custom_token2] = ACTIONS(907), + [anon_sym_ATswitch] = ACTIONS(909), + [aux_sym_loop_operator_token1] = ACTIONS(911), + [anon_sym_ATfor] = ACTIONS(913), + [anon_sym_ATforeach] = ACTIONS(915), + [anon_sym_ATforelse] = ACTIONS(917), + [anon_sym_ATwhile] = ACTIONS(919), + [anon_sym_ATsetup] = ACTIONS(921), + [anon_sym_ATtask] = ACTIONS(923), + [anon_sym_ATstory] = ACTIONS(925), + [anon_sym_ATbefore] = ACTIONS(927), + [anon_sym_ATafter] = ACTIONS(929), + [anon_sym_ATsuccess] = ACTIONS(931), + [anon_sym_ATfinished] = ACTIONS(933), + [anon_sym_ATpersist] = ACTIONS(935), + [anon_sym_ATteleport] = ACTIONS(937), + [anon_sym_ATvolt] = ACTIONS(939), + [aux_sym__text_token1] = ACTIONS(941), + [aux_sym__text_token2] = ACTIONS(941), + [aux_sym__text_token3] = ACTIONS(943), }, [84] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -35991,113 +35931,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(928), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(945), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [85] = { [sym__definition] = STATE(146), [sym_keyword] = STATE(146), [sym_php_statement] = STATE(146), - [sym__escaped] = STATE(1338), - [sym__unescaped] = STATE(1338), - [sym__raw] = STATE(1338), - [sym__inline_raw] = STATE(1338), - [sym__multi_line_raw] = STATE(1338), + [sym__escaped] = STATE(1340), + [sym__unescaped] = STATE(1340), + [sym__raw] = STATE(1340), + [sym__inline_raw] = STATE(1340), + [sym__multi_line_raw] = STATE(1340), [sym_attribute] = STATE(146), [sym__inline_directive] = STATE(146), [sym__nested_directive] = STATE(146), @@ -36107,120 +36048,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(146), [sym_verbatim] = STATE(146), [sym_stack] = STATE(146), - [sym__push] = STATE(1339), - [sym__pushOnce] = STATE(1339), - [sym__pushIf] = STATE(1339), - [sym__prepend] = STATE(1339), - [sym__prependOnce] = STATE(1339), + [sym__push] = STATE(1341), + [sym__pushOnce] = STATE(1341), + [sym__pushIf] = STATE(1341), + [sym__prepend] = STATE(1341), + [sym__prependOnce] = STATE(1341), [sym_conditional] = STATE(146), [sym_conditional_keyword] = STATE(146), - [sym__if] = STATE(1340), - [sym__unless] = STATE(1340), - [sym__isset] = STATE(1340), - [sym__empty] = STATE(1340), - [sym__auth] = STATE(1340), - [sym__guest] = STATE(1340), - [sym__production] = STATE(1340), - [sym__env] = STATE(1340), - [sym__hasSection] = STATE(1340), - [sym__sectionMissing] = STATE(1340), - [sym__error] = STATE(1340), - [sym_authorization] = STATE(1340), - [sym__can] = STATE(1341), - [sym__cannot] = STATE(1341), - [sym__canany] = STATE(1341), - [sym__feature] = STATE(1340), - [sym__custom] = STATE(1340), + [sym__if] = STATE(750), + [sym__unless] = STATE(750), + [sym__isset] = STATE(750), + [sym__empty] = STATE(750), + [sym__auth] = STATE(750), + [sym__guest] = STATE(750), + [sym__production] = STATE(750), + [sym__env] = STATE(750), + [sym__hasSection] = STATE(750), + [sym__sectionMissing] = STATE(750), + [sym__error] = STATE(750), + [sym_authorization] = STATE(750), + [sym__can] = STATE(1343), + [sym__cannot] = STATE(1343), + [sym__canany] = STATE(1343), + [sym__feature] = STATE(750), + [sym__custom] = STATE(750), [sym_switch] = STATE(146), [sym_loop] = STATE(146), [sym_loop_operator] = STATE(146), - [sym__for] = STATE(1342), - [sym__foreach] = STATE(1342), - [sym__forelse] = STATE(1342), - [sym__while] = STATE(1342), + [sym__for] = STATE(1344), + [sym__foreach] = STATE(1344), + [sym__forelse] = STATE(1344), + [sym__while] = STATE(1344), [sym_envoy] = STATE(146), - [sym__setup] = STATE(1338), - [sym__task] = STATE(1343), - [sym__story] = STATE(1343), - [sym__hooks] = STATE(1338), - [sym__before] = STATE(1338), - [sym__after] = STATE(1338), - [sym__envoy_error] = STATE(1338), - [sym__success] = STATE(1338), - [sym__finished] = STATE(1338), + [sym__setup] = STATE(1340), + [sym__task] = STATE(1345), + [sym__story] = STATE(1345), + [sym__hooks] = STATE(1340), + [sym__before] = STATE(1340), + [sym__after] = STATE(1340), + [sym__envoy_error] = STATE(1340), + [sym__success] = STATE(1340), + [sym__finished] = STATE(1340), [sym_livewire] = STATE(146), - [sym__persist] = STATE(1344), - [sym__teleport] = STATE(1344), - [sym__volt] = STATE(1344), + [sym__persist] = STATE(1346), + [sym__teleport] = STATE(1346), + [sym__volt] = STATE(1346), [sym_text] = STATE(146), [sym__text] = STATE(686), [aux_sym__if_statement_directive_body_repeat1] = STATE(146), [aux_sym_php_only_repeat1] = STATE(686), - [sym_comment] = ACTIONS(930), - [aux_sym_keyword_token1] = ACTIONS(710), - [anon_sym_LBRACE_LBRACE] = ACTIONS(712), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(714), - [anon_sym_ATphp] = ACTIONS(716), - [aux_sym_attribute_token1] = ACTIONS(718), - [aux_sym__inline_directive_token1] = ACTIONS(720), - [anon_sym_ATfragment] = ACTIONS(722), - [anon_sym_ATsection] = ACTIONS(724), - [anon_sym_ATonce] = ACTIONS(726), - [anon_sym_ATverbatim] = ACTIONS(728), - [anon_sym_ATpush] = ACTIONS(730), - [anon_sym_ATpushOnce] = ACTIONS(732), - [anon_sym_ATpushIf] = ACTIONS(734), - [anon_sym_ATprepend] = ACTIONS(736), - [anon_sym_ATprependOnce] = ACTIONS(738), - [anon_sym_ATelse] = ACTIONS(740), - [aux_sym_conditional_keyword_token1] = ACTIONS(742), - [anon_sym_ATif] = ACTIONS(744), - [anon_sym_ATunless] = ACTIONS(746), - [anon_sym_ATendunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(748), - [anon_sym_ATempty] = ACTIONS(750), - [anon_sym_ATauth] = ACTIONS(752), - [anon_sym_ATguest] = ACTIONS(754), - [anon_sym_ATproduction] = ACTIONS(756), - [anon_sym_ATenv] = ACTIONS(758), - [anon_sym_AThasSection] = ACTIONS(760), - [anon_sym_ATsectionMissing] = ACTIONS(762), - [anon_sym_ATerror] = ACTIONS(764), - [anon_sym_ATcan] = ACTIONS(766), - [anon_sym_ATcannot] = ACTIONS(768), - [anon_sym_ATcanany] = ACTIONS(770), - [anon_sym_ATfeature] = ACTIONS(772), - [aux_sym__custom_token1] = ACTIONS(774), - [aux_sym__custom_token2] = ACTIONS(776), - [anon_sym_ATswitch] = ACTIONS(778), - [aux_sym_loop_operator_token1] = ACTIONS(780), - [anon_sym_ATfor] = ACTIONS(782), - [anon_sym_ATforeach] = ACTIONS(784), - [anon_sym_ATforelse] = ACTIONS(786), - [anon_sym_ATwhile] = ACTIONS(788), - [anon_sym_ATsetup] = ACTIONS(790), - [anon_sym_ATtask] = ACTIONS(792), - [anon_sym_ATstory] = ACTIONS(794), - [anon_sym_ATbefore] = ACTIONS(796), - [anon_sym_ATafter] = ACTIONS(798), - [anon_sym_ATsuccess] = ACTIONS(800), - [anon_sym_ATfinished] = ACTIONS(802), - [anon_sym_ATpersist] = ACTIONS(804), - [anon_sym_ATteleport] = ACTIONS(806), - [anon_sym_ATvolt] = ACTIONS(808), - [aux_sym__text_token1] = ACTIONS(810), - [aux_sym__text_token2] = ACTIONS(810), - [aux_sym__text_token3] = ACTIONS(812), + [sym_comment] = ACTIONS(947), + [aux_sym_keyword_token1] = ACTIONS(723), + [anon_sym_LBRACE_LBRACE] = ACTIONS(725), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(727), + [anon_sym_ATphp] = ACTIONS(729), + [aux_sym_attribute_token1] = ACTIONS(731), + [aux_sym__inline_directive_token1] = ACTIONS(733), + [aux_sym__inline_directive_token2] = ACTIONS(735), + [anon_sym_ATfragment] = ACTIONS(737), + [anon_sym_ATsection] = ACTIONS(739), + [anon_sym_ATonce] = ACTIONS(741), + [anon_sym_ATverbatim] = ACTIONS(743), + [anon_sym_ATpush] = ACTIONS(745), + [anon_sym_ATpushOnce] = ACTIONS(747), + [anon_sym_ATpushIf] = ACTIONS(749), + [anon_sym_ATprepend] = ACTIONS(751), + [anon_sym_ATprependOnce] = ACTIONS(753), + [anon_sym_ATelse] = ACTIONS(755), + [aux_sym_conditional_keyword_token1] = ACTIONS(757), + [anon_sym_ATif] = ACTIONS(759), + [anon_sym_ATunless] = ACTIONS(761), + [anon_sym_ATendunless] = ACTIONS(507), + [anon_sym_ATisset] = ACTIONS(763), + [anon_sym_ATempty] = ACTIONS(765), + [anon_sym_ATauth] = ACTIONS(767), + [anon_sym_ATguest] = ACTIONS(769), + [anon_sym_ATproduction] = ACTIONS(771), + [anon_sym_ATenv] = ACTIONS(773), + [anon_sym_AThasSection] = ACTIONS(775), + [anon_sym_ATsectionMissing] = ACTIONS(777), + [anon_sym_ATerror] = ACTIONS(779), + [anon_sym_ATcan] = ACTIONS(781), + [anon_sym_ATcannot] = ACTIONS(783), + [anon_sym_ATcanany] = ACTIONS(785), + [anon_sym_ATfeature] = ACTIONS(787), + [aux_sym__custom_token1] = ACTIONS(789), + [aux_sym__custom_token2] = ACTIONS(791), + [anon_sym_ATswitch] = ACTIONS(793), + [aux_sym_loop_operator_token1] = ACTIONS(795), + [anon_sym_ATfor] = ACTIONS(797), + [anon_sym_ATforeach] = ACTIONS(799), + [anon_sym_ATforelse] = ACTIONS(801), + [anon_sym_ATwhile] = ACTIONS(803), + [anon_sym_ATsetup] = ACTIONS(805), + [anon_sym_ATtask] = ACTIONS(807), + [anon_sym_ATstory] = ACTIONS(809), + [anon_sym_ATbefore] = ACTIONS(811), + [anon_sym_ATafter] = ACTIONS(813), + [anon_sym_ATsuccess] = ACTIONS(815), + [anon_sym_ATfinished] = ACTIONS(817), + [anon_sym_ATpersist] = ACTIONS(819), + [anon_sym_ATteleport] = ACTIONS(821), + [anon_sym_ATvolt] = ACTIONS(823), + [aux_sym__text_token1] = ACTIONS(825), + [aux_sym__text_token2] = ACTIONS(825), + [aux_sym__text_token3] = ACTIONS(827), }, [86] = { [sym__definition] = STATE(86), [sym_keyword] = STATE(86), [sym_php_statement] = STATE(86), - [sym__escaped] = STATE(1679), - [sym__unescaped] = STATE(1679), - [sym__raw] = STATE(1679), - [sym__inline_raw] = STATE(1679), - [sym__multi_line_raw] = STATE(1679), + [sym__escaped] = STATE(1681), + [sym__unescaped] = STATE(1681), + [sym__raw] = STATE(1681), + [sym__inline_raw] = STATE(1681), + [sym__multi_line_raw] = STATE(1681), [sym_attribute] = STATE(86), [sym__inline_directive] = STATE(86), [sym__nested_directive] = STATE(86), @@ -36230,30 +36172,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(86), [sym_verbatim] = STATE(86), [sym_stack] = STATE(86), - [sym__push] = STATE(1680), - [sym__pushOnce] = STATE(1680), - [sym__pushIf] = STATE(1680), - [sym__prepend] = STATE(1680), - [sym__prependOnce] = STATE(1680), + [sym__push] = STATE(1682), + [sym__pushOnce] = STATE(1682), + [sym__pushIf] = STATE(1682), + [sym__prepend] = STATE(1682), + [sym__prependOnce] = STATE(1682), [sym_conditional] = STATE(86), [sym_conditional_keyword] = STATE(86), - [sym__if] = STATE(1681), - [sym__unless] = STATE(1681), - [sym__isset] = STATE(1681), - [sym__empty] = STATE(1681), - [sym__auth] = STATE(1681), - [sym__guest] = STATE(1681), - [sym__production] = STATE(1681), - [sym__env] = STATE(1681), - [sym__hasSection] = STATE(1681), - [sym__sectionMissing] = STATE(1681), - [sym__error] = STATE(1681), - [sym_authorization] = STATE(1681), - [sym__can] = STATE(1682), - [sym__cannot] = STATE(1682), - [sym__canany] = STATE(1682), - [sym__feature] = STATE(1681), - [sym__custom] = STATE(1681), + [sym__if] = STATE(1683), + [sym__unless] = STATE(1683), + [sym__isset] = STATE(1683), + [sym__empty] = STATE(1683), + [sym__auth] = STATE(1683), + [sym__guest] = STATE(1683), + [sym__production] = STATE(1683), + [sym__env] = STATE(1683), + [sym__hasSection] = STATE(1683), + [sym__sectionMissing] = STATE(1683), + [sym__error] = STATE(1683), + [sym_authorization] = STATE(1683), + [sym__can] = STATE(1684), + [sym__cannot] = STATE(1684), + [sym__canany] = STATE(1684), + [sym__feature] = STATE(1683), + [sym__custom] = STATE(1683), [sym_switch] = STATE(86), [sym_loop] = STATE(86), [sym_loop_operator] = STATE(86), @@ -36262,88 +36204,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__forelse] = STATE(749), [sym__while] = STATE(749), [sym_envoy] = STATE(86), - [sym__setup] = STATE(1679), - [sym__task] = STATE(1684), - [sym__story] = STATE(1684), - [sym__hooks] = STATE(1679), - [sym__before] = STATE(1679), - [sym__after] = STATE(1679), - [sym__envoy_error] = STATE(1679), - [sym__success] = STATE(1679), - [sym__finished] = STATE(1679), + [sym__setup] = STATE(1681), + [sym__task] = STATE(1686), + [sym__story] = STATE(1686), + [sym__hooks] = STATE(1681), + [sym__before] = STATE(1681), + [sym__after] = STATE(1681), + [sym__envoy_error] = STATE(1681), + [sym__success] = STATE(1681), + [sym__finished] = STATE(1681), [sym_livewire] = STATE(86), - [sym__persist] = STATE(1685), - [sym__teleport] = STATE(1685), - [sym__volt] = STATE(1685), + [sym__persist] = STATE(1687), + [sym__teleport] = STATE(1687), + [sym__volt] = STATE(1687), [sym_text] = STATE(86), [sym__text] = STATE(710), [aux_sym__if_statement_directive_body_repeat1] = STATE(86), [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(932), - [aux_sym_keyword_token1] = ACTIONS(935), - [anon_sym_LBRACE_LBRACE] = ACTIONS(938), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(941), - [anon_sym_ATphp] = ACTIONS(944), - [aux_sym_attribute_token1] = ACTIONS(947), - [aux_sym__inline_directive_token1] = ACTIONS(950), - [anon_sym_ATfragment] = ACTIONS(953), - [anon_sym_ATsection] = ACTIONS(956), - [anon_sym_ATonce] = ACTIONS(959), - [anon_sym_ATverbatim] = ACTIONS(962), - [anon_sym_ATpush] = ACTIONS(965), - [anon_sym_ATpushOnce] = ACTIONS(968), - [anon_sym_ATpushIf] = ACTIONS(971), - [anon_sym_ATprepend] = ACTIONS(974), - [anon_sym_ATprependOnce] = ACTIONS(977), - [anon_sym_ATelse] = ACTIONS(980), - [aux_sym_conditional_keyword_token1] = ACTIONS(983), - [anon_sym_ATif] = ACTIONS(986), - [anon_sym_ATunless] = ACTIONS(989), - [anon_sym_ATisset] = ACTIONS(992), - [anon_sym_ATempty] = ACTIONS(995), - [anon_sym_ATauth] = ACTIONS(998), - [anon_sym_ATguest] = ACTIONS(1001), - [anon_sym_ATproduction] = ACTIONS(1004), - [anon_sym_ATenv] = ACTIONS(1007), - [anon_sym_AThasSection] = ACTIONS(1010), - [anon_sym_ATsectionMissing] = ACTIONS(1013), - [anon_sym_ATerror] = ACTIONS(1016), - [anon_sym_ATenderror] = ACTIONS(633), - [anon_sym_ATcan] = ACTIONS(1019), - [anon_sym_ATcannot] = ACTIONS(1022), - [anon_sym_ATcanany] = ACTIONS(1025), - [anon_sym_ATfeature] = ACTIONS(1028), - [aux_sym__custom_token1] = ACTIONS(1031), - [aux_sym__custom_token2] = ACTIONS(1034), - [anon_sym_ATswitch] = ACTIONS(1037), - [aux_sym_loop_operator_token1] = ACTIONS(1040), - [anon_sym_ATfor] = ACTIONS(1043), - [anon_sym_ATforeach] = ACTIONS(1046), - [anon_sym_ATforelse] = ACTIONS(1049), - [anon_sym_ATwhile] = ACTIONS(1052), - [anon_sym_ATsetup] = ACTIONS(1055), - [anon_sym_ATtask] = ACTIONS(1058), - [anon_sym_ATstory] = ACTIONS(1061), - [anon_sym_ATbefore] = ACTIONS(1064), - [anon_sym_ATafter] = ACTIONS(1067), - [anon_sym_ATsuccess] = ACTIONS(1070), - [anon_sym_ATfinished] = ACTIONS(1073), - [anon_sym_ATpersist] = ACTIONS(1076), - [anon_sym_ATteleport] = ACTIONS(1079), - [anon_sym_ATvolt] = ACTIONS(1082), - [aux_sym__text_token1] = ACTIONS(1085), - [aux_sym__text_token2] = ACTIONS(1085), - [aux_sym__text_token3] = ACTIONS(1088), + [sym_comment] = ACTIONS(949), + [aux_sym_keyword_token1] = ACTIONS(952), + [anon_sym_LBRACE_LBRACE] = ACTIONS(955), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(958), + [anon_sym_ATphp] = ACTIONS(961), + [aux_sym_attribute_token1] = ACTIONS(964), + [aux_sym__inline_directive_token1] = ACTIONS(967), + [aux_sym__inline_directive_token2] = ACTIONS(970), + [anon_sym_ATfragment] = ACTIONS(973), + [anon_sym_ATsection] = ACTIONS(976), + [anon_sym_ATonce] = ACTIONS(979), + [anon_sym_ATverbatim] = ACTIONS(982), + [anon_sym_ATpush] = ACTIONS(985), + [anon_sym_ATpushOnce] = ACTIONS(988), + [anon_sym_ATpushIf] = ACTIONS(991), + [anon_sym_ATprepend] = ACTIONS(994), + [anon_sym_ATprependOnce] = ACTIONS(997), + [anon_sym_ATelse] = ACTIONS(1000), + [aux_sym_conditional_keyword_token1] = ACTIONS(1003), + [anon_sym_ATif] = ACTIONS(1006), + [anon_sym_ATunless] = ACTIONS(1009), + [anon_sym_ATisset] = ACTIONS(1012), + [anon_sym_ATempty] = ACTIONS(1015), + [anon_sym_ATauth] = ACTIONS(1018), + [anon_sym_ATguest] = ACTIONS(1021), + [anon_sym_ATproduction] = ACTIONS(1024), + [anon_sym_ATenv] = ACTIONS(1027), + [anon_sym_AThasSection] = ACTIONS(1030), + [anon_sym_ATsectionMissing] = ACTIONS(1033), + [anon_sym_ATerror] = ACTIONS(1036), + [anon_sym_ATenderror] = ACTIONS(646), + [anon_sym_ATcan] = ACTIONS(1039), + [anon_sym_ATcannot] = ACTIONS(1042), + [anon_sym_ATcanany] = ACTIONS(1045), + [anon_sym_ATfeature] = ACTIONS(1048), + [aux_sym__custom_token1] = ACTIONS(1051), + [aux_sym__custom_token2] = ACTIONS(1054), + [anon_sym_ATswitch] = ACTIONS(1057), + [aux_sym_loop_operator_token1] = ACTIONS(1060), + [anon_sym_ATfor] = ACTIONS(1063), + [anon_sym_ATforeach] = ACTIONS(1066), + [anon_sym_ATforelse] = ACTIONS(1069), + [anon_sym_ATwhile] = ACTIONS(1072), + [anon_sym_ATsetup] = ACTIONS(1075), + [anon_sym_ATtask] = ACTIONS(1078), + [anon_sym_ATstory] = ACTIONS(1081), + [anon_sym_ATbefore] = ACTIONS(1084), + [anon_sym_ATafter] = ACTIONS(1087), + [anon_sym_ATsuccess] = ACTIONS(1090), + [anon_sym_ATfinished] = ACTIONS(1093), + [anon_sym_ATpersist] = ACTIONS(1096), + [anon_sym_ATteleport] = ACTIONS(1099), + [anon_sym_ATvolt] = ACTIONS(1102), + [aux_sym__text_token1] = ACTIONS(1105), + [aux_sym__text_token2] = ACTIONS(1105), + [aux_sym__text_token3] = ACTIONS(1108), }, [87] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -36360,103 +36303,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1091), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1111), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [88] = { [sym__definition] = STATE(120), @@ -36525,71 +36469,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text] = STATE(683), [aux_sym__if_statement_directive_body_repeat1] = STATE(120), [aux_sym_php_only_repeat1] = STATE(683), - [sym_comment] = ACTIONS(1093), - [aux_sym_keyword_token1] = ACTIONS(1095), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1097), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1099), - [anon_sym_ATphp] = ACTIONS(1101), - [aux_sym_attribute_token1] = ACTIONS(1103), - [aux_sym__inline_directive_token1] = ACTIONS(1105), - [anon_sym_ATfragment] = ACTIONS(1107), - [anon_sym_ATsection] = ACTIONS(1109), - [anon_sym_ATonce] = ACTIONS(1111), - [anon_sym_ATverbatim] = ACTIONS(1113), - [anon_sym_ATpush] = ACTIONS(1115), - [anon_sym_ATpushOnce] = ACTIONS(1117), - [anon_sym_ATpushIf] = ACTIONS(1119), - [anon_sym_ATprepend] = ACTIONS(1121), - [anon_sym_ATprependOnce] = ACTIONS(1123), - [anon_sym_ATelse] = ACTIONS(1125), - [aux_sym_conditional_keyword_token1] = ACTIONS(1127), - [anon_sym_ATif] = ACTIONS(1129), - [anon_sym_ATunless] = ACTIONS(1131), - [anon_sym_ATisset] = ACTIONS(1133), - [anon_sym_ATempty] = ACTIONS(1135), - [anon_sym_ATauth] = ACTIONS(1137), - [anon_sym_ATguest] = ACTIONS(1139), - [anon_sym_ATproduction] = ACTIONS(1141), - [anon_sym_ATenv] = ACTIONS(1143), - [anon_sym_AThasSection] = ACTIONS(1145), - [anon_sym_ATsectionMissing] = ACTIONS(1147), - [anon_sym_ATerror] = ACTIONS(1149), - [anon_sym_ATcan] = ACTIONS(1151), - [anon_sym_ATcannot] = ACTIONS(1153), - [anon_sym_ATcanany] = ACTIONS(1155), - [anon_sym_ATfeature] = ACTIONS(1157), - [anon_sym_ATendfeature] = ACTIONS(706), - [aux_sym__custom_token1] = ACTIONS(1159), - [aux_sym__custom_token2] = ACTIONS(1161), - [anon_sym_ATswitch] = ACTIONS(1163), - [aux_sym_loop_operator_token1] = ACTIONS(1165), - [anon_sym_ATfor] = ACTIONS(1167), - [anon_sym_ATforeach] = ACTIONS(1169), - [anon_sym_ATforelse] = ACTIONS(1171), - [anon_sym_ATwhile] = ACTIONS(1173), - [anon_sym_ATsetup] = ACTIONS(1175), - [anon_sym_ATtask] = ACTIONS(1177), - [anon_sym_ATstory] = ACTIONS(1179), - [anon_sym_ATbefore] = ACTIONS(1181), - [anon_sym_ATafter] = ACTIONS(1183), - [anon_sym_ATsuccess] = ACTIONS(1185), - [anon_sym_ATfinished] = ACTIONS(1187), - [anon_sym_ATpersist] = ACTIONS(1189), - [anon_sym_ATteleport] = ACTIONS(1191), - [anon_sym_ATvolt] = ACTIONS(1193), - [aux_sym__text_token1] = ACTIONS(1195), - [aux_sym__text_token2] = ACTIONS(1195), - [aux_sym__text_token3] = ACTIONS(1197), + [sym_comment] = ACTIONS(1113), + [aux_sym_keyword_token1] = ACTIONS(1115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1119), + [anon_sym_ATphp] = ACTIONS(1121), + [aux_sym_attribute_token1] = ACTIONS(1123), + [aux_sym__inline_directive_token1] = ACTIONS(1125), + [aux_sym__inline_directive_token2] = ACTIONS(1127), + [anon_sym_ATfragment] = ACTIONS(1129), + [anon_sym_ATsection] = ACTIONS(1131), + [anon_sym_ATonce] = ACTIONS(1133), + [anon_sym_ATverbatim] = ACTIONS(1135), + [anon_sym_ATpush] = ACTIONS(1137), + [anon_sym_ATpushOnce] = ACTIONS(1139), + [anon_sym_ATpushIf] = ACTIONS(1141), + [anon_sym_ATprepend] = ACTIONS(1143), + [anon_sym_ATprependOnce] = ACTIONS(1145), + [anon_sym_ATelse] = ACTIONS(1147), + [aux_sym_conditional_keyword_token1] = ACTIONS(1149), + [anon_sym_ATif] = ACTIONS(1151), + [anon_sym_ATunless] = ACTIONS(1153), + [anon_sym_ATisset] = ACTIONS(1155), + [anon_sym_ATempty] = ACTIONS(1157), + [anon_sym_ATauth] = ACTIONS(1159), + [anon_sym_ATguest] = ACTIONS(1161), + [anon_sym_ATproduction] = ACTIONS(1163), + [anon_sym_ATenv] = ACTIONS(1165), + [anon_sym_AThasSection] = ACTIONS(1167), + [anon_sym_ATsectionMissing] = ACTIONS(1169), + [anon_sym_ATerror] = ACTIONS(1171), + [anon_sym_ATcan] = ACTIONS(1173), + [anon_sym_ATcannot] = ACTIONS(1175), + [anon_sym_ATcanany] = ACTIONS(1177), + [anon_sym_ATfeature] = ACTIONS(1179), + [anon_sym_ATendfeature] = ACTIONS(719), + [aux_sym__custom_token1] = ACTIONS(1181), + [aux_sym__custom_token2] = ACTIONS(1183), + [anon_sym_ATswitch] = ACTIONS(1185), + [aux_sym_loop_operator_token1] = ACTIONS(1187), + [anon_sym_ATfor] = ACTIONS(1189), + [anon_sym_ATforeach] = ACTIONS(1191), + [anon_sym_ATforelse] = ACTIONS(1193), + [anon_sym_ATwhile] = ACTIONS(1195), + [anon_sym_ATsetup] = ACTIONS(1197), + [anon_sym_ATtask] = ACTIONS(1199), + [anon_sym_ATstory] = ACTIONS(1201), + [anon_sym_ATbefore] = ACTIONS(1203), + [anon_sym_ATafter] = ACTIONS(1205), + [anon_sym_ATsuccess] = ACTIONS(1207), + [anon_sym_ATfinished] = ACTIONS(1209), + [anon_sym_ATpersist] = ACTIONS(1211), + [anon_sym_ATteleport] = ACTIONS(1213), + [anon_sym_ATvolt] = ACTIONS(1215), + [aux_sym__text_token1] = ACTIONS(1217), + [aux_sym__text_token2] = ACTIONS(1217), + [aux_sym__text_token3] = ACTIONS(1219), }, [89] = { [sym__definition] = STATE(90), [sym_keyword] = STATE(90), [sym_php_statement] = STATE(90), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(90), [sym__inline_directive] = STATE(90), [sym__nested_directive] = STATE(90), @@ -36599,120 +36544,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(90), [sym_verbatim] = STATE(90), [sym_stack] = STATE(90), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(90), [sym_conditional_keyword] = STATE(90), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(90), [sym_loop] = STATE(90), [sym_loop_operator] = STATE(90), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(90), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(90), - [sym__persist] = STATE(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), [sym_text] = STATE(90), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(90), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(541), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATendguest] = ACTIONS(1199), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(551), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATendguest] = ACTIONS(1221), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [90] = { [sym__definition] = STATE(90), [sym_keyword] = STATE(90), [sym_php_statement] = STATE(90), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(90), [sym__inline_directive] = STATE(90), [sym__nested_directive] = STATE(90), @@ -36722,120 +36668,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(90), [sym_verbatim] = STATE(90), [sym_stack] = STATE(90), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(90), [sym_conditional_keyword] = STATE(90), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(90), [sym_loop] = STATE(90), [sym_loop_operator] = STATE(90), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(90), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(90), - [sym__persist] = STATE(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), [sym_text] = STATE(90), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(90), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(1201), - [aux_sym_keyword_token1] = ACTIONS(1204), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1207), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1210), - [anon_sym_ATphp] = ACTIONS(1213), - [aux_sym_attribute_token1] = ACTIONS(1216), - [aux_sym__inline_directive_token1] = ACTIONS(1219), - [anon_sym_ATfragment] = ACTIONS(1222), - [anon_sym_ATsection] = ACTIONS(1225), - [anon_sym_ATonce] = ACTIONS(1228), - [anon_sym_ATverbatim] = ACTIONS(1231), - [anon_sym_ATpush] = ACTIONS(1234), - [anon_sym_ATpushOnce] = ACTIONS(1237), - [anon_sym_ATpushIf] = ACTIONS(1240), - [anon_sym_ATprepend] = ACTIONS(1243), - [anon_sym_ATprependOnce] = ACTIONS(1246), - [anon_sym_ATelse] = ACTIONS(1249), - [aux_sym_conditional_keyword_token1] = ACTIONS(1252), - [anon_sym_ATif] = ACTIONS(1255), - [anon_sym_ATunless] = ACTIONS(1258), - [anon_sym_ATisset] = ACTIONS(1261), - [anon_sym_ATempty] = ACTIONS(1264), - [anon_sym_ATauth] = ACTIONS(1267), - [anon_sym_ATguest] = ACTIONS(1270), - [anon_sym_ATendguest] = ACTIONS(633), - [anon_sym_ATproduction] = ACTIONS(1273), - [anon_sym_ATenv] = ACTIONS(1276), - [anon_sym_AThasSection] = ACTIONS(1279), - [anon_sym_ATsectionMissing] = ACTIONS(1282), - [anon_sym_ATerror] = ACTIONS(1285), - [anon_sym_ATcan] = ACTIONS(1288), - [anon_sym_ATcannot] = ACTIONS(1291), - [anon_sym_ATcanany] = ACTIONS(1294), - [anon_sym_ATfeature] = ACTIONS(1297), - [aux_sym__custom_token1] = ACTIONS(1300), - [aux_sym__custom_token2] = ACTIONS(1303), - [anon_sym_ATswitch] = ACTIONS(1306), - [aux_sym_loop_operator_token1] = ACTIONS(1309), - [anon_sym_ATfor] = ACTIONS(1312), - [anon_sym_ATforeach] = ACTIONS(1315), - [anon_sym_ATforelse] = ACTIONS(1318), - [anon_sym_ATwhile] = ACTIONS(1321), - [anon_sym_ATsetup] = ACTIONS(1324), - [anon_sym_ATtask] = ACTIONS(1327), - [anon_sym_ATstory] = ACTIONS(1330), - [anon_sym_ATbefore] = ACTIONS(1333), - [anon_sym_ATafter] = ACTIONS(1336), - [anon_sym_ATsuccess] = ACTIONS(1339), - [anon_sym_ATfinished] = ACTIONS(1342), - [anon_sym_ATpersist] = ACTIONS(1345), - [anon_sym_ATteleport] = ACTIONS(1348), - [anon_sym_ATvolt] = ACTIONS(1351), - [aux_sym__text_token1] = ACTIONS(1354), - [aux_sym__text_token2] = ACTIONS(1354), - [aux_sym__text_token3] = ACTIONS(1357), + [sym_comment] = ACTIONS(1223), + [aux_sym_keyword_token1] = ACTIONS(1226), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1229), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1232), + [anon_sym_ATphp] = ACTIONS(1235), + [aux_sym_attribute_token1] = ACTIONS(1238), + [aux_sym__inline_directive_token1] = ACTIONS(1241), + [aux_sym__inline_directive_token2] = ACTIONS(1244), + [anon_sym_ATfragment] = ACTIONS(1247), + [anon_sym_ATsection] = ACTIONS(1250), + [anon_sym_ATonce] = ACTIONS(1253), + [anon_sym_ATverbatim] = ACTIONS(1256), + [anon_sym_ATpush] = ACTIONS(1259), + [anon_sym_ATpushOnce] = ACTIONS(1262), + [anon_sym_ATpushIf] = ACTIONS(1265), + [anon_sym_ATprepend] = ACTIONS(1268), + [anon_sym_ATprependOnce] = ACTIONS(1271), + [anon_sym_ATelse] = ACTIONS(1274), + [aux_sym_conditional_keyword_token1] = ACTIONS(1277), + [anon_sym_ATif] = ACTIONS(1280), + [anon_sym_ATunless] = ACTIONS(1283), + [anon_sym_ATisset] = ACTIONS(1286), + [anon_sym_ATempty] = ACTIONS(1289), + [anon_sym_ATauth] = ACTIONS(1292), + [anon_sym_ATguest] = ACTIONS(1295), + [anon_sym_ATendguest] = ACTIONS(646), + [anon_sym_ATproduction] = ACTIONS(1298), + [anon_sym_ATenv] = ACTIONS(1301), + [anon_sym_AThasSection] = ACTIONS(1304), + [anon_sym_ATsectionMissing] = ACTIONS(1307), + [anon_sym_ATerror] = ACTIONS(1310), + [anon_sym_ATcan] = ACTIONS(1313), + [anon_sym_ATcannot] = ACTIONS(1316), + [anon_sym_ATcanany] = ACTIONS(1319), + [anon_sym_ATfeature] = ACTIONS(1322), + [aux_sym__custom_token1] = ACTIONS(1325), + [aux_sym__custom_token2] = ACTIONS(1328), + [anon_sym_ATswitch] = ACTIONS(1331), + [aux_sym_loop_operator_token1] = ACTIONS(1334), + [anon_sym_ATfor] = ACTIONS(1337), + [anon_sym_ATforeach] = ACTIONS(1340), + [anon_sym_ATforelse] = ACTIONS(1343), + [anon_sym_ATwhile] = ACTIONS(1346), + [anon_sym_ATsetup] = ACTIONS(1349), + [anon_sym_ATtask] = ACTIONS(1352), + [anon_sym_ATstory] = ACTIONS(1355), + [anon_sym_ATbefore] = ACTIONS(1358), + [anon_sym_ATafter] = ACTIONS(1361), + [anon_sym_ATsuccess] = ACTIONS(1364), + [anon_sym_ATfinished] = ACTIONS(1367), + [anon_sym_ATpersist] = ACTIONS(1370), + [anon_sym_ATteleport] = ACTIONS(1373), + [anon_sym_ATvolt] = ACTIONS(1376), + [aux_sym__text_token1] = ACTIONS(1379), + [aux_sym__text_token2] = ACTIONS(1379), + [aux_sym__text_token3] = ACTIONS(1382), }, [91] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -36852,113 +36799,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1360), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1385), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [92] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -36975,113 +36923,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1362), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1387), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [93] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -37098,113 +37047,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1364), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1389), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [94] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -37221,113 +37171,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1366), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1391), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [95] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -37344,113 +37295,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1368), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1393), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [96] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -37467,113 +37419,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1370), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1395), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [97] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -37590,113 +37543,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1372), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1397), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [98] = { [sym__definition] = STATE(103), [sym_keyword] = STATE(103), [sym_php_statement] = STATE(103), - [sym__escaped] = STATE(1426), - [sym__unescaped] = STATE(1426), - [sym__raw] = STATE(1426), - [sym__inline_raw] = STATE(1426), - [sym__multi_line_raw] = STATE(1426), + [sym__escaped] = STATE(1428), + [sym__unescaped] = STATE(1428), + [sym__raw] = STATE(1428), + [sym__inline_raw] = STATE(1428), + [sym__multi_line_raw] = STATE(1428), [sym_attribute] = STATE(103), [sym__inline_directive] = STATE(103), [sym__nested_directive] = STATE(103), @@ -37706,120 +37660,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(103), [sym_verbatim] = STATE(103), [sym_stack] = STATE(103), - [sym__push] = STATE(1427), - [sym__pushOnce] = STATE(1427), - [sym__pushIf] = STATE(1427), - [sym__prepend] = STATE(1427), - [sym__prependOnce] = STATE(1427), + [sym__push] = STATE(1429), + [sym__pushOnce] = STATE(1429), + [sym__pushIf] = STATE(1429), + [sym__prepend] = STATE(1429), + [sym__prependOnce] = STATE(1429), [sym_conditional] = STATE(103), [sym_conditional_keyword] = STATE(103), - [sym__if] = STATE(1428), - [sym__unless] = STATE(1428), - [sym__isset] = STATE(1428), - [sym__empty] = STATE(1428), - [sym__auth] = STATE(1428), - [sym__guest] = STATE(1428), - [sym__production] = STATE(1428), - [sym__env] = STATE(1428), - [sym__hasSection] = STATE(1428), - [sym__sectionMissing] = STATE(1428), - [sym__error] = STATE(1428), - [sym_authorization] = STATE(1428), - [sym__can] = STATE(1429), - [sym__cannot] = STATE(1429), - [sym__canany] = STATE(1429), - [sym__feature] = STATE(1428), - [sym__custom] = STATE(1428), + [sym__if] = STATE(1430), + [sym__unless] = STATE(1430), + [sym__isset] = STATE(1430), + [sym__empty] = STATE(1430), + [sym__auth] = STATE(1430), + [sym__guest] = STATE(1430), + [sym__production] = STATE(1430), + [sym__env] = STATE(1430), + [sym__hasSection] = STATE(1430), + [sym__sectionMissing] = STATE(1430), + [sym__error] = STATE(1430), + [sym_authorization] = STATE(1430), + [sym__can] = STATE(1431), + [sym__cannot] = STATE(1431), + [sym__canany] = STATE(1431), + [sym__feature] = STATE(1430), + [sym__custom] = STATE(1430), [sym_switch] = STATE(103), [sym_loop] = STATE(103), [sym_loop_operator] = STATE(103), - [sym__for] = STATE(1430), - [sym__foreach] = STATE(1430), - [sym__forelse] = STATE(1430), - [sym__while] = STATE(1430), + [sym__for] = STATE(1432), + [sym__foreach] = STATE(1432), + [sym__forelse] = STATE(1432), + [sym__while] = STATE(1432), [sym_envoy] = STATE(103), - [sym__setup] = STATE(1426), - [sym__task] = STATE(1431), - [sym__story] = STATE(1431), - [sym__hooks] = STATE(1426), - [sym__before] = STATE(1426), - [sym__after] = STATE(1426), - [sym__envoy_error] = STATE(1426), - [sym__success] = STATE(1426), - [sym__finished] = STATE(1426), + [sym__setup] = STATE(1428), + [sym__task] = STATE(1433), + [sym__story] = STATE(1433), + [sym__hooks] = STATE(1428), + [sym__before] = STATE(1428), + [sym__after] = STATE(1428), + [sym__envoy_error] = STATE(1428), + [sym__success] = STATE(1428), + [sym__finished] = STATE(1428), [sym_livewire] = STATE(103), - [sym__persist] = STATE(1432), - [sym__teleport] = STATE(1432), - [sym__volt] = STATE(1432), + [sym__persist] = STATE(1434), + [sym__teleport] = STATE(1434), + [sym__volt] = STATE(1434), [sym_text] = STATE(103), [sym__text] = STATE(681), [aux_sym__if_statement_directive_body_repeat1] = STATE(103), [aux_sym_php_only_repeat1] = STATE(681), - [sym_comment] = ACTIONS(1374), - [aux_sym_keyword_token1] = ACTIONS(1376), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1378), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1380), - [anon_sym_ATphp] = ACTIONS(1382), - [aux_sym_attribute_token1] = ACTIONS(1384), - [aux_sym__inline_directive_token1] = ACTIONS(1386), - [anon_sym_ATfragment] = ACTIONS(1388), - [anon_sym_ATsection] = ACTIONS(1390), - [anon_sym_ATonce] = ACTIONS(1392), - [anon_sym_ATverbatim] = ACTIONS(1394), - [anon_sym_ATpush] = ACTIONS(1396), - [anon_sym_ATpushOnce] = ACTIONS(1398), - [anon_sym_ATpushIf] = ACTIONS(1400), - [anon_sym_ATprepend] = ACTIONS(1402), - [anon_sym_ATprependOnce] = ACTIONS(1404), - [anon_sym_ATelse] = ACTIONS(1406), - [aux_sym_conditional_keyword_token1] = ACTIONS(1408), - [anon_sym_ATif] = ACTIONS(1410), - [anon_sym_ATunless] = ACTIONS(1412), - [anon_sym_ATisset] = ACTIONS(1414), - [anon_sym_ATendisset] = ACTIONS(706), - [anon_sym_ATempty] = ACTIONS(1416), - [anon_sym_ATauth] = ACTIONS(1418), - [anon_sym_ATguest] = ACTIONS(1420), - [anon_sym_ATproduction] = ACTIONS(1422), - [anon_sym_ATenv] = ACTIONS(1424), - [anon_sym_AThasSection] = ACTIONS(1426), - [anon_sym_ATsectionMissing] = ACTIONS(1428), - [anon_sym_ATerror] = ACTIONS(1430), - [anon_sym_ATcan] = ACTIONS(1432), - [anon_sym_ATcannot] = ACTIONS(1434), - [anon_sym_ATcanany] = ACTIONS(1436), - [anon_sym_ATfeature] = ACTIONS(1438), - [aux_sym__custom_token1] = ACTIONS(1440), - [aux_sym__custom_token2] = ACTIONS(1442), - [anon_sym_ATswitch] = ACTIONS(1444), - [aux_sym_loop_operator_token1] = ACTIONS(1446), - [anon_sym_ATfor] = ACTIONS(1448), - [anon_sym_ATforeach] = ACTIONS(1450), - [anon_sym_ATforelse] = ACTIONS(1452), - [anon_sym_ATwhile] = ACTIONS(1454), - [anon_sym_ATsetup] = ACTIONS(1456), - [anon_sym_ATtask] = ACTIONS(1458), - [anon_sym_ATstory] = ACTIONS(1460), - [anon_sym_ATbefore] = ACTIONS(1462), - [anon_sym_ATafter] = ACTIONS(1464), - [anon_sym_ATsuccess] = ACTIONS(1466), - [anon_sym_ATfinished] = ACTIONS(1468), - [anon_sym_ATpersist] = ACTIONS(1470), - [anon_sym_ATteleport] = ACTIONS(1472), - [anon_sym_ATvolt] = ACTIONS(1474), - [aux_sym__text_token1] = ACTIONS(1476), - [aux_sym__text_token2] = ACTIONS(1476), - [aux_sym__text_token3] = ACTIONS(1478), + [sym_comment] = ACTIONS(1399), + [aux_sym_keyword_token1] = ACTIONS(1401), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1403), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1405), + [anon_sym_ATphp] = ACTIONS(1407), + [aux_sym_attribute_token1] = ACTIONS(1409), + [aux_sym__inline_directive_token1] = ACTIONS(1411), + [aux_sym__inline_directive_token2] = ACTIONS(1413), + [anon_sym_ATfragment] = ACTIONS(1415), + [anon_sym_ATsection] = ACTIONS(1417), + [anon_sym_ATonce] = ACTIONS(1419), + [anon_sym_ATverbatim] = ACTIONS(1421), + [anon_sym_ATpush] = ACTIONS(1423), + [anon_sym_ATpushOnce] = ACTIONS(1425), + [anon_sym_ATpushIf] = ACTIONS(1427), + [anon_sym_ATprepend] = ACTIONS(1429), + [anon_sym_ATprependOnce] = ACTIONS(1431), + [anon_sym_ATelse] = ACTIONS(1433), + [aux_sym_conditional_keyword_token1] = ACTIONS(1435), + [anon_sym_ATif] = ACTIONS(1437), + [anon_sym_ATunless] = ACTIONS(1439), + [anon_sym_ATisset] = ACTIONS(1441), + [anon_sym_ATendisset] = ACTIONS(719), + [anon_sym_ATempty] = ACTIONS(1443), + [anon_sym_ATauth] = ACTIONS(1445), + [anon_sym_ATguest] = ACTIONS(1447), + [anon_sym_ATproduction] = ACTIONS(1449), + [anon_sym_ATenv] = ACTIONS(1451), + [anon_sym_AThasSection] = ACTIONS(1453), + [anon_sym_ATsectionMissing] = ACTIONS(1455), + [anon_sym_ATerror] = ACTIONS(1457), + [anon_sym_ATcan] = ACTIONS(1459), + [anon_sym_ATcannot] = ACTIONS(1461), + [anon_sym_ATcanany] = ACTIONS(1463), + [anon_sym_ATfeature] = ACTIONS(1465), + [aux_sym__custom_token1] = ACTIONS(1467), + [aux_sym__custom_token2] = ACTIONS(1469), + [anon_sym_ATswitch] = ACTIONS(1471), + [aux_sym_loop_operator_token1] = ACTIONS(1473), + [anon_sym_ATfor] = ACTIONS(1475), + [anon_sym_ATforeach] = ACTIONS(1477), + [anon_sym_ATforelse] = ACTIONS(1479), + [anon_sym_ATwhile] = ACTIONS(1481), + [anon_sym_ATsetup] = ACTIONS(1483), + [anon_sym_ATtask] = ACTIONS(1485), + [anon_sym_ATstory] = ACTIONS(1487), + [anon_sym_ATbefore] = ACTIONS(1489), + [anon_sym_ATafter] = ACTIONS(1491), + [anon_sym_ATsuccess] = ACTIONS(1493), + [anon_sym_ATfinished] = ACTIONS(1495), + [anon_sym_ATpersist] = ACTIONS(1497), + [anon_sym_ATteleport] = ACTIONS(1499), + [anon_sym_ATvolt] = ACTIONS(1501), + [aux_sym__text_token1] = ACTIONS(1503), + [aux_sym__text_token2] = ACTIONS(1503), + [aux_sym__text_token3] = ACTIONS(1505), }, [99] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -37836,113 +37791,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1480), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1507), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [100] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -37959,113 +37915,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1482), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1509), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [101] = { [sym__definition] = STATE(101), [sym_keyword] = STATE(101), [sym_php_statement] = STATE(101), - [sym__escaped] = STATE(1596), - [sym__unescaped] = STATE(1596), - [sym__raw] = STATE(1596), - [sym__inline_raw] = STATE(1596), - [sym__multi_line_raw] = STATE(1596), + [sym__escaped] = STATE(1598), + [sym__unescaped] = STATE(1598), + [sym__raw] = STATE(1598), + [sym__inline_raw] = STATE(1598), + [sym__multi_line_raw] = STATE(1598), [sym_attribute] = STATE(101), [sym__inline_directive] = STATE(101), [sym__nested_directive] = STATE(101), @@ -38075,120 +38032,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(101), [sym_verbatim] = STATE(101), [sym_stack] = STATE(101), - [sym__push] = STATE(1597), - [sym__pushOnce] = STATE(1597), - [sym__pushIf] = STATE(1597), - [sym__prepend] = STATE(1597), - [sym__prependOnce] = STATE(1597), + [sym__push] = STATE(1599), + [sym__pushOnce] = STATE(1599), + [sym__pushIf] = STATE(1599), + [sym__prepend] = STATE(1599), + [sym__prependOnce] = STATE(1599), [sym_conditional] = STATE(101), [sym_conditional_keyword] = STATE(101), - [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__if] = STATE(1600), + [sym__unless] = STATE(1600), + [sym__isset] = STATE(1600), + [sym__empty] = STATE(1600), + [sym__auth] = STATE(1600), + [sym__guest] = STATE(1600), + [sym__production] = STATE(1600), + [sym__env] = STATE(1600), + [sym__hasSection] = STATE(1600), + [sym__sectionMissing] = STATE(1600), + [sym__error] = STATE(1600), + [sym_authorization] = STATE(1600), + [sym__can] = STATE(1601), + [sym__cannot] = STATE(1601), + [sym__canany] = STATE(1601), + [sym__feature] = STATE(1600), + [sym__custom] = STATE(1600), [sym_switch] = STATE(101), [sym_loop] = STATE(101), [sym_loop_operator] = STATE(101), - [sym__for] = STATE(1600), - [sym__foreach] = STATE(1600), - [sym__forelse] = STATE(1600), - [sym__while] = STATE(1600), + [sym__for] = STATE(1602), + [sym__foreach] = STATE(1602), + [sym__forelse] = STATE(1602), + [sym__while] = STATE(1602), [sym_envoy] = STATE(101), - [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__setup] = STATE(1598), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1598), + [sym__before] = STATE(1598), + [sym__after] = STATE(1598), + [sym__envoy_error] = STATE(1598), + [sym__success] = STATE(1598), + [sym__finished] = STATE(1598), [sym_livewire] = STATE(101), - [sym__persist] = STATE(1602), - [sym__teleport] = STATE(1602), - [sym__volt] = STATE(1602), + [sym__persist] = STATE(1604), + [sym__teleport] = STATE(1604), + [sym__volt] = STATE(1604), [sym_text] = STATE(101), [sym__text] = STATE(674), [aux_sym__if_statement_directive_body_repeat1] = STATE(101), [aux_sym_php_only_repeat1] = STATE(674), - [sym_comment] = ACTIONS(1484), - [aux_sym_keyword_token1] = ACTIONS(1487), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1490), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1493), - [anon_sym_ATphp] = ACTIONS(1496), - [aux_sym_attribute_token1] = ACTIONS(1499), - [aux_sym__inline_directive_token1] = ACTIONS(1502), - [anon_sym_ATfragment] = ACTIONS(1505), - [anon_sym_ATsection] = ACTIONS(1508), - [anon_sym_ATonce] = ACTIONS(1511), - [anon_sym_ATverbatim] = ACTIONS(1514), - [anon_sym_ATpush] = ACTIONS(1517), - [anon_sym_ATpushOnce] = ACTIONS(1520), - [anon_sym_ATpushIf] = ACTIONS(1523), - [anon_sym_ATprepend] = ACTIONS(1526), - [anon_sym_ATprependOnce] = ACTIONS(1529), - [anon_sym_ATelse] = ACTIONS(1532), - [aux_sym_conditional_keyword_token1] = ACTIONS(1535), - [anon_sym_ATif] = ACTIONS(1538), - [anon_sym_ATunless] = ACTIONS(1541), - [anon_sym_ATisset] = ACTIONS(1544), - [anon_sym_ATempty] = ACTIONS(1547), - [anon_sym_ATauth] = ACTIONS(1550), - [anon_sym_ATguest] = ACTIONS(1553), - [anon_sym_ATproduction] = ACTIONS(1556), - [anon_sym_ATenv] = ACTIONS(1559), - [anon_sym_ATendenv] = ACTIONS(633), - [anon_sym_AThasSection] = ACTIONS(1562), - [anon_sym_ATsectionMissing] = ACTIONS(1565), - [anon_sym_ATerror] = ACTIONS(1568), - [anon_sym_ATcan] = ACTIONS(1571), - [anon_sym_ATcannot] = ACTIONS(1574), - [anon_sym_ATcanany] = ACTIONS(1577), - [anon_sym_ATfeature] = ACTIONS(1580), - [aux_sym__custom_token1] = ACTIONS(1583), - [aux_sym__custom_token2] = ACTIONS(1586), - [anon_sym_ATswitch] = ACTIONS(1589), - [aux_sym_loop_operator_token1] = ACTIONS(1592), - [anon_sym_ATfor] = ACTIONS(1595), - [anon_sym_ATforeach] = ACTIONS(1598), - [anon_sym_ATforelse] = ACTIONS(1601), - [anon_sym_ATwhile] = ACTIONS(1604), - [anon_sym_ATsetup] = ACTIONS(1607), - [anon_sym_ATtask] = ACTIONS(1610), - [anon_sym_ATstory] = ACTIONS(1613), - [anon_sym_ATbefore] = ACTIONS(1616), - [anon_sym_ATafter] = ACTIONS(1619), - [anon_sym_ATsuccess] = ACTIONS(1622), - [anon_sym_ATfinished] = ACTIONS(1625), - [anon_sym_ATpersist] = ACTIONS(1628), - [anon_sym_ATteleport] = ACTIONS(1631), - [anon_sym_ATvolt] = ACTIONS(1634), - [aux_sym__text_token1] = ACTIONS(1637), - [aux_sym__text_token2] = ACTIONS(1637), - [aux_sym__text_token3] = ACTIONS(1640), + [sym_comment] = ACTIONS(1511), + [aux_sym_keyword_token1] = ACTIONS(1514), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1517), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1520), + [anon_sym_ATphp] = ACTIONS(1523), + [aux_sym_attribute_token1] = ACTIONS(1526), + [aux_sym__inline_directive_token1] = ACTIONS(1529), + [aux_sym__inline_directive_token2] = ACTIONS(1532), + [anon_sym_ATfragment] = ACTIONS(1535), + [anon_sym_ATsection] = ACTIONS(1538), + [anon_sym_ATonce] = ACTIONS(1541), + [anon_sym_ATverbatim] = ACTIONS(1544), + [anon_sym_ATpush] = ACTIONS(1547), + [anon_sym_ATpushOnce] = ACTIONS(1550), + [anon_sym_ATpushIf] = ACTIONS(1553), + [anon_sym_ATprepend] = ACTIONS(1556), + [anon_sym_ATprependOnce] = ACTIONS(1559), + [anon_sym_ATelse] = ACTIONS(1562), + [aux_sym_conditional_keyword_token1] = ACTIONS(1565), + [anon_sym_ATif] = ACTIONS(1568), + [anon_sym_ATunless] = ACTIONS(1571), + [anon_sym_ATisset] = ACTIONS(1574), + [anon_sym_ATempty] = ACTIONS(1577), + [anon_sym_ATauth] = ACTIONS(1580), + [anon_sym_ATguest] = ACTIONS(1583), + [anon_sym_ATproduction] = ACTIONS(1586), + [anon_sym_ATenv] = ACTIONS(1589), + [anon_sym_ATendenv] = ACTIONS(646), + [anon_sym_AThasSection] = ACTIONS(1592), + [anon_sym_ATsectionMissing] = ACTIONS(1595), + [anon_sym_ATerror] = ACTIONS(1598), + [anon_sym_ATcan] = ACTIONS(1601), + [anon_sym_ATcannot] = ACTIONS(1604), + [anon_sym_ATcanany] = ACTIONS(1607), + [anon_sym_ATfeature] = ACTIONS(1610), + [aux_sym__custom_token1] = ACTIONS(1613), + [aux_sym__custom_token2] = ACTIONS(1616), + [anon_sym_ATswitch] = ACTIONS(1619), + [aux_sym_loop_operator_token1] = ACTIONS(1622), + [anon_sym_ATfor] = ACTIONS(1625), + [anon_sym_ATforeach] = ACTIONS(1628), + [anon_sym_ATforelse] = ACTIONS(1631), + [anon_sym_ATwhile] = ACTIONS(1634), + [anon_sym_ATsetup] = ACTIONS(1637), + [anon_sym_ATtask] = ACTIONS(1640), + [anon_sym_ATstory] = ACTIONS(1643), + [anon_sym_ATbefore] = ACTIONS(1646), + [anon_sym_ATafter] = ACTIONS(1649), + [anon_sym_ATsuccess] = ACTIONS(1652), + [anon_sym_ATfinished] = ACTIONS(1655), + [anon_sym_ATpersist] = ACTIONS(1658), + [anon_sym_ATteleport] = ACTIONS(1661), + [anon_sym_ATvolt] = ACTIONS(1664), + [aux_sym__text_token1] = ACTIONS(1667), + [aux_sym__text_token2] = ACTIONS(1667), + [aux_sym__text_token3] = ACTIONS(1670), }, [102] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -38205,113 +38163,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(1643), - [aux_sym_keyword_token1] = ACTIONS(1646), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1649), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1652), - [anon_sym_ATphp] = ACTIONS(1655), - [aux_sym_attribute_token1] = ACTIONS(1658), - [aux_sym__inline_directive_token1] = ACTIONS(1661), - [anon_sym_ATfragment] = ACTIONS(1664), - [anon_sym_ATsection] = ACTIONS(1667), - [anon_sym_ATonce] = ACTIONS(1670), - [anon_sym_ATverbatim] = ACTIONS(1673), - [anon_sym_ATpush] = ACTIONS(1676), - [anon_sym_ATpushOnce] = ACTIONS(1679), - [anon_sym_ATpushIf] = ACTIONS(1682), - [anon_sym_ATprepend] = ACTIONS(1685), - [anon_sym_ATprependOnce] = ACTIONS(1688), - [anon_sym_ATelse] = ACTIONS(1691), - [aux_sym_conditional_keyword_token1] = ACTIONS(1694), - [anon_sym_ATif] = ACTIONS(1697), - [anon_sym_ATunless] = ACTIONS(1700), - [anon_sym_ATisset] = ACTIONS(1703), - [anon_sym_ATempty] = ACTIONS(1706), - [anon_sym_ATauth] = ACTIONS(1709), - [anon_sym_ATguest] = ACTIONS(1712), - [anon_sym_ATproduction] = ACTIONS(1715), - [anon_sym_ATendproduction] = ACTIONS(1718), - [anon_sym_ATenv] = ACTIONS(1720), - [anon_sym_AThasSection] = ACTIONS(1723), - [anon_sym_ATsectionMissing] = ACTIONS(1726), - [anon_sym_ATerror] = ACTIONS(1729), - [anon_sym_ATcan] = ACTIONS(1732), - [anon_sym_ATcannot] = ACTIONS(1735), - [anon_sym_ATcanany] = ACTIONS(1738), - [anon_sym_ATfeature] = ACTIONS(1741), - [aux_sym__custom_token1] = ACTIONS(1744), - [aux_sym__custom_token2] = ACTIONS(1747), - [anon_sym_ATswitch] = ACTIONS(1750), - [aux_sym_loop_operator_token1] = ACTIONS(1753), - [anon_sym_ATfor] = ACTIONS(1756), - [anon_sym_ATforeach] = ACTIONS(1759), - [anon_sym_ATforelse] = ACTIONS(1762), - [anon_sym_ATwhile] = ACTIONS(1765), - [anon_sym_ATsetup] = ACTIONS(1768), - [anon_sym_ATtask] = ACTIONS(1771), - [anon_sym_ATstory] = ACTIONS(1774), - [anon_sym_ATbefore] = ACTIONS(1777), - [anon_sym_ATafter] = ACTIONS(1780), - [anon_sym_ATsuccess] = ACTIONS(1783), - [anon_sym_ATfinished] = ACTIONS(1786), - [anon_sym_ATpersist] = ACTIONS(1789), - [anon_sym_ATteleport] = ACTIONS(1792), - [anon_sym_ATvolt] = ACTIONS(1795), - [aux_sym__text_token1] = ACTIONS(1798), - [aux_sym__text_token2] = ACTIONS(1798), - [aux_sym__text_token3] = ACTIONS(1801), + [sym_comment] = ACTIONS(1673), + [aux_sym_keyword_token1] = ACTIONS(1676), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1679), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1682), + [anon_sym_ATphp] = ACTIONS(1685), + [aux_sym_attribute_token1] = ACTIONS(1688), + [aux_sym__inline_directive_token1] = ACTIONS(1691), + [aux_sym__inline_directive_token2] = ACTIONS(1694), + [anon_sym_ATfragment] = ACTIONS(1697), + [anon_sym_ATsection] = ACTIONS(1700), + [anon_sym_ATonce] = ACTIONS(1703), + [anon_sym_ATverbatim] = ACTIONS(1706), + [anon_sym_ATpush] = ACTIONS(1709), + [anon_sym_ATpushOnce] = ACTIONS(1712), + [anon_sym_ATpushIf] = ACTIONS(1715), + [anon_sym_ATprepend] = ACTIONS(1718), + [anon_sym_ATprependOnce] = ACTIONS(1721), + [anon_sym_ATelse] = ACTIONS(1724), + [aux_sym_conditional_keyword_token1] = ACTIONS(1727), + [anon_sym_ATif] = ACTIONS(1730), + [anon_sym_ATunless] = ACTIONS(1733), + [anon_sym_ATisset] = ACTIONS(1736), + [anon_sym_ATempty] = ACTIONS(1739), + [anon_sym_ATauth] = ACTIONS(1742), + [anon_sym_ATguest] = ACTIONS(1745), + [anon_sym_ATproduction] = ACTIONS(1748), + [anon_sym_ATendproduction] = ACTIONS(1751), + [anon_sym_ATenv] = ACTIONS(1753), + [anon_sym_AThasSection] = ACTIONS(1756), + [anon_sym_ATsectionMissing] = ACTIONS(1759), + [anon_sym_ATerror] = ACTIONS(1762), + [anon_sym_ATcan] = ACTIONS(1765), + [anon_sym_ATcannot] = ACTIONS(1768), + [anon_sym_ATcanany] = ACTIONS(1771), + [anon_sym_ATfeature] = ACTIONS(1774), + [aux_sym__custom_token1] = ACTIONS(1777), + [aux_sym__custom_token2] = ACTIONS(1780), + [anon_sym_ATswitch] = ACTIONS(1783), + [aux_sym_loop_operator_token1] = ACTIONS(1786), + [anon_sym_ATfor] = ACTIONS(1789), + [anon_sym_ATforeach] = ACTIONS(1792), + [anon_sym_ATforelse] = ACTIONS(1795), + [anon_sym_ATwhile] = ACTIONS(1798), + [anon_sym_ATsetup] = ACTIONS(1801), + [anon_sym_ATtask] = ACTIONS(1804), + [anon_sym_ATstory] = ACTIONS(1807), + [anon_sym_ATbefore] = ACTIONS(1810), + [anon_sym_ATafter] = ACTIONS(1813), + [anon_sym_ATsuccess] = ACTIONS(1816), + [anon_sym_ATfinished] = ACTIONS(1819), + [anon_sym_ATpersist] = ACTIONS(1822), + [anon_sym_ATteleport] = ACTIONS(1825), + [anon_sym_ATvolt] = ACTIONS(1828), + [aux_sym__text_token1] = ACTIONS(1831), + [aux_sym__text_token2] = ACTIONS(1831), + [aux_sym__text_token3] = ACTIONS(1834), }, [103] = { [sym__definition] = STATE(136), [sym_keyword] = STATE(136), [sym_php_statement] = STATE(136), - [sym__escaped] = STATE(1426), - [sym__unescaped] = STATE(1426), - [sym__raw] = STATE(1426), - [sym__inline_raw] = STATE(1426), - [sym__multi_line_raw] = STATE(1426), + [sym__escaped] = STATE(1428), + [sym__unescaped] = STATE(1428), + [sym__raw] = STATE(1428), + [sym__inline_raw] = STATE(1428), + [sym__multi_line_raw] = STATE(1428), [sym_attribute] = STATE(136), [sym__inline_directive] = STATE(136), [sym__nested_directive] = STATE(136), @@ -38321,120 +38280,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(136), [sym_verbatim] = STATE(136), [sym_stack] = STATE(136), - [sym__push] = STATE(1427), - [sym__pushOnce] = STATE(1427), - [sym__pushIf] = STATE(1427), - [sym__prepend] = STATE(1427), - [sym__prependOnce] = STATE(1427), + [sym__push] = STATE(1429), + [sym__pushOnce] = STATE(1429), + [sym__pushIf] = STATE(1429), + [sym__prepend] = STATE(1429), + [sym__prependOnce] = STATE(1429), [sym_conditional] = STATE(136), [sym_conditional_keyword] = STATE(136), - [sym__if] = STATE(1428), - [sym__unless] = STATE(1428), - [sym__isset] = STATE(1428), - [sym__empty] = STATE(1428), - [sym__auth] = STATE(1428), - [sym__guest] = STATE(1428), - [sym__production] = STATE(1428), - [sym__env] = STATE(1428), - [sym__hasSection] = STATE(1428), - [sym__sectionMissing] = STATE(1428), - [sym__error] = STATE(1428), - [sym_authorization] = STATE(1428), - [sym__can] = STATE(1429), - [sym__cannot] = STATE(1429), - [sym__canany] = STATE(1429), - [sym__feature] = STATE(1428), - [sym__custom] = STATE(1428), + [sym__if] = STATE(1430), + [sym__unless] = STATE(1430), + [sym__isset] = STATE(1430), + [sym__empty] = STATE(1430), + [sym__auth] = STATE(1430), + [sym__guest] = STATE(1430), + [sym__production] = STATE(1430), + [sym__env] = STATE(1430), + [sym__hasSection] = STATE(1430), + [sym__sectionMissing] = STATE(1430), + [sym__error] = STATE(1430), + [sym_authorization] = STATE(1430), + [sym__can] = STATE(1431), + [sym__cannot] = STATE(1431), + [sym__canany] = STATE(1431), + [sym__feature] = STATE(1430), + [sym__custom] = STATE(1430), [sym_switch] = STATE(136), [sym_loop] = STATE(136), [sym_loop_operator] = STATE(136), - [sym__for] = STATE(1430), - [sym__foreach] = STATE(1430), - [sym__forelse] = STATE(1430), - [sym__while] = STATE(1430), + [sym__for] = STATE(1432), + [sym__foreach] = STATE(1432), + [sym__forelse] = STATE(1432), + [sym__while] = STATE(1432), [sym_envoy] = STATE(136), - [sym__setup] = STATE(1426), - [sym__task] = STATE(1431), - [sym__story] = STATE(1431), - [sym__hooks] = STATE(1426), - [sym__before] = STATE(1426), - [sym__after] = STATE(1426), - [sym__envoy_error] = STATE(1426), - [sym__success] = STATE(1426), - [sym__finished] = STATE(1426), + [sym__setup] = STATE(1428), + [sym__task] = STATE(1433), + [sym__story] = STATE(1433), + [sym__hooks] = STATE(1428), + [sym__before] = STATE(1428), + [sym__after] = STATE(1428), + [sym__envoy_error] = STATE(1428), + [sym__success] = STATE(1428), + [sym__finished] = STATE(1428), [sym_livewire] = STATE(136), - [sym__persist] = STATE(1432), - [sym__teleport] = STATE(1432), - [sym__volt] = STATE(1432), + [sym__persist] = STATE(1434), + [sym__teleport] = STATE(1434), + [sym__volt] = STATE(1434), [sym_text] = STATE(136), [sym__text] = STATE(681), [aux_sym__if_statement_directive_body_repeat1] = STATE(136), [aux_sym_php_only_repeat1] = STATE(681), - [sym_comment] = ACTIONS(1804), - [aux_sym_keyword_token1] = ACTIONS(1376), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1378), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1380), - [anon_sym_ATphp] = ACTIONS(1382), - [aux_sym_attribute_token1] = ACTIONS(1384), - [aux_sym__inline_directive_token1] = ACTIONS(1386), - [anon_sym_ATfragment] = ACTIONS(1388), - [anon_sym_ATsection] = ACTIONS(1390), - [anon_sym_ATonce] = ACTIONS(1392), - [anon_sym_ATverbatim] = ACTIONS(1394), - [anon_sym_ATpush] = ACTIONS(1396), - [anon_sym_ATpushOnce] = ACTIONS(1398), - [anon_sym_ATpushIf] = ACTIONS(1400), - [anon_sym_ATprepend] = ACTIONS(1402), - [anon_sym_ATprependOnce] = ACTIONS(1404), - [anon_sym_ATelse] = ACTIONS(1406), - [aux_sym_conditional_keyword_token1] = ACTIONS(1408), - [anon_sym_ATif] = ACTIONS(1410), - [anon_sym_ATunless] = ACTIONS(1412), - [anon_sym_ATisset] = ACTIONS(1414), - [anon_sym_ATendisset] = ACTIONS(497), - [anon_sym_ATempty] = ACTIONS(1416), - [anon_sym_ATauth] = ACTIONS(1418), - [anon_sym_ATguest] = ACTIONS(1420), - [anon_sym_ATproduction] = ACTIONS(1422), - [anon_sym_ATenv] = ACTIONS(1424), - [anon_sym_AThasSection] = ACTIONS(1426), - [anon_sym_ATsectionMissing] = ACTIONS(1428), - [anon_sym_ATerror] = ACTIONS(1430), - [anon_sym_ATcan] = ACTIONS(1432), - [anon_sym_ATcannot] = ACTIONS(1434), - [anon_sym_ATcanany] = ACTIONS(1436), - [anon_sym_ATfeature] = ACTIONS(1438), - [aux_sym__custom_token1] = ACTIONS(1440), - [aux_sym__custom_token2] = ACTIONS(1442), - [anon_sym_ATswitch] = ACTIONS(1444), - [aux_sym_loop_operator_token1] = ACTIONS(1446), - [anon_sym_ATfor] = ACTIONS(1448), - [anon_sym_ATforeach] = ACTIONS(1450), - [anon_sym_ATforelse] = ACTIONS(1452), - [anon_sym_ATwhile] = ACTIONS(1454), - [anon_sym_ATsetup] = ACTIONS(1456), - [anon_sym_ATtask] = ACTIONS(1458), - [anon_sym_ATstory] = ACTIONS(1460), - [anon_sym_ATbefore] = ACTIONS(1462), - [anon_sym_ATafter] = ACTIONS(1464), - [anon_sym_ATsuccess] = ACTIONS(1466), - [anon_sym_ATfinished] = ACTIONS(1468), - [anon_sym_ATpersist] = ACTIONS(1470), - [anon_sym_ATteleport] = ACTIONS(1472), - [anon_sym_ATvolt] = ACTIONS(1474), - [aux_sym__text_token1] = ACTIONS(1476), - [aux_sym__text_token2] = ACTIONS(1476), - [aux_sym__text_token3] = ACTIONS(1478), + [sym_comment] = ACTIONS(1837), + [aux_sym_keyword_token1] = ACTIONS(1401), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1403), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1405), + [anon_sym_ATphp] = ACTIONS(1407), + [aux_sym_attribute_token1] = ACTIONS(1409), + [aux_sym__inline_directive_token1] = ACTIONS(1411), + [aux_sym__inline_directive_token2] = ACTIONS(1413), + [anon_sym_ATfragment] = ACTIONS(1415), + [anon_sym_ATsection] = ACTIONS(1417), + [anon_sym_ATonce] = ACTIONS(1419), + [anon_sym_ATverbatim] = ACTIONS(1421), + [anon_sym_ATpush] = ACTIONS(1423), + [anon_sym_ATpushOnce] = ACTIONS(1425), + [anon_sym_ATpushIf] = ACTIONS(1427), + [anon_sym_ATprepend] = ACTIONS(1429), + [anon_sym_ATprependOnce] = ACTIONS(1431), + [anon_sym_ATelse] = ACTIONS(1433), + [aux_sym_conditional_keyword_token1] = ACTIONS(1435), + [anon_sym_ATif] = ACTIONS(1437), + [anon_sym_ATunless] = ACTIONS(1439), + [anon_sym_ATisset] = ACTIONS(1441), + [anon_sym_ATendisset] = ACTIONS(507), + [anon_sym_ATempty] = ACTIONS(1443), + [anon_sym_ATauth] = ACTIONS(1445), + [anon_sym_ATguest] = ACTIONS(1447), + [anon_sym_ATproduction] = ACTIONS(1449), + [anon_sym_ATenv] = ACTIONS(1451), + [anon_sym_AThasSection] = ACTIONS(1453), + [anon_sym_ATsectionMissing] = ACTIONS(1455), + [anon_sym_ATerror] = ACTIONS(1457), + [anon_sym_ATcan] = ACTIONS(1459), + [anon_sym_ATcannot] = ACTIONS(1461), + [anon_sym_ATcanany] = ACTIONS(1463), + [anon_sym_ATfeature] = ACTIONS(1465), + [aux_sym__custom_token1] = ACTIONS(1467), + [aux_sym__custom_token2] = ACTIONS(1469), + [anon_sym_ATswitch] = ACTIONS(1471), + [aux_sym_loop_operator_token1] = ACTIONS(1473), + [anon_sym_ATfor] = ACTIONS(1475), + [anon_sym_ATforeach] = ACTIONS(1477), + [anon_sym_ATforelse] = ACTIONS(1479), + [anon_sym_ATwhile] = ACTIONS(1481), + [anon_sym_ATsetup] = ACTIONS(1483), + [anon_sym_ATtask] = ACTIONS(1485), + [anon_sym_ATstory] = ACTIONS(1487), + [anon_sym_ATbefore] = ACTIONS(1489), + [anon_sym_ATafter] = ACTIONS(1491), + [anon_sym_ATsuccess] = ACTIONS(1493), + [anon_sym_ATfinished] = ACTIONS(1495), + [anon_sym_ATpersist] = ACTIONS(1497), + [anon_sym_ATteleport] = ACTIONS(1499), + [anon_sym_ATvolt] = ACTIONS(1501), + [aux_sym__text_token1] = ACTIONS(1503), + [aux_sym__text_token2] = ACTIONS(1503), + [aux_sym__text_token3] = ACTIONS(1505), }, [104] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -38451,113 +38411,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(1806), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(1839), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [105] = { [sym__definition] = STATE(105), [sym_keyword] = STATE(105), [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(105), [sym__inline_directive] = STATE(105), [sym__nested_directive] = STATE(105), @@ -38567,120 +38528,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(105), [sym_verbatim] = STATE(105), [sym_stack] = STATE(105), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(105), [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(105), [sym_loop] = STATE(105), [sym_loop_operator] = STATE(105), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(105), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(105), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), [sym_text] = STATE(105), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(105), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(1808), - [aux_sym_keyword_token1] = ACTIONS(1811), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1814), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1817), - [anon_sym_ATphp] = ACTIONS(1820), - [aux_sym_attribute_token1] = ACTIONS(1823), - [aux_sym__inline_directive_token1] = ACTIONS(1826), - [anon_sym_ATfragment] = ACTIONS(1829), - [anon_sym_ATsection] = ACTIONS(1832), - [anon_sym_ATonce] = ACTIONS(1835), - [anon_sym_ATverbatim] = ACTIONS(1838), - [anon_sym_ATpush] = ACTIONS(1841), - [anon_sym_ATpushOnce] = ACTIONS(1844), - [anon_sym_ATpushIf] = ACTIONS(1847), - [anon_sym_ATprepend] = ACTIONS(1850), - [anon_sym_ATprependOnce] = ACTIONS(1853), - [anon_sym_ATelse] = ACTIONS(1856), - [aux_sym_conditional_keyword_token1] = ACTIONS(1859), - [anon_sym_ATif] = ACTIONS(1862), - [anon_sym_ATunless] = ACTIONS(1865), - [anon_sym_ATisset] = ACTIONS(1868), - [anon_sym_ATempty] = ACTIONS(1871), - [anon_sym_ATauth] = ACTIONS(1874), - [anon_sym_ATendauth] = ACTIONS(633), - [anon_sym_ATguest] = ACTIONS(1877), - [anon_sym_ATproduction] = ACTIONS(1880), - [anon_sym_ATenv] = ACTIONS(1883), - [anon_sym_AThasSection] = ACTIONS(1886), - [anon_sym_ATsectionMissing] = ACTIONS(1889), - [anon_sym_ATerror] = ACTIONS(1892), - [anon_sym_ATcan] = ACTIONS(1895), - [anon_sym_ATcannot] = ACTIONS(1898), - [anon_sym_ATcanany] = ACTIONS(1901), - [anon_sym_ATfeature] = ACTIONS(1904), - [aux_sym__custom_token1] = ACTIONS(1907), - [aux_sym__custom_token2] = ACTIONS(1910), - [anon_sym_ATswitch] = ACTIONS(1913), - [aux_sym_loop_operator_token1] = ACTIONS(1916), - [anon_sym_ATfor] = ACTIONS(1919), - [anon_sym_ATforeach] = ACTIONS(1922), - [anon_sym_ATforelse] = ACTIONS(1925), - [anon_sym_ATwhile] = ACTIONS(1928), - [anon_sym_ATsetup] = ACTIONS(1931), - [anon_sym_ATtask] = ACTIONS(1934), - [anon_sym_ATstory] = ACTIONS(1937), - [anon_sym_ATbefore] = ACTIONS(1940), - [anon_sym_ATafter] = ACTIONS(1943), - [anon_sym_ATsuccess] = ACTIONS(1946), - [anon_sym_ATfinished] = ACTIONS(1949), - [anon_sym_ATpersist] = ACTIONS(1952), - [anon_sym_ATteleport] = ACTIONS(1955), - [anon_sym_ATvolt] = ACTIONS(1958), - [aux_sym__text_token1] = ACTIONS(1961), - [aux_sym__text_token2] = ACTIONS(1961), - [aux_sym__text_token3] = ACTIONS(1964), + [sym_comment] = ACTIONS(1841), + [aux_sym_keyword_token1] = ACTIONS(1844), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1847), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1850), + [anon_sym_ATphp] = ACTIONS(1853), + [aux_sym_attribute_token1] = ACTIONS(1856), + [aux_sym__inline_directive_token1] = ACTIONS(1859), + [aux_sym__inline_directive_token2] = ACTIONS(1862), + [anon_sym_ATfragment] = ACTIONS(1865), + [anon_sym_ATsection] = ACTIONS(1868), + [anon_sym_ATonce] = ACTIONS(1871), + [anon_sym_ATverbatim] = ACTIONS(1874), + [anon_sym_ATpush] = ACTIONS(1877), + [anon_sym_ATpushOnce] = ACTIONS(1880), + [anon_sym_ATpushIf] = ACTIONS(1883), + [anon_sym_ATprepend] = ACTIONS(1886), + [anon_sym_ATprependOnce] = ACTIONS(1889), + [anon_sym_ATelse] = ACTIONS(1892), + [aux_sym_conditional_keyword_token1] = ACTIONS(1895), + [anon_sym_ATif] = ACTIONS(1898), + [anon_sym_ATunless] = ACTIONS(1901), + [anon_sym_ATisset] = ACTIONS(1904), + [anon_sym_ATempty] = ACTIONS(1907), + [anon_sym_ATauth] = ACTIONS(1910), + [anon_sym_ATendauth] = ACTIONS(646), + [anon_sym_ATguest] = ACTIONS(1913), + [anon_sym_ATproduction] = ACTIONS(1916), + [anon_sym_ATenv] = ACTIONS(1919), + [anon_sym_AThasSection] = ACTIONS(1922), + [anon_sym_ATsectionMissing] = ACTIONS(1925), + [anon_sym_ATerror] = ACTIONS(1928), + [anon_sym_ATcan] = ACTIONS(1931), + [anon_sym_ATcannot] = ACTIONS(1934), + [anon_sym_ATcanany] = ACTIONS(1937), + [anon_sym_ATfeature] = ACTIONS(1940), + [aux_sym__custom_token1] = ACTIONS(1943), + [aux_sym__custom_token2] = ACTIONS(1946), + [anon_sym_ATswitch] = ACTIONS(1949), + [aux_sym_loop_operator_token1] = ACTIONS(1952), + [anon_sym_ATfor] = ACTIONS(1955), + [anon_sym_ATforeach] = ACTIONS(1958), + [anon_sym_ATforelse] = ACTIONS(1961), + [anon_sym_ATwhile] = ACTIONS(1964), + [anon_sym_ATsetup] = ACTIONS(1967), + [anon_sym_ATtask] = ACTIONS(1970), + [anon_sym_ATstory] = ACTIONS(1973), + [anon_sym_ATbefore] = ACTIONS(1976), + [anon_sym_ATafter] = ACTIONS(1979), + [anon_sym_ATsuccess] = ACTIONS(1982), + [anon_sym_ATfinished] = ACTIONS(1985), + [anon_sym_ATpersist] = ACTIONS(1988), + [anon_sym_ATteleport] = ACTIONS(1991), + [anon_sym_ATvolt] = ACTIONS(1994), + [aux_sym__text_token1] = ACTIONS(1997), + [aux_sym__text_token2] = ACTIONS(1997), + [aux_sym__text_token3] = ACTIONS(2000), }, [106] = { [sym__definition] = STATE(105), [sym_keyword] = STATE(105), [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(105), [sym__inline_directive] = STATE(105), [sym__nested_directive] = STATE(105), @@ -38690,120 +38652,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(105), [sym_verbatim] = STATE(105), [sym_stack] = STATE(105), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(105), [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(105), [sym_loop] = STATE(105), [sym_loop_operator] = STATE(105), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(105), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(105), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), [sym_text] = STATE(105), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(105), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(321), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATendauth] = ACTIONS(1199), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(327), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATendauth] = ACTIONS(1221), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [107] = { [sym__definition] = STATE(107), [sym_keyword] = STATE(107), [sym_php_statement] = STATE(107), - [sym__escaped] = STATE(1249), - [sym__unescaped] = STATE(1249), - [sym__raw] = STATE(1249), - [sym__inline_raw] = STATE(1249), - [sym__multi_line_raw] = STATE(1249), + [sym__escaped] = STATE(1251), + [sym__unescaped] = STATE(1251), + [sym__raw] = STATE(1251), + [sym__inline_raw] = STATE(1251), + [sym__multi_line_raw] = STATE(1251), [sym_attribute] = STATE(107), [sym__inline_directive] = STATE(107), [sym__nested_directive] = STATE(107), @@ -38813,120 +38776,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(107), [sym_verbatim] = STATE(107), [sym_stack] = STATE(107), - [sym__push] = STATE(1250), - [sym__pushOnce] = STATE(1250), - [sym__pushIf] = STATE(1250), - [sym__prepend] = STATE(1250), - [sym__prependOnce] = STATE(1250), + [sym__push] = STATE(1252), + [sym__pushOnce] = STATE(1252), + [sym__pushIf] = STATE(1252), + [sym__prepend] = STATE(1252), + [sym__prependOnce] = STATE(1252), [sym_conditional] = STATE(107), [sym_conditional_keyword] = STATE(107), - [sym__if] = STATE(1251), - [sym__unless] = STATE(1251), - [sym__isset] = STATE(1251), - [sym__empty] = STATE(1251), - [sym__auth] = STATE(1251), - [sym__guest] = STATE(1251), - [sym__production] = STATE(1251), - [sym__env] = STATE(1251), - [sym__hasSection] = STATE(1251), - [sym__sectionMissing] = STATE(1251), - [sym__error] = STATE(1251), - [sym_authorization] = STATE(1251), - [sym__can] = STATE(1252), - [sym__cannot] = STATE(1252), - [sym__canany] = STATE(1252), - [sym__feature] = STATE(1251), - [sym__custom] = STATE(1251), + [sym__if] = STATE(1253), + [sym__unless] = STATE(1253), + [sym__isset] = STATE(1253), + [sym__empty] = STATE(1253), + [sym__auth] = STATE(1253), + [sym__guest] = STATE(1253), + [sym__production] = STATE(1253), + [sym__env] = STATE(1253), + [sym__hasSection] = STATE(1253), + [sym__sectionMissing] = STATE(1253), + [sym__error] = STATE(1253), + [sym_authorization] = STATE(1253), + [sym__can] = STATE(1254), + [sym__cannot] = STATE(1254), + [sym__canany] = STATE(1254), + [sym__feature] = STATE(1253), + [sym__custom] = STATE(1253), [sym_switch] = STATE(107), [sym_loop] = STATE(107), [sym_loop_operator] = STATE(107), - [sym__for] = STATE(1253), - [sym__foreach] = STATE(1253), - [sym__forelse] = STATE(1253), - [sym__while] = STATE(1253), + [sym__for] = STATE(1255), + [sym__foreach] = STATE(1255), + [sym__forelse] = STATE(1255), + [sym__while] = STATE(1255), [sym_envoy] = STATE(107), - [sym__setup] = STATE(1249), - [sym__task] = STATE(1254), - [sym__story] = STATE(1254), - [sym__hooks] = STATE(1249), - [sym__before] = STATE(1249), - [sym__after] = STATE(1249), - [sym__envoy_error] = STATE(1249), - [sym__success] = STATE(1249), - [sym__finished] = STATE(1249), + [sym__setup] = STATE(1251), + [sym__task] = STATE(1256), + [sym__story] = STATE(1256), + [sym__hooks] = STATE(1251), + [sym__before] = STATE(1251), + [sym__after] = STATE(1251), + [sym__envoy_error] = STATE(1251), + [sym__success] = STATE(1251), + [sym__finished] = STATE(1251), [sym_livewire] = STATE(107), - [sym__persist] = STATE(1255), - [sym__teleport] = STATE(1255), - [sym__volt] = STATE(1255), + [sym__persist] = STATE(1257), + [sym__teleport] = STATE(1257), + [sym__volt] = STATE(1257), [sym_text] = STATE(107), [sym__text] = STATE(692), [aux_sym__if_statement_directive_body_repeat1] = STATE(107), [aux_sym_php_only_repeat1] = STATE(692), - [sym_comment] = ACTIONS(1967), - [aux_sym_keyword_token1] = ACTIONS(1970), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1973), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1976), - [anon_sym_ATphp] = ACTIONS(1979), - [aux_sym_attribute_token1] = ACTIONS(1982), - [aux_sym__inline_directive_token1] = ACTIONS(1985), - [anon_sym_ATfragment] = ACTIONS(1988), - [anon_sym_ATsection] = ACTIONS(1991), - [anon_sym_ATonce] = ACTIONS(1994), - [anon_sym_ATverbatim] = ACTIONS(1997), - [anon_sym_ATpush] = ACTIONS(2000), - [anon_sym_ATpushOnce] = ACTIONS(2003), - [anon_sym_ATpushIf] = ACTIONS(2006), - [anon_sym_ATprepend] = ACTIONS(2009), - [anon_sym_ATprependOnce] = ACTIONS(2012), - [anon_sym_ATelse] = ACTIONS(2015), - [aux_sym_conditional_keyword_token1] = ACTIONS(2018), - [anon_sym_ATif] = ACTIONS(2021), - [anon_sym_ATendif] = ACTIONS(633), - [anon_sym_ATunless] = ACTIONS(2024), - [anon_sym_ATisset] = ACTIONS(2027), - [anon_sym_ATempty] = ACTIONS(2030), - [anon_sym_ATauth] = ACTIONS(2033), - [anon_sym_ATguest] = ACTIONS(2036), - [anon_sym_ATproduction] = ACTIONS(2039), - [anon_sym_ATenv] = ACTIONS(2042), - [anon_sym_AThasSection] = ACTIONS(2045), - [anon_sym_ATsectionMissing] = ACTIONS(2048), - [anon_sym_ATerror] = ACTIONS(2051), - [anon_sym_ATcan] = ACTIONS(2054), - [anon_sym_ATcannot] = ACTIONS(2057), - [anon_sym_ATcanany] = ACTIONS(2060), - [anon_sym_ATfeature] = ACTIONS(2063), - [aux_sym__custom_token1] = ACTIONS(2066), - [aux_sym__custom_token2] = ACTIONS(2069), - [anon_sym_ATswitch] = ACTIONS(2072), - [aux_sym_loop_operator_token1] = ACTIONS(2075), - [anon_sym_ATfor] = ACTIONS(2078), - [anon_sym_ATforeach] = ACTIONS(2081), - [anon_sym_ATforelse] = ACTIONS(2084), - [anon_sym_ATwhile] = ACTIONS(2087), - [anon_sym_ATsetup] = ACTIONS(2090), - [anon_sym_ATtask] = ACTIONS(2093), - [anon_sym_ATstory] = ACTIONS(2096), - [anon_sym_ATbefore] = ACTIONS(2099), - [anon_sym_ATafter] = ACTIONS(2102), - [anon_sym_ATsuccess] = ACTIONS(2105), - [anon_sym_ATfinished] = ACTIONS(2108), - [anon_sym_ATpersist] = ACTIONS(2111), - [anon_sym_ATteleport] = ACTIONS(2114), - [anon_sym_ATvolt] = ACTIONS(2117), - [aux_sym__text_token1] = ACTIONS(2120), - [aux_sym__text_token2] = ACTIONS(2120), - [aux_sym__text_token3] = ACTIONS(2123), + [sym_comment] = ACTIONS(2003), + [aux_sym_keyword_token1] = ACTIONS(2006), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2009), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2012), + [anon_sym_ATphp] = ACTIONS(2015), + [aux_sym_attribute_token1] = ACTIONS(2018), + [aux_sym__inline_directive_token1] = ACTIONS(2021), + [aux_sym__inline_directive_token2] = ACTIONS(2024), + [anon_sym_ATfragment] = ACTIONS(2027), + [anon_sym_ATsection] = ACTIONS(2030), + [anon_sym_ATonce] = ACTIONS(2033), + [anon_sym_ATverbatim] = ACTIONS(2036), + [anon_sym_ATpush] = ACTIONS(2039), + [anon_sym_ATpushOnce] = ACTIONS(2042), + [anon_sym_ATpushIf] = ACTIONS(2045), + [anon_sym_ATprepend] = ACTIONS(2048), + [anon_sym_ATprependOnce] = ACTIONS(2051), + [anon_sym_ATelse] = ACTIONS(2054), + [aux_sym_conditional_keyword_token1] = ACTIONS(2057), + [anon_sym_ATif] = ACTIONS(2060), + [anon_sym_ATendif] = ACTIONS(646), + [anon_sym_ATunless] = ACTIONS(2063), + [anon_sym_ATisset] = ACTIONS(2066), + [anon_sym_ATempty] = ACTIONS(2069), + [anon_sym_ATauth] = ACTIONS(2072), + [anon_sym_ATguest] = ACTIONS(2075), + [anon_sym_ATproduction] = ACTIONS(2078), + [anon_sym_ATenv] = ACTIONS(2081), + [anon_sym_AThasSection] = ACTIONS(2084), + [anon_sym_ATsectionMissing] = ACTIONS(2087), + [anon_sym_ATerror] = ACTIONS(2090), + [anon_sym_ATcan] = ACTIONS(2093), + [anon_sym_ATcannot] = ACTIONS(2096), + [anon_sym_ATcanany] = ACTIONS(2099), + [anon_sym_ATfeature] = ACTIONS(2102), + [aux_sym__custom_token1] = ACTIONS(2105), + [aux_sym__custom_token2] = ACTIONS(2108), + [anon_sym_ATswitch] = ACTIONS(2111), + [aux_sym_loop_operator_token1] = ACTIONS(2114), + [anon_sym_ATfor] = ACTIONS(2117), + [anon_sym_ATforeach] = ACTIONS(2120), + [anon_sym_ATforelse] = ACTIONS(2123), + [anon_sym_ATwhile] = ACTIONS(2126), + [anon_sym_ATsetup] = ACTIONS(2129), + [anon_sym_ATtask] = ACTIONS(2132), + [anon_sym_ATstory] = ACTIONS(2135), + [anon_sym_ATbefore] = ACTIONS(2138), + [anon_sym_ATafter] = ACTIONS(2141), + [anon_sym_ATsuccess] = ACTIONS(2144), + [anon_sym_ATfinished] = ACTIONS(2147), + [anon_sym_ATpersist] = ACTIONS(2150), + [anon_sym_ATteleport] = ACTIONS(2153), + [anon_sym_ATvolt] = ACTIONS(2156), + [aux_sym__text_token1] = ACTIONS(2159), + [aux_sym__text_token2] = ACTIONS(2159), + [aux_sym__text_token3] = ACTIONS(2162), }, [108] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -38943,113 +38907,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(2126), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(2165), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [109] = { [sym__definition] = STATE(121), [sym_keyword] = STATE(121), [sym_php_statement] = STATE(121), - [sym__escaped] = STATE(1845), - [sym__unescaped] = STATE(1845), - [sym__raw] = STATE(1845), - [sym__inline_raw] = STATE(1845), - [sym__multi_line_raw] = STATE(1845), + [sym__escaped] = STATE(1847), + [sym__unescaped] = STATE(1847), + [sym__raw] = STATE(1847), + [sym__inline_raw] = STATE(1847), + [sym__multi_line_raw] = STATE(1847), [sym_attribute] = STATE(121), [sym__inline_directive] = STATE(121), [sym__nested_directive] = STATE(121), @@ -39059,120 +39024,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(121), [sym_verbatim] = STATE(121), [sym_stack] = STATE(121), - [sym__push] = STATE(1846), - [sym__pushOnce] = STATE(1846), - [sym__pushIf] = STATE(1846), - [sym__prepend] = STATE(1846), - [sym__prependOnce] = STATE(1846), + [sym__push] = STATE(1848), + [sym__pushOnce] = STATE(1848), + [sym__pushIf] = STATE(1848), + [sym__prepend] = STATE(1848), + [sym__prependOnce] = STATE(1848), [sym_conditional] = STATE(121), [sym_conditional_keyword] = STATE(121), - [sym__if] = STATE(1847), - [sym__unless] = STATE(1847), - [sym__isset] = STATE(1847), - [sym__empty] = STATE(1847), - [sym__auth] = STATE(1847), - [sym__guest] = STATE(1847), - [sym__production] = STATE(1847), - [sym__env] = STATE(1847), - [sym__hasSection] = STATE(1847), - [sym__sectionMissing] = STATE(1847), - [sym__error] = STATE(1847), - [sym_authorization] = STATE(1847), - [sym__can] = STATE(1848), - [sym__cannot] = STATE(1848), - [sym__canany] = STATE(1848), - [sym__feature] = STATE(1847), - [sym__custom] = STATE(1847), + [sym__if] = STATE(1849), + [sym__unless] = STATE(1849), + [sym__isset] = STATE(1849), + [sym__empty] = STATE(1849), + [sym__auth] = STATE(1849), + [sym__guest] = STATE(1849), + [sym__production] = STATE(1849), + [sym__env] = STATE(1849), + [sym__hasSection] = STATE(1849), + [sym__sectionMissing] = STATE(1849), + [sym__error] = STATE(1849), + [sym_authorization] = STATE(1849), + [sym__can] = STATE(1850), + [sym__cannot] = STATE(1850), + [sym__canany] = STATE(1850), + [sym__feature] = STATE(1849), + [sym__custom] = STATE(1849), [sym_switch] = STATE(121), [sym_loop] = STATE(121), [sym_loop_operator] = STATE(121), - [sym__for] = STATE(1849), - [sym__foreach] = STATE(1849), - [sym__forelse] = STATE(1849), - [sym__while] = STATE(1849), + [sym__for] = STATE(1851), + [sym__foreach] = STATE(1851), + [sym__forelse] = STATE(1851), + [sym__while] = STATE(1851), [sym_envoy] = STATE(121), - [sym__setup] = STATE(1845), - [sym__task] = STATE(1850), - [sym__story] = STATE(1850), - [sym__hooks] = STATE(1845), - [sym__before] = STATE(1845), - [sym__after] = STATE(1845), - [sym__envoy_error] = STATE(1845), - [sym__success] = STATE(1845), - [sym__finished] = STATE(1845), + [sym__setup] = STATE(1847), + [sym__task] = STATE(1852), + [sym__story] = STATE(1852), + [sym__hooks] = STATE(1847), + [sym__before] = STATE(1847), + [sym__after] = STATE(1847), + [sym__envoy_error] = STATE(1847), + [sym__success] = STATE(1847), + [sym__finished] = STATE(1847), [sym_livewire] = STATE(121), - [sym__persist] = STATE(1851), - [sym__teleport] = STATE(1851), - [sym__volt] = STATE(1851), + [sym__persist] = STATE(1853), + [sym__teleport] = STATE(1853), + [sym__volt] = STATE(1853), [sym_text] = STATE(121), [sym__text] = STATE(712), [aux_sym__if_statement_directive_body_repeat1] = STATE(121), [aux_sym_php_only_repeat1] = STATE(712), - [sym_comment] = ACTIONS(2128), - [aux_sym_keyword_token1] = ACTIONS(2130), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2132), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2134), - [anon_sym_ATphp] = ACTIONS(2136), - [aux_sym_attribute_token1] = ACTIONS(2138), - [aux_sym__inline_directive_token1] = ACTIONS(2140), - [anon_sym_ATfragment] = ACTIONS(2142), - [anon_sym_ATsection] = ACTIONS(2144), - [anon_sym_ATonce] = ACTIONS(2146), - [anon_sym_ATverbatim] = ACTIONS(2148), - [anon_sym_ATpush] = ACTIONS(2150), - [anon_sym_ATpushOnce] = ACTIONS(2152), - [anon_sym_ATpushIf] = ACTIONS(2154), - [anon_sym_ATprepend] = ACTIONS(2156), - [anon_sym_ATprependOnce] = ACTIONS(2158), - [anon_sym_ATelse] = ACTIONS(2160), - [aux_sym_conditional_keyword_token1] = ACTIONS(2162), - [anon_sym_ATif] = ACTIONS(2164), - [anon_sym_ATunless] = ACTIONS(2166), - [anon_sym_ATisset] = ACTIONS(2168), - [anon_sym_ATempty] = ACTIONS(2170), - [anon_sym_ATauth] = ACTIONS(2172), - [anon_sym_ATguest] = ACTIONS(2174), - [anon_sym_ATproduction] = ACTIONS(2176), - [anon_sym_ATenv] = ACTIONS(2178), - [anon_sym_AThasSection] = ACTIONS(2180), - [anon_sym_ATsectionMissing] = ACTIONS(2182), - [anon_sym_ATerror] = ACTIONS(2184), - [anon_sym_ATcan] = ACTIONS(2186), - [anon_sym_ATcannot] = ACTIONS(2188), - [anon_sym_ATendcannot] = ACTIONS(497), - [anon_sym_ATcanany] = ACTIONS(2190), - [anon_sym_ATfeature] = ACTIONS(2192), - [aux_sym__custom_token1] = ACTIONS(2194), - [aux_sym__custom_token2] = ACTIONS(2196), - [anon_sym_ATswitch] = ACTIONS(2198), - [aux_sym_loop_operator_token1] = ACTIONS(2200), - [anon_sym_ATfor] = ACTIONS(2202), - [anon_sym_ATforeach] = ACTIONS(2204), - [anon_sym_ATforelse] = ACTIONS(2206), - [anon_sym_ATwhile] = ACTIONS(2208), - [anon_sym_ATsetup] = ACTIONS(2210), - [anon_sym_ATtask] = ACTIONS(2212), - [anon_sym_ATstory] = ACTIONS(2214), - [anon_sym_ATbefore] = ACTIONS(2216), - [anon_sym_ATafter] = ACTIONS(2218), - [anon_sym_ATsuccess] = ACTIONS(2220), - [anon_sym_ATfinished] = ACTIONS(2222), - [anon_sym_ATpersist] = ACTIONS(2224), - [anon_sym_ATteleport] = ACTIONS(2226), - [anon_sym_ATvolt] = ACTIONS(2228), - [aux_sym__text_token1] = ACTIONS(2230), - [aux_sym__text_token2] = ACTIONS(2230), - [aux_sym__text_token3] = ACTIONS(2232), + [sym_comment] = ACTIONS(2167), + [aux_sym_keyword_token1] = ACTIONS(2169), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2171), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2173), + [anon_sym_ATphp] = ACTIONS(2175), + [aux_sym_attribute_token1] = ACTIONS(2177), + [aux_sym__inline_directive_token1] = ACTIONS(2179), + [aux_sym__inline_directive_token2] = ACTIONS(2181), + [anon_sym_ATfragment] = ACTIONS(2183), + [anon_sym_ATsection] = ACTIONS(2185), + [anon_sym_ATonce] = ACTIONS(2187), + [anon_sym_ATverbatim] = ACTIONS(2189), + [anon_sym_ATpush] = ACTIONS(2191), + [anon_sym_ATpushOnce] = ACTIONS(2193), + [anon_sym_ATpushIf] = ACTIONS(2195), + [anon_sym_ATprepend] = ACTIONS(2197), + [anon_sym_ATprependOnce] = ACTIONS(2199), + [anon_sym_ATelse] = ACTIONS(2201), + [aux_sym_conditional_keyword_token1] = ACTIONS(2203), + [anon_sym_ATif] = ACTIONS(2205), + [anon_sym_ATunless] = ACTIONS(2207), + [anon_sym_ATisset] = ACTIONS(2209), + [anon_sym_ATempty] = ACTIONS(2211), + [anon_sym_ATauth] = ACTIONS(2213), + [anon_sym_ATguest] = ACTIONS(2215), + [anon_sym_ATproduction] = ACTIONS(2217), + [anon_sym_ATenv] = ACTIONS(2219), + [anon_sym_AThasSection] = ACTIONS(2221), + [anon_sym_ATsectionMissing] = ACTIONS(2223), + [anon_sym_ATerror] = ACTIONS(2225), + [anon_sym_ATcan] = ACTIONS(2227), + [anon_sym_ATcannot] = ACTIONS(2229), + [anon_sym_ATendcannot] = ACTIONS(507), + [anon_sym_ATcanany] = ACTIONS(2231), + [anon_sym_ATfeature] = ACTIONS(2233), + [aux_sym__custom_token1] = ACTIONS(2235), + [aux_sym__custom_token2] = ACTIONS(2237), + [anon_sym_ATswitch] = ACTIONS(2239), + [aux_sym_loop_operator_token1] = ACTIONS(2241), + [anon_sym_ATfor] = ACTIONS(2243), + [anon_sym_ATforeach] = ACTIONS(2245), + [anon_sym_ATforelse] = ACTIONS(2247), + [anon_sym_ATwhile] = ACTIONS(2249), + [anon_sym_ATsetup] = ACTIONS(2251), + [anon_sym_ATtask] = ACTIONS(2253), + [anon_sym_ATstory] = ACTIONS(2255), + [anon_sym_ATbefore] = ACTIONS(2257), + [anon_sym_ATafter] = ACTIONS(2259), + [anon_sym_ATsuccess] = ACTIONS(2261), + [anon_sym_ATfinished] = ACTIONS(2263), + [anon_sym_ATpersist] = ACTIONS(2265), + [anon_sym_ATteleport] = ACTIONS(2267), + [anon_sym_ATvolt] = ACTIONS(2269), + [aux_sym__text_token1] = ACTIONS(2271), + [aux_sym__text_token2] = ACTIONS(2271), + [aux_sym__text_token3] = ACTIONS(2273), }, [110] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -39189,113 +39155,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(2234), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(2275), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [111] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -39312,113 +39279,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(2236), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(2277), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [112] = { [sym__definition] = STATE(107), [sym_keyword] = STATE(107), [sym_php_statement] = STATE(107), - [sym__escaped] = STATE(1249), - [sym__unescaped] = STATE(1249), - [sym__raw] = STATE(1249), - [sym__inline_raw] = STATE(1249), - [sym__multi_line_raw] = STATE(1249), + [sym__escaped] = STATE(1251), + [sym__unescaped] = STATE(1251), + [sym__raw] = STATE(1251), + [sym__inline_raw] = STATE(1251), + [sym__multi_line_raw] = STATE(1251), [sym_attribute] = STATE(107), [sym__inline_directive] = STATE(107), [sym__nested_directive] = STATE(107), @@ -39428,120 +39396,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(107), [sym_verbatim] = STATE(107), [sym_stack] = STATE(107), - [sym__push] = STATE(1250), - [sym__pushOnce] = STATE(1250), - [sym__pushIf] = STATE(1250), - [sym__prepend] = STATE(1250), - [sym__prependOnce] = STATE(1250), + [sym__push] = STATE(1252), + [sym__pushOnce] = STATE(1252), + [sym__pushIf] = STATE(1252), + [sym__prepend] = STATE(1252), + [sym__prependOnce] = STATE(1252), [sym_conditional] = STATE(107), [sym_conditional_keyword] = STATE(107), - [sym__if] = STATE(1251), - [sym__unless] = STATE(1251), - [sym__isset] = STATE(1251), - [sym__empty] = STATE(1251), - [sym__auth] = STATE(1251), - [sym__guest] = STATE(1251), - [sym__production] = STATE(1251), - [sym__env] = STATE(1251), - [sym__hasSection] = STATE(1251), - [sym__sectionMissing] = STATE(1251), - [sym__error] = STATE(1251), - [sym_authorization] = STATE(1251), - [sym__can] = STATE(1252), - [sym__cannot] = STATE(1252), - [sym__canany] = STATE(1252), - [sym__feature] = STATE(1251), - [sym__custom] = STATE(1251), + [sym__if] = STATE(1253), + [sym__unless] = STATE(1253), + [sym__isset] = STATE(1253), + [sym__empty] = STATE(1253), + [sym__auth] = STATE(1253), + [sym__guest] = STATE(1253), + [sym__production] = STATE(1253), + [sym__env] = STATE(1253), + [sym__hasSection] = STATE(1253), + [sym__sectionMissing] = STATE(1253), + [sym__error] = STATE(1253), + [sym_authorization] = STATE(1253), + [sym__can] = STATE(1254), + [sym__cannot] = STATE(1254), + [sym__canany] = STATE(1254), + [sym__feature] = STATE(1253), + [sym__custom] = STATE(1253), [sym_switch] = STATE(107), [sym_loop] = STATE(107), [sym_loop_operator] = STATE(107), - [sym__for] = STATE(1253), - [sym__foreach] = STATE(1253), - [sym__forelse] = STATE(1253), - [sym__while] = STATE(1253), + [sym__for] = STATE(1255), + [sym__foreach] = STATE(1255), + [sym__forelse] = STATE(1255), + [sym__while] = STATE(1255), [sym_envoy] = STATE(107), - [sym__setup] = STATE(1249), - [sym__task] = STATE(1254), - [sym__story] = STATE(1254), - [sym__hooks] = STATE(1249), - [sym__before] = STATE(1249), - [sym__after] = STATE(1249), - [sym__envoy_error] = STATE(1249), - [sym__success] = STATE(1249), - [sym__finished] = STATE(1249), + [sym__setup] = STATE(1251), + [sym__task] = STATE(1256), + [sym__story] = STATE(1256), + [sym__hooks] = STATE(1251), + [sym__before] = STATE(1251), + [sym__after] = STATE(1251), + [sym__envoy_error] = STATE(1251), + [sym__success] = STATE(1251), + [sym__finished] = STATE(1251), [sym_livewire] = STATE(107), - [sym__persist] = STATE(1255), - [sym__teleport] = STATE(1255), - [sym__volt] = STATE(1255), + [sym__persist] = STATE(1257), + [sym__teleport] = STATE(1257), + [sym__volt] = STATE(1257), [sym_text] = STATE(107), [sym__text] = STATE(692), [aux_sym__if_statement_directive_body_repeat1] = STATE(107), [aux_sym_php_only_repeat1] = STATE(692), - [sym_comment] = ACTIONS(2238), - [aux_sym_keyword_token1] = ACTIONS(824), - [anon_sym_LBRACE_LBRACE] = ACTIONS(826), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(828), - [anon_sym_ATphp] = ACTIONS(830), - [aux_sym_attribute_token1] = ACTIONS(832), - [aux_sym__inline_directive_token1] = ACTIONS(834), - [anon_sym_ATfragment] = ACTIONS(836), - [anon_sym_ATsection] = ACTIONS(838), - [anon_sym_ATonce] = ACTIONS(840), - [anon_sym_ATverbatim] = ACTIONS(842), - [anon_sym_ATpush] = ACTIONS(844), - [anon_sym_ATpushOnce] = ACTIONS(846), - [anon_sym_ATpushIf] = ACTIONS(848), - [anon_sym_ATprepend] = ACTIONS(850), - [anon_sym_ATprependOnce] = ACTIONS(852), - [anon_sym_ATelse] = ACTIONS(854), - [aux_sym_conditional_keyword_token1] = ACTIONS(856), - [anon_sym_ATif] = ACTIONS(858), - [anon_sym_ATendif] = ACTIONS(497), - [anon_sym_ATunless] = ACTIONS(860), - [anon_sym_ATisset] = ACTIONS(862), - [anon_sym_ATempty] = ACTIONS(864), - [anon_sym_ATauth] = ACTIONS(866), - [anon_sym_ATguest] = ACTIONS(868), - [anon_sym_ATproduction] = ACTIONS(870), - [anon_sym_ATenv] = ACTIONS(872), - [anon_sym_AThasSection] = ACTIONS(874), - [anon_sym_ATsectionMissing] = ACTIONS(876), - [anon_sym_ATerror] = ACTIONS(878), - [anon_sym_ATcan] = ACTIONS(880), - [anon_sym_ATcannot] = ACTIONS(882), - [anon_sym_ATcanany] = ACTIONS(884), - [anon_sym_ATfeature] = ACTIONS(886), - [aux_sym__custom_token1] = ACTIONS(888), - [aux_sym__custom_token2] = ACTIONS(890), - [anon_sym_ATswitch] = ACTIONS(892), - [aux_sym_loop_operator_token1] = ACTIONS(894), - [anon_sym_ATfor] = ACTIONS(896), - [anon_sym_ATforeach] = ACTIONS(898), - [anon_sym_ATforelse] = ACTIONS(900), - [anon_sym_ATwhile] = ACTIONS(902), - [anon_sym_ATsetup] = ACTIONS(904), - [anon_sym_ATtask] = ACTIONS(906), - [anon_sym_ATstory] = ACTIONS(908), - [anon_sym_ATbefore] = ACTIONS(910), - [anon_sym_ATafter] = ACTIONS(912), - [anon_sym_ATsuccess] = ACTIONS(914), - [anon_sym_ATfinished] = ACTIONS(916), - [anon_sym_ATpersist] = ACTIONS(918), - [anon_sym_ATteleport] = ACTIONS(920), - [anon_sym_ATvolt] = ACTIONS(922), - [aux_sym__text_token1] = ACTIONS(924), - [aux_sym__text_token2] = ACTIONS(924), - [aux_sym__text_token3] = ACTIONS(926), + [sym_comment] = ACTIONS(2279), + [aux_sym_keyword_token1] = ACTIONS(839), + [anon_sym_LBRACE_LBRACE] = ACTIONS(841), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(843), + [anon_sym_ATphp] = ACTIONS(845), + [aux_sym_attribute_token1] = ACTIONS(847), + [aux_sym__inline_directive_token1] = ACTIONS(849), + [aux_sym__inline_directive_token2] = ACTIONS(851), + [anon_sym_ATfragment] = ACTIONS(853), + [anon_sym_ATsection] = ACTIONS(855), + [anon_sym_ATonce] = ACTIONS(857), + [anon_sym_ATverbatim] = ACTIONS(859), + [anon_sym_ATpush] = ACTIONS(861), + [anon_sym_ATpushOnce] = ACTIONS(863), + [anon_sym_ATpushIf] = ACTIONS(865), + [anon_sym_ATprepend] = ACTIONS(867), + [anon_sym_ATprependOnce] = ACTIONS(869), + [anon_sym_ATelse] = ACTIONS(871), + [aux_sym_conditional_keyword_token1] = ACTIONS(873), + [anon_sym_ATif] = ACTIONS(875), + [anon_sym_ATendif] = ACTIONS(507), + [anon_sym_ATunless] = ACTIONS(877), + [anon_sym_ATisset] = ACTIONS(879), + [anon_sym_ATempty] = ACTIONS(881), + [anon_sym_ATauth] = ACTIONS(883), + [anon_sym_ATguest] = ACTIONS(885), + [anon_sym_ATproduction] = ACTIONS(887), + [anon_sym_ATenv] = ACTIONS(889), + [anon_sym_AThasSection] = ACTIONS(891), + [anon_sym_ATsectionMissing] = ACTIONS(893), + [anon_sym_ATerror] = ACTIONS(895), + [anon_sym_ATcan] = ACTIONS(897), + [anon_sym_ATcannot] = ACTIONS(899), + [anon_sym_ATcanany] = ACTIONS(901), + [anon_sym_ATfeature] = ACTIONS(903), + [aux_sym__custom_token1] = ACTIONS(905), + [aux_sym__custom_token2] = ACTIONS(907), + [anon_sym_ATswitch] = ACTIONS(909), + [aux_sym_loop_operator_token1] = ACTIONS(911), + [anon_sym_ATfor] = ACTIONS(913), + [anon_sym_ATforeach] = ACTIONS(915), + [anon_sym_ATforelse] = ACTIONS(917), + [anon_sym_ATwhile] = ACTIONS(919), + [anon_sym_ATsetup] = ACTIONS(921), + [anon_sym_ATtask] = ACTIONS(923), + [anon_sym_ATstory] = ACTIONS(925), + [anon_sym_ATbefore] = ACTIONS(927), + [anon_sym_ATafter] = ACTIONS(929), + [anon_sym_ATsuccess] = ACTIONS(931), + [anon_sym_ATfinished] = ACTIONS(933), + [anon_sym_ATpersist] = ACTIONS(935), + [anon_sym_ATteleport] = ACTIONS(937), + [anon_sym_ATvolt] = ACTIONS(939), + [aux_sym__text_token1] = ACTIONS(941), + [aux_sym__text_token2] = ACTIONS(941), + [aux_sym__text_token3] = ACTIONS(943), }, [113] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -39558,113 +39527,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(2240), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(2281), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [114] = { [sym__definition] = STATE(118), [sym_keyword] = STATE(118), [sym_php_statement] = STATE(118), - [sym__escaped] = STATE(1511), - [sym__unescaped] = STATE(1511), - [sym__raw] = STATE(1511), - [sym__inline_raw] = STATE(1511), - [sym__multi_line_raw] = STATE(1511), + [sym__escaped] = STATE(1513), + [sym__unescaped] = STATE(1513), + [sym__raw] = STATE(1513), + [sym__inline_raw] = STATE(1513), + [sym__multi_line_raw] = STATE(1513), [sym_attribute] = STATE(118), [sym__inline_directive] = STATE(118), [sym__nested_directive] = STATE(118), @@ -39674,120 +39644,121 @@ 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(1512), - [sym__pushOnce] = STATE(1512), - [sym__pushIf] = STATE(1512), - [sym__prepend] = STATE(1512), - [sym__prependOnce] = STATE(1512), + [sym__push] = STATE(1514), + [sym__pushOnce] = STATE(1514), + [sym__pushIf] = STATE(1514), + [sym__prepend] = STATE(1514), + [sym__prependOnce] = STATE(1514), [sym_conditional] = STATE(118), [sym_conditional_keyword] = STATE(118), - [sym__if] = STATE(1513), - [sym__unless] = STATE(1513), - [sym__isset] = STATE(1513), - [sym__empty] = STATE(1513), - [sym__auth] = STATE(1513), - [sym__guest] = STATE(1513), - [sym__production] = STATE(1513), - [sym__env] = STATE(1513), - [sym__hasSection] = STATE(1513), - [sym__sectionMissing] = STATE(1513), - [sym__error] = STATE(1513), - [sym_authorization] = STATE(1513), - [sym__can] = STATE(1514), - [sym__cannot] = STATE(1514), - [sym__canany] = STATE(1514), - [sym__feature] = STATE(1513), - [sym__custom] = STATE(1513), + [sym__if] = STATE(1515), + [sym__unless] = STATE(1515), + [sym__isset] = STATE(1515), + [sym__empty] = STATE(1515), + [sym__auth] = STATE(1515), + [sym__guest] = STATE(1515), + [sym__production] = STATE(1515), + [sym__env] = STATE(1515), + [sym__hasSection] = STATE(1515), + [sym__sectionMissing] = STATE(1515), + [sym__error] = STATE(1515), + [sym_authorization] = STATE(1515), + [sym__can] = STATE(1516), + [sym__cannot] = STATE(1516), + [sym__canany] = STATE(1516), + [sym__feature] = STATE(1515), + [sym__custom] = STATE(1515), [sym_switch] = STATE(118), [sym_loop] = STATE(118), [sym_loop_operator] = STATE(118), - [sym__for] = STATE(1515), - [sym__foreach] = STATE(1515), - [sym__forelse] = STATE(1515), - [sym__while] = STATE(1515), + [sym__for] = STATE(1517), + [sym__foreach] = STATE(1517), + [sym__forelse] = STATE(1517), + [sym__while] = STATE(1517), [sym_envoy] = STATE(118), - [sym__setup] = STATE(1511), - [sym__task] = STATE(1516), - [sym__story] = STATE(1516), - [sym__hooks] = STATE(1511), - [sym__before] = STATE(1511), - [sym__after] = STATE(1511), - [sym__envoy_error] = STATE(1511), - [sym__success] = STATE(1511), - [sym__finished] = STATE(1511), + [sym__setup] = STATE(1513), + [sym__task] = STATE(1518), + [sym__story] = STATE(1518), + [sym__hooks] = STATE(1513), + [sym__before] = STATE(1513), + [sym__after] = STATE(1513), + [sym__envoy_error] = STATE(1513), + [sym__success] = STATE(1513), + [sym__finished] = STATE(1513), [sym_livewire] = STATE(118), - [sym__persist] = STATE(1517), - [sym__teleport] = STATE(1517), - [sym__volt] = STATE(1517), + [sym__persist] = STATE(1519), + [sym__teleport] = STATE(1519), + [sym__volt] = STATE(1519), [sym_text] = STATE(118), [sym__text] = STATE(677), [aux_sym__if_statement_directive_body_repeat1] = STATE(118), [aux_sym_php_only_repeat1] = STATE(677), - [sym_comment] = ACTIONS(2242), - [aux_sym_keyword_token1] = ACTIONS(2244), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2246), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2248), - [anon_sym_ATphp] = ACTIONS(2250), - [aux_sym_attribute_token1] = ACTIONS(2252), - [aux_sym__inline_directive_token1] = ACTIONS(2254), - [anon_sym_ATfragment] = ACTIONS(2256), - [anon_sym_ATsection] = ACTIONS(2258), - [anon_sym_ATonce] = ACTIONS(2260), - [anon_sym_ATverbatim] = ACTIONS(2262), - [anon_sym_ATpush] = ACTIONS(2264), - [anon_sym_ATpushOnce] = ACTIONS(2266), - [anon_sym_ATpushIf] = ACTIONS(2268), - [anon_sym_ATprepend] = ACTIONS(2270), - [anon_sym_ATprependOnce] = ACTIONS(2272), - [anon_sym_ATelse] = ACTIONS(2274), - [aux_sym_conditional_keyword_token1] = ACTIONS(2276), - [anon_sym_ATif] = ACTIONS(2278), - [anon_sym_ATunless] = ACTIONS(2280), - [anon_sym_ATisset] = ACTIONS(2282), - [anon_sym_ATempty] = ACTIONS(2284), - [anon_sym_ATendempty] = ACTIONS(706), - [anon_sym_ATauth] = ACTIONS(2286), - [anon_sym_ATguest] = ACTIONS(2288), - [anon_sym_ATproduction] = ACTIONS(2290), - [anon_sym_ATenv] = ACTIONS(2292), - [anon_sym_AThasSection] = ACTIONS(2294), - [anon_sym_ATsectionMissing] = ACTIONS(2296), - [anon_sym_ATerror] = ACTIONS(2298), - [anon_sym_ATcan] = ACTIONS(2300), - [anon_sym_ATcannot] = ACTIONS(2302), - [anon_sym_ATcanany] = ACTIONS(2304), - [anon_sym_ATfeature] = ACTIONS(2306), - [aux_sym__custom_token1] = ACTIONS(2308), - [aux_sym__custom_token2] = ACTIONS(2310), - [anon_sym_ATswitch] = ACTIONS(2312), - [aux_sym_loop_operator_token1] = ACTIONS(2314), - [anon_sym_ATfor] = ACTIONS(2316), - [anon_sym_ATforeach] = ACTIONS(2318), - [anon_sym_ATforelse] = ACTIONS(2320), - [anon_sym_ATwhile] = ACTIONS(2322), - [anon_sym_ATsetup] = ACTIONS(2324), - [anon_sym_ATtask] = ACTIONS(2326), - [anon_sym_ATstory] = ACTIONS(2328), - [anon_sym_ATbefore] = ACTIONS(2330), - [anon_sym_ATafter] = ACTIONS(2332), - [anon_sym_ATsuccess] = ACTIONS(2334), - [anon_sym_ATfinished] = ACTIONS(2336), - [anon_sym_ATpersist] = ACTIONS(2338), - [anon_sym_ATteleport] = ACTIONS(2340), - [anon_sym_ATvolt] = ACTIONS(2342), - [aux_sym__text_token1] = ACTIONS(2344), - [aux_sym__text_token2] = ACTIONS(2344), - [aux_sym__text_token3] = ACTIONS(2346), + [sym_comment] = ACTIONS(2283), + [aux_sym_keyword_token1] = ACTIONS(2285), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2287), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2289), + [anon_sym_ATphp] = ACTIONS(2291), + [aux_sym_attribute_token1] = ACTIONS(2293), + [aux_sym__inline_directive_token1] = ACTIONS(2295), + [aux_sym__inline_directive_token2] = ACTIONS(2297), + [anon_sym_ATfragment] = ACTIONS(2299), + [anon_sym_ATsection] = ACTIONS(2301), + [anon_sym_ATonce] = ACTIONS(2303), + [anon_sym_ATverbatim] = ACTIONS(2305), + [anon_sym_ATpush] = ACTIONS(2307), + [anon_sym_ATpushOnce] = ACTIONS(2309), + [anon_sym_ATpushIf] = ACTIONS(2311), + [anon_sym_ATprepend] = ACTIONS(2313), + [anon_sym_ATprependOnce] = ACTIONS(2315), + [anon_sym_ATelse] = ACTIONS(2317), + [aux_sym_conditional_keyword_token1] = ACTIONS(2319), + [anon_sym_ATif] = ACTIONS(2321), + [anon_sym_ATunless] = ACTIONS(2323), + [anon_sym_ATisset] = ACTIONS(2325), + [anon_sym_ATempty] = ACTIONS(2327), + [anon_sym_ATendempty] = ACTIONS(719), + [anon_sym_ATauth] = ACTIONS(2329), + [anon_sym_ATguest] = ACTIONS(2331), + [anon_sym_ATproduction] = ACTIONS(2333), + [anon_sym_ATenv] = ACTIONS(2335), + [anon_sym_AThasSection] = ACTIONS(2337), + [anon_sym_ATsectionMissing] = ACTIONS(2339), + [anon_sym_ATerror] = ACTIONS(2341), + [anon_sym_ATcan] = ACTIONS(2343), + [anon_sym_ATcannot] = ACTIONS(2345), + [anon_sym_ATcanany] = ACTIONS(2347), + [anon_sym_ATfeature] = ACTIONS(2349), + [aux_sym__custom_token1] = ACTIONS(2351), + [aux_sym__custom_token2] = ACTIONS(2353), + [anon_sym_ATswitch] = ACTIONS(2355), + [aux_sym_loop_operator_token1] = ACTIONS(2357), + [anon_sym_ATfor] = ACTIONS(2359), + [anon_sym_ATforeach] = ACTIONS(2361), + [anon_sym_ATforelse] = ACTIONS(2363), + [anon_sym_ATwhile] = ACTIONS(2365), + [anon_sym_ATsetup] = ACTIONS(2367), + [anon_sym_ATtask] = ACTIONS(2369), + [anon_sym_ATstory] = ACTIONS(2371), + [anon_sym_ATbefore] = ACTIONS(2373), + [anon_sym_ATafter] = ACTIONS(2375), + [anon_sym_ATsuccess] = ACTIONS(2377), + [anon_sym_ATfinished] = ACTIONS(2379), + [anon_sym_ATpersist] = ACTIONS(2381), + [anon_sym_ATteleport] = ACTIONS(2383), + [anon_sym_ATvolt] = ACTIONS(2385), + [aux_sym__text_token1] = ACTIONS(2387), + [aux_sym__text_token2] = ACTIONS(2387), + [aux_sym__text_token3] = ACTIONS(2389), }, [115] = { [sym__definition] = STATE(109), [sym_keyword] = STATE(109), [sym_php_statement] = STATE(109), - [sym__escaped] = STATE(1845), - [sym__unescaped] = STATE(1845), - [sym__raw] = STATE(1845), - [sym__inline_raw] = STATE(1845), - [sym__multi_line_raw] = STATE(1845), + [sym__escaped] = STATE(1847), + [sym__unescaped] = STATE(1847), + [sym__raw] = STATE(1847), + [sym__inline_raw] = STATE(1847), + [sym__multi_line_raw] = STATE(1847), [sym_attribute] = STATE(109), [sym__inline_directive] = STATE(109), [sym__nested_directive] = STATE(109), @@ -39797,120 +39768,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(109), [sym_verbatim] = STATE(109), [sym_stack] = STATE(109), - [sym__push] = STATE(1846), - [sym__pushOnce] = STATE(1846), - [sym__pushIf] = STATE(1846), - [sym__prepend] = STATE(1846), - [sym__prependOnce] = STATE(1846), + [sym__push] = STATE(1848), + [sym__pushOnce] = STATE(1848), + [sym__pushIf] = STATE(1848), + [sym__prepend] = STATE(1848), + [sym__prependOnce] = STATE(1848), [sym_conditional] = STATE(109), [sym_conditional_keyword] = STATE(109), - [sym__if] = STATE(1847), - [sym__unless] = STATE(1847), - [sym__isset] = STATE(1847), - [sym__empty] = STATE(1847), - [sym__auth] = STATE(1847), - [sym__guest] = STATE(1847), - [sym__production] = STATE(1847), - [sym__env] = STATE(1847), - [sym__hasSection] = STATE(1847), - [sym__sectionMissing] = STATE(1847), - [sym__error] = STATE(1847), - [sym_authorization] = STATE(1847), - [sym__can] = STATE(1848), - [sym__cannot] = STATE(1848), - [sym__canany] = STATE(1848), - [sym__feature] = STATE(1847), - [sym__custom] = STATE(1847), + [sym__if] = STATE(1849), + [sym__unless] = STATE(1849), + [sym__isset] = STATE(1849), + [sym__empty] = STATE(1849), + [sym__auth] = STATE(1849), + [sym__guest] = STATE(1849), + [sym__production] = STATE(1849), + [sym__env] = STATE(1849), + [sym__hasSection] = STATE(1849), + [sym__sectionMissing] = STATE(1849), + [sym__error] = STATE(1849), + [sym_authorization] = STATE(1849), + [sym__can] = STATE(1850), + [sym__cannot] = STATE(1850), + [sym__canany] = STATE(1850), + [sym__feature] = STATE(1849), + [sym__custom] = STATE(1849), [sym_switch] = STATE(109), [sym_loop] = STATE(109), [sym_loop_operator] = STATE(109), - [sym__for] = STATE(1849), - [sym__foreach] = STATE(1849), - [sym__forelse] = STATE(1849), - [sym__while] = STATE(1849), + [sym__for] = STATE(1851), + [sym__foreach] = STATE(1851), + [sym__forelse] = STATE(1851), + [sym__while] = STATE(1851), [sym_envoy] = STATE(109), - [sym__setup] = STATE(1845), - [sym__task] = STATE(1850), - [sym__story] = STATE(1850), - [sym__hooks] = STATE(1845), - [sym__before] = STATE(1845), - [sym__after] = STATE(1845), - [sym__envoy_error] = STATE(1845), - [sym__success] = STATE(1845), - [sym__finished] = STATE(1845), + [sym__setup] = STATE(1847), + [sym__task] = STATE(1852), + [sym__story] = STATE(1852), + [sym__hooks] = STATE(1847), + [sym__before] = STATE(1847), + [sym__after] = STATE(1847), + [sym__envoy_error] = STATE(1847), + [sym__success] = STATE(1847), + [sym__finished] = STATE(1847), [sym_livewire] = STATE(109), - [sym__persist] = STATE(1851), - [sym__teleport] = STATE(1851), - [sym__volt] = STATE(1851), + [sym__persist] = STATE(1853), + [sym__teleport] = STATE(1853), + [sym__volt] = STATE(1853), [sym_text] = STATE(109), [sym__text] = STATE(712), [aux_sym__if_statement_directive_body_repeat1] = STATE(109), [aux_sym_php_only_repeat1] = STATE(712), - [sym_comment] = ACTIONS(2348), - [aux_sym_keyword_token1] = ACTIONS(2130), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2132), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2134), - [anon_sym_ATphp] = ACTIONS(2136), - [aux_sym_attribute_token1] = ACTIONS(2138), - [aux_sym__inline_directive_token1] = ACTIONS(2140), - [anon_sym_ATfragment] = ACTIONS(2142), - [anon_sym_ATsection] = ACTIONS(2144), - [anon_sym_ATonce] = ACTIONS(2146), - [anon_sym_ATverbatim] = ACTIONS(2148), - [anon_sym_ATpush] = ACTIONS(2150), - [anon_sym_ATpushOnce] = ACTIONS(2152), - [anon_sym_ATpushIf] = ACTIONS(2154), - [anon_sym_ATprepend] = ACTIONS(2156), - [anon_sym_ATprependOnce] = ACTIONS(2158), - [anon_sym_ATelse] = ACTIONS(2160), - [aux_sym_conditional_keyword_token1] = ACTIONS(2162), - [anon_sym_ATif] = ACTIONS(2164), - [anon_sym_ATunless] = ACTIONS(2166), - [anon_sym_ATisset] = ACTIONS(2168), - [anon_sym_ATempty] = ACTIONS(2170), - [anon_sym_ATauth] = ACTIONS(2172), - [anon_sym_ATguest] = ACTIONS(2174), - [anon_sym_ATproduction] = ACTIONS(2176), - [anon_sym_ATenv] = ACTIONS(2178), - [anon_sym_AThasSection] = ACTIONS(2180), - [anon_sym_ATsectionMissing] = ACTIONS(2182), - [anon_sym_ATerror] = ACTIONS(2184), - [anon_sym_ATcan] = ACTIONS(2186), - [anon_sym_ATcannot] = ACTIONS(2188), - [anon_sym_ATendcannot] = ACTIONS(706), - [anon_sym_ATcanany] = ACTIONS(2190), - [anon_sym_ATfeature] = ACTIONS(2192), - [aux_sym__custom_token1] = ACTIONS(2194), - [aux_sym__custom_token2] = ACTIONS(2196), - [anon_sym_ATswitch] = ACTIONS(2198), - [aux_sym_loop_operator_token1] = ACTIONS(2200), - [anon_sym_ATfor] = ACTIONS(2202), - [anon_sym_ATforeach] = ACTIONS(2204), - [anon_sym_ATforelse] = ACTIONS(2206), - [anon_sym_ATwhile] = ACTIONS(2208), - [anon_sym_ATsetup] = ACTIONS(2210), - [anon_sym_ATtask] = ACTIONS(2212), - [anon_sym_ATstory] = ACTIONS(2214), - [anon_sym_ATbefore] = ACTIONS(2216), - [anon_sym_ATafter] = ACTIONS(2218), - [anon_sym_ATsuccess] = ACTIONS(2220), - [anon_sym_ATfinished] = ACTIONS(2222), - [anon_sym_ATpersist] = ACTIONS(2224), - [anon_sym_ATteleport] = ACTIONS(2226), - [anon_sym_ATvolt] = ACTIONS(2228), - [aux_sym__text_token1] = ACTIONS(2230), - [aux_sym__text_token2] = ACTIONS(2230), - [aux_sym__text_token3] = ACTIONS(2232), + [sym_comment] = ACTIONS(2391), + [aux_sym_keyword_token1] = ACTIONS(2169), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2171), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2173), + [anon_sym_ATphp] = ACTIONS(2175), + [aux_sym_attribute_token1] = ACTIONS(2177), + [aux_sym__inline_directive_token1] = ACTIONS(2179), + [aux_sym__inline_directive_token2] = ACTIONS(2181), + [anon_sym_ATfragment] = ACTIONS(2183), + [anon_sym_ATsection] = ACTIONS(2185), + [anon_sym_ATonce] = ACTIONS(2187), + [anon_sym_ATverbatim] = ACTIONS(2189), + [anon_sym_ATpush] = ACTIONS(2191), + [anon_sym_ATpushOnce] = ACTIONS(2193), + [anon_sym_ATpushIf] = ACTIONS(2195), + [anon_sym_ATprepend] = ACTIONS(2197), + [anon_sym_ATprependOnce] = ACTIONS(2199), + [anon_sym_ATelse] = ACTIONS(2201), + [aux_sym_conditional_keyword_token1] = ACTIONS(2203), + [anon_sym_ATif] = ACTIONS(2205), + [anon_sym_ATunless] = ACTIONS(2207), + [anon_sym_ATisset] = ACTIONS(2209), + [anon_sym_ATempty] = ACTIONS(2211), + [anon_sym_ATauth] = ACTIONS(2213), + [anon_sym_ATguest] = ACTIONS(2215), + [anon_sym_ATproduction] = ACTIONS(2217), + [anon_sym_ATenv] = ACTIONS(2219), + [anon_sym_AThasSection] = ACTIONS(2221), + [anon_sym_ATsectionMissing] = ACTIONS(2223), + [anon_sym_ATerror] = ACTIONS(2225), + [anon_sym_ATcan] = ACTIONS(2227), + [anon_sym_ATcannot] = ACTIONS(2229), + [anon_sym_ATendcannot] = ACTIONS(719), + [anon_sym_ATcanany] = ACTIONS(2231), + [anon_sym_ATfeature] = ACTIONS(2233), + [aux_sym__custom_token1] = ACTIONS(2235), + [aux_sym__custom_token2] = ACTIONS(2237), + [anon_sym_ATswitch] = ACTIONS(2239), + [aux_sym_loop_operator_token1] = ACTIONS(2241), + [anon_sym_ATfor] = ACTIONS(2243), + [anon_sym_ATforeach] = ACTIONS(2245), + [anon_sym_ATforelse] = ACTIONS(2247), + [anon_sym_ATwhile] = ACTIONS(2249), + [anon_sym_ATsetup] = ACTIONS(2251), + [anon_sym_ATtask] = ACTIONS(2253), + [anon_sym_ATstory] = ACTIONS(2255), + [anon_sym_ATbefore] = ACTIONS(2257), + [anon_sym_ATafter] = ACTIONS(2259), + [anon_sym_ATsuccess] = ACTIONS(2261), + [anon_sym_ATfinished] = ACTIONS(2263), + [anon_sym_ATpersist] = ACTIONS(2265), + [anon_sym_ATteleport] = ACTIONS(2267), + [anon_sym_ATvolt] = ACTIONS(2269), + [aux_sym__text_token1] = ACTIONS(2271), + [aux_sym__text_token2] = ACTIONS(2271), + [aux_sym__text_token3] = ACTIONS(2273), }, [116] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -39927,113 +39899,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(2350), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(2393), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [117] = { [sym__definition] = STATE(76), [sym_keyword] = STATE(76), [sym_php_statement] = STATE(76), - [sym__escaped] = STATE(1762), - [sym__unescaped] = STATE(1762), - [sym__raw] = STATE(1762), - [sym__inline_raw] = STATE(1762), - [sym__multi_line_raw] = STATE(1762), + [sym__escaped] = STATE(1764), + [sym__unescaped] = STATE(1764), + [sym__raw] = STATE(1764), + [sym__inline_raw] = STATE(1764), + [sym__multi_line_raw] = STATE(1764), [sym_attribute] = STATE(76), [sym__inline_directive] = STATE(76), [sym__nested_directive] = STATE(76), @@ -40043,120 +40016,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(76), [sym_verbatim] = STATE(76), [sym_stack] = STATE(76), - [sym__push] = STATE(1763), - [sym__pushOnce] = STATE(1763), - [sym__pushIf] = STATE(1763), - [sym__prepend] = STATE(1763), - [sym__prependOnce] = STATE(1763), + [sym__push] = STATE(1765), + [sym__pushOnce] = STATE(1765), + [sym__pushIf] = STATE(1765), + [sym__prepend] = STATE(1765), + [sym__prependOnce] = STATE(1765), [sym_conditional] = STATE(76), [sym_conditional_keyword] = STATE(76), - [sym__if] = STATE(1764), - [sym__unless] = STATE(1764), - [sym__isset] = STATE(1764), - [sym__empty] = STATE(1764), - [sym__auth] = STATE(1764), - [sym__guest] = STATE(1764), - [sym__production] = STATE(1764), - [sym__env] = STATE(1764), - [sym__hasSection] = STATE(1764), - [sym__sectionMissing] = STATE(1764), - [sym__error] = STATE(1764), - [sym_authorization] = STATE(1764), - [sym__can] = STATE(1765), - [sym__cannot] = STATE(1765), - [sym__canany] = STATE(1765), - [sym__feature] = STATE(1764), - [sym__custom] = STATE(1764), + [sym__if] = STATE(1766), + [sym__unless] = STATE(1766), + [sym__isset] = STATE(1766), + [sym__empty] = STATE(1766), + [sym__auth] = STATE(1766), + [sym__guest] = STATE(1766), + [sym__production] = STATE(1766), + [sym__env] = STATE(1766), + [sym__hasSection] = STATE(1766), + [sym__sectionMissing] = STATE(1766), + [sym__error] = STATE(1766), + [sym_authorization] = STATE(1766), + [sym__can] = STATE(1767), + [sym__cannot] = STATE(1767), + [sym__canany] = STATE(1767), + [sym__feature] = STATE(1766), + [sym__custom] = STATE(1766), [sym_switch] = STATE(76), [sym_loop] = STATE(76), [sym_loop_operator] = STATE(76), - [sym__for] = STATE(1766), - [sym__foreach] = STATE(1766), - [sym__forelse] = STATE(1766), - [sym__while] = STATE(1766), + [sym__for] = STATE(1768), + [sym__foreach] = STATE(1768), + [sym__forelse] = STATE(1768), + [sym__while] = STATE(1768), [sym_envoy] = STATE(76), - [sym__setup] = STATE(1762), - [sym__task] = STATE(1767), - [sym__story] = STATE(1767), - [sym__hooks] = STATE(1762), - [sym__before] = STATE(1762), - [sym__after] = STATE(1762), - [sym__envoy_error] = STATE(1762), - [sym__success] = STATE(1762), - [sym__finished] = STATE(1762), + [sym__setup] = STATE(1764), + [sym__task] = STATE(1769), + [sym__story] = STATE(1769), + [sym__hooks] = STATE(1764), + [sym__before] = STATE(1764), + [sym__after] = STATE(1764), + [sym__envoy_error] = STATE(1764), + [sym__success] = STATE(1764), + [sym__finished] = STATE(1764), [sym_livewire] = STATE(76), - [sym__persist] = STATE(1768), - [sym__teleport] = STATE(1768), - [sym__volt] = STATE(1768), + [sym__persist] = STATE(1770), + [sym__teleport] = STATE(1770), + [sym__volt] = STATE(1770), [sym_text] = STATE(76), [sym__text] = STATE(725), [aux_sym__if_statement_directive_body_repeat1] = STATE(76), [aux_sym_php_only_repeat1] = STATE(725), - [sym_comment] = ACTIONS(2352), - [aux_sym_keyword_token1] = ACTIONS(2354), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2356), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2358), - [anon_sym_ATphp] = ACTIONS(2360), - [aux_sym_attribute_token1] = ACTIONS(2362), - [aux_sym__inline_directive_token1] = ACTIONS(2364), - [anon_sym_ATfragment] = ACTIONS(2366), - [anon_sym_ATsection] = ACTIONS(2368), - [anon_sym_ATonce] = ACTIONS(2370), - [anon_sym_ATverbatim] = ACTIONS(2372), - [anon_sym_ATpush] = ACTIONS(2374), - [anon_sym_ATpushOnce] = ACTIONS(2376), - [anon_sym_ATpushIf] = ACTIONS(2378), - [anon_sym_ATprepend] = ACTIONS(2380), - [anon_sym_ATprependOnce] = ACTIONS(2382), - [anon_sym_ATelse] = ACTIONS(2384), - [aux_sym_conditional_keyword_token1] = ACTIONS(2386), - [anon_sym_ATif] = ACTIONS(2388), - [anon_sym_ATunless] = ACTIONS(2390), - [anon_sym_ATisset] = ACTIONS(2392), - [anon_sym_ATempty] = ACTIONS(2394), - [anon_sym_ATauth] = ACTIONS(2396), - [anon_sym_ATguest] = ACTIONS(2398), - [anon_sym_ATproduction] = ACTIONS(2400), - [anon_sym_ATenv] = ACTIONS(2402), - [anon_sym_AThasSection] = ACTIONS(2404), - [anon_sym_ATsectionMissing] = ACTIONS(2406), - [anon_sym_ATerror] = ACTIONS(2408), - [anon_sym_ATcan] = ACTIONS(2410), - [anon_sym_ATendcan] = ACTIONS(497), - [anon_sym_ATcannot] = ACTIONS(2412), - [anon_sym_ATcanany] = ACTIONS(2414), - [anon_sym_ATfeature] = ACTIONS(2416), - [aux_sym__custom_token1] = ACTIONS(2418), - [aux_sym__custom_token2] = ACTIONS(2420), - [anon_sym_ATswitch] = ACTIONS(2422), - [aux_sym_loop_operator_token1] = ACTIONS(2424), - [anon_sym_ATfor] = ACTIONS(2426), - [anon_sym_ATforeach] = ACTIONS(2428), - [anon_sym_ATforelse] = ACTIONS(2430), - [anon_sym_ATwhile] = ACTIONS(2432), - [anon_sym_ATsetup] = ACTIONS(2434), - [anon_sym_ATtask] = ACTIONS(2436), - [anon_sym_ATstory] = ACTIONS(2438), - [anon_sym_ATbefore] = ACTIONS(2440), - [anon_sym_ATafter] = ACTIONS(2442), - [anon_sym_ATsuccess] = ACTIONS(2444), - [anon_sym_ATfinished] = ACTIONS(2446), - [anon_sym_ATpersist] = ACTIONS(2448), - [anon_sym_ATteleport] = ACTIONS(2450), - [anon_sym_ATvolt] = ACTIONS(2452), - [aux_sym__text_token1] = ACTIONS(2454), - [aux_sym__text_token2] = ACTIONS(2454), - [aux_sym__text_token3] = ACTIONS(2456), + [sym_comment] = ACTIONS(2395), + [aux_sym_keyword_token1] = ACTIONS(2397), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2399), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2401), + [anon_sym_ATphp] = ACTIONS(2403), + [aux_sym_attribute_token1] = ACTIONS(2405), + [aux_sym__inline_directive_token1] = ACTIONS(2407), + [aux_sym__inline_directive_token2] = ACTIONS(2409), + [anon_sym_ATfragment] = ACTIONS(2411), + [anon_sym_ATsection] = ACTIONS(2413), + [anon_sym_ATonce] = ACTIONS(2415), + [anon_sym_ATverbatim] = ACTIONS(2417), + [anon_sym_ATpush] = ACTIONS(2419), + [anon_sym_ATpushOnce] = ACTIONS(2421), + [anon_sym_ATpushIf] = ACTIONS(2423), + [anon_sym_ATprepend] = ACTIONS(2425), + [anon_sym_ATprependOnce] = ACTIONS(2427), + [anon_sym_ATelse] = ACTIONS(2429), + [aux_sym_conditional_keyword_token1] = ACTIONS(2431), + [anon_sym_ATif] = ACTIONS(2433), + [anon_sym_ATunless] = ACTIONS(2435), + [anon_sym_ATisset] = ACTIONS(2437), + [anon_sym_ATempty] = ACTIONS(2439), + [anon_sym_ATauth] = ACTIONS(2441), + [anon_sym_ATguest] = ACTIONS(2443), + [anon_sym_ATproduction] = ACTIONS(2445), + [anon_sym_ATenv] = ACTIONS(2447), + [anon_sym_AThasSection] = ACTIONS(2449), + [anon_sym_ATsectionMissing] = ACTIONS(2451), + [anon_sym_ATerror] = ACTIONS(2453), + [anon_sym_ATcan] = ACTIONS(2455), + [anon_sym_ATendcan] = ACTIONS(507), + [anon_sym_ATcannot] = ACTIONS(2457), + [anon_sym_ATcanany] = ACTIONS(2459), + [anon_sym_ATfeature] = ACTIONS(2461), + [aux_sym__custom_token1] = ACTIONS(2463), + [aux_sym__custom_token2] = ACTIONS(2465), + [anon_sym_ATswitch] = ACTIONS(2467), + [aux_sym_loop_operator_token1] = ACTIONS(2469), + [anon_sym_ATfor] = ACTIONS(2471), + [anon_sym_ATforeach] = ACTIONS(2473), + [anon_sym_ATforelse] = ACTIONS(2475), + [anon_sym_ATwhile] = ACTIONS(2477), + [anon_sym_ATsetup] = ACTIONS(2479), + [anon_sym_ATtask] = ACTIONS(2481), + [anon_sym_ATstory] = ACTIONS(2483), + [anon_sym_ATbefore] = ACTIONS(2485), + [anon_sym_ATafter] = ACTIONS(2487), + [anon_sym_ATsuccess] = ACTIONS(2489), + [anon_sym_ATfinished] = ACTIONS(2491), + [anon_sym_ATpersist] = ACTIONS(2493), + [anon_sym_ATteleport] = ACTIONS(2495), + [anon_sym_ATvolt] = ACTIONS(2497), + [aux_sym__text_token1] = ACTIONS(2499), + [aux_sym__text_token2] = ACTIONS(2499), + [aux_sym__text_token3] = ACTIONS(2501), }, [118] = { [sym__definition] = STATE(129), [sym_keyword] = STATE(129), [sym_php_statement] = STATE(129), - [sym__escaped] = STATE(1511), - [sym__unescaped] = STATE(1511), - [sym__raw] = STATE(1511), - [sym__inline_raw] = STATE(1511), - [sym__multi_line_raw] = STATE(1511), + [sym__escaped] = STATE(1513), + [sym__unescaped] = STATE(1513), + [sym__raw] = STATE(1513), + [sym__inline_raw] = STATE(1513), + [sym__multi_line_raw] = STATE(1513), [sym_attribute] = STATE(129), [sym__inline_directive] = STATE(129), [sym__nested_directive] = STATE(129), @@ -40166,120 +40140,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(129), [sym_verbatim] = STATE(129), [sym_stack] = STATE(129), - [sym__push] = STATE(1512), - [sym__pushOnce] = STATE(1512), - [sym__pushIf] = STATE(1512), - [sym__prepend] = STATE(1512), - [sym__prependOnce] = STATE(1512), + [sym__push] = STATE(1514), + [sym__pushOnce] = STATE(1514), + [sym__pushIf] = STATE(1514), + [sym__prepend] = STATE(1514), + [sym__prependOnce] = STATE(1514), [sym_conditional] = STATE(129), [sym_conditional_keyword] = STATE(129), - [sym__if] = STATE(1513), - [sym__unless] = STATE(1513), - [sym__isset] = STATE(1513), - [sym__empty] = STATE(1513), - [sym__auth] = STATE(1513), - [sym__guest] = STATE(1513), - [sym__production] = STATE(1513), - [sym__env] = STATE(1513), - [sym__hasSection] = STATE(1513), - [sym__sectionMissing] = STATE(1513), - [sym__error] = STATE(1513), - [sym_authorization] = STATE(1513), - [sym__can] = STATE(1514), - [sym__cannot] = STATE(1514), - [sym__canany] = STATE(1514), - [sym__feature] = STATE(1513), - [sym__custom] = STATE(1513), + [sym__if] = STATE(1515), + [sym__unless] = STATE(1515), + [sym__isset] = STATE(1515), + [sym__empty] = STATE(1515), + [sym__auth] = STATE(1515), + [sym__guest] = STATE(1515), + [sym__production] = STATE(1515), + [sym__env] = STATE(1515), + [sym__hasSection] = STATE(1515), + [sym__sectionMissing] = STATE(1515), + [sym__error] = STATE(1515), + [sym_authorization] = STATE(1515), + [sym__can] = STATE(1516), + [sym__cannot] = STATE(1516), + [sym__canany] = STATE(1516), + [sym__feature] = STATE(1515), + [sym__custom] = STATE(1515), [sym_switch] = STATE(129), [sym_loop] = STATE(129), [sym_loop_operator] = STATE(129), - [sym__for] = STATE(1515), - [sym__foreach] = STATE(1515), - [sym__forelse] = STATE(1515), - [sym__while] = STATE(1515), + [sym__for] = STATE(1517), + [sym__foreach] = STATE(1517), + [sym__forelse] = STATE(1517), + [sym__while] = STATE(1517), [sym_envoy] = STATE(129), - [sym__setup] = STATE(1511), - [sym__task] = STATE(1516), - [sym__story] = STATE(1516), - [sym__hooks] = STATE(1511), - [sym__before] = STATE(1511), - [sym__after] = STATE(1511), - [sym__envoy_error] = STATE(1511), - [sym__success] = STATE(1511), - [sym__finished] = STATE(1511), + [sym__setup] = STATE(1513), + [sym__task] = STATE(1518), + [sym__story] = STATE(1518), + [sym__hooks] = STATE(1513), + [sym__before] = STATE(1513), + [sym__after] = STATE(1513), + [sym__envoy_error] = STATE(1513), + [sym__success] = STATE(1513), + [sym__finished] = STATE(1513), [sym_livewire] = STATE(129), - [sym__persist] = STATE(1517), - [sym__teleport] = STATE(1517), - [sym__volt] = STATE(1517), + [sym__persist] = STATE(1519), + [sym__teleport] = STATE(1519), + [sym__volt] = STATE(1519), [sym_text] = STATE(129), [sym__text] = STATE(677), [aux_sym__if_statement_directive_body_repeat1] = STATE(129), [aux_sym_php_only_repeat1] = STATE(677), - [sym_comment] = ACTIONS(2458), - [aux_sym_keyword_token1] = ACTIONS(2244), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2246), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2248), - [anon_sym_ATphp] = ACTIONS(2250), - [aux_sym_attribute_token1] = ACTIONS(2252), - [aux_sym__inline_directive_token1] = ACTIONS(2254), - [anon_sym_ATfragment] = ACTIONS(2256), - [anon_sym_ATsection] = ACTIONS(2258), - [anon_sym_ATonce] = ACTIONS(2260), - [anon_sym_ATverbatim] = ACTIONS(2262), - [anon_sym_ATpush] = ACTIONS(2264), - [anon_sym_ATpushOnce] = ACTIONS(2266), - [anon_sym_ATpushIf] = ACTIONS(2268), - [anon_sym_ATprepend] = ACTIONS(2270), - [anon_sym_ATprependOnce] = ACTIONS(2272), - [anon_sym_ATelse] = ACTIONS(2274), - [aux_sym_conditional_keyword_token1] = ACTIONS(2276), - [anon_sym_ATif] = ACTIONS(2278), - [anon_sym_ATunless] = ACTIONS(2280), - [anon_sym_ATisset] = ACTIONS(2282), - [anon_sym_ATempty] = ACTIONS(2284), - [anon_sym_ATendempty] = ACTIONS(497), - [anon_sym_ATauth] = ACTIONS(2286), - [anon_sym_ATguest] = ACTIONS(2288), - [anon_sym_ATproduction] = ACTIONS(2290), - [anon_sym_ATenv] = ACTIONS(2292), - [anon_sym_AThasSection] = ACTIONS(2294), - [anon_sym_ATsectionMissing] = ACTIONS(2296), - [anon_sym_ATerror] = ACTIONS(2298), - [anon_sym_ATcan] = ACTIONS(2300), - [anon_sym_ATcannot] = ACTIONS(2302), - [anon_sym_ATcanany] = ACTIONS(2304), - [anon_sym_ATfeature] = ACTIONS(2306), - [aux_sym__custom_token1] = ACTIONS(2308), - [aux_sym__custom_token2] = ACTIONS(2310), - [anon_sym_ATswitch] = ACTIONS(2312), - [aux_sym_loop_operator_token1] = ACTIONS(2314), - [anon_sym_ATfor] = ACTIONS(2316), - [anon_sym_ATforeach] = ACTIONS(2318), - [anon_sym_ATforelse] = ACTIONS(2320), - [anon_sym_ATwhile] = ACTIONS(2322), - [anon_sym_ATsetup] = ACTIONS(2324), - [anon_sym_ATtask] = ACTIONS(2326), - [anon_sym_ATstory] = ACTIONS(2328), - [anon_sym_ATbefore] = ACTIONS(2330), - [anon_sym_ATafter] = ACTIONS(2332), - [anon_sym_ATsuccess] = ACTIONS(2334), - [anon_sym_ATfinished] = ACTIONS(2336), - [anon_sym_ATpersist] = ACTIONS(2338), - [anon_sym_ATteleport] = ACTIONS(2340), - [anon_sym_ATvolt] = ACTIONS(2342), - [aux_sym__text_token1] = ACTIONS(2344), - [aux_sym__text_token2] = ACTIONS(2344), - [aux_sym__text_token3] = ACTIONS(2346), + [sym_comment] = ACTIONS(2503), + [aux_sym_keyword_token1] = ACTIONS(2285), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2287), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2289), + [anon_sym_ATphp] = ACTIONS(2291), + [aux_sym_attribute_token1] = ACTIONS(2293), + [aux_sym__inline_directive_token1] = ACTIONS(2295), + [aux_sym__inline_directive_token2] = ACTIONS(2297), + [anon_sym_ATfragment] = ACTIONS(2299), + [anon_sym_ATsection] = ACTIONS(2301), + [anon_sym_ATonce] = ACTIONS(2303), + [anon_sym_ATverbatim] = ACTIONS(2305), + [anon_sym_ATpush] = ACTIONS(2307), + [anon_sym_ATpushOnce] = ACTIONS(2309), + [anon_sym_ATpushIf] = ACTIONS(2311), + [anon_sym_ATprepend] = ACTIONS(2313), + [anon_sym_ATprependOnce] = ACTIONS(2315), + [anon_sym_ATelse] = ACTIONS(2317), + [aux_sym_conditional_keyword_token1] = ACTIONS(2319), + [anon_sym_ATif] = ACTIONS(2321), + [anon_sym_ATunless] = ACTIONS(2323), + [anon_sym_ATisset] = ACTIONS(2325), + [anon_sym_ATempty] = ACTIONS(2327), + [anon_sym_ATendempty] = ACTIONS(507), + [anon_sym_ATauth] = ACTIONS(2329), + [anon_sym_ATguest] = ACTIONS(2331), + [anon_sym_ATproduction] = ACTIONS(2333), + [anon_sym_ATenv] = ACTIONS(2335), + [anon_sym_AThasSection] = ACTIONS(2337), + [anon_sym_ATsectionMissing] = ACTIONS(2339), + [anon_sym_ATerror] = ACTIONS(2341), + [anon_sym_ATcan] = ACTIONS(2343), + [anon_sym_ATcannot] = ACTIONS(2345), + [anon_sym_ATcanany] = ACTIONS(2347), + [anon_sym_ATfeature] = ACTIONS(2349), + [aux_sym__custom_token1] = ACTIONS(2351), + [aux_sym__custom_token2] = ACTIONS(2353), + [anon_sym_ATswitch] = ACTIONS(2355), + [aux_sym_loop_operator_token1] = ACTIONS(2357), + [anon_sym_ATfor] = ACTIONS(2359), + [anon_sym_ATforeach] = ACTIONS(2361), + [anon_sym_ATforelse] = ACTIONS(2363), + [anon_sym_ATwhile] = ACTIONS(2365), + [anon_sym_ATsetup] = ACTIONS(2367), + [anon_sym_ATtask] = ACTIONS(2369), + [anon_sym_ATstory] = ACTIONS(2371), + [anon_sym_ATbefore] = ACTIONS(2373), + [anon_sym_ATafter] = ACTIONS(2375), + [anon_sym_ATsuccess] = ACTIONS(2377), + [anon_sym_ATfinished] = ACTIONS(2379), + [anon_sym_ATpersist] = ACTIONS(2381), + [anon_sym_ATteleport] = ACTIONS(2383), + [anon_sym_ATvolt] = ACTIONS(2385), + [aux_sym__text_token1] = ACTIONS(2387), + [aux_sym__text_token2] = ACTIONS(2387), + [aux_sym__text_token3] = ACTIONS(2389), }, [119] = { [sym__definition] = STATE(117), [sym_keyword] = STATE(117), [sym_php_statement] = STATE(117), - [sym__escaped] = STATE(1762), - [sym__unescaped] = STATE(1762), - [sym__raw] = STATE(1762), - [sym__inline_raw] = STATE(1762), - [sym__multi_line_raw] = STATE(1762), + [sym__escaped] = STATE(1764), + [sym__unescaped] = STATE(1764), + [sym__raw] = STATE(1764), + [sym__inline_raw] = STATE(1764), + [sym__multi_line_raw] = STATE(1764), [sym_attribute] = STATE(117), [sym__inline_directive] = STATE(117), [sym__nested_directive] = STATE(117), @@ -40289,110 +40264,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(117), [sym_verbatim] = STATE(117), [sym_stack] = STATE(117), - [sym__push] = STATE(1763), - [sym__pushOnce] = STATE(1763), - [sym__pushIf] = STATE(1763), - [sym__prepend] = STATE(1763), - [sym__prependOnce] = STATE(1763), + [sym__push] = STATE(1765), + [sym__pushOnce] = STATE(1765), + [sym__pushIf] = STATE(1765), + [sym__prepend] = STATE(1765), + [sym__prependOnce] = STATE(1765), [sym_conditional] = STATE(117), [sym_conditional_keyword] = STATE(117), - [sym__if] = STATE(1764), - [sym__unless] = STATE(1764), - [sym__isset] = STATE(1764), - [sym__empty] = STATE(1764), - [sym__auth] = STATE(1764), - [sym__guest] = STATE(1764), - [sym__production] = STATE(1764), - [sym__env] = STATE(1764), - [sym__hasSection] = STATE(1764), - [sym__sectionMissing] = STATE(1764), - [sym__error] = STATE(1764), - [sym_authorization] = STATE(1764), - [sym__can] = STATE(1765), - [sym__cannot] = STATE(1765), - [sym__canany] = STATE(1765), - [sym__feature] = STATE(1764), - [sym__custom] = STATE(1764), + [sym__if] = STATE(1766), + [sym__unless] = STATE(1766), + [sym__isset] = STATE(1766), + [sym__empty] = STATE(1766), + [sym__auth] = STATE(1766), + [sym__guest] = STATE(1766), + [sym__production] = STATE(1766), + [sym__env] = STATE(1766), + [sym__hasSection] = STATE(1766), + [sym__sectionMissing] = STATE(1766), + [sym__error] = STATE(1766), + [sym_authorization] = STATE(1766), + [sym__can] = STATE(1767), + [sym__cannot] = STATE(1767), + [sym__canany] = STATE(1767), + [sym__feature] = STATE(1766), + [sym__custom] = STATE(1766), [sym_switch] = STATE(117), [sym_loop] = STATE(117), [sym_loop_operator] = STATE(117), - [sym__for] = STATE(1766), - [sym__foreach] = STATE(1766), - [sym__forelse] = STATE(1766), - [sym__while] = STATE(1766), + [sym__for] = STATE(1768), + [sym__foreach] = STATE(1768), + [sym__forelse] = STATE(1768), + [sym__while] = STATE(1768), [sym_envoy] = STATE(117), - [sym__setup] = STATE(1762), - [sym__task] = STATE(1767), - [sym__story] = STATE(1767), - [sym__hooks] = STATE(1762), - [sym__before] = STATE(1762), - [sym__after] = STATE(1762), - [sym__envoy_error] = STATE(1762), - [sym__success] = STATE(1762), - [sym__finished] = STATE(1762), + [sym__setup] = STATE(1764), + [sym__task] = STATE(1769), + [sym__story] = STATE(1769), + [sym__hooks] = STATE(1764), + [sym__before] = STATE(1764), + [sym__after] = STATE(1764), + [sym__envoy_error] = STATE(1764), + [sym__success] = STATE(1764), + [sym__finished] = STATE(1764), [sym_livewire] = STATE(117), - [sym__persist] = STATE(1768), - [sym__teleport] = STATE(1768), - [sym__volt] = STATE(1768), + [sym__persist] = STATE(1770), + [sym__teleport] = STATE(1770), + [sym__volt] = STATE(1770), [sym_text] = STATE(117), [sym__text] = STATE(725), [aux_sym__if_statement_directive_body_repeat1] = STATE(117), [aux_sym_php_only_repeat1] = STATE(725), - [sym_comment] = ACTIONS(2460), - [aux_sym_keyword_token1] = ACTIONS(2354), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2356), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2358), - [anon_sym_ATphp] = ACTIONS(2360), - [aux_sym_attribute_token1] = ACTIONS(2362), - [aux_sym__inline_directive_token1] = ACTIONS(2364), - [anon_sym_ATfragment] = ACTIONS(2366), - [anon_sym_ATsection] = ACTIONS(2368), - [anon_sym_ATonce] = ACTIONS(2370), - [anon_sym_ATverbatim] = ACTIONS(2372), - [anon_sym_ATpush] = ACTIONS(2374), - [anon_sym_ATpushOnce] = ACTIONS(2376), - [anon_sym_ATpushIf] = ACTIONS(2378), - [anon_sym_ATprepend] = ACTIONS(2380), - [anon_sym_ATprependOnce] = ACTIONS(2382), - [anon_sym_ATelse] = ACTIONS(2384), - [aux_sym_conditional_keyword_token1] = ACTIONS(2386), - [anon_sym_ATif] = ACTIONS(2388), - [anon_sym_ATunless] = ACTIONS(2390), - [anon_sym_ATisset] = ACTIONS(2392), - [anon_sym_ATempty] = ACTIONS(2394), - [anon_sym_ATauth] = ACTIONS(2396), - [anon_sym_ATguest] = ACTIONS(2398), - [anon_sym_ATproduction] = ACTIONS(2400), - [anon_sym_ATenv] = ACTIONS(2402), - [anon_sym_AThasSection] = ACTIONS(2404), - [anon_sym_ATsectionMissing] = ACTIONS(2406), - [anon_sym_ATerror] = ACTIONS(2408), - [anon_sym_ATcan] = ACTIONS(2410), - [anon_sym_ATendcan] = ACTIONS(706), - [anon_sym_ATcannot] = ACTIONS(2412), - [anon_sym_ATcanany] = ACTIONS(2414), - [anon_sym_ATfeature] = ACTIONS(2416), - [aux_sym__custom_token1] = ACTIONS(2418), - [aux_sym__custom_token2] = ACTIONS(2420), - [anon_sym_ATswitch] = ACTIONS(2422), - [aux_sym_loop_operator_token1] = ACTIONS(2424), - [anon_sym_ATfor] = ACTIONS(2426), - [anon_sym_ATforeach] = ACTIONS(2428), - [anon_sym_ATforelse] = ACTIONS(2430), - [anon_sym_ATwhile] = ACTIONS(2432), - [anon_sym_ATsetup] = ACTIONS(2434), - [anon_sym_ATtask] = ACTIONS(2436), - [anon_sym_ATstory] = ACTIONS(2438), - [anon_sym_ATbefore] = ACTIONS(2440), - [anon_sym_ATafter] = ACTIONS(2442), - [anon_sym_ATsuccess] = ACTIONS(2444), - [anon_sym_ATfinished] = ACTIONS(2446), - [anon_sym_ATpersist] = ACTIONS(2448), - [anon_sym_ATteleport] = ACTIONS(2450), - [anon_sym_ATvolt] = ACTIONS(2452), - [aux_sym__text_token1] = ACTIONS(2454), - [aux_sym__text_token2] = ACTIONS(2454), - [aux_sym__text_token3] = ACTIONS(2456), + [sym_comment] = ACTIONS(2505), + [aux_sym_keyword_token1] = ACTIONS(2397), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2399), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2401), + [anon_sym_ATphp] = ACTIONS(2403), + [aux_sym_attribute_token1] = ACTIONS(2405), + [aux_sym__inline_directive_token1] = ACTIONS(2407), + [aux_sym__inline_directive_token2] = ACTIONS(2409), + [anon_sym_ATfragment] = ACTIONS(2411), + [anon_sym_ATsection] = ACTIONS(2413), + [anon_sym_ATonce] = ACTIONS(2415), + [anon_sym_ATverbatim] = ACTIONS(2417), + [anon_sym_ATpush] = ACTIONS(2419), + [anon_sym_ATpushOnce] = ACTIONS(2421), + [anon_sym_ATpushIf] = ACTIONS(2423), + [anon_sym_ATprepend] = ACTIONS(2425), + [anon_sym_ATprependOnce] = ACTIONS(2427), + [anon_sym_ATelse] = ACTIONS(2429), + [aux_sym_conditional_keyword_token1] = ACTIONS(2431), + [anon_sym_ATif] = ACTIONS(2433), + [anon_sym_ATunless] = ACTIONS(2435), + [anon_sym_ATisset] = ACTIONS(2437), + [anon_sym_ATempty] = ACTIONS(2439), + [anon_sym_ATauth] = ACTIONS(2441), + [anon_sym_ATguest] = ACTIONS(2443), + [anon_sym_ATproduction] = ACTIONS(2445), + [anon_sym_ATenv] = ACTIONS(2447), + [anon_sym_AThasSection] = ACTIONS(2449), + [anon_sym_ATsectionMissing] = ACTIONS(2451), + [anon_sym_ATerror] = ACTIONS(2453), + [anon_sym_ATcan] = ACTIONS(2455), + [anon_sym_ATendcan] = ACTIONS(719), + [anon_sym_ATcannot] = ACTIONS(2457), + [anon_sym_ATcanany] = ACTIONS(2459), + [anon_sym_ATfeature] = ACTIONS(2461), + [aux_sym__custom_token1] = ACTIONS(2463), + [aux_sym__custom_token2] = ACTIONS(2465), + [anon_sym_ATswitch] = ACTIONS(2467), + [aux_sym_loop_operator_token1] = ACTIONS(2469), + [anon_sym_ATfor] = ACTIONS(2471), + [anon_sym_ATforeach] = ACTIONS(2473), + [anon_sym_ATforelse] = ACTIONS(2475), + [anon_sym_ATwhile] = ACTIONS(2477), + [anon_sym_ATsetup] = ACTIONS(2479), + [anon_sym_ATtask] = ACTIONS(2481), + [anon_sym_ATstory] = ACTIONS(2483), + [anon_sym_ATbefore] = ACTIONS(2485), + [anon_sym_ATafter] = ACTIONS(2487), + [anon_sym_ATsuccess] = ACTIONS(2489), + [anon_sym_ATfinished] = ACTIONS(2491), + [anon_sym_ATpersist] = ACTIONS(2493), + [anon_sym_ATteleport] = ACTIONS(2495), + [anon_sym_ATvolt] = ACTIONS(2497), + [aux_sym__text_token1] = ACTIONS(2499), + [aux_sym__text_token2] = ACTIONS(2499), + [aux_sym__text_token3] = ACTIONS(2501), }, [120] = { [sym__definition] = STATE(125), @@ -40461,71 +40437,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text] = STATE(683), [aux_sym__if_statement_directive_body_repeat1] = STATE(125), [aux_sym_php_only_repeat1] = STATE(683), - [sym_comment] = ACTIONS(2462), - [aux_sym_keyword_token1] = ACTIONS(1095), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1097), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1099), - [anon_sym_ATphp] = ACTIONS(1101), - [aux_sym_attribute_token1] = ACTIONS(1103), - [aux_sym__inline_directive_token1] = ACTIONS(1105), - [anon_sym_ATfragment] = ACTIONS(1107), - [anon_sym_ATsection] = ACTIONS(1109), - [anon_sym_ATonce] = ACTIONS(1111), - [anon_sym_ATverbatim] = ACTIONS(1113), - [anon_sym_ATpush] = ACTIONS(1115), - [anon_sym_ATpushOnce] = ACTIONS(1117), - [anon_sym_ATpushIf] = ACTIONS(1119), - [anon_sym_ATprepend] = ACTIONS(1121), - [anon_sym_ATprependOnce] = ACTIONS(1123), - [anon_sym_ATelse] = ACTIONS(1125), - [aux_sym_conditional_keyword_token1] = ACTIONS(1127), - [anon_sym_ATif] = ACTIONS(1129), - [anon_sym_ATunless] = ACTIONS(1131), - [anon_sym_ATisset] = ACTIONS(1133), - [anon_sym_ATempty] = ACTIONS(1135), - [anon_sym_ATauth] = ACTIONS(1137), - [anon_sym_ATguest] = ACTIONS(1139), - [anon_sym_ATproduction] = ACTIONS(1141), - [anon_sym_ATenv] = ACTIONS(1143), - [anon_sym_AThasSection] = ACTIONS(1145), - [anon_sym_ATsectionMissing] = ACTIONS(1147), - [anon_sym_ATerror] = ACTIONS(1149), - [anon_sym_ATcan] = ACTIONS(1151), - [anon_sym_ATcannot] = ACTIONS(1153), - [anon_sym_ATcanany] = ACTIONS(1155), - [anon_sym_ATfeature] = ACTIONS(1157), - [anon_sym_ATendfeature] = ACTIONS(497), - [aux_sym__custom_token1] = ACTIONS(1159), - [aux_sym__custom_token2] = ACTIONS(1161), - [anon_sym_ATswitch] = ACTIONS(1163), - [aux_sym_loop_operator_token1] = ACTIONS(1165), - [anon_sym_ATfor] = ACTIONS(1167), - [anon_sym_ATforeach] = ACTIONS(1169), - [anon_sym_ATforelse] = ACTIONS(1171), - [anon_sym_ATwhile] = ACTIONS(1173), - [anon_sym_ATsetup] = ACTIONS(1175), - [anon_sym_ATtask] = ACTIONS(1177), - [anon_sym_ATstory] = ACTIONS(1179), - [anon_sym_ATbefore] = ACTIONS(1181), - [anon_sym_ATafter] = ACTIONS(1183), - [anon_sym_ATsuccess] = ACTIONS(1185), - [anon_sym_ATfinished] = ACTIONS(1187), - [anon_sym_ATpersist] = ACTIONS(1189), - [anon_sym_ATteleport] = ACTIONS(1191), - [anon_sym_ATvolt] = ACTIONS(1193), - [aux_sym__text_token1] = ACTIONS(1195), - [aux_sym__text_token2] = ACTIONS(1195), - [aux_sym__text_token3] = ACTIONS(1197), + [sym_comment] = ACTIONS(2507), + [aux_sym_keyword_token1] = ACTIONS(1115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1119), + [anon_sym_ATphp] = ACTIONS(1121), + [aux_sym_attribute_token1] = ACTIONS(1123), + [aux_sym__inline_directive_token1] = ACTIONS(1125), + [aux_sym__inline_directive_token2] = ACTIONS(1127), + [anon_sym_ATfragment] = ACTIONS(1129), + [anon_sym_ATsection] = ACTIONS(1131), + [anon_sym_ATonce] = ACTIONS(1133), + [anon_sym_ATverbatim] = ACTIONS(1135), + [anon_sym_ATpush] = ACTIONS(1137), + [anon_sym_ATpushOnce] = ACTIONS(1139), + [anon_sym_ATpushIf] = ACTIONS(1141), + [anon_sym_ATprepend] = ACTIONS(1143), + [anon_sym_ATprependOnce] = ACTIONS(1145), + [anon_sym_ATelse] = ACTIONS(1147), + [aux_sym_conditional_keyword_token1] = ACTIONS(1149), + [anon_sym_ATif] = ACTIONS(1151), + [anon_sym_ATunless] = ACTIONS(1153), + [anon_sym_ATisset] = ACTIONS(1155), + [anon_sym_ATempty] = ACTIONS(1157), + [anon_sym_ATauth] = ACTIONS(1159), + [anon_sym_ATguest] = ACTIONS(1161), + [anon_sym_ATproduction] = ACTIONS(1163), + [anon_sym_ATenv] = ACTIONS(1165), + [anon_sym_AThasSection] = ACTIONS(1167), + [anon_sym_ATsectionMissing] = ACTIONS(1169), + [anon_sym_ATerror] = ACTIONS(1171), + [anon_sym_ATcan] = ACTIONS(1173), + [anon_sym_ATcannot] = ACTIONS(1175), + [anon_sym_ATcanany] = ACTIONS(1177), + [anon_sym_ATfeature] = ACTIONS(1179), + [anon_sym_ATendfeature] = ACTIONS(507), + [aux_sym__custom_token1] = ACTIONS(1181), + [aux_sym__custom_token2] = ACTIONS(1183), + [anon_sym_ATswitch] = ACTIONS(1185), + [aux_sym_loop_operator_token1] = ACTIONS(1187), + [anon_sym_ATfor] = ACTIONS(1189), + [anon_sym_ATforeach] = ACTIONS(1191), + [anon_sym_ATforelse] = ACTIONS(1193), + [anon_sym_ATwhile] = ACTIONS(1195), + [anon_sym_ATsetup] = ACTIONS(1197), + [anon_sym_ATtask] = ACTIONS(1199), + [anon_sym_ATstory] = ACTIONS(1201), + [anon_sym_ATbefore] = ACTIONS(1203), + [anon_sym_ATafter] = ACTIONS(1205), + [anon_sym_ATsuccess] = ACTIONS(1207), + [anon_sym_ATfinished] = ACTIONS(1209), + [anon_sym_ATpersist] = ACTIONS(1211), + [anon_sym_ATteleport] = ACTIONS(1213), + [anon_sym_ATvolt] = ACTIONS(1215), + [aux_sym__text_token1] = ACTIONS(1217), + [aux_sym__text_token2] = ACTIONS(1217), + [aux_sym__text_token3] = ACTIONS(1219), }, [121] = { [sym__definition] = STATE(121), [sym_keyword] = STATE(121), [sym_php_statement] = STATE(121), - [sym__escaped] = STATE(1845), - [sym__unescaped] = STATE(1845), - [sym__raw] = STATE(1845), - [sym__inline_raw] = STATE(1845), - [sym__multi_line_raw] = STATE(1845), + [sym__escaped] = STATE(1847), + [sym__unescaped] = STATE(1847), + [sym__raw] = STATE(1847), + [sym__inline_raw] = STATE(1847), + [sym__multi_line_raw] = STATE(1847), [sym_attribute] = STATE(121), [sym__inline_directive] = STATE(121), [sym__nested_directive] = STATE(121), @@ -40535,110 +40512,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(121), [sym_verbatim] = STATE(121), [sym_stack] = STATE(121), - [sym__push] = STATE(1846), - [sym__pushOnce] = STATE(1846), - [sym__pushIf] = STATE(1846), - [sym__prepend] = STATE(1846), - [sym__prependOnce] = STATE(1846), + [sym__push] = STATE(1848), + [sym__pushOnce] = STATE(1848), + [sym__pushIf] = STATE(1848), + [sym__prepend] = STATE(1848), + [sym__prependOnce] = STATE(1848), [sym_conditional] = STATE(121), [sym_conditional_keyword] = STATE(121), - [sym__if] = STATE(1847), - [sym__unless] = STATE(1847), - [sym__isset] = STATE(1847), - [sym__empty] = STATE(1847), - [sym__auth] = STATE(1847), - [sym__guest] = STATE(1847), - [sym__production] = STATE(1847), - [sym__env] = STATE(1847), - [sym__hasSection] = STATE(1847), - [sym__sectionMissing] = STATE(1847), - [sym__error] = STATE(1847), - [sym_authorization] = STATE(1847), - [sym__can] = STATE(1848), - [sym__cannot] = STATE(1848), - [sym__canany] = STATE(1848), - [sym__feature] = STATE(1847), - [sym__custom] = STATE(1847), + [sym__if] = STATE(1849), + [sym__unless] = STATE(1849), + [sym__isset] = STATE(1849), + [sym__empty] = STATE(1849), + [sym__auth] = STATE(1849), + [sym__guest] = STATE(1849), + [sym__production] = STATE(1849), + [sym__env] = STATE(1849), + [sym__hasSection] = STATE(1849), + [sym__sectionMissing] = STATE(1849), + [sym__error] = STATE(1849), + [sym_authorization] = STATE(1849), + [sym__can] = STATE(1850), + [sym__cannot] = STATE(1850), + [sym__canany] = STATE(1850), + [sym__feature] = STATE(1849), + [sym__custom] = STATE(1849), [sym_switch] = STATE(121), [sym_loop] = STATE(121), [sym_loop_operator] = STATE(121), - [sym__for] = STATE(1849), - [sym__foreach] = STATE(1849), - [sym__forelse] = STATE(1849), - [sym__while] = STATE(1849), + [sym__for] = STATE(1851), + [sym__foreach] = STATE(1851), + [sym__forelse] = STATE(1851), + [sym__while] = STATE(1851), [sym_envoy] = STATE(121), - [sym__setup] = STATE(1845), - [sym__task] = STATE(1850), - [sym__story] = STATE(1850), - [sym__hooks] = STATE(1845), - [sym__before] = STATE(1845), - [sym__after] = STATE(1845), - [sym__envoy_error] = STATE(1845), - [sym__success] = STATE(1845), - [sym__finished] = STATE(1845), + [sym__setup] = STATE(1847), + [sym__task] = STATE(1852), + [sym__story] = STATE(1852), + [sym__hooks] = STATE(1847), + [sym__before] = STATE(1847), + [sym__after] = STATE(1847), + [sym__envoy_error] = STATE(1847), + [sym__success] = STATE(1847), + [sym__finished] = STATE(1847), [sym_livewire] = STATE(121), - [sym__persist] = STATE(1851), - [sym__teleport] = STATE(1851), - [sym__volt] = STATE(1851), + [sym__persist] = STATE(1853), + [sym__teleport] = STATE(1853), + [sym__volt] = STATE(1853), [sym_text] = STATE(121), [sym__text] = STATE(712), [aux_sym__if_statement_directive_body_repeat1] = STATE(121), [aux_sym_php_only_repeat1] = STATE(712), - [sym_comment] = ACTIONS(2464), - [aux_sym_keyword_token1] = ACTIONS(2467), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2470), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2473), - [anon_sym_ATphp] = ACTIONS(2476), - [aux_sym_attribute_token1] = ACTIONS(2479), - [aux_sym__inline_directive_token1] = ACTIONS(2482), - [anon_sym_ATfragment] = ACTIONS(2485), - [anon_sym_ATsection] = ACTIONS(2488), - [anon_sym_ATonce] = ACTIONS(2491), - [anon_sym_ATverbatim] = ACTIONS(2494), - [anon_sym_ATpush] = ACTIONS(2497), - [anon_sym_ATpushOnce] = ACTIONS(2500), - [anon_sym_ATpushIf] = ACTIONS(2503), - [anon_sym_ATprepend] = ACTIONS(2506), - [anon_sym_ATprependOnce] = ACTIONS(2509), - [anon_sym_ATelse] = ACTIONS(2512), - [aux_sym_conditional_keyword_token1] = ACTIONS(2515), - [anon_sym_ATif] = ACTIONS(2518), - [anon_sym_ATunless] = ACTIONS(2521), - [anon_sym_ATisset] = ACTIONS(2524), - [anon_sym_ATempty] = ACTIONS(2527), - [anon_sym_ATauth] = ACTIONS(2530), - [anon_sym_ATguest] = ACTIONS(2533), - [anon_sym_ATproduction] = ACTIONS(2536), - [anon_sym_ATenv] = ACTIONS(2539), - [anon_sym_AThasSection] = ACTIONS(2542), - [anon_sym_ATsectionMissing] = ACTIONS(2545), - [anon_sym_ATerror] = ACTIONS(2548), - [anon_sym_ATcan] = ACTIONS(2551), - [anon_sym_ATcannot] = ACTIONS(2554), - [anon_sym_ATendcannot] = ACTIONS(633), - [anon_sym_ATcanany] = ACTIONS(2557), - [anon_sym_ATfeature] = ACTIONS(2560), - [aux_sym__custom_token1] = ACTIONS(2563), - [aux_sym__custom_token2] = ACTIONS(2566), - [anon_sym_ATswitch] = ACTIONS(2569), - [aux_sym_loop_operator_token1] = ACTIONS(2572), - [anon_sym_ATfor] = ACTIONS(2575), - [anon_sym_ATforeach] = ACTIONS(2578), - [anon_sym_ATforelse] = ACTIONS(2581), - [anon_sym_ATwhile] = ACTIONS(2584), - [anon_sym_ATsetup] = ACTIONS(2587), - [anon_sym_ATtask] = ACTIONS(2590), - [anon_sym_ATstory] = ACTIONS(2593), - [anon_sym_ATbefore] = ACTIONS(2596), - [anon_sym_ATafter] = ACTIONS(2599), - [anon_sym_ATsuccess] = ACTIONS(2602), - [anon_sym_ATfinished] = ACTIONS(2605), - [anon_sym_ATpersist] = ACTIONS(2608), - [anon_sym_ATteleport] = ACTIONS(2611), - [anon_sym_ATvolt] = ACTIONS(2614), - [aux_sym__text_token1] = ACTIONS(2617), - [aux_sym__text_token2] = ACTIONS(2617), - [aux_sym__text_token3] = ACTIONS(2620), + [sym_comment] = ACTIONS(2509), + [aux_sym_keyword_token1] = ACTIONS(2512), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2515), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2518), + [anon_sym_ATphp] = ACTIONS(2521), + [aux_sym_attribute_token1] = ACTIONS(2524), + [aux_sym__inline_directive_token1] = ACTIONS(2527), + [aux_sym__inline_directive_token2] = ACTIONS(2530), + [anon_sym_ATfragment] = ACTIONS(2533), + [anon_sym_ATsection] = ACTIONS(2536), + [anon_sym_ATonce] = ACTIONS(2539), + [anon_sym_ATverbatim] = ACTIONS(2542), + [anon_sym_ATpush] = ACTIONS(2545), + [anon_sym_ATpushOnce] = ACTIONS(2548), + [anon_sym_ATpushIf] = ACTIONS(2551), + [anon_sym_ATprepend] = ACTIONS(2554), + [anon_sym_ATprependOnce] = ACTIONS(2557), + [anon_sym_ATelse] = ACTIONS(2560), + [aux_sym_conditional_keyword_token1] = ACTIONS(2563), + [anon_sym_ATif] = ACTIONS(2566), + [anon_sym_ATunless] = ACTIONS(2569), + [anon_sym_ATisset] = ACTIONS(2572), + [anon_sym_ATempty] = ACTIONS(2575), + [anon_sym_ATauth] = ACTIONS(2578), + [anon_sym_ATguest] = ACTIONS(2581), + [anon_sym_ATproduction] = ACTIONS(2584), + [anon_sym_ATenv] = ACTIONS(2587), + [anon_sym_AThasSection] = ACTIONS(2590), + [anon_sym_ATsectionMissing] = ACTIONS(2593), + [anon_sym_ATerror] = ACTIONS(2596), + [anon_sym_ATcan] = ACTIONS(2599), + [anon_sym_ATcannot] = ACTIONS(2602), + [anon_sym_ATendcannot] = ACTIONS(646), + [anon_sym_ATcanany] = ACTIONS(2605), + [anon_sym_ATfeature] = ACTIONS(2608), + [aux_sym__custom_token1] = ACTIONS(2611), + [aux_sym__custom_token2] = ACTIONS(2614), + [anon_sym_ATswitch] = ACTIONS(2617), + [aux_sym_loop_operator_token1] = ACTIONS(2620), + [anon_sym_ATfor] = ACTIONS(2623), + [anon_sym_ATforeach] = ACTIONS(2626), + [anon_sym_ATforelse] = ACTIONS(2629), + [anon_sym_ATwhile] = ACTIONS(2632), + [anon_sym_ATsetup] = ACTIONS(2635), + [anon_sym_ATtask] = ACTIONS(2638), + [anon_sym_ATstory] = ACTIONS(2641), + [anon_sym_ATbefore] = ACTIONS(2644), + [anon_sym_ATafter] = ACTIONS(2647), + [anon_sym_ATsuccess] = ACTIONS(2650), + [anon_sym_ATfinished] = ACTIONS(2653), + [anon_sym_ATpersist] = ACTIONS(2656), + [anon_sym_ATteleport] = ACTIONS(2659), + [anon_sym_ATvolt] = ACTIONS(2662), + [aux_sym__text_token1] = ACTIONS(2665), + [aux_sym__text_token2] = ACTIONS(2665), + [aux_sym__text_token3] = ACTIONS(2668), }, [122] = { [sym__definition] = STATE(123), @@ -40707,61 +40685,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text] = STATE(688), [aux_sym__if_statement_directive_body_repeat1] = STATE(123), [aux_sym_php_only_repeat1] = STATE(688), - [sym_comment] = ACTIONS(2623), - [aux_sym_keyword_token1] = ACTIONS(2625), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2627), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2629), - [anon_sym_ATphp] = ACTIONS(2631), - [aux_sym_attribute_token1] = ACTIONS(2633), - [aux_sym__inline_directive_token1] = ACTIONS(2635), - [anon_sym_ATfragment] = ACTIONS(2637), - [anon_sym_ATsection] = ACTIONS(2639), - [anon_sym_ATonce] = ACTIONS(2641), - [anon_sym_ATverbatim] = ACTIONS(2643), - [anon_sym_ATpush] = ACTIONS(2645), - [anon_sym_ATpushOnce] = ACTIONS(2647), - [anon_sym_ATpushIf] = ACTIONS(2649), - [anon_sym_ATprepend] = ACTIONS(2651), - [anon_sym_ATprependOnce] = ACTIONS(2653), - [anon_sym_ATelse] = ACTIONS(2655), - [aux_sym_conditional_keyword_token1] = ACTIONS(2657), - [anon_sym_ATif] = ACTIONS(2659), - [anon_sym_ATunless] = ACTIONS(2661), - [anon_sym_ATisset] = ACTIONS(2663), - [anon_sym_ATempty] = ACTIONS(2665), - [anon_sym_ATauth] = ACTIONS(2667), - [anon_sym_ATguest] = ACTIONS(2669), - [anon_sym_ATproduction] = ACTIONS(2671), - [anon_sym_ATenv] = ACTIONS(2673), - [anon_sym_AThasSection] = ACTIONS(2675), - [anon_sym_ATsectionMissing] = ACTIONS(2677), - [anon_sym_ATerror] = ACTIONS(2679), - [anon_sym_ATcan] = ACTIONS(2681), - [anon_sym_ATcannot] = ACTIONS(2683), - [anon_sym_ATcanany] = ACTIONS(2685), - [anon_sym_ATfeature] = ACTIONS(2687), - [aux_sym__custom_token1] = ACTIONS(2689), - [aux_sym__custom_token2] = ACTIONS(2691), - [aux_sym__custom_token3] = ACTIONS(706), - [anon_sym_ATswitch] = ACTIONS(2693), - [aux_sym_loop_operator_token1] = ACTIONS(2695), - [anon_sym_ATfor] = ACTIONS(2697), - [anon_sym_ATforeach] = ACTIONS(2699), - [anon_sym_ATforelse] = ACTIONS(2701), - [anon_sym_ATwhile] = ACTIONS(2703), - [anon_sym_ATsetup] = ACTIONS(2705), - [anon_sym_ATtask] = ACTIONS(2707), - [anon_sym_ATstory] = ACTIONS(2709), - [anon_sym_ATbefore] = ACTIONS(2711), - [anon_sym_ATafter] = ACTIONS(2713), - [anon_sym_ATsuccess] = ACTIONS(2715), - [anon_sym_ATfinished] = ACTIONS(2717), - [anon_sym_ATpersist] = ACTIONS(2719), - [anon_sym_ATteleport] = ACTIONS(2721), - [anon_sym_ATvolt] = ACTIONS(2723), - [aux_sym__text_token1] = ACTIONS(2725), - [aux_sym__text_token2] = ACTIONS(2725), - [aux_sym__text_token3] = ACTIONS(2727), + [sym_comment] = ACTIONS(2671), + [aux_sym_keyword_token1] = ACTIONS(2673), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2675), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2677), + [anon_sym_ATphp] = ACTIONS(2679), + [aux_sym_attribute_token1] = ACTIONS(2681), + [aux_sym__inline_directive_token1] = ACTIONS(2683), + [aux_sym__inline_directive_token2] = ACTIONS(2685), + [anon_sym_ATfragment] = ACTIONS(2687), + [anon_sym_ATsection] = ACTIONS(2689), + [anon_sym_ATonce] = ACTIONS(2691), + [anon_sym_ATverbatim] = ACTIONS(2693), + [anon_sym_ATpush] = ACTIONS(2695), + [anon_sym_ATpushOnce] = ACTIONS(2697), + [anon_sym_ATpushIf] = ACTIONS(2699), + [anon_sym_ATprepend] = ACTIONS(2701), + [anon_sym_ATprependOnce] = ACTIONS(2703), + [anon_sym_ATelse] = ACTIONS(2705), + [aux_sym_conditional_keyword_token1] = ACTIONS(2707), + [anon_sym_ATif] = ACTIONS(2709), + [anon_sym_ATunless] = ACTIONS(2711), + [anon_sym_ATisset] = ACTIONS(2713), + [anon_sym_ATempty] = ACTIONS(2715), + [anon_sym_ATauth] = ACTIONS(2717), + [anon_sym_ATguest] = ACTIONS(2719), + [anon_sym_ATproduction] = ACTIONS(2721), + [anon_sym_ATenv] = ACTIONS(2723), + [anon_sym_AThasSection] = ACTIONS(2725), + [anon_sym_ATsectionMissing] = ACTIONS(2727), + [anon_sym_ATerror] = ACTIONS(2729), + [anon_sym_ATcan] = ACTIONS(2731), + [anon_sym_ATcannot] = ACTIONS(2733), + [anon_sym_ATcanany] = ACTIONS(2735), + [anon_sym_ATfeature] = ACTIONS(2737), + [aux_sym__custom_token1] = ACTIONS(2739), + [aux_sym__custom_token2] = ACTIONS(2741), + [aux_sym__custom_token3] = ACTIONS(719), + [anon_sym_ATswitch] = ACTIONS(2743), + [aux_sym_loop_operator_token1] = ACTIONS(2745), + [anon_sym_ATfor] = ACTIONS(2747), + [anon_sym_ATforeach] = ACTIONS(2749), + [anon_sym_ATforelse] = ACTIONS(2751), + [anon_sym_ATwhile] = ACTIONS(2753), + [anon_sym_ATsetup] = ACTIONS(2755), + [anon_sym_ATtask] = ACTIONS(2757), + [anon_sym_ATstory] = ACTIONS(2759), + [anon_sym_ATbefore] = ACTIONS(2761), + [anon_sym_ATafter] = ACTIONS(2763), + [anon_sym_ATsuccess] = ACTIONS(2765), + [anon_sym_ATfinished] = ACTIONS(2767), + [anon_sym_ATpersist] = ACTIONS(2769), + [anon_sym_ATteleport] = ACTIONS(2771), + [anon_sym_ATvolt] = ACTIONS(2773), + [aux_sym__text_token1] = ACTIONS(2775), + [aux_sym__text_token2] = ACTIONS(2775), + [aux_sym__text_token3] = ACTIONS(2777), }, [123] = { [sym__definition] = STATE(126), @@ -40830,71 +40809,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text] = STATE(688), [aux_sym__if_statement_directive_body_repeat1] = STATE(126), [aux_sym_php_only_repeat1] = STATE(688), - [sym_comment] = ACTIONS(2729), - [aux_sym_keyword_token1] = ACTIONS(2625), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2627), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2629), - [anon_sym_ATphp] = ACTIONS(2631), - [aux_sym_attribute_token1] = ACTIONS(2633), - [aux_sym__inline_directive_token1] = ACTIONS(2635), - [anon_sym_ATfragment] = ACTIONS(2637), - [anon_sym_ATsection] = ACTIONS(2639), - [anon_sym_ATonce] = ACTIONS(2641), - [anon_sym_ATverbatim] = ACTIONS(2643), - [anon_sym_ATpush] = ACTIONS(2645), - [anon_sym_ATpushOnce] = ACTIONS(2647), - [anon_sym_ATpushIf] = ACTIONS(2649), - [anon_sym_ATprepend] = ACTIONS(2651), - [anon_sym_ATprependOnce] = ACTIONS(2653), - [anon_sym_ATelse] = ACTIONS(2655), - [aux_sym_conditional_keyword_token1] = ACTIONS(2657), - [anon_sym_ATif] = ACTIONS(2659), - [anon_sym_ATunless] = ACTIONS(2661), - [anon_sym_ATisset] = ACTIONS(2663), - [anon_sym_ATempty] = ACTIONS(2665), - [anon_sym_ATauth] = ACTIONS(2667), - [anon_sym_ATguest] = ACTIONS(2669), - [anon_sym_ATproduction] = ACTIONS(2671), - [anon_sym_ATenv] = ACTIONS(2673), - [anon_sym_AThasSection] = ACTIONS(2675), - [anon_sym_ATsectionMissing] = ACTIONS(2677), - [anon_sym_ATerror] = ACTIONS(2679), - [anon_sym_ATcan] = ACTIONS(2681), - [anon_sym_ATcannot] = ACTIONS(2683), - [anon_sym_ATcanany] = ACTIONS(2685), - [anon_sym_ATfeature] = ACTIONS(2687), - [aux_sym__custom_token1] = ACTIONS(2689), - [aux_sym__custom_token2] = ACTIONS(2691), - [aux_sym__custom_token3] = ACTIONS(497), - [anon_sym_ATswitch] = ACTIONS(2693), - [aux_sym_loop_operator_token1] = ACTIONS(2695), - [anon_sym_ATfor] = ACTIONS(2697), - [anon_sym_ATforeach] = ACTIONS(2699), - [anon_sym_ATforelse] = ACTIONS(2701), - [anon_sym_ATwhile] = ACTIONS(2703), - [anon_sym_ATsetup] = ACTIONS(2705), - [anon_sym_ATtask] = ACTIONS(2707), - [anon_sym_ATstory] = ACTIONS(2709), - [anon_sym_ATbefore] = ACTIONS(2711), - [anon_sym_ATafter] = ACTIONS(2713), - [anon_sym_ATsuccess] = ACTIONS(2715), - [anon_sym_ATfinished] = ACTIONS(2717), - [anon_sym_ATpersist] = ACTIONS(2719), - [anon_sym_ATteleport] = ACTIONS(2721), - [anon_sym_ATvolt] = ACTIONS(2723), - [aux_sym__text_token1] = ACTIONS(2725), - [aux_sym__text_token2] = ACTIONS(2725), - [aux_sym__text_token3] = ACTIONS(2727), + [sym_comment] = ACTIONS(2779), + [aux_sym_keyword_token1] = ACTIONS(2673), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2675), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2677), + [anon_sym_ATphp] = ACTIONS(2679), + [aux_sym_attribute_token1] = ACTIONS(2681), + [aux_sym__inline_directive_token1] = ACTIONS(2683), + [aux_sym__inline_directive_token2] = ACTIONS(2685), + [anon_sym_ATfragment] = ACTIONS(2687), + [anon_sym_ATsection] = ACTIONS(2689), + [anon_sym_ATonce] = ACTIONS(2691), + [anon_sym_ATverbatim] = ACTIONS(2693), + [anon_sym_ATpush] = ACTIONS(2695), + [anon_sym_ATpushOnce] = ACTIONS(2697), + [anon_sym_ATpushIf] = ACTIONS(2699), + [anon_sym_ATprepend] = ACTIONS(2701), + [anon_sym_ATprependOnce] = ACTIONS(2703), + [anon_sym_ATelse] = ACTIONS(2705), + [aux_sym_conditional_keyword_token1] = ACTIONS(2707), + [anon_sym_ATif] = ACTIONS(2709), + [anon_sym_ATunless] = ACTIONS(2711), + [anon_sym_ATisset] = ACTIONS(2713), + [anon_sym_ATempty] = ACTIONS(2715), + [anon_sym_ATauth] = ACTIONS(2717), + [anon_sym_ATguest] = ACTIONS(2719), + [anon_sym_ATproduction] = ACTIONS(2721), + [anon_sym_ATenv] = ACTIONS(2723), + [anon_sym_AThasSection] = ACTIONS(2725), + [anon_sym_ATsectionMissing] = ACTIONS(2727), + [anon_sym_ATerror] = ACTIONS(2729), + [anon_sym_ATcan] = ACTIONS(2731), + [anon_sym_ATcannot] = ACTIONS(2733), + [anon_sym_ATcanany] = ACTIONS(2735), + [anon_sym_ATfeature] = ACTIONS(2737), + [aux_sym__custom_token1] = ACTIONS(2739), + [aux_sym__custom_token2] = ACTIONS(2741), + [aux_sym__custom_token3] = ACTIONS(507), + [anon_sym_ATswitch] = ACTIONS(2743), + [aux_sym_loop_operator_token1] = ACTIONS(2745), + [anon_sym_ATfor] = ACTIONS(2747), + [anon_sym_ATforeach] = ACTIONS(2749), + [anon_sym_ATforelse] = ACTIONS(2751), + [anon_sym_ATwhile] = ACTIONS(2753), + [anon_sym_ATsetup] = ACTIONS(2755), + [anon_sym_ATtask] = ACTIONS(2757), + [anon_sym_ATstory] = ACTIONS(2759), + [anon_sym_ATbefore] = ACTIONS(2761), + [anon_sym_ATafter] = ACTIONS(2763), + [anon_sym_ATsuccess] = ACTIONS(2765), + [anon_sym_ATfinished] = ACTIONS(2767), + [anon_sym_ATpersist] = ACTIONS(2769), + [anon_sym_ATteleport] = ACTIONS(2771), + [anon_sym_ATvolt] = ACTIONS(2773), + [aux_sym__text_token1] = ACTIONS(2775), + [aux_sym__text_token2] = ACTIONS(2775), + [aux_sym__text_token3] = ACTIONS(2777), }, [124] = { [sym__definition] = STATE(124), [sym_keyword] = STATE(124), [sym_php_statement] = STATE(124), - [sym__escaped] = STATE(1925), - [sym__unescaped] = STATE(1925), - [sym__raw] = STATE(1925), - [sym__inline_raw] = STATE(1925), - [sym__multi_line_raw] = STATE(1925), + [sym__escaped] = STATE(1928), + [sym__unescaped] = STATE(1928), + [sym__raw] = STATE(1928), + [sym__inline_raw] = STATE(1928), + [sym__multi_line_raw] = STATE(1928), [sym_attribute] = STATE(124), [sym__inline_directive] = STATE(124), [sym__nested_directive] = STATE(124), @@ -40904,110 +40884,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(124), [sym_verbatim] = STATE(124), [sym_stack] = STATE(124), - [sym__push] = STATE(1926), - [sym__pushOnce] = STATE(1926), - [sym__pushIf] = STATE(1926), - [sym__prepend] = STATE(1926), - [sym__prependOnce] = STATE(1926), + [sym__push] = STATE(1929), + [sym__pushOnce] = STATE(1929), + [sym__pushIf] = STATE(1929), + [sym__prepend] = STATE(1929), + [sym__prependOnce] = STATE(1929), [sym_conditional] = STATE(124), [sym_conditional_keyword] = STATE(124), - [sym__if] = STATE(1927), - [sym__unless] = STATE(1927), - [sym__isset] = STATE(1927), - [sym__empty] = STATE(1927), - [sym__auth] = STATE(1927), - [sym__guest] = STATE(1927), - [sym__production] = STATE(1927), - [sym__env] = STATE(1927), - [sym__hasSection] = STATE(1927), - [sym__sectionMissing] = STATE(1927), - [sym__error] = STATE(1927), - [sym_authorization] = STATE(1927), - [sym__can] = STATE(1928), - [sym__cannot] = STATE(1928), - [sym__canany] = STATE(1928), - [sym__feature] = STATE(1927), - [sym__custom] = STATE(1927), + [sym__if] = STATE(1930), + [sym__unless] = STATE(1930), + [sym__isset] = STATE(1930), + [sym__empty] = STATE(1930), + [sym__auth] = STATE(1930), + [sym__guest] = STATE(1930), + [sym__production] = STATE(1930), + [sym__env] = STATE(1930), + [sym__hasSection] = STATE(1930), + [sym__sectionMissing] = STATE(1930), + [sym__error] = STATE(1930), + [sym_authorization] = STATE(1930), + [sym__can] = STATE(1931), + [sym__cannot] = STATE(1931), + [sym__canany] = STATE(1931), + [sym__feature] = STATE(1930), + [sym__custom] = STATE(1930), [sym_switch] = STATE(124), [sym_loop] = STATE(124), [sym_loop_operator] = STATE(124), - [sym__for] = STATE(1929), - [sym__foreach] = STATE(1929), - [sym__forelse] = STATE(1929), - [sym__while] = STATE(1929), + [sym__for] = STATE(1237), + [sym__foreach] = STATE(1237), + [sym__forelse] = STATE(1237), + [sym__while] = STATE(1237), [sym_envoy] = STATE(124), - [sym__setup] = STATE(1925), - [sym__task] = STATE(1930), - [sym__story] = STATE(1930), - [sym__hooks] = STATE(1925), - [sym__before] = STATE(1925), - [sym__after] = STATE(1925), - [sym__envoy_error] = STATE(1925), - [sym__success] = STATE(1925), - [sym__finished] = STATE(1925), + [sym__setup] = STATE(1928), + [sym__task] = STATE(1196), + [sym__story] = STATE(1196), + [sym__hooks] = STATE(1928), + [sym__before] = STATE(1928), + [sym__after] = STATE(1928), + [sym__envoy_error] = STATE(1928), + [sym__success] = STATE(1928), + [sym__finished] = STATE(1928), [sym_livewire] = STATE(124), - [sym__persist] = STATE(1931), - [sym__teleport] = STATE(1931), - [sym__volt] = STATE(1931), + [sym__persist] = STATE(1342), + [sym__teleport] = STATE(1342), + [sym__volt] = STATE(1342), [sym_text] = STATE(124), [sym__text] = STATE(679), [aux_sym__if_statement_directive_body_repeat1] = STATE(124), [aux_sym_php_only_repeat1] = STATE(679), - [sym_comment] = ACTIONS(2731), - [aux_sym_keyword_token1] = ACTIONS(2734), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2737), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2740), - [anon_sym_ATphp] = ACTIONS(2743), - [aux_sym_attribute_token1] = ACTIONS(2746), - [aux_sym__inline_directive_token1] = ACTIONS(2749), - [anon_sym_ATfragment] = ACTIONS(2752), - [anon_sym_ATsection] = ACTIONS(2755), - [anon_sym_ATonce] = ACTIONS(2758), - [anon_sym_ATverbatim] = ACTIONS(2761), - [anon_sym_ATpush] = ACTIONS(2764), - [anon_sym_ATpushOnce] = ACTIONS(2767), - [anon_sym_ATpushIf] = ACTIONS(2770), - [anon_sym_ATprepend] = ACTIONS(2773), - [anon_sym_ATprependOnce] = ACTIONS(2776), - [anon_sym_ATelse] = ACTIONS(2779), - [aux_sym_conditional_keyword_token1] = ACTIONS(2782), - [anon_sym_ATif] = ACTIONS(2785), - [anon_sym_ATunless] = ACTIONS(2788), - [anon_sym_ATisset] = ACTIONS(2791), - [anon_sym_ATempty] = ACTIONS(2794), - [anon_sym_ATauth] = ACTIONS(2797), - [anon_sym_ATguest] = ACTIONS(2800), - [anon_sym_ATproduction] = ACTIONS(2803), - [anon_sym_ATenv] = ACTIONS(2806), - [anon_sym_AThasSection] = ACTIONS(2809), - [anon_sym_ATsectionMissing] = ACTIONS(2812), - [anon_sym_ATerror] = ACTIONS(2815), - [anon_sym_ATcan] = ACTIONS(2818), - [anon_sym_ATcannot] = ACTIONS(2821), - [anon_sym_ATcanany] = ACTIONS(2824), - [anon_sym_ATendcanany] = ACTIONS(633), - [anon_sym_ATfeature] = ACTIONS(2827), - [aux_sym__custom_token1] = ACTIONS(2830), - [aux_sym__custom_token2] = ACTIONS(2833), - [anon_sym_ATswitch] = ACTIONS(2836), - [aux_sym_loop_operator_token1] = ACTIONS(2839), - [anon_sym_ATfor] = ACTIONS(2842), - [anon_sym_ATforeach] = ACTIONS(2845), - [anon_sym_ATforelse] = ACTIONS(2848), - [anon_sym_ATwhile] = ACTIONS(2851), - [anon_sym_ATsetup] = ACTIONS(2854), - [anon_sym_ATtask] = ACTIONS(2857), - [anon_sym_ATstory] = ACTIONS(2860), - [anon_sym_ATbefore] = ACTIONS(2863), - [anon_sym_ATafter] = ACTIONS(2866), - [anon_sym_ATsuccess] = ACTIONS(2869), - [anon_sym_ATfinished] = ACTIONS(2872), - [anon_sym_ATpersist] = ACTIONS(2875), - [anon_sym_ATteleport] = ACTIONS(2878), - [anon_sym_ATvolt] = ACTIONS(2881), - [aux_sym__text_token1] = ACTIONS(2884), - [aux_sym__text_token2] = ACTIONS(2884), - [aux_sym__text_token3] = ACTIONS(2887), + [sym_comment] = ACTIONS(2781), + [aux_sym_keyword_token1] = ACTIONS(2784), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2787), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2790), + [anon_sym_ATphp] = ACTIONS(2793), + [aux_sym_attribute_token1] = ACTIONS(2796), + [aux_sym__inline_directive_token1] = ACTIONS(2799), + [aux_sym__inline_directive_token2] = ACTIONS(2802), + [anon_sym_ATfragment] = ACTIONS(2805), + [anon_sym_ATsection] = ACTIONS(2808), + [anon_sym_ATonce] = ACTIONS(2811), + [anon_sym_ATverbatim] = ACTIONS(2814), + [anon_sym_ATpush] = ACTIONS(2817), + [anon_sym_ATpushOnce] = ACTIONS(2820), + [anon_sym_ATpushIf] = ACTIONS(2823), + [anon_sym_ATprepend] = ACTIONS(2826), + [anon_sym_ATprependOnce] = ACTIONS(2829), + [anon_sym_ATelse] = ACTIONS(2832), + [aux_sym_conditional_keyword_token1] = ACTIONS(2835), + [anon_sym_ATif] = ACTIONS(2838), + [anon_sym_ATunless] = ACTIONS(2841), + [anon_sym_ATisset] = ACTIONS(2844), + [anon_sym_ATempty] = ACTIONS(2847), + [anon_sym_ATauth] = ACTIONS(2850), + [anon_sym_ATguest] = ACTIONS(2853), + [anon_sym_ATproduction] = ACTIONS(2856), + [anon_sym_ATenv] = ACTIONS(2859), + [anon_sym_AThasSection] = ACTIONS(2862), + [anon_sym_ATsectionMissing] = ACTIONS(2865), + [anon_sym_ATerror] = ACTIONS(2868), + [anon_sym_ATcan] = ACTIONS(2871), + [anon_sym_ATcannot] = ACTIONS(2874), + [anon_sym_ATcanany] = ACTIONS(2877), + [anon_sym_ATendcanany] = ACTIONS(646), + [anon_sym_ATfeature] = ACTIONS(2880), + [aux_sym__custom_token1] = ACTIONS(2883), + [aux_sym__custom_token2] = ACTIONS(2886), + [anon_sym_ATswitch] = ACTIONS(2889), + [aux_sym_loop_operator_token1] = ACTIONS(2892), + [anon_sym_ATfor] = ACTIONS(2895), + [anon_sym_ATforeach] = ACTIONS(2898), + [anon_sym_ATforelse] = ACTIONS(2901), + [anon_sym_ATwhile] = ACTIONS(2904), + [anon_sym_ATsetup] = ACTIONS(2907), + [anon_sym_ATtask] = ACTIONS(2910), + [anon_sym_ATstory] = ACTIONS(2913), + [anon_sym_ATbefore] = ACTIONS(2916), + [anon_sym_ATafter] = ACTIONS(2919), + [anon_sym_ATsuccess] = ACTIONS(2922), + [anon_sym_ATfinished] = ACTIONS(2925), + [anon_sym_ATpersist] = ACTIONS(2928), + [anon_sym_ATteleport] = ACTIONS(2931), + [anon_sym_ATvolt] = ACTIONS(2934), + [aux_sym__text_token1] = ACTIONS(2937), + [aux_sym__text_token2] = ACTIONS(2937), + [aux_sym__text_token3] = ACTIONS(2940), }, [125] = { [sym__definition] = STATE(125), @@ -41076,61 +41057,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text] = STATE(683), [aux_sym__if_statement_directive_body_repeat1] = STATE(125), [aux_sym_php_only_repeat1] = STATE(683), - [sym_comment] = ACTIONS(2890), - [aux_sym_keyword_token1] = ACTIONS(2893), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2896), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2899), - [anon_sym_ATphp] = ACTIONS(2902), - [aux_sym_attribute_token1] = ACTIONS(2905), - [aux_sym__inline_directive_token1] = ACTIONS(2908), - [anon_sym_ATfragment] = ACTIONS(2911), - [anon_sym_ATsection] = ACTIONS(2914), - [anon_sym_ATonce] = ACTIONS(2917), - [anon_sym_ATverbatim] = ACTIONS(2920), - [anon_sym_ATpush] = ACTIONS(2923), - [anon_sym_ATpushOnce] = ACTIONS(2926), - [anon_sym_ATpushIf] = ACTIONS(2929), - [anon_sym_ATprepend] = ACTIONS(2932), - [anon_sym_ATprependOnce] = ACTIONS(2935), - [anon_sym_ATelse] = ACTIONS(2938), - [aux_sym_conditional_keyword_token1] = ACTIONS(2941), - [anon_sym_ATif] = ACTIONS(2944), - [anon_sym_ATunless] = ACTIONS(2947), - [anon_sym_ATisset] = ACTIONS(2950), - [anon_sym_ATempty] = ACTIONS(2953), - [anon_sym_ATauth] = ACTIONS(2956), - [anon_sym_ATguest] = ACTIONS(2959), - [anon_sym_ATproduction] = ACTIONS(2962), - [anon_sym_ATenv] = ACTIONS(2965), - [anon_sym_AThasSection] = ACTIONS(2968), - [anon_sym_ATsectionMissing] = ACTIONS(2971), - [anon_sym_ATerror] = ACTIONS(2974), - [anon_sym_ATcan] = ACTIONS(2977), - [anon_sym_ATcannot] = ACTIONS(2980), - [anon_sym_ATcanany] = ACTIONS(2983), - [anon_sym_ATfeature] = ACTIONS(2986), - [anon_sym_ATendfeature] = ACTIONS(633), - [aux_sym__custom_token1] = ACTIONS(2989), - [aux_sym__custom_token2] = ACTIONS(2992), - [anon_sym_ATswitch] = ACTIONS(2995), - [aux_sym_loop_operator_token1] = ACTIONS(2998), - [anon_sym_ATfor] = ACTIONS(3001), - [anon_sym_ATforeach] = ACTIONS(3004), - [anon_sym_ATforelse] = ACTIONS(3007), - [anon_sym_ATwhile] = ACTIONS(3010), - [anon_sym_ATsetup] = ACTIONS(3013), - [anon_sym_ATtask] = ACTIONS(3016), - [anon_sym_ATstory] = ACTIONS(3019), - [anon_sym_ATbefore] = ACTIONS(3022), - [anon_sym_ATafter] = ACTIONS(3025), - [anon_sym_ATsuccess] = ACTIONS(3028), - [anon_sym_ATfinished] = ACTIONS(3031), - [anon_sym_ATpersist] = ACTIONS(3034), - [anon_sym_ATteleport] = ACTIONS(3037), - [anon_sym_ATvolt] = ACTIONS(3040), - [aux_sym__text_token1] = ACTIONS(3043), - [aux_sym__text_token2] = ACTIONS(3043), - [aux_sym__text_token3] = ACTIONS(3046), + [sym_comment] = ACTIONS(2943), + [aux_sym_keyword_token1] = ACTIONS(2946), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2949), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2952), + [anon_sym_ATphp] = ACTIONS(2955), + [aux_sym_attribute_token1] = ACTIONS(2958), + [aux_sym__inline_directive_token1] = ACTIONS(2961), + [aux_sym__inline_directive_token2] = ACTIONS(2964), + [anon_sym_ATfragment] = ACTIONS(2967), + [anon_sym_ATsection] = ACTIONS(2970), + [anon_sym_ATonce] = ACTIONS(2973), + [anon_sym_ATverbatim] = ACTIONS(2976), + [anon_sym_ATpush] = ACTIONS(2979), + [anon_sym_ATpushOnce] = ACTIONS(2982), + [anon_sym_ATpushIf] = ACTIONS(2985), + [anon_sym_ATprepend] = ACTIONS(2988), + [anon_sym_ATprependOnce] = ACTIONS(2991), + [anon_sym_ATelse] = ACTIONS(2994), + [aux_sym_conditional_keyword_token1] = ACTIONS(2997), + [anon_sym_ATif] = ACTIONS(3000), + [anon_sym_ATunless] = ACTIONS(3003), + [anon_sym_ATisset] = ACTIONS(3006), + [anon_sym_ATempty] = ACTIONS(3009), + [anon_sym_ATauth] = ACTIONS(3012), + [anon_sym_ATguest] = ACTIONS(3015), + [anon_sym_ATproduction] = ACTIONS(3018), + [anon_sym_ATenv] = ACTIONS(3021), + [anon_sym_AThasSection] = ACTIONS(3024), + [anon_sym_ATsectionMissing] = ACTIONS(3027), + [anon_sym_ATerror] = ACTIONS(3030), + [anon_sym_ATcan] = ACTIONS(3033), + [anon_sym_ATcannot] = ACTIONS(3036), + [anon_sym_ATcanany] = ACTIONS(3039), + [anon_sym_ATfeature] = ACTIONS(3042), + [anon_sym_ATendfeature] = ACTIONS(646), + [aux_sym__custom_token1] = ACTIONS(3045), + [aux_sym__custom_token2] = ACTIONS(3048), + [anon_sym_ATswitch] = ACTIONS(3051), + [aux_sym_loop_operator_token1] = ACTIONS(3054), + [anon_sym_ATfor] = ACTIONS(3057), + [anon_sym_ATforeach] = ACTIONS(3060), + [anon_sym_ATforelse] = ACTIONS(3063), + [anon_sym_ATwhile] = ACTIONS(3066), + [anon_sym_ATsetup] = ACTIONS(3069), + [anon_sym_ATtask] = ACTIONS(3072), + [anon_sym_ATstory] = ACTIONS(3075), + [anon_sym_ATbefore] = ACTIONS(3078), + [anon_sym_ATafter] = ACTIONS(3081), + [anon_sym_ATsuccess] = ACTIONS(3084), + [anon_sym_ATfinished] = ACTIONS(3087), + [anon_sym_ATpersist] = ACTIONS(3090), + [anon_sym_ATteleport] = ACTIONS(3093), + [anon_sym_ATvolt] = ACTIONS(3096), + [aux_sym__text_token1] = ACTIONS(3099), + [aux_sym__text_token2] = ACTIONS(3099), + [aux_sym__text_token3] = ACTIONS(3102), }, [126] = { [sym__definition] = STATE(126), @@ -41199,71 +41181,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__text] = STATE(688), [aux_sym__if_statement_directive_body_repeat1] = STATE(126), [aux_sym_php_only_repeat1] = STATE(688), - [sym_comment] = ACTIONS(3049), - [aux_sym_keyword_token1] = ACTIONS(3052), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3055), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3058), - [anon_sym_ATphp] = ACTIONS(3061), - [aux_sym_attribute_token1] = ACTIONS(3064), - [aux_sym__inline_directive_token1] = ACTIONS(3067), - [anon_sym_ATfragment] = ACTIONS(3070), - [anon_sym_ATsection] = ACTIONS(3073), - [anon_sym_ATonce] = ACTIONS(3076), - [anon_sym_ATverbatim] = ACTIONS(3079), - [anon_sym_ATpush] = ACTIONS(3082), - [anon_sym_ATpushOnce] = ACTIONS(3085), - [anon_sym_ATpushIf] = ACTIONS(3088), - [anon_sym_ATprepend] = ACTIONS(3091), - [anon_sym_ATprependOnce] = ACTIONS(3094), - [anon_sym_ATelse] = ACTIONS(3097), - [aux_sym_conditional_keyword_token1] = ACTIONS(3100), - [anon_sym_ATif] = ACTIONS(3103), - [anon_sym_ATunless] = ACTIONS(3106), - [anon_sym_ATisset] = ACTIONS(3109), - [anon_sym_ATempty] = ACTIONS(3112), - [anon_sym_ATauth] = ACTIONS(3115), - [anon_sym_ATguest] = ACTIONS(3118), - [anon_sym_ATproduction] = ACTIONS(3121), - [anon_sym_ATenv] = ACTIONS(3124), - [anon_sym_AThasSection] = ACTIONS(3127), - [anon_sym_ATsectionMissing] = ACTIONS(3130), - [anon_sym_ATerror] = ACTIONS(3133), - [anon_sym_ATcan] = ACTIONS(3136), - [anon_sym_ATcannot] = ACTIONS(3139), - [anon_sym_ATcanany] = ACTIONS(3142), - [anon_sym_ATfeature] = ACTIONS(3145), - [aux_sym__custom_token1] = ACTIONS(3148), - [aux_sym__custom_token2] = ACTIONS(3151), - [aux_sym__custom_token3] = ACTIONS(633), - [anon_sym_ATswitch] = ACTIONS(3154), - [aux_sym_loop_operator_token1] = ACTIONS(3157), - [anon_sym_ATfor] = ACTIONS(3160), - [anon_sym_ATforeach] = ACTIONS(3163), - [anon_sym_ATforelse] = ACTIONS(3166), - [anon_sym_ATwhile] = ACTIONS(3169), - [anon_sym_ATsetup] = ACTIONS(3172), - [anon_sym_ATtask] = ACTIONS(3175), - [anon_sym_ATstory] = ACTIONS(3178), - [anon_sym_ATbefore] = ACTIONS(3181), - [anon_sym_ATafter] = ACTIONS(3184), - [anon_sym_ATsuccess] = ACTIONS(3187), - [anon_sym_ATfinished] = ACTIONS(3190), - [anon_sym_ATpersist] = ACTIONS(3193), - [anon_sym_ATteleport] = ACTIONS(3196), - [anon_sym_ATvolt] = ACTIONS(3199), - [aux_sym__text_token1] = ACTIONS(3202), - [aux_sym__text_token2] = ACTIONS(3202), - [aux_sym__text_token3] = ACTIONS(3205), + [sym_comment] = ACTIONS(3105), + [aux_sym_keyword_token1] = ACTIONS(3108), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3111), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3114), + [anon_sym_ATphp] = ACTIONS(3117), + [aux_sym_attribute_token1] = ACTIONS(3120), + [aux_sym__inline_directive_token1] = ACTIONS(3123), + [aux_sym__inline_directive_token2] = ACTIONS(3126), + [anon_sym_ATfragment] = ACTIONS(3129), + [anon_sym_ATsection] = ACTIONS(3132), + [anon_sym_ATonce] = ACTIONS(3135), + [anon_sym_ATverbatim] = ACTIONS(3138), + [anon_sym_ATpush] = ACTIONS(3141), + [anon_sym_ATpushOnce] = ACTIONS(3144), + [anon_sym_ATpushIf] = ACTIONS(3147), + [anon_sym_ATprepend] = ACTIONS(3150), + [anon_sym_ATprependOnce] = ACTIONS(3153), + [anon_sym_ATelse] = ACTIONS(3156), + [aux_sym_conditional_keyword_token1] = ACTIONS(3159), + [anon_sym_ATif] = ACTIONS(3162), + [anon_sym_ATunless] = ACTIONS(3165), + [anon_sym_ATisset] = ACTIONS(3168), + [anon_sym_ATempty] = ACTIONS(3171), + [anon_sym_ATauth] = ACTIONS(3174), + [anon_sym_ATguest] = ACTIONS(3177), + [anon_sym_ATproduction] = ACTIONS(3180), + [anon_sym_ATenv] = ACTIONS(3183), + [anon_sym_AThasSection] = ACTIONS(3186), + [anon_sym_ATsectionMissing] = ACTIONS(3189), + [anon_sym_ATerror] = ACTIONS(3192), + [anon_sym_ATcan] = ACTIONS(3195), + [anon_sym_ATcannot] = ACTIONS(3198), + [anon_sym_ATcanany] = ACTIONS(3201), + [anon_sym_ATfeature] = ACTIONS(3204), + [aux_sym__custom_token1] = ACTIONS(3207), + [aux_sym__custom_token2] = ACTIONS(3210), + [aux_sym__custom_token3] = ACTIONS(646), + [anon_sym_ATswitch] = ACTIONS(3213), + [aux_sym_loop_operator_token1] = ACTIONS(3216), + [anon_sym_ATfor] = ACTIONS(3219), + [anon_sym_ATforeach] = ACTIONS(3222), + [anon_sym_ATforelse] = ACTIONS(3225), + [anon_sym_ATwhile] = ACTIONS(3228), + [anon_sym_ATsetup] = ACTIONS(3231), + [anon_sym_ATtask] = ACTIONS(3234), + [anon_sym_ATstory] = ACTIONS(3237), + [anon_sym_ATbefore] = ACTIONS(3240), + [anon_sym_ATafter] = ACTIONS(3243), + [anon_sym_ATsuccess] = ACTIONS(3246), + [anon_sym_ATfinished] = ACTIONS(3249), + [anon_sym_ATpersist] = ACTIONS(3252), + [anon_sym_ATteleport] = ACTIONS(3255), + [anon_sym_ATvolt] = ACTIONS(3258), + [aux_sym__text_token1] = ACTIONS(3261), + [aux_sym__text_token2] = ACTIONS(3261), + [aux_sym__text_token3] = ACTIONS(3264), }, [127] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -41280,113 +41263,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3208), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3267), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [128] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -41403,113 +41387,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3210), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3269), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [129] = { [sym__definition] = STATE(129), [sym_keyword] = STATE(129), [sym_php_statement] = STATE(129), - [sym__escaped] = STATE(1511), - [sym__unescaped] = STATE(1511), - [sym__raw] = STATE(1511), - [sym__inline_raw] = STATE(1511), - [sym__multi_line_raw] = STATE(1511), + [sym__escaped] = STATE(1513), + [sym__unescaped] = STATE(1513), + [sym__raw] = STATE(1513), + [sym__inline_raw] = STATE(1513), + [sym__multi_line_raw] = STATE(1513), [sym_attribute] = STATE(129), [sym__inline_directive] = STATE(129), [sym__nested_directive] = STATE(129), @@ -41519,120 +41504,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(129), [sym_verbatim] = STATE(129), [sym_stack] = STATE(129), - [sym__push] = STATE(1512), - [sym__pushOnce] = STATE(1512), - [sym__pushIf] = STATE(1512), - [sym__prepend] = STATE(1512), - [sym__prependOnce] = STATE(1512), + [sym__push] = STATE(1514), + [sym__pushOnce] = STATE(1514), + [sym__pushIf] = STATE(1514), + [sym__prepend] = STATE(1514), + [sym__prependOnce] = STATE(1514), [sym_conditional] = STATE(129), [sym_conditional_keyword] = STATE(129), - [sym__if] = STATE(1513), - [sym__unless] = STATE(1513), - [sym__isset] = STATE(1513), - [sym__empty] = STATE(1513), - [sym__auth] = STATE(1513), - [sym__guest] = STATE(1513), - [sym__production] = STATE(1513), - [sym__env] = STATE(1513), - [sym__hasSection] = STATE(1513), - [sym__sectionMissing] = STATE(1513), - [sym__error] = STATE(1513), - [sym_authorization] = STATE(1513), - [sym__can] = STATE(1514), - [sym__cannot] = STATE(1514), - [sym__canany] = STATE(1514), - [sym__feature] = STATE(1513), - [sym__custom] = STATE(1513), + [sym__if] = STATE(1515), + [sym__unless] = STATE(1515), + [sym__isset] = STATE(1515), + [sym__empty] = STATE(1515), + [sym__auth] = STATE(1515), + [sym__guest] = STATE(1515), + [sym__production] = STATE(1515), + [sym__env] = STATE(1515), + [sym__hasSection] = STATE(1515), + [sym__sectionMissing] = STATE(1515), + [sym__error] = STATE(1515), + [sym_authorization] = STATE(1515), + [sym__can] = STATE(1516), + [sym__cannot] = STATE(1516), + [sym__canany] = STATE(1516), + [sym__feature] = STATE(1515), + [sym__custom] = STATE(1515), [sym_switch] = STATE(129), [sym_loop] = STATE(129), [sym_loop_operator] = STATE(129), - [sym__for] = STATE(1515), - [sym__foreach] = STATE(1515), - [sym__forelse] = STATE(1515), - [sym__while] = STATE(1515), + [sym__for] = STATE(1517), + [sym__foreach] = STATE(1517), + [sym__forelse] = STATE(1517), + [sym__while] = STATE(1517), [sym_envoy] = STATE(129), - [sym__setup] = STATE(1511), - [sym__task] = STATE(1516), - [sym__story] = STATE(1516), - [sym__hooks] = STATE(1511), - [sym__before] = STATE(1511), - [sym__after] = STATE(1511), - [sym__envoy_error] = STATE(1511), - [sym__success] = STATE(1511), - [sym__finished] = STATE(1511), + [sym__setup] = STATE(1513), + [sym__task] = STATE(1518), + [sym__story] = STATE(1518), + [sym__hooks] = STATE(1513), + [sym__before] = STATE(1513), + [sym__after] = STATE(1513), + [sym__envoy_error] = STATE(1513), + [sym__success] = STATE(1513), + [sym__finished] = STATE(1513), [sym_livewire] = STATE(129), - [sym__persist] = STATE(1517), - [sym__teleport] = STATE(1517), - [sym__volt] = STATE(1517), + [sym__persist] = STATE(1519), + [sym__teleport] = STATE(1519), + [sym__volt] = STATE(1519), [sym_text] = STATE(129), [sym__text] = STATE(677), [aux_sym__if_statement_directive_body_repeat1] = STATE(129), [aux_sym_php_only_repeat1] = STATE(677), - [sym_comment] = ACTIONS(3212), - [aux_sym_keyword_token1] = ACTIONS(3215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3218), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3221), - [anon_sym_ATphp] = ACTIONS(3224), - [aux_sym_attribute_token1] = ACTIONS(3227), - [aux_sym__inline_directive_token1] = ACTIONS(3230), - [anon_sym_ATfragment] = ACTIONS(3233), - [anon_sym_ATsection] = ACTIONS(3236), - [anon_sym_ATonce] = ACTIONS(3239), - [anon_sym_ATverbatim] = ACTIONS(3242), - [anon_sym_ATpush] = ACTIONS(3245), - [anon_sym_ATpushOnce] = ACTIONS(3248), - [anon_sym_ATpushIf] = ACTIONS(3251), - [anon_sym_ATprepend] = ACTIONS(3254), - [anon_sym_ATprependOnce] = ACTIONS(3257), - [anon_sym_ATelse] = ACTIONS(3260), - [aux_sym_conditional_keyword_token1] = ACTIONS(3263), - [anon_sym_ATif] = ACTIONS(3266), - [anon_sym_ATunless] = ACTIONS(3269), - [anon_sym_ATisset] = ACTIONS(3272), - [anon_sym_ATempty] = ACTIONS(3275), - [anon_sym_ATendempty] = ACTIONS(633), - [anon_sym_ATauth] = ACTIONS(3278), - [anon_sym_ATguest] = ACTIONS(3281), - [anon_sym_ATproduction] = ACTIONS(3284), - [anon_sym_ATenv] = ACTIONS(3287), - [anon_sym_AThasSection] = ACTIONS(3290), - [anon_sym_ATsectionMissing] = ACTIONS(3293), - [anon_sym_ATerror] = ACTIONS(3296), - [anon_sym_ATcan] = ACTIONS(3299), - [anon_sym_ATcannot] = ACTIONS(3302), - [anon_sym_ATcanany] = ACTIONS(3305), - [anon_sym_ATfeature] = ACTIONS(3308), - [aux_sym__custom_token1] = ACTIONS(3311), - [aux_sym__custom_token2] = ACTIONS(3314), - [anon_sym_ATswitch] = ACTIONS(3317), - [aux_sym_loop_operator_token1] = ACTIONS(3320), - [anon_sym_ATfor] = ACTIONS(3323), - [anon_sym_ATforeach] = ACTIONS(3326), - [anon_sym_ATforelse] = ACTIONS(3329), - [anon_sym_ATwhile] = ACTIONS(3332), - [anon_sym_ATsetup] = ACTIONS(3335), - [anon_sym_ATtask] = ACTIONS(3338), - [anon_sym_ATstory] = ACTIONS(3341), - [anon_sym_ATbefore] = ACTIONS(3344), - [anon_sym_ATafter] = ACTIONS(3347), - [anon_sym_ATsuccess] = ACTIONS(3350), - [anon_sym_ATfinished] = ACTIONS(3353), - [anon_sym_ATpersist] = ACTIONS(3356), - [anon_sym_ATteleport] = ACTIONS(3359), - [anon_sym_ATvolt] = ACTIONS(3362), - [aux_sym__text_token1] = ACTIONS(3365), - [aux_sym__text_token2] = ACTIONS(3365), - [aux_sym__text_token3] = ACTIONS(3368), + [sym_comment] = ACTIONS(3271), + [aux_sym_keyword_token1] = ACTIONS(3274), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3277), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3280), + [anon_sym_ATphp] = ACTIONS(3283), + [aux_sym_attribute_token1] = ACTIONS(3286), + [aux_sym__inline_directive_token1] = ACTIONS(3289), + [aux_sym__inline_directive_token2] = ACTIONS(3292), + [anon_sym_ATfragment] = ACTIONS(3295), + [anon_sym_ATsection] = ACTIONS(3298), + [anon_sym_ATonce] = ACTIONS(3301), + [anon_sym_ATverbatim] = ACTIONS(3304), + [anon_sym_ATpush] = ACTIONS(3307), + [anon_sym_ATpushOnce] = ACTIONS(3310), + [anon_sym_ATpushIf] = ACTIONS(3313), + [anon_sym_ATprepend] = ACTIONS(3316), + [anon_sym_ATprependOnce] = ACTIONS(3319), + [anon_sym_ATelse] = ACTIONS(3322), + [aux_sym_conditional_keyword_token1] = ACTIONS(3325), + [anon_sym_ATif] = ACTIONS(3328), + [anon_sym_ATunless] = ACTIONS(3331), + [anon_sym_ATisset] = ACTIONS(3334), + [anon_sym_ATempty] = ACTIONS(3337), + [anon_sym_ATendempty] = ACTIONS(646), + [anon_sym_ATauth] = ACTIONS(3340), + [anon_sym_ATguest] = ACTIONS(3343), + [anon_sym_ATproduction] = ACTIONS(3346), + [anon_sym_ATenv] = ACTIONS(3349), + [anon_sym_AThasSection] = ACTIONS(3352), + [anon_sym_ATsectionMissing] = ACTIONS(3355), + [anon_sym_ATerror] = ACTIONS(3358), + [anon_sym_ATcan] = ACTIONS(3361), + [anon_sym_ATcannot] = ACTIONS(3364), + [anon_sym_ATcanany] = ACTIONS(3367), + [anon_sym_ATfeature] = ACTIONS(3370), + [aux_sym__custom_token1] = ACTIONS(3373), + [aux_sym__custom_token2] = ACTIONS(3376), + [anon_sym_ATswitch] = ACTIONS(3379), + [aux_sym_loop_operator_token1] = ACTIONS(3382), + [anon_sym_ATfor] = ACTIONS(3385), + [anon_sym_ATforeach] = ACTIONS(3388), + [anon_sym_ATforelse] = ACTIONS(3391), + [anon_sym_ATwhile] = ACTIONS(3394), + [anon_sym_ATsetup] = ACTIONS(3397), + [anon_sym_ATtask] = ACTIONS(3400), + [anon_sym_ATstory] = ACTIONS(3403), + [anon_sym_ATbefore] = ACTIONS(3406), + [anon_sym_ATafter] = ACTIONS(3409), + [anon_sym_ATsuccess] = ACTIONS(3412), + [anon_sym_ATfinished] = ACTIONS(3415), + [anon_sym_ATpersist] = ACTIONS(3418), + [anon_sym_ATteleport] = ACTIONS(3421), + [anon_sym_ATvolt] = ACTIONS(3424), + [aux_sym__text_token1] = ACTIONS(3427), + [aux_sym__text_token2] = ACTIONS(3427), + [aux_sym__text_token3] = ACTIONS(3430), }, [130] = { [sym__definition] = STATE(86), [sym_keyword] = STATE(86), [sym_php_statement] = STATE(86), - [sym__escaped] = STATE(1679), - [sym__unescaped] = STATE(1679), - [sym__raw] = STATE(1679), - [sym__inline_raw] = STATE(1679), - [sym__multi_line_raw] = STATE(1679), + [sym__escaped] = STATE(1681), + [sym__unescaped] = STATE(1681), + [sym__raw] = STATE(1681), + [sym__inline_raw] = STATE(1681), + [sym__multi_line_raw] = STATE(1681), [sym_attribute] = STATE(86), [sym__inline_directive] = STATE(86), [sym__nested_directive] = STATE(86), @@ -41642,30 +41628,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(86), [sym_verbatim] = STATE(86), [sym_stack] = STATE(86), - [sym__push] = STATE(1680), - [sym__pushOnce] = STATE(1680), - [sym__pushIf] = STATE(1680), - [sym__prepend] = STATE(1680), - [sym__prependOnce] = STATE(1680), + [sym__push] = STATE(1682), + [sym__pushOnce] = STATE(1682), + [sym__pushIf] = STATE(1682), + [sym__prepend] = STATE(1682), + [sym__prependOnce] = STATE(1682), [sym_conditional] = STATE(86), [sym_conditional_keyword] = STATE(86), - [sym__if] = STATE(1681), - [sym__unless] = STATE(1681), - [sym__isset] = STATE(1681), - [sym__empty] = STATE(1681), - [sym__auth] = STATE(1681), - [sym__guest] = STATE(1681), - [sym__production] = STATE(1681), - [sym__env] = STATE(1681), - [sym__hasSection] = STATE(1681), - [sym__sectionMissing] = STATE(1681), - [sym__error] = STATE(1681), - [sym_authorization] = STATE(1681), - [sym__can] = STATE(1682), - [sym__cannot] = STATE(1682), - [sym__canany] = STATE(1682), - [sym__feature] = STATE(1681), - [sym__custom] = STATE(1681), + [sym__if] = STATE(1683), + [sym__unless] = STATE(1683), + [sym__isset] = STATE(1683), + [sym__empty] = STATE(1683), + [sym__auth] = STATE(1683), + [sym__guest] = STATE(1683), + [sym__production] = STATE(1683), + [sym__env] = STATE(1683), + [sym__hasSection] = STATE(1683), + [sym__sectionMissing] = STATE(1683), + [sym__error] = STATE(1683), + [sym_authorization] = STATE(1683), + [sym__can] = STATE(1684), + [sym__cannot] = STATE(1684), + [sym__canany] = STATE(1684), + [sym__feature] = STATE(1683), + [sym__custom] = STATE(1683), [sym_switch] = STATE(86), [sym_loop] = STATE(86), [sym_loop_operator] = STATE(86), @@ -41674,88 +41660,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__forelse] = STATE(749), [sym__while] = STATE(749), [sym_envoy] = STATE(86), - [sym__setup] = STATE(1679), - [sym__task] = STATE(1684), - [sym__story] = STATE(1684), - [sym__hooks] = STATE(1679), - [sym__before] = STATE(1679), - [sym__after] = STATE(1679), - [sym__envoy_error] = STATE(1679), - [sym__success] = STATE(1679), - [sym__finished] = STATE(1679), + [sym__setup] = STATE(1681), + [sym__task] = STATE(1686), + [sym__story] = STATE(1686), + [sym__hooks] = STATE(1681), + [sym__before] = STATE(1681), + [sym__after] = STATE(1681), + [sym__envoy_error] = STATE(1681), + [sym__success] = STATE(1681), + [sym__finished] = STATE(1681), [sym_livewire] = STATE(86), - [sym__persist] = STATE(1685), - [sym__teleport] = STATE(1685), - [sym__volt] = STATE(1685), + [sym__persist] = STATE(1687), + [sym__teleport] = STATE(1687), + [sym__volt] = STATE(1687), [sym_text] = STATE(86), [sym__text] = STATE(710), [aux_sym__if_statement_directive_body_repeat1] = STATE(86), [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(3371), - [aux_sym_keyword_token1] = ACTIONS(3373), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3375), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3377), - [anon_sym_ATphp] = ACTIONS(3379), - [aux_sym_attribute_token1] = ACTIONS(3381), - [aux_sym__inline_directive_token1] = ACTIONS(3383), - [anon_sym_ATfragment] = ACTIONS(3385), - [anon_sym_ATsection] = ACTIONS(3387), - [anon_sym_ATonce] = ACTIONS(3389), - [anon_sym_ATverbatim] = ACTIONS(3391), - [anon_sym_ATpush] = ACTIONS(3393), - [anon_sym_ATpushOnce] = ACTIONS(3395), - [anon_sym_ATpushIf] = ACTIONS(3397), - [anon_sym_ATprepend] = ACTIONS(3399), - [anon_sym_ATprependOnce] = ACTIONS(3401), - [anon_sym_ATelse] = ACTIONS(3403), - [aux_sym_conditional_keyword_token1] = ACTIONS(3405), - [anon_sym_ATif] = ACTIONS(3407), - [anon_sym_ATunless] = ACTIONS(3409), - [anon_sym_ATisset] = ACTIONS(3411), - [anon_sym_ATempty] = ACTIONS(3413), - [anon_sym_ATauth] = ACTIONS(3415), - [anon_sym_ATguest] = ACTIONS(3417), - [anon_sym_ATproduction] = ACTIONS(3419), - [anon_sym_ATenv] = ACTIONS(3421), - [anon_sym_AThasSection] = ACTIONS(3423), - [anon_sym_ATsectionMissing] = ACTIONS(3425), - [anon_sym_ATerror] = ACTIONS(3427), - [anon_sym_ATenderror] = ACTIONS(497), - [anon_sym_ATcan] = ACTIONS(3429), - [anon_sym_ATcannot] = ACTIONS(3431), - [anon_sym_ATcanany] = ACTIONS(3433), - [anon_sym_ATfeature] = ACTIONS(3435), - [aux_sym__custom_token1] = ACTIONS(3437), - [aux_sym__custom_token2] = ACTIONS(3439), - [anon_sym_ATswitch] = ACTIONS(3441), - [aux_sym_loop_operator_token1] = ACTIONS(3443), - [anon_sym_ATfor] = ACTIONS(3445), - [anon_sym_ATforeach] = ACTIONS(3447), - [anon_sym_ATforelse] = ACTIONS(3449), - [anon_sym_ATwhile] = ACTIONS(3451), - [anon_sym_ATsetup] = ACTIONS(3453), - [anon_sym_ATtask] = ACTIONS(3455), - [anon_sym_ATstory] = ACTIONS(3457), - [anon_sym_ATbefore] = ACTIONS(3459), - [anon_sym_ATafter] = ACTIONS(3461), - [anon_sym_ATsuccess] = ACTIONS(3463), - [anon_sym_ATfinished] = ACTIONS(3465), - [anon_sym_ATpersist] = ACTIONS(3467), - [anon_sym_ATteleport] = ACTIONS(3469), - [anon_sym_ATvolt] = ACTIONS(3471), - [aux_sym__text_token1] = ACTIONS(3473), - [aux_sym__text_token2] = ACTIONS(3473), - [aux_sym__text_token3] = ACTIONS(3475), + [sym_comment] = ACTIONS(3433), + [aux_sym_keyword_token1] = ACTIONS(3435), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3437), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3439), + [anon_sym_ATphp] = ACTIONS(3441), + [aux_sym_attribute_token1] = ACTIONS(3443), + [aux_sym__inline_directive_token1] = ACTIONS(3445), + [aux_sym__inline_directive_token2] = ACTIONS(3447), + [anon_sym_ATfragment] = ACTIONS(3449), + [anon_sym_ATsection] = ACTIONS(3451), + [anon_sym_ATonce] = ACTIONS(3453), + [anon_sym_ATverbatim] = ACTIONS(3455), + [anon_sym_ATpush] = ACTIONS(3457), + [anon_sym_ATpushOnce] = ACTIONS(3459), + [anon_sym_ATpushIf] = ACTIONS(3461), + [anon_sym_ATprepend] = ACTIONS(3463), + [anon_sym_ATprependOnce] = ACTIONS(3465), + [anon_sym_ATelse] = ACTIONS(3467), + [aux_sym_conditional_keyword_token1] = ACTIONS(3469), + [anon_sym_ATif] = ACTIONS(3471), + [anon_sym_ATunless] = ACTIONS(3473), + [anon_sym_ATisset] = ACTIONS(3475), + [anon_sym_ATempty] = ACTIONS(3477), + [anon_sym_ATauth] = ACTIONS(3479), + [anon_sym_ATguest] = ACTIONS(3481), + [anon_sym_ATproduction] = ACTIONS(3483), + [anon_sym_ATenv] = ACTIONS(3485), + [anon_sym_AThasSection] = ACTIONS(3487), + [anon_sym_ATsectionMissing] = ACTIONS(3489), + [anon_sym_ATerror] = ACTIONS(3491), + [anon_sym_ATenderror] = ACTIONS(507), + [anon_sym_ATcan] = ACTIONS(3493), + [anon_sym_ATcannot] = ACTIONS(3495), + [anon_sym_ATcanany] = ACTIONS(3497), + [anon_sym_ATfeature] = ACTIONS(3499), + [aux_sym__custom_token1] = ACTIONS(3501), + [aux_sym__custom_token2] = ACTIONS(3503), + [anon_sym_ATswitch] = ACTIONS(3505), + [aux_sym_loop_operator_token1] = ACTIONS(3507), + [anon_sym_ATfor] = ACTIONS(3509), + [anon_sym_ATforeach] = ACTIONS(3511), + [anon_sym_ATforelse] = ACTIONS(3513), + [anon_sym_ATwhile] = ACTIONS(3515), + [anon_sym_ATsetup] = ACTIONS(3517), + [anon_sym_ATtask] = ACTIONS(3519), + [anon_sym_ATstory] = ACTIONS(3521), + [anon_sym_ATbefore] = ACTIONS(3523), + [anon_sym_ATafter] = ACTIONS(3525), + [anon_sym_ATsuccess] = ACTIONS(3527), + [anon_sym_ATfinished] = ACTIONS(3529), + [anon_sym_ATpersist] = ACTIONS(3531), + [anon_sym_ATteleport] = ACTIONS(3533), + [anon_sym_ATvolt] = ACTIONS(3535), + [aux_sym__text_token1] = ACTIONS(3537), + [aux_sym__text_token2] = ACTIONS(3537), + [aux_sym__text_token3] = ACTIONS(3539), }, [131] = { [sym__definition] = STATE(130), [sym_keyword] = STATE(130), [sym_php_statement] = STATE(130), - [sym__escaped] = STATE(1679), - [sym__unescaped] = STATE(1679), - [sym__raw] = STATE(1679), - [sym__inline_raw] = STATE(1679), - [sym__multi_line_raw] = STATE(1679), + [sym__escaped] = STATE(1681), + [sym__unescaped] = STATE(1681), + [sym__raw] = STATE(1681), + [sym__inline_raw] = STATE(1681), + [sym__multi_line_raw] = STATE(1681), [sym_attribute] = STATE(130), [sym__inline_directive] = STATE(130), [sym__nested_directive] = STATE(130), @@ -41765,30 +41752,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(130), [sym_verbatim] = STATE(130), [sym_stack] = STATE(130), - [sym__push] = STATE(1680), - [sym__pushOnce] = STATE(1680), - [sym__pushIf] = STATE(1680), - [sym__prepend] = STATE(1680), - [sym__prependOnce] = STATE(1680), + [sym__push] = STATE(1682), + [sym__pushOnce] = STATE(1682), + [sym__pushIf] = STATE(1682), + [sym__prepend] = STATE(1682), + [sym__prependOnce] = STATE(1682), [sym_conditional] = STATE(130), [sym_conditional_keyword] = STATE(130), - [sym__if] = STATE(1681), - [sym__unless] = STATE(1681), - [sym__isset] = STATE(1681), - [sym__empty] = STATE(1681), - [sym__auth] = STATE(1681), - [sym__guest] = STATE(1681), - [sym__production] = STATE(1681), - [sym__env] = STATE(1681), - [sym__hasSection] = STATE(1681), - [sym__sectionMissing] = STATE(1681), - [sym__error] = STATE(1681), - [sym_authorization] = STATE(1681), - [sym__can] = STATE(1682), - [sym__cannot] = STATE(1682), - [sym__canany] = STATE(1682), - [sym__feature] = STATE(1681), - [sym__custom] = STATE(1681), + [sym__if] = STATE(1683), + [sym__unless] = STATE(1683), + [sym__isset] = STATE(1683), + [sym__empty] = STATE(1683), + [sym__auth] = STATE(1683), + [sym__guest] = STATE(1683), + [sym__production] = STATE(1683), + [sym__env] = STATE(1683), + [sym__hasSection] = STATE(1683), + [sym__sectionMissing] = STATE(1683), + [sym__error] = STATE(1683), + [sym_authorization] = STATE(1683), + [sym__can] = STATE(1684), + [sym__cannot] = STATE(1684), + [sym__canany] = STATE(1684), + [sym__feature] = STATE(1683), + [sym__custom] = STATE(1683), [sym_switch] = STATE(130), [sym_loop] = STATE(130), [sym_loop_operator] = STATE(130), @@ -41797,88 +41784,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__forelse] = STATE(749), [sym__while] = STATE(749), [sym_envoy] = STATE(130), - [sym__setup] = STATE(1679), - [sym__task] = STATE(1684), - [sym__story] = STATE(1684), - [sym__hooks] = STATE(1679), - [sym__before] = STATE(1679), - [sym__after] = STATE(1679), - [sym__envoy_error] = STATE(1679), - [sym__success] = STATE(1679), - [sym__finished] = STATE(1679), + [sym__setup] = STATE(1681), + [sym__task] = STATE(1686), + [sym__story] = STATE(1686), + [sym__hooks] = STATE(1681), + [sym__before] = STATE(1681), + [sym__after] = STATE(1681), + [sym__envoy_error] = STATE(1681), + [sym__success] = STATE(1681), + [sym__finished] = STATE(1681), [sym_livewire] = STATE(130), - [sym__persist] = STATE(1685), - [sym__teleport] = STATE(1685), - [sym__volt] = STATE(1685), + [sym__persist] = STATE(1687), + [sym__teleport] = STATE(1687), + [sym__volt] = STATE(1687), [sym_text] = STATE(130), [sym__text] = STATE(710), [aux_sym__if_statement_directive_body_repeat1] = STATE(130), [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(3477), - [aux_sym_keyword_token1] = ACTIONS(3373), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3375), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3377), - [anon_sym_ATphp] = ACTIONS(3379), - [aux_sym_attribute_token1] = ACTIONS(3381), - [aux_sym__inline_directive_token1] = ACTIONS(3383), - [anon_sym_ATfragment] = ACTIONS(3385), - [anon_sym_ATsection] = ACTIONS(3387), - [anon_sym_ATonce] = ACTIONS(3389), - [anon_sym_ATverbatim] = ACTIONS(3391), - [anon_sym_ATpush] = ACTIONS(3393), - [anon_sym_ATpushOnce] = ACTIONS(3395), - [anon_sym_ATpushIf] = ACTIONS(3397), - [anon_sym_ATprepend] = ACTIONS(3399), - [anon_sym_ATprependOnce] = ACTIONS(3401), - [anon_sym_ATelse] = ACTIONS(3403), - [aux_sym_conditional_keyword_token1] = ACTIONS(3405), - [anon_sym_ATif] = ACTIONS(3407), - [anon_sym_ATunless] = ACTIONS(3409), - [anon_sym_ATisset] = ACTIONS(3411), - [anon_sym_ATempty] = ACTIONS(3413), - [anon_sym_ATauth] = ACTIONS(3415), - [anon_sym_ATguest] = ACTIONS(3417), - [anon_sym_ATproduction] = ACTIONS(3419), - [anon_sym_ATenv] = ACTIONS(3421), - [anon_sym_AThasSection] = ACTIONS(3423), - [anon_sym_ATsectionMissing] = ACTIONS(3425), - [anon_sym_ATerror] = ACTIONS(3427), - [anon_sym_ATenderror] = ACTIONS(706), - [anon_sym_ATcan] = ACTIONS(3429), - [anon_sym_ATcannot] = ACTIONS(3431), - [anon_sym_ATcanany] = ACTIONS(3433), - [anon_sym_ATfeature] = ACTIONS(3435), - [aux_sym__custom_token1] = ACTIONS(3437), - [aux_sym__custom_token2] = ACTIONS(3439), - [anon_sym_ATswitch] = ACTIONS(3441), - [aux_sym_loop_operator_token1] = ACTIONS(3443), - [anon_sym_ATfor] = ACTIONS(3445), - [anon_sym_ATforeach] = ACTIONS(3447), - [anon_sym_ATforelse] = ACTIONS(3449), - [anon_sym_ATwhile] = ACTIONS(3451), - [anon_sym_ATsetup] = ACTIONS(3453), - [anon_sym_ATtask] = ACTIONS(3455), - [anon_sym_ATstory] = ACTIONS(3457), - [anon_sym_ATbefore] = ACTIONS(3459), - [anon_sym_ATafter] = ACTIONS(3461), - [anon_sym_ATsuccess] = ACTIONS(3463), - [anon_sym_ATfinished] = ACTIONS(3465), - [anon_sym_ATpersist] = ACTIONS(3467), - [anon_sym_ATteleport] = ACTIONS(3469), - [anon_sym_ATvolt] = ACTIONS(3471), - [aux_sym__text_token1] = ACTIONS(3473), - [aux_sym__text_token2] = ACTIONS(3473), - [aux_sym__text_token3] = ACTIONS(3475), + [sym_comment] = ACTIONS(3541), + [aux_sym_keyword_token1] = ACTIONS(3435), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3437), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3439), + [anon_sym_ATphp] = ACTIONS(3441), + [aux_sym_attribute_token1] = ACTIONS(3443), + [aux_sym__inline_directive_token1] = ACTIONS(3445), + [aux_sym__inline_directive_token2] = ACTIONS(3447), + [anon_sym_ATfragment] = ACTIONS(3449), + [anon_sym_ATsection] = ACTIONS(3451), + [anon_sym_ATonce] = ACTIONS(3453), + [anon_sym_ATverbatim] = ACTIONS(3455), + [anon_sym_ATpush] = ACTIONS(3457), + [anon_sym_ATpushOnce] = ACTIONS(3459), + [anon_sym_ATpushIf] = ACTIONS(3461), + [anon_sym_ATprepend] = ACTIONS(3463), + [anon_sym_ATprependOnce] = ACTIONS(3465), + [anon_sym_ATelse] = ACTIONS(3467), + [aux_sym_conditional_keyword_token1] = ACTIONS(3469), + [anon_sym_ATif] = ACTIONS(3471), + [anon_sym_ATunless] = ACTIONS(3473), + [anon_sym_ATisset] = ACTIONS(3475), + [anon_sym_ATempty] = ACTIONS(3477), + [anon_sym_ATauth] = ACTIONS(3479), + [anon_sym_ATguest] = ACTIONS(3481), + [anon_sym_ATproduction] = ACTIONS(3483), + [anon_sym_ATenv] = ACTIONS(3485), + [anon_sym_AThasSection] = ACTIONS(3487), + [anon_sym_ATsectionMissing] = ACTIONS(3489), + [anon_sym_ATerror] = ACTIONS(3491), + [anon_sym_ATenderror] = ACTIONS(719), + [anon_sym_ATcan] = ACTIONS(3493), + [anon_sym_ATcannot] = ACTIONS(3495), + [anon_sym_ATcanany] = ACTIONS(3497), + [anon_sym_ATfeature] = ACTIONS(3499), + [aux_sym__custom_token1] = ACTIONS(3501), + [aux_sym__custom_token2] = ACTIONS(3503), + [anon_sym_ATswitch] = ACTIONS(3505), + [aux_sym_loop_operator_token1] = ACTIONS(3507), + [anon_sym_ATfor] = ACTIONS(3509), + [anon_sym_ATforeach] = ACTIONS(3511), + [anon_sym_ATforelse] = ACTIONS(3513), + [anon_sym_ATwhile] = ACTIONS(3515), + [anon_sym_ATsetup] = ACTIONS(3517), + [anon_sym_ATtask] = ACTIONS(3519), + [anon_sym_ATstory] = ACTIONS(3521), + [anon_sym_ATbefore] = ACTIONS(3523), + [anon_sym_ATafter] = ACTIONS(3525), + [anon_sym_ATsuccess] = ACTIONS(3527), + [anon_sym_ATfinished] = ACTIONS(3529), + [anon_sym_ATpersist] = ACTIONS(3531), + [anon_sym_ATteleport] = ACTIONS(3533), + [anon_sym_ATvolt] = ACTIONS(3535), + [aux_sym__text_token1] = ACTIONS(3537), + [aux_sym__text_token2] = ACTIONS(3537), + [aux_sym__text_token3] = ACTIONS(3539), }, [132] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -41895,113 +41883,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3479), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3543), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [133] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -42018,113 +42007,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3481), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3545), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [134] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -42141,113 +42131,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3483), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3547), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [135] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -42264,113 +42255,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3485), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3549), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [136] = { [sym__definition] = STATE(136), [sym_keyword] = STATE(136), [sym_php_statement] = STATE(136), - [sym__escaped] = STATE(1426), - [sym__unescaped] = STATE(1426), - [sym__raw] = STATE(1426), - [sym__inline_raw] = STATE(1426), - [sym__multi_line_raw] = STATE(1426), + [sym__escaped] = STATE(1428), + [sym__unescaped] = STATE(1428), + [sym__raw] = STATE(1428), + [sym__inline_raw] = STATE(1428), + [sym__multi_line_raw] = STATE(1428), [sym_attribute] = STATE(136), [sym__inline_directive] = STATE(136), [sym__nested_directive] = STATE(136), @@ -42380,120 +42372,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(136), [sym_verbatim] = STATE(136), [sym_stack] = STATE(136), - [sym__push] = STATE(1427), - [sym__pushOnce] = STATE(1427), - [sym__pushIf] = STATE(1427), - [sym__prepend] = STATE(1427), - [sym__prependOnce] = STATE(1427), + [sym__push] = STATE(1429), + [sym__pushOnce] = STATE(1429), + [sym__pushIf] = STATE(1429), + [sym__prepend] = STATE(1429), + [sym__prependOnce] = STATE(1429), [sym_conditional] = STATE(136), [sym_conditional_keyword] = STATE(136), - [sym__if] = STATE(1428), - [sym__unless] = STATE(1428), - [sym__isset] = STATE(1428), - [sym__empty] = STATE(1428), - [sym__auth] = STATE(1428), - [sym__guest] = STATE(1428), - [sym__production] = STATE(1428), - [sym__env] = STATE(1428), - [sym__hasSection] = STATE(1428), - [sym__sectionMissing] = STATE(1428), - [sym__error] = STATE(1428), - [sym_authorization] = STATE(1428), - [sym__can] = STATE(1429), - [sym__cannot] = STATE(1429), - [sym__canany] = STATE(1429), - [sym__feature] = STATE(1428), - [sym__custom] = STATE(1428), + [sym__if] = STATE(1430), + [sym__unless] = STATE(1430), + [sym__isset] = STATE(1430), + [sym__empty] = STATE(1430), + [sym__auth] = STATE(1430), + [sym__guest] = STATE(1430), + [sym__production] = STATE(1430), + [sym__env] = STATE(1430), + [sym__hasSection] = STATE(1430), + [sym__sectionMissing] = STATE(1430), + [sym__error] = STATE(1430), + [sym_authorization] = STATE(1430), + [sym__can] = STATE(1431), + [sym__cannot] = STATE(1431), + [sym__canany] = STATE(1431), + [sym__feature] = STATE(1430), + [sym__custom] = STATE(1430), [sym_switch] = STATE(136), [sym_loop] = STATE(136), [sym_loop_operator] = STATE(136), - [sym__for] = STATE(1430), - [sym__foreach] = STATE(1430), - [sym__forelse] = STATE(1430), - [sym__while] = STATE(1430), + [sym__for] = STATE(1432), + [sym__foreach] = STATE(1432), + [sym__forelse] = STATE(1432), + [sym__while] = STATE(1432), [sym_envoy] = STATE(136), - [sym__setup] = STATE(1426), - [sym__task] = STATE(1431), - [sym__story] = STATE(1431), - [sym__hooks] = STATE(1426), - [sym__before] = STATE(1426), - [sym__after] = STATE(1426), - [sym__envoy_error] = STATE(1426), - [sym__success] = STATE(1426), - [sym__finished] = STATE(1426), + [sym__setup] = STATE(1428), + [sym__task] = STATE(1433), + [sym__story] = STATE(1433), + [sym__hooks] = STATE(1428), + [sym__before] = STATE(1428), + [sym__after] = STATE(1428), + [sym__envoy_error] = STATE(1428), + [sym__success] = STATE(1428), + [sym__finished] = STATE(1428), [sym_livewire] = STATE(136), - [sym__persist] = STATE(1432), - [sym__teleport] = STATE(1432), - [sym__volt] = STATE(1432), + [sym__persist] = STATE(1434), + [sym__teleport] = STATE(1434), + [sym__volt] = STATE(1434), [sym_text] = STATE(136), [sym__text] = STATE(681), [aux_sym__if_statement_directive_body_repeat1] = STATE(136), [aux_sym_php_only_repeat1] = STATE(681), - [sym_comment] = ACTIONS(3487), - [aux_sym_keyword_token1] = ACTIONS(3490), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3493), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3496), - [anon_sym_ATphp] = ACTIONS(3499), - [aux_sym_attribute_token1] = ACTIONS(3502), - [aux_sym__inline_directive_token1] = ACTIONS(3505), - [anon_sym_ATfragment] = ACTIONS(3508), - [anon_sym_ATsection] = ACTIONS(3511), - [anon_sym_ATonce] = ACTIONS(3514), - [anon_sym_ATverbatim] = ACTIONS(3517), - [anon_sym_ATpush] = ACTIONS(3520), - [anon_sym_ATpushOnce] = ACTIONS(3523), - [anon_sym_ATpushIf] = ACTIONS(3526), - [anon_sym_ATprepend] = ACTIONS(3529), - [anon_sym_ATprependOnce] = ACTIONS(3532), - [anon_sym_ATelse] = ACTIONS(3535), - [aux_sym_conditional_keyword_token1] = ACTIONS(3538), - [anon_sym_ATif] = ACTIONS(3541), - [anon_sym_ATunless] = ACTIONS(3544), - [anon_sym_ATisset] = ACTIONS(3547), - [anon_sym_ATendisset] = ACTIONS(633), - [anon_sym_ATempty] = ACTIONS(3550), - [anon_sym_ATauth] = ACTIONS(3553), - [anon_sym_ATguest] = ACTIONS(3556), - [anon_sym_ATproduction] = ACTIONS(3559), - [anon_sym_ATenv] = ACTIONS(3562), - [anon_sym_AThasSection] = ACTIONS(3565), - [anon_sym_ATsectionMissing] = ACTIONS(3568), - [anon_sym_ATerror] = ACTIONS(3571), - [anon_sym_ATcan] = ACTIONS(3574), - [anon_sym_ATcannot] = ACTIONS(3577), - [anon_sym_ATcanany] = ACTIONS(3580), - [anon_sym_ATfeature] = ACTIONS(3583), - [aux_sym__custom_token1] = ACTIONS(3586), - [aux_sym__custom_token2] = ACTIONS(3589), - [anon_sym_ATswitch] = ACTIONS(3592), - [aux_sym_loop_operator_token1] = ACTIONS(3595), - [anon_sym_ATfor] = ACTIONS(3598), - [anon_sym_ATforeach] = ACTIONS(3601), - [anon_sym_ATforelse] = ACTIONS(3604), - [anon_sym_ATwhile] = ACTIONS(3607), - [anon_sym_ATsetup] = ACTIONS(3610), - [anon_sym_ATtask] = ACTIONS(3613), - [anon_sym_ATstory] = ACTIONS(3616), - [anon_sym_ATbefore] = ACTIONS(3619), - [anon_sym_ATafter] = ACTIONS(3622), - [anon_sym_ATsuccess] = ACTIONS(3625), - [anon_sym_ATfinished] = ACTIONS(3628), - [anon_sym_ATpersist] = ACTIONS(3631), - [anon_sym_ATteleport] = ACTIONS(3634), - [anon_sym_ATvolt] = ACTIONS(3637), - [aux_sym__text_token1] = ACTIONS(3640), - [aux_sym__text_token2] = ACTIONS(3640), - [aux_sym__text_token3] = ACTIONS(3643), + [sym_comment] = ACTIONS(3551), + [aux_sym_keyword_token1] = ACTIONS(3554), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3557), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3560), + [anon_sym_ATphp] = ACTIONS(3563), + [aux_sym_attribute_token1] = ACTIONS(3566), + [aux_sym__inline_directive_token1] = ACTIONS(3569), + [aux_sym__inline_directive_token2] = ACTIONS(3572), + [anon_sym_ATfragment] = ACTIONS(3575), + [anon_sym_ATsection] = ACTIONS(3578), + [anon_sym_ATonce] = ACTIONS(3581), + [anon_sym_ATverbatim] = ACTIONS(3584), + [anon_sym_ATpush] = ACTIONS(3587), + [anon_sym_ATpushOnce] = ACTIONS(3590), + [anon_sym_ATpushIf] = ACTIONS(3593), + [anon_sym_ATprepend] = ACTIONS(3596), + [anon_sym_ATprependOnce] = ACTIONS(3599), + [anon_sym_ATelse] = ACTIONS(3602), + [aux_sym_conditional_keyword_token1] = ACTIONS(3605), + [anon_sym_ATif] = ACTIONS(3608), + [anon_sym_ATunless] = ACTIONS(3611), + [anon_sym_ATisset] = ACTIONS(3614), + [anon_sym_ATendisset] = ACTIONS(646), + [anon_sym_ATempty] = ACTIONS(3617), + [anon_sym_ATauth] = ACTIONS(3620), + [anon_sym_ATguest] = ACTIONS(3623), + [anon_sym_ATproduction] = ACTIONS(3626), + [anon_sym_ATenv] = ACTIONS(3629), + [anon_sym_AThasSection] = ACTIONS(3632), + [anon_sym_ATsectionMissing] = ACTIONS(3635), + [anon_sym_ATerror] = ACTIONS(3638), + [anon_sym_ATcan] = ACTIONS(3641), + [anon_sym_ATcannot] = ACTIONS(3644), + [anon_sym_ATcanany] = ACTIONS(3647), + [anon_sym_ATfeature] = ACTIONS(3650), + [aux_sym__custom_token1] = ACTIONS(3653), + [aux_sym__custom_token2] = ACTIONS(3656), + [anon_sym_ATswitch] = ACTIONS(3659), + [aux_sym_loop_operator_token1] = ACTIONS(3662), + [anon_sym_ATfor] = ACTIONS(3665), + [anon_sym_ATforeach] = ACTIONS(3668), + [anon_sym_ATforelse] = ACTIONS(3671), + [anon_sym_ATwhile] = ACTIONS(3674), + [anon_sym_ATsetup] = ACTIONS(3677), + [anon_sym_ATtask] = ACTIONS(3680), + [anon_sym_ATstory] = ACTIONS(3683), + [anon_sym_ATbefore] = ACTIONS(3686), + [anon_sym_ATafter] = ACTIONS(3689), + [anon_sym_ATsuccess] = ACTIONS(3692), + [anon_sym_ATfinished] = ACTIONS(3695), + [anon_sym_ATpersist] = ACTIONS(3698), + [anon_sym_ATteleport] = ACTIONS(3701), + [anon_sym_ATvolt] = ACTIONS(3704), + [aux_sym__text_token1] = ACTIONS(3707), + [aux_sym__text_token2] = ACTIONS(3707), + [aux_sym__text_token3] = ACTIONS(3710), }, [137] = { [sym__definition] = STATE(101), [sym_keyword] = STATE(101), [sym_php_statement] = STATE(101), - [sym__escaped] = STATE(1596), - [sym__unescaped] = STATE(1596), - [sym__raw] = STATE(1596), - [sym__inline_raw] = STATE(1596), - [sym__multi_line_raw] = STATE(1596), + [sym__escaped] = STATE(1598), + [sym__unescaped] = STATE(1598), + [sym__raw] = STATE(1598), + [sym__inline_raw] = STATE(1598), + [sym__multi_line_raw] = STATE(1598), [sym_attribute] = STATE(101), [sym__inline_directive] = STATE(101), [sym__nested_directive] = STATE(101), @@ -42503,120 +42496,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(101), [sym_verbatim] = STATE(101), [sym_stack] = STATE(101), - [sym__push] = STATE(1597), - [sym__pushOnce] = STATE(1597), - [sym__pushIf] = STATE(1597), - [sym__prepend] = STATE(1597), - [sym__prependOnce] = STATE(1597), + [sym__push] = STATE(1599), + [sym__pushOnce] = STATE(1599), + [sym__pushIf] = STATE(1599), + [sym__prepend] = STATE(1599), + [sym__prependOnce] = STATE(1599), [sym_conditional] = STATE(101), [sym_conditional_keyword] = STATE(101), - [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__if] = STATE(1600), + [sym__unless] = STATE(1600), + [sym__isset] = STATE(1600), + [sym__empty] = STATE(1600), + [sym__auth] = STATE(1600), + [sym__guest] = STATE(1600), + [sym__production] = STATE(1600), + [sym__env] = STATE(1600), + [sym__hasSection] = STATE(1600), + [sym__sectionMissing] = STATE(1600), + [sym__error] = STATE(1600), + [sym_authorization] = STATE(1600), + [sym__can] = STATE(1601), + [sym__cannot] = STATE(1601), + [sym__canany] = STATE(1601), + [sym__feature] = STATE(1600), + [sym__custom] = STATE(1600), [sym_switch] = STATE(101), [sym_loop] = STATE(101), [sym_loop_operator] = STATE(101), - [sym__for] = STATE(1600), - [sym__foreach] = STATE(1600), - [sym__forelse] = STATE(1600), - [sym__while] = STATE(1600), + [sym__for] = STATE(1602), + [sym__foreach] = STATE(1602), + [sym__forelse] = STATE(1602), + [sym__while] = STATE(1602), [sym_envoy] = STATE(101), - [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__setup] = STATE(1598), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1598), + [sym__before] = STATE(1598), + [sym__after] = STATE(1598), + [sym__envoy_error] = STATE(1598), + [sym__success] = STATE(1598), + [sym__finished] = STATE(1598), [sym_livewire] = STATE(101), - [sym__persist] = STATE(1602), - [sym__teleport] = STATE(1602), - [sym__volt] = STATE(1602), + [sym__persist] = STATE(1604), + [sym__teleport] = STATE(1604), + [sym__volt] = STATE(1604), [sym_text] = STATE(101), [sym__text] = STATE(674), [aux_sym__if_statement_directive_body_repeat1] = STATE(101), [aux_sym_php_only_repeat1] = STATE(674), - [sym_comment] = ACTIONS(3646), - [aux_sym_keyword_token1] = ACTIONS(3648), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3650), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3652), - [anon_sym_ATphp] = ACTIONS(3654), - [aux_sym_attribute_token1] = ACTIONS(3656), - [aux_sym__inline_directive_token1] = ACTIONS(3658), - [anon_sym_ATfragment] = ACTIONS(3660), - [anon_sym_ATsection] = ACTIONS(3662), - [anon_sym_ATonce] = ACTIONS(3664), - [anon_sym_ATverbatim] = ACTIONS(3666), - [anon_sym_ATpush] = ACTIONS(3668), - [anon_sym_ATpushOnce] = ACTIONS(3670), - [anon_sym_ATpushIf] = ACTIONS(3672), - [anon_sym_ATprepend] = ACTIONS(3674), - [anon_sym_ATprependOnce] = ACTIONS(3676), - [anon_sym_ATelse] = ACTIONS(3678), - [aux_sym_conditional_keyword_token1] = ACTIONS(3680), - [anon_sym_ATif] = ACTIONS(3682), - [anon_sym_ATunless] = ACTIONS(3684), - [anon_sym_ATisset] = ACTIONS(3686), - [anon_sym_ATempty] = ACTIONS(3688), - [anon_sym_ATauth] = ACTIONS(3690), - [anon_sym_ATguest] = ACTIONS(3692), - [anon_sym_ATproduction] = ACTIONS(3694), - [anon_sym_ATenv] = ACTIONS(3696), - [anon_sym_ATendenv] = ACTIONS(497), - [anon_sym_AThasSection] = ACTIONS(3698), - [anon_sym_ATsectionMissing] = ACTIONS(3700), - [anon_sym_ATerror] = ACTIONS(3702), - [anon_sym_ATcan] = ACTIONS(3704), - [anon_sym_ATcannot] = ACTIONS(3706), - [anon_sym_ATcanany] = ACTIONS(3708), - [anon_sym_ATfeature] = ACTIONS(3710), - [aux_sym__custom_token1] = ACTIONS(3712), - [aux_sym__custom_token2] = ACTIONS(3714), - [anon_sym_ATswitch] = ACTIONS(3716), - [aux_sym_loop_operator_token1] = ACTIONS(3718), - [anon_sym_ATfor] = ACTIONS(3720), - [anon_sym_ATforeach] = ACTIONS(3722), - [anon_sym_ATforelse] = ACTIONS(3724), - [anon_sym_ATwhile] = ACTIONS(3726), - [anon_sym_ATsetup] = ACTIONS(3728), - [anon_sym_ATtask] = ACTIONS(3730), - [anon_sym_ATstory] = ACTIONS(3732), - [anon_sym_ATbefore] = ACTIONS(3734), - [anon_sym_ATafter] = ACTIONS(3736), - [anon_sym_ATsuccess] = ACTIONS(3738), - [anon_sym_ATfinished] = ACTIONS(3740), - [anon_sym_ATpersist] = ACTIONS(3742), - [anon_sym_ATteleport] = ACTIONS(3744), - [anon_sym_ATvolt] = ACTIONS(3746), - [aux_sym__text_token1] = ACTIONS(3748), - [aux_sym__text_token2] = ACTIONS(3748), - [aux_sym__text_token3] = ACTIONS(3750), + [sym_comment] = ACTIONS(3713), + [aux_sym_keyword_token1] = ACTIONS(3715), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3717), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3719), + [anon_sym_ATphp] = ACTIONS(3721), + [aux_sym_attribute_token1] = ACTIONS(3723), + [aux_sym__inline_directive_token1] = ACTIONS(3725), + [aux_sym__inline_directive_token2] = ACTIONS(3727), + [anon_sym_ATfragment] = ACTIONS(3729), + [anon_sym_ATsection] = ACTIONS(3731), + [anon_sym_ATonce] = ACTIONS(3733), + [anon_sym_ATverbatim] = ACTIONS(3735), + [anon_sym_ATpush] = ACTIONS(3737), + [anon_sym_ATpushOnce] = ACTIONS(3739), + [anon_sym_ATpushIf] = ACTIONS(3741), + [anon_sym_ATprepend] = ACTIONS(3743), + [anon_sym_ATprependOnce] = ACTIONS(3745), + [anon_sym_ATelse] = ACTIONS(3747), + [aux_sym_conditional_keyword_token1] = ACTIONS(3749), + [anon_sym_ATif] = ACTIONS(3751), + [anon_sym_ATunless] = ACTIONS(3753), + [anon_sym_ATisset] = ACTIONS(3755), + [anon_sym_ATempty] = ACTIONS(3757), + [anon_sym_ATauth] = ACTIONS(3759), + [anon_sym_ATguest] = ACTIONS(3761), + [anon_sym_ATproduction] = ACTIONS(3763), + [anon_sym_ATenv] = ACTIONS(3765), + [anon_sym_ATendenv] = ACTIONS(507), + [anon_sym_AThasSection] = ACTIONS(3767), + [anon_sym_ATsectionMissing] = ACTIONS(3769), + [anon_sym_ATerror] = ACTIONS(3771), + [anon_sym_ATcan] = ACTIONS(3773), + [anon_sym_ATcannot] = ACTIONS(3775), + [anon_sym_ATcanany] = ACTIONS(3777), + [anon_sym_ATfeature] = ACTIONS(3779), + [aux_sym__custom_token1] = ACTIONS(3781), + [aux_sym__custom_token2] = ACTIONS(3783), + [anon_sym_ATswitch] = ACTIONS(3785), + [aux_sym_loop_operator_token1] = ACTIONS(3787), + [anon_sym_ATfor] = ACTIONS(3789), + [anon_sym_ATforeach] = ACTIONS(3791), + [anon_sym_ATforelse] = ACTIONS(3793), + [anon_sym_ATwhile] = ACTIONS(3795), + [anon_sym_ATsetup] = ACTIONS(3797), + [anon_sym_ATtask] = ACTIONS(3799), + [anon_sym_ATstory] = ACTIONS(3801), + [anon_sym_ATbefore] = ACTIONS(3803), + [anon_sym_ATafter] = ACTIONS(3805), + [anon_sym_ATsuccess] = ACTIONS(3807), + [anon_sym_ATfinished] = ACTIONS(3809), + [anon_sym_ATpersist] = ACTIONS(3811), + [anon_sym_ATteleport] = ACTIONS(3813), + [anon_sym_ATvolt] = ACTIONS(3815), + [aux_sym__text_token1] = ACTIONS(3817), + [aux_sym__text_token2] = ACTIONS(3817), + [aux_sym__text_token3] = ACTIONS(3819), }, [138] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -42633,113 +42627,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3752), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3821), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [139] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -42756,113 +42751,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3754), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3823), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [140] = { [sym__definition] = STATE(137), [sym_keyword] = STATE(137), [sym_php_statement] = STATE(137), - [sym__escaped] = STATE(1596), - [sym__unescaped] = STATE(1596), - [sym__raw] = STATE(1596), - [sym__inline_raw] = STATE(1596), - [sym__multi_line_raw] = STATE(1596), + [sym__escaped] = STATE(1598), + [sym__unescaped] = STATE(1598), + [sym__raw] = STATE(1598), + [sym__inline_raw] = STATE(1598), + [sym__multi_line_raw] = STATE(1598), [sym_attribute] = STATE(137), [sym__inline_directive] = STATE(137), [sym__nested_directive] = STATE(137), @@ -42872,120 +42868,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(137), [sym_verbatim] = STATE(137), [sym_stack] = STATE(137), - [sym__push] = STATE(1597), - [sym__pushOnce] = STATE(1597), - [sym__pushIf] = STATE(1597), - [sym__prepend] = STATE(1597), - [sym__prependOnce] = STATE(1597), + [sym__push] = STATE(1599), + [sym__pushOnce] = STATE(1599), + [sym__pushIf] = STATE(1599), + [sym__prepend] = STATE(1599), + [sym__prependOnce] = STATE(1599), [sym_conditional] = STATE(137), [sym_conditional_keyword] = STATE(137), - [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__if] = STATE(1600), + [sym__unless] = STATE(1600), + [sym__isset] = STATE(1600), + [sym__empty] = STATE(1600), + [sym__auth] = STATE(1600), + [sym__guest] = STATE(1600), + [sym__production] = STATE(1600), + [sym__env] = STATE(1600), + [sym__hasSection] = STATE(1600), + [sym__sectionMissing] = STATE(1600), + [sym__error] = STATE(1600), + [sym_authorization] = STATE(1600), + [sym__can] = STATE(1601), + [sym__cannot] = STATE(1601), + [sym__canany] = STATE(1601), + [sym__feature] = STATE(1600), + [sym__custom] = STATE(1600), [sym_switch] = STATE(137), [sym_loop] = STATE(137), [sym_loop_operator] = STATE(137), - [sym__for] = STATE(1600), - [sym__foreach] = STATE(1600), - [sym__forelse] = STATE(1600), - [sym__while] = STATE(1600), + [sym__for] = STATE(1602), + [sym__foreach] = STATE(1602), + [sym__forelse] = STATE(1602), + [sym__while] = STATE(1602), [sym_envoy] = STATE(137), - [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__setup] = STATE(1598), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1598), + [sym__before] = STATE(1598), + [sym__after] = STATE(1598), + [sym__envoy_error] = STATE(1598), + [sym__success] = STATE(1598), + [sym__finished] = STATE(1598), [sym_livewire] = STATE(137), - [sym__persist] = STATE(1602), - [sym__teleport] = STATE(1602), - [sym__volt] = STATE(1602), + [sym__persist] = STATE(1604), + [sym__teleport] = STATE(1604), + [sym__volt] = STATE(1604), [sym_text] = STATE(137), [sym__text] = STATE(674), [aux_sym__if_statement_directive_body_repeat1] = STATE(137), [aux_sym_php_only_repeat1] = STATE(674), - [sym_comment] = ACTIONS(3756), - [aux_sym_keyword_token1] = ACTIONS(3648), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3650), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3652), - [anon_sym_ATphp] = ACTIONS(3654), - [aux_sym_attribute_token1] = ACTIONS(3656), - [aux_sym__inline_directive_token1] = ACTIONS(3658), - [anon_sym_ATfragment] = ACTIONS(3660), - [anon_sym_ATsection] = ACTIONS(3662), - [anon_sym_ATonce] = ACTIONS(3664), - [anon_sym_ATverbatim] = ACTIONS(3666), - [anon_sym_ATpush] = ACTIONS(3668), - [anon_sym_ATpushOnce] = ACTIONS(3670), - [anon_sym_ATpushIf] = ACTIONS(3672), - [anon_sym_ATprepend] = ACTIONS(3674), - [anon_sym_ATprependOnce] = ACTIONS(3676), - [anon_sym_ATelse] = ACTIONS(3678), - [aux_sym_conditional_keyword_token1] = ACTIONS(3680), - [anon_sym_ATif] = ACTIONS(3682), - [anon_sym_ATunless] = ACTIONS(3684), - [anon_sym_ATisset] = ACTIONS(3686), - [anon_sym_ATempty] = ACTIONS(3688), - [anon_sym_ATauth] = ACTIONS(3690), - [anon_sym_ATguest] = ACTIONS(3692), - [anon_sym_ATproduction] = ACTIONS(3694), - [anon_sym_ATenv] = ACTIONS(3696), - [anon_sym_ATendenv] = ACTIONS(706), - [anon_sym_AThasSection] = ACTIONS(3698), - [anon_sym_ATsectionMissing] = ACTIONS(3700), - [anon_sym_ATerror] = ACTIONS(3702), - [anon_sym_ATcan] = ACTIONS(3704), - [anon_sym_ATcannot] = ACTIONS(3706), - [anon_sym_ATcanany] = ACTIONS(3708), - [anon_sym_ATfeature] = ACTIONS(3710), - [aux_sym__custom_token1] = ACTIONS(3712), - [aux_sym__custom_token2] = ACTIONS(3714), - [anon_sym_ATswitch] = ACTIONS(3716), - [aux_sym_loop_operator_token1] = ACTIONS(3718), - [anon_sym_ATfor] = ACTIONS(3720), - [anon_sym_ATforeach] = ACTIONS(3722), - [anon_sym_ATforelse] = ACTIONS(3724), - [anon_sym_ATwhile] = ACTIONS(3726), - [anon_sym_ATsetup] = ACTIONS(3728), - [anon_sym_ATtask] = ACTIONS(3730), - [anon_sym_ATstory] = ACTIONS(3732), - [anon_sym_ATbefore] = ACTIONS(3734), - [anon_sym_ATafter] = ACTIONS(3736), - [anon_sym_ATsuccess] = ACTIONS(3738), - [anon_sym_ATfinished] = ACTIONS(3740), - [anon_sym_ATpersist] = ACTIONS(3742), - [anon_sym_ATteleport] = ACTIONS(3744), - [anon_sym_ATvolt] = ACTIONS(3746), - [aux_sym__text_token1] = ACTIONS(3748), - [aux_sym__text_token2] = ACTIONS(3748), - [aux_sym__text_token3] = ACTIONS(3750), + [sym_comment] = ACTIONS(3825), + [aux_sym_keyword_token1] = ACTIONS(3715), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3717), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3719), + [anon_sym_ATphp] = ACTIONS(3721), + [aux_sym_attribute_token1] = ACTIONS(3723), + [aux_sym__inline_directive_token1] = ACTIONS(3725), + [aux_sym__inline_directive_token2] = ACTIONS(3727), + [anon_sym_ATfragment] = ACTIONS(3729), + [anon_sym_ATsection] = ACTIONS(3731), + [anon_sym_ATonce] = ACTIONS(3733), + [anon_sym_ATverbatim] = ACTIONS(3735), + [anon_sym_ATpush] = ACTIONS(3737), + [anon_sym_ATpushOnce] = ACTIONS(3739), + [anon_sym_ATpushIf] = ACTIONS(3741), + [anon_sym_ATprepend] = ACTIONS(3743), + [anon_sym_ATprependOnce] = ACTIONS(3745), + [anon_sym_ATelse] = ACTIONS(3747), + [aux_sym_conditional_keyword_token1] = ACTIONS(3749), + [anon_sym_ATif] = ACTIONS(3751), + [anon_sym_ATunless] = ACTIONS(3753), + [anon_sym_ATisset] = ACTIONS(3755), + [anon_sym_ATempty] = ACTIONS(3757), + [anon_sym_ATauth] = ACTIONS(3759), + [anon_sym_ATguest] = ACTIONS(3761), + [anon_sym_ATproduction] = ACTIONS(3763), + [anon_sym_ATenv] = ACTIONS(3765), + [anon_sym_ATendenv] = ACTIONS(719), + [anon_sym_AThasSection] = ACTIONS(3767), + [anon_sym_ATsectionMissing] = ACTIONS(3769), + [anon_sym_ATerror] = ACTIONS(3771), + [anon_sym_ATcan] = ACTIONS(3773), + [anon_sym_ATcannot] = ACTIONS(3775), + [anon_sym_ATcanany] = ACTIONS(3777), + [anon_sym_ATfeature] = ACTIONS(3779), + [aux_sym__custom_token1] = ACTIONS(3781), + [aux_sym__custom_token2] = ACTIONS(3783), + [anon_sym_ATswitch] = ACTIONS(3785), + [aux_sym_loop_operator_token1] = ACTIONS(3787), + [anon_sym_ATfor] = ACTIONS(3789), + [anon_sym_ATforeach] = ACTIONS(3791), + [anon_sym_ATforelse] = ACTIONS(3793), + [anon_sym_ATwhile] = ACTIONS(3795), + [anon_sym_ATsetup] = ACTIONS(3797), + [anon_sym_ATtask] = ACTIONS(3799), + [anon_sym_ATstory] = ACTIONS(3801), + [anon_sym_ATbefore] = ACTIONS(3803), + [anon_sym_ATafter] = ACTIONS(3805), + [anon_sym_ATsuccess] = ACTIONS(3807), + [anon_sym_ATfinished] = ACTIONS(3809), + [anon_sym_ATpersist] = ACTIONS(3811), + [anon_sym_ATteleport] = ACTIONS(3813), + [anon_sym_ATvolt] = ACTIONS(3815), + [aux_sym__text_token1] = ACTIONS(3817), + [aux_sym__text_token2] = ACTIONS(3817), + [aux_sym__text_token3] = ACTIONS(3819), }, [141] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -43002,113 +42999,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3758), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3827), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [142] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -43125,113 +43123,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3760), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3829), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [143] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -43248,113 +43247,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3762), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3831), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [144] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -43371,113 +43371,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3764), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3833), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [145] = { [sym__definition] = STATE(102), [sym_keyword] = STATE(102), [sym_php_statement] = STATE(102), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(102), [sym__inline_directive] = STATE(102), [sym__nested_directive] = STATE(102), @@ -43494,113 +43495,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(102), [sym_conditional_keyword] = STATE(102), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(102), [sym_loop] = STATE(102), [sym_loop_operator] = STATE(102), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(102), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(102), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), [sym_text] = STATE(102), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(325), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATendproduction] = ACTIONS(3766), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(331), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATendproduction] = ACTIONS(3835), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [146] = { [sym__definition] = STATE(146), [sym_keyword] = STATE(146), [sym_php_statement] = STATE(146), - [sym__escaped] = STATE(1338), - [sym__unescaped] = STATE(1338), - [sym__raw] = STATE(1338), - [sym__inline_raw] = STATE(1338), - [sym__multi_line_raw] = STATE(1338), + [sym__escaped] = STATE(1340), + [sym__unescaped] = STATE(1340), + [sym__raw] = STATE(1340), + [sym__inline_raw] = STATE(1340), + [sym__multi_line_raw] = STATE(1340), [sym_attribute] = STATE(146), [sym__inline_directive] = STATE(146), [sym__nested_directive] = STATE(146), @@ -43610,120 +43612,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(146), [sym_verbatim] = STATE(146), [sym_stack] = STATE(146), - [sym__push] = STATE(1339), - [sym__pushOnce] = STATE(1339), - [sym__pushIf] = STATE(1339), - [sym__prepend] = STATE(1339), - [sym__prependOnce] = STATE(1339), + [sym__push] = STATE(1341), + [sym__pushOnce] = STATE(1341), + [sym__pushIf] = STATE(1341), + [sym__prepend] = STATE(1341), + [sym__prependOnce] = STATE(1341), [sym_conditional] = STATE(146), [sym_conditional_keyword] = STATE(146), - [sym__if] = STATE(1340), - [sym__unless] = STATE(1340), - [sym__isset] = STATE(1340), - [sym__empty] = STATE(1340), - [sym__auth] = STATE(1340), - [sym__guest] = STATE(1340), - [sym__production] = STATE(1340), - [sym__env] = STATE(1340), - [sym__hasSection] = STATE(1340), - [sym__sectionMissing] = STATE(1340), - [sym__error] = STATE(1340), - [sym_authorization] = STATE(1340), - [sym__can] = STATE(1341), - [sym__cannot] = STATE(1341), - [sym__canany] = STATE(1341), - [sym__feature] = STATE(1340), - [sym__custom] = STATE(1340), + [sym__if] = STATE(750), + [sym__unless] = STATE(750), + [sym__isset] = STATE(750), + [sym__empty] = STATE(750), + [sym__auth] = STATE(750), + [sym__guest] = STATE(750), + [sym__production] = STATE(750), + [sym__env] = STATE(750), + [sym__hasSection] = STATE(750), + [sym__sectionMissing] = STATE(750), + [sym__error] = STATE(750), + [sym_authorization] = STATE(750), + [sym__can] = STATE(1343), + [sym__cannot] = STATE(1343), + [sym__canany] = STATE(1343), + [sym__feature] = STATE(750), + [sym__custom] = STATE(750), [sym_switch] = STATE(146), [sym_loop] = STATE(146), [sym_loop_operator] = STATE(146), - [sym__for] = STATE(1342), - [sym__foreach] = STATE(1342), - [sym__forelse] = STATE(1342), - [sym__while] = STATE(1342), + [sym__for] = STATE(1344), + [sym__foreach] = STATE(1344), + [sym__forelse] = STATE(1344), + [sym__while] = STATE(1344), [sym_envoy] = STATE(146), - [sym__setup] = STATE(1338), - [sym__task] = STATE(1343), - [sym__story] = STATE(1343), - [sym__hooks] = STATE(1338), - [sym__before] = STATE(1338), - [sym__after] = STATE(1338), - [sym__envoy_error] = STATE(1338), - [sym__success] = STATE(1338), - [sym__finished] = STATE(1338), + [sym__setup] = STATE(1340), + [sym__task] = STATE(1345), + [sym__story] = STATE(1345), + [sym__hooks] = STATE(1340), + [sym__before] = STATE(1340), + [sym__after] = STATE(1340), + [sym__envoy_error] = STATE(1340), + [sym__success] = STATE(1340), + [sym__finished] = STATE(1340), [sym_livewire] = STATE(146), - [sym__persist] = STATE(1344), - [sym__teleport] = STATE(1344), - [sym__volt] = STATE(1344), + [sym__persist] = STATE(1346), + [sym__teleport] = STATE(1346), + [sym__volt] = STATE(1346), [sym_text] = STATE(146), [sym__text] = STATE(686), [aux_sym__if_statement_directive_body_repeat1] = STATE(146), [aux_sym_php_only_repeat1] = STATE(686), - [sym_comment] = ACTIONS(3768), - [aux_sym_keyword_token1] = ACTIONS(3771), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3774), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3777), - [anon_sym_ATphp] = ACTIONS(3780), - [aux_sym_attribute_token1] = ACTIONS(3783), - [aux_sym__inline_directive_token1] = ACTIONS(3786), - [anon_sym_ATfragment] = ACTIONS(3789), - [anon_sym_ATsection] = ACTIONS(3792), - [anon_sym_ATonce] = ACTIONS(3795), - [anon_sym_ATverbatim] = ACTIONS(3798), - [anon_sym_ATpush] = ACTIONS(3801), - [anon_sym_ATpushOnce] = ACTIONS(3804), - [anon_sym_ATpushIf] = ACTIONS(3807), - [anon_sym_ATprepend] = ACTIONS(3810), - [anon_sym_ATprependOnce] = ACTIONS(3813), - [anon_sym_ATelse] = ACTIONS(3816), - [aux_sym_conditional_keyword_token1] = ACTIONS(3819), - [anon_sym_ATif] = ACTIONS(3822), - [anon_sym_ATunless] = ACTIONS(3825), - [anon_sym_ATendunless] = ACTIONS(633), - [anon_sym_ATisset] = ACTIONS(3828), - [anon_sym_ATempty] = ACTIONS(3831), - [anon_sym_ATauth] = ACTIONS(3834), - [anon_sym_ATguest] = ACTIONS(3837), - [anon_sym_ATproduction] = ACTIONS(3840), - [anon_sym_ATenv] = ACTIONS(3843), - [anon_sym_AThasSection] = ACTIONS(3846), - [anon_sym_ATsectionMissing] = ACTIONS(3849), - [anon_sym_ATerror] = ACTIONS(3852), - [anon_sym_ATcan] = ACTIONS(3855), - [anon_sym_ATcannot] = ACTIONS(3858), - [anon_sym_ATcanany] = ACTIONS(3861), - [anon_sym_ATfeature] = ACTIONS(3864), - [aux_sym__custom_token1] = ACTIONS(3867), - [aux_sym__custom_token2] = ACTIONS(3870), - [anon_sym_ATswitch] = ACTIONS(3873), - [aux_sym_loop_operator_token1] = ACTIONS(3876), - [anon_sym_ATfor] = ACTIONS(3879), - [anon_sym_ATforeach] = ACTIONS(3882), - [anon_sym_ATforelse] = ACTIONS(3885), - [anon_sym_ATwhile] = ACTIONS(3888), - [anon_sym_ATsetup] = ACTIONS(3891), - [anon_sym_ATtask] = ACTIONS(3894), - [anon_sym_ATstory] = ACTIONS(3897), - [anon_sym_ATbefore] = ACTIONS(3900), - [anon_sym_ATafter] = ACTIONS(3903), - [anon_sym_ATsuccess] = ACTIONS(3906), - [anon_sym_ATfinished] = ACTIONS(3909), - [anon_sym_ATpersist] = ACTIONS(3912), - [anon_sym_ATteleport] = ACTIONS(3915), - [anon_sym_ATvolt] = ACTIONS(3918), - [aux_sym__text_token1] = ACTIONS(3921), - [aux_sym__text_token2] = ACTIONS(3921), - [aux_sym__text_token3] = ACTIONS(3924), + [sym_comment] = ACTIONS(3837), + [aux_sym_keyword_token1] = ACTIONS(3840), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3843), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3846), + [anon_sym_ATphp] = ACTIONS(3849), + [aux_sym_attribute_token1] = ACTIONS(3852), + [aux_sym__inline_directive_token1] = ACTIONS(3855), + [aux_sym__inline_directive_token2] = ACTIONS(3858), + [anon_sym_ATfragment] = ACTIONS(3861), + [anon_sym_ATsection] = ACTIONS(3864), + [anon_sym_ATonce] = ACTIONS(3867), + [anon_sym_ATverbatim] = ACTIONS(3870), + [anon_sym_ATpush] = ACTIONS(3873), + [anon_sym_ATpushOnce] = ACTIONS(3876), + [anon_sym_ATpushIf] = ACTIONS(3879), + [anon_sym_ATprepend] = ACTIONS(3882), + [anon_sym_ATprependOnce] = ACTIONS(3885), + [anon_sym_ATelse] = ACTIONS(3888), + [aux_sym_conditional_keyword_token1] = ACTIONS(3891), + [anon_sym_ATif] = ACTIONS(3894), + [anon_sym_ATunless] = ACTIONS(3897), + [anon_sym_ATendunless] = ACTIONS(646), + [anon_sym_ATisset] = ACTIONS(3900), + [anon_sym_ATempty] = ACTIONS(3903), + [anon_sym_ATauth] = ACTIONS(3906), + [anon_sym_ATguest] = ACTIONS(3909), + [anon_sym_ATproduction] = ACTIONS(3912), + [anon_sym_ATenv] = ACTIONS(3915), + [anon_sym_AThasSection] = ACTIONS(3918), + [anon_sym_ATsectionMissing] = ACTIONS(3921), + [anon_sym_ATerror] = ACTIONS(3924), + [anon_sym_ATcan] = ACTIONS(3927), + [anon_sym_ATcannot] = ACTIONS(3930), + [anon_sym_ATcanany] = ACTIONS(3933), + [anon_sym_ATfeature] = ACTIONS(3936), + [aux_sym__custom_token1] = ACTIONS(3939), + [aux_sym__custom_token2] = ACTIONS(3942), + [anon_sym_ATswitch] = ACTIONS(3945), + [aux_sym_loop_operator_token1] = ACTIONS(3948), + [anon_sym_ATfor] = ACTIONS(3951), + [anon_sym_ATforeach] = ACTIONS(3954), + [anon_sym_ATforelse] = ACTIONS(3957), + [anon_sym_ATwhile] = ACTIONS(3960), + [anon_sym_ATsetup] = ACTIONS(3963), + [anon_sym_ATtask] = ACTIONS(3966), + [anon_sym_ATstory] = ACTIONS(3969), + [anon_sym_ATbefore] = ACTIONS(3972), + [anon_sym_ATafter] = ACTIONS(3975), + [anon_sym_ATsuccess] = ACTIONS(3978), + [anon_sym_ATfinished] = ACTIONS(3981), + [anon_sym_ATpersist] = ACTIONS(3984), + [anon_sym_ATteleport] = ACTIONS(3987), + [anon_sym_ATvolt] = ACTIONS(3990), + [aux_sym__text_token1] = ACTIONS(3993), + [aux_sym__text_token2] = ACTIONS(3993), + [aux_sym__text_token3] = ACTIONS(3996), }, [147] = { [sym__definition] = STATE(94), [sym_keyword] = STATE(94), [sym_php_statement] = STATE(94), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(94), [sym__inline_directive] = STATE(94), [sym__nested_directive] = STATE(94), @@ -43740,234 +43743,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(94), [sym_conditional_keyword] = STATE(94), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(94), [sym_loop] = STATE(94), [sym_loop_operator] = STATE(94), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(94), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(94), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(94), [sym_text] = STATE(94), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3927), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(3999), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [148] = { - [sym__definition] = STATE(138), - [sym_keyword] = STATE(138), - [sym_php_statement] = STATE(138), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), - [sym_attribute] = STATE(138), - [sym__inline_directive] = STATE(138), - [sym__nested_directive] = STATE(138), - [sym_fragment] = STATE(138), - [sym_section] = STATE(138), - [sym_inlineSection] = STATE(138), - [sym_once] = STATE(138), - [sym_verbatim] = STATE(138), - [sym_stack] = STATE(138), + [sym__definition] = STATE(141), + [sym_keyword] = STATE(141), + [sym_php_statement] = STATE(141), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), + [sym_attribute] = STATE(141), + [sym__inline_directive] = 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(937), [sym__pushOnce] = STATE(937), [sym__pushIf] = STATE(937), [sym__prepend] = STATE(937), [sym__prependOnce] = STATE(937), - [sym_conditional] = STATE(138), - [sym_conditional_keyword] = STATE(138), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), - [sym_switch] = STATE(138), - [sym_loop] = STATE(138), - [sym_loop_operator] = STATE(138), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), - [sym_envoy] = STATE(138), - [sym__setup] = STATE(930), + [sym_conditional] = STATE(141), + [sym_conditional_keyword] = STATE(141), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), + [sym_switch] = STATE(141), + [sym_loop] = STATE(141), + [sym_loop_operator] = STATE(141), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), + [sym_envoy] = STATE(141), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), - [sym_livewire] = STATE(138), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(138), - [sym_text] = STATE(138), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), + [sym_livewire] = STATE(141), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(141), + [sym_text] = STATE(141), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3929), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4001), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [149] = { [sym__definition] = STATE(132), [sym_keyword] = STATE(132), [sym_php_statement] = STATE(132), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(132), [sym__inline_directive] = STATE(132), [sym__nested_directive] = STATE(132), @@ -43984,112 +43989,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(132), [sym_conditional_keyword] = STATE(132), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(132), [sym_loop] = STATE(132), [sym_loop_operator] = STATE(132), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(132), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(132), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(132), [sym_text] = STATE(132), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3931), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4003), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [150] = { [sym__definition] = STATE(87), [sym_keyword] = STATE(87), [sym_php_statement] = STATE(87), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(87), [sym__inline_directive] = STATE(87), [sym__nested_directive] = STATE(87), @@ -44106,112 +44112,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(87), [sym_conditional_keyword] = STATE(87), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(87), [sym_loop] = STATE(87), [sym_loop_operator] = STATE(87), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(87), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(87), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(87), [sym_text] = STATE(87), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3933), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4005), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [151] = { [sym__definition] = STATE(133), [sym_keyword] = STATE(133), [sym_php_statement] = STATE(133), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(133), [sym__inline_directive] = STATE(133), [sym__nested_directive] = STATE(133), @@ -44228,234 +44235,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(133), [sym_conditional_keyword] = STATE(133), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(133), [sym_loop] = STATE(133), [sym_loop_operator] = STATE(133), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(133), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(133), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(133), [sym_text] = STATE(133), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3935), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4007), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [152] = { - [sym__definition] = STATE(80), - [sym_keyword] = STATE(80), - [sym_php_statement] = STATE(80), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), - [sym_attribute] = STATE(80), - [sym__inline_directive] = STATE(80), - [sym__nested_directive] = STATE(80), - [sym_fragment] = STATE(80), - [sym_section] = STATE(80), - [sym_inlineSection] = STATE(80), - [sym_once] = STATE(80), - [sym_verbatim] = STATE(80), - [sym_stack] = STATE(80), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), + [sym_attribute] = STATE(95), + [sym__inline_directive] = 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(937), [sym__pushOnce] = STATE(937), [sym__pushIf] = STATE(937), [sym__prepend] = STATE(937), [sym__prependOnce] = STATE(937), - [sym_conditional] = STATE(80), - [sym_conditional_keyword] = STATE(80), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), - [sym_switch] = STATE(80), - [sym_loop] = STATE(80), - [sym_loop_operator] = STATE(80), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), - [sym_envoy] = STATE(80), - [sym__setup] = STATE(930), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), - [sym_livewire] = STATE(80), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(80), - [sym_text] = STATE(80), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(95), + [sym_text] = STATE(95), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3937), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4009), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [153] = { [sym__definition] = STATE(79), [sym_keyword] = STATE(79), [sym_php_statement] = STATE(79), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(79), [sym__inline_directive] = STATE(79), [sym__nested_directive] = STATE(79), @@ -44472,112 +44481,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(79), [sym_conditional_keyword] = STATE(79), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(79), [sym_loop] = STATE(79), [sym_loop_operator] = STATE(79), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(79), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(79), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(79), [sym_text] = STATE(79), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3939), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4011), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [154] = { [sym__definition] = STATE(113), [sym_keyword] = STATE(113), [sym_php_statement] = STATE(113), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(113), [sym__inline_directive] = STATE(113), [sym__nested_directive] = STATE(113), @@ -44594,112 +44604,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(113), [sym_conditional_keyword] = STATE(113), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(113), [sym_loop] = STATE(113), [sym_loop_operator] = STATE(113), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(113), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(113), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(113), [sym_text] = STATE(113), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3941), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4013), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [155] = { [sym__definition] = STATE(134), [sym_keyword] = STATE(134), [sym_php_statement] = STATE(134), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(134), [sym__inline_directive] = STATE(134), [sym__nested_directive] = STATE(134), @@ -44716,112 +44727,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(134), [sym_conditional_keyword] = STATE(134), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(134), [sym_loop] = STATE(134), [sym_loop_operator] = STATE(134), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(134), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(134), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(134), [sym_text] = STATE(134), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3943), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4015), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [156] = { [sym__definition] = STATE(93), [sym_keyword] = STATE(93), [sym_php_statement] = STATE(93), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(93), [sym__inline_directive] = STATE(93), [sym__nested_directive] = STATE(93), @@ -44838,112 +44850,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(93), [sym_conditional_keyword] = STATE(93), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(93), [sym_loop] = STATE(93), [sym_loop_operator] = STATE(93), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(93), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(93), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(93), [sym_text] = STATE(93), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3945), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4017), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [157] = { [sym__definition] = STATE(135), [sym_keyword] = STATE(135), [sym_php_statement] = STATE(135), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(135), [sym__inline_directive] = STATE(135), [sym__nested_directive] = STATE(135), @@ -44960,112 +44973,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(135), [sym_conditional_keyword] = STATE(135), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(135), [sym_loop] = STATE(135), [sym_loop_operator] = STATE(135), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(135), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(135), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(135), [sym_text] = STATE(135), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3947), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4019), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [158] = { [sym__definition] = STATE(81), [sym_keyword] = STATE(81), [sym_php_statement] = STATE(81), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(81), [sym__inline_directive] = STATE(81), [sym__nested_directive] = STATE(81), @@ -45082,112 +45096,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(81), [sym_conditional_keyword] = STATE(81), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(81), [sym_loop] = STATE(81), [sym_loop_operator] = STATE(81), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(81), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(81), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(81), [sym_text] = STATE(81), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3949), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4021), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [159] = { [sym__definition] = STATE(91), [sym_keyword] = STATE(91), [sym_php_statement] = STATE(91), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(91), [sym__inline_directive] = STATE(91), [sym__nested_directive] = STATE(91), @@ -45204,234 +45219,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(91), [sym_conditional_keyword] = STATE(91), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(91), [sym_loop] = STATE(91), [sym_loop_operator] = STATE(91), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(91), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(91), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(91), [sym_text] = STATE(91), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3951), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4023), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [160] = { - [sym__definition] = STATE(141), - [sym_keyword] = STATE(141), - [sym_php_statement] = STATE(141), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), - [sym_attribute] = STATE(141), - [sym__inline_directive] = 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__definition] = STATE(138), + [sym_keyword] = STATE(138), + [sym_php_statement] = STATE(138), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), + [sym_attribute] = STATE(138), + [sym__inline_directive] = STATE(138), + [sym__nested_directive] = STATE(138), + [sym_fragment] = STATE(138), + [sym_section] = STATE(138), + [sym_inlineSection] = STATE(138), + [sym_once] = STATE(138), + [sym_verbatim] = STATE(138), + [sym_stack] = STATE(138), [sym__push] = STATE(937), [sym__pushOnce] = STATE(937), [sym__pushIf] = STATE(937), [sym__prepend] = STATE(937), [sym__prependOnce] = STATE(937), - [sym_conditional] = STATE(141), - [sym_conditional_keyword] = STATE(141), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), - [sym_switch] = STATE(141), - [sym_loop] = STATE(141), - [sym_loop_operator] = STATE(141), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), - [sym_envoy] = STATE(141), - [sym__setup] = STATE(930), + [sym_conditional] = STATE(138), + [sym_conditional_keyword] = STATE(138), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), + [sym_switch] = STATE(138), + [sym_loop] = STATE(138), + [sym_loop_operator] = STATE(138), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), + [sym_envoy] = STATE(138), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), - [sym_livewire] = STATE(141), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(141), - [sym_text] = STATE(141), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), + [sym_livewire] = STATE(138), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(138), + [sym_text] = STATE(138), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3953), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4025), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [161] = { [sym__definition] = STATE(82), [sym_keyword] = STATE(82), [sym_php_statement] = STATE(82), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(82), [sym__inline_directive] = STATE(82), [sym__nested_directive] = STATE(82), @@ -45448,112 +45465,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(82), [sym_conditional_keyword] = STATE(82), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(82), [sym_loop] = STATE(82), [sym_loop_operator] = STATE(82), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(82), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(82), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(82), [sym_text] = STATE(82), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3955), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4027), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [162] = { [sym__definition] = STATE(84), [sym_keyword] = STATE(84), [sym_php_statement] = STATE(84), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(84), [sym__inline_directive] = STATE(84), [sym__nested_directive] = STATE(84), @@ -45570,112 +45588,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(84), [sym_conditional_keyword] = STATE(84), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(84), [sym_loop] = STATE(84), [sym_loop_operator] = STATE(84), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(84), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(84), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(84), [sym_text] = STATE(84), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3957), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4029), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [163] = { [sym__definition] = STATE(139), [sym_keyword] = STATE(139), [sym_php_statement] = STATE(139), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(139), [sym__inline_directive] = STATE(139), [sym__nested_directive] = STATE(139), @@ -45692,112 +45711,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(139), [sym_conditional_keyword] = STATE(139), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(139), [sym_loop] = STATE(139), [sym_loop_operator] = STATE(139), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(139), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(139), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(139), [sym_text] = STATE(139), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3959), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4031), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [164] = { [sym__definition] = STATE(92), [sym_keyword] = STATE(92), [sym_php_statement] = STATE(92), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(92), [sym__inline_directive] = STATE(92), [sym__nested_directive] = STATE(92), @@ -45814,234 +45834,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(92), [sym_conditional_keyword] = STATE(92), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(92), [sym_loop] = STATE(92), [sym_loop_operator] = STATE(92), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(92), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(92), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(92), [sym_text] = STATE(92), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3961), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4033), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [165] = { - [sym__definition] = STATE(116), - [sym_keyword] = STATE(116), - [sym_php_statement] = STATE(116), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), - [sym_attribute] = STATE(116), - [sym__inline_directive] = 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(937), - [sym__pushOnce] = STATE(937), - [sym__pushIf] = STATE(937), - [sym__prepend] = STATE(937), - [sym__prependOnce] = STATE(937), - [sym_conditional] = STATE(116), - [sym_conditional_keyword] = STATE(116), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), - [sym_switch] = STATE(116), - [sym_loop] = STATE(116), - [sym_loop_operator] = STATE(116), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), - [sym_envoy] = STATE(116), - [sym__setup] = STATE(930), - [sym__task] = STATE(935), - [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), - [sym_livewire] = STATE(116), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(116), - [sym_text] = STATE(116), - [sym__text] = STATE(722), - [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3963), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), - }, - [166] = { [sym__definition] = STATE(104), [sym_keyword] = STATE(104), [sym_php_statement] = STATE(104), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(104), [sym__inline_directive] = STATE(104), [sym__nested_directive] = STATE(104), @@ -46058,234 +45957,359 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(104), [sym_conditional_keyword] = STATE(104), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(104), [sym_loop] = STATE(104), [sym_loop_operator] = STATE(104), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(104), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(104), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(104), [sym_text] = STATE(104), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3965), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4035), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), + }, + [166] = { + [sym__definition] = STATE(143), + [sym_keyword] = STATE(143), + [sym_php_statement] = STATE(143), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), + [sym_attribute] = STATE(143), + [sym__inline_directive] = 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(937), + [sym__pushOnce] = STATE(937), + [sym__pushIf] = STATE(937), + [sym__prepend] = STATE(937), + [sym__prependOnce] = STATE(937), + [sym_conditional] = STATE(143), + [sym_conditional_keyword] = STATE(143), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), + [sym_switch] = STATE(143), + [sym_loop] = STATE(143), + [sym_loop_operator] = STATE(143), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), + [sym_envoy] = STATE(143), + [sym__setup] = STATE(927), + [sym__task] = STATE(935), + [sym__story] = STATE(935), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), + [sym_livewire] = STATE(143), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(143), + [sym_text] = STATE(143), + [sym__text] = STATE(722), + [aux_sym_php_only_repeat1] = STATE(722), + [sym_comment] = ACTIONS(4037), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [167] = { - [sym__definition] = STATE(100), - [sym_keyword] = STATE(100), - [sym_php_statement] = STATE(100), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), - [sym_attribute] = STATE(100), - [sym__inline_directive] = 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__definition] = STATE(80), + [sym_keyword] = STATE(80), + [sym_php_statement] = STATE(80), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), + [sym_attribute] = STATE(80), + [sym__inline_directive] = STATE(80), + [sym__nested_directive] = STATE(80), + [sym_fragment] = STATE(80), + [sym_section] = STATE(80), + [sym_inlineSection] = STATE(80), + [sym_once] = STATE(80), + [sym_verbatim] = STATE(80), + [sym_stack] = STATE(80), [sym__push] = STATE(937), [sym__pushOnce] = STATE(937), [sym__pushIf] = STATE(937), [sym__prepend] = STATE(937), [sym__prependOnce] = STATE(937), - [sym_conditional] = STATE(100), - [sym_conditional_keyword] = STATE(100), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), - [sym_switch] = STATE(100), - [sym_loop] = STATE(100), - [sym_loop_operator] = STATE(100), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), - [sym_envoy] = STATE(100), - [sym__setup] = STATE(930), + [sym_conditional] = STATE(80), + [sym_conditional_keyword] = STATE(80), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), + [sym_switch] = STATE(80), + [sym_loop] = STATE(80), + [sym_loop_operator] = STATE(80), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), + [sym_envoy] = STATE(80), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), - [sym_livewire] = STATE(100), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(100), - [sym_text] = STATE(100), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), + [sym_livewire] = STATE(80), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(80), + [sym_text] = STATE(80), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3967), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4039), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [168] = { [sym__definition] = STATE(96), [sym_keyword] = STATE(96), [sym_php_statement] = STATE(96), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(96), [sym__inline_directive] = STATE(96), [sym__nested_directive] = STATE(96), @@ -46302,112 +46326,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(96), [sym_conditional_keyword] = STATE(96), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(96), [sym_loop] = STATE(96), [sym_loop_operator] = STATE(96), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(96), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(96), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(96), [sym_text] = STATE(96), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3969), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4041), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [169] = { [sym__definition] = STATE(142), [sym_keyword] = STATE(142), [sym_php_statement] = STATE(142), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(142), [sym__inline_directive] = STATE(142), [sym__nested_directive] = STATE(142), @@ -46424,112 +46449,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(142), [sym_conditional_keyword] = STATE(142), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(142), [sym_loop] = STATE(142), [sym_loop_operator] = STATE(142), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(142), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(142), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(142), [sym_text] = STATE(142), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3971), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4043), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [170] = { [sym__definition] = STATE(97), [sym_keyword] = STATE(97), [sym_php_statement] = STATE(97), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(97), [sym__inline_directive] = STATE(97), [sym__nested_directive] = STATE(97), @@ -46546,112 +46572,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(97), [sym_conditional_keyword] = STATE(97), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(97), [sym_loop] = STATE(97), [sym_loop_operator] = STATE(97), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(97), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(97), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(97), [sym_text] = STATE(97), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3973), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4045), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [171] = { [sym__definition] = STATE(99), [sym_keyword] = STATE(99), [sym_php_statement] = STATE(99), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(99), [sym__inline_directive] = STATE(99), [sym__nested_directive] = STATE(99), @@ -46668,112 +46695,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(99), [sym_conditional_keyword] = STATE(99), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(99), [sym_loop] = STATE(99), [sym_loop_operator] = STATE(99), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(99), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(99), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(99), [sym_text] = STATE(99), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3975), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4047), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [172] = { [sym__definition] = STATE(106), [sym_keyword] = STATE(106), [sym_php_statement] = STATE(106), - [sym__escaped] = STATE(766), - [sym__unescaped] = STATE(766), - [sym__raw] = STATE(766), - [sym__inline_raw] = STATE(766), - [sym__multi_line_raw] = STATE(766), + [sym__escaped] = STATE(775), + [sym__unescaped] = STATE(775), + [sym__raw] = STATE(775), + [sym__inline_raw] = STATE(775), + [sym__multi_line_raw] = STATE(775), [sym_attribute] = STATE(106), [sym__inline_directive] = STATE(106), [sym__nested_directive] = STATE(106), @@ -46783,119 +46811,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(106), [sym_verbatim] = STATE(106), [sym_stack] = STATE(106), - [sym__push] = STATE(767), - [sym__pushOnce] = STATE(767), - [sym__pushIf] = STATE(767), - [sym__prepend] = STATE(767), - [sym__prependOnce] = STATE(767), + [sym__push] = STATE(774), + [sym__pushOnce] = STATE(774), + [sym__pushIf] = STATE(774), + [sym__prepend] = STATE(774), + [sym__prependOnce] = STATE(774), [sym_conditional] = STATE(106), [sym_conditional_keyword] = STATE(106), - [sym__if] = STATE(768), - [sym__unless] = STATE(768), - [sym__isset] = STATE(768), - [sym__empty] = STATE(768), - [sym__auth] = STATE(768), - [sym__guest] = STATE(768), - [sym__production] = STATE(768), - [sym__env] = STATE(768), - [sym__hasSection] = STATE(768), - [sym__sectionMissing] = STATE(768), - [sym__error] = STATE(768), - [sym_authorization] = STATE(768), - [sym__can] = STATE(790), - [sym__cannot] = STATE(790), - [sym__canany] = STATE(790), - [sym__feature] = STATE(768), - [sym__custom] = STATE(768), + [sym__if] = STATE(770), + [sym__unless] = STATE(770), + [sym__isset] = STATE(770), + [sym__empty] = STATE(770), + [sym__auth] = STATE(770), + [sym__guest] = STATE(770), + [sym__production] = STATE(770), + [sym__env] = STATE(770), + [sym__hasSection] = STATE(770), + [sym__sectionMissing] = STATE(770), + [sym__error] = STATE(770), + [sym_authorization] = STATE(770), + [sym__can] = STATE(777), + [sym__cannot] = STATE(777), + [sym__canany] = STATE(777), + [sym__feature] = STATE(770), + [sym__custom] = STATE(770), [sym_switch] = STATE(106), [sym_loop] = STATE(106), [sym_loop_operator] = STATE(106), - [sym__for] = STATE(769), - [sym__foreach] = STATE(769), - [sym__forelse] = STATE(769), - [sym__while] = STATE(769), + [sym__for] = STATE(761), + [sym__foreach] = STATE(761), + [sym__forelse] = STATE(761), + [sym__while] = STATE(761), [sym_envoy] = STATE(106), - [sym__setup] = STATE(766), - [sym__task] = STATE(770), - [sym__story] = STATE(770), - [sym__hooks] = STATE(766), - [sym__before] = STATE(766), - [sym__after] = STATE(766), - [sym__envoy_error] = STATE(766), - [sym__success] = STATE(766), - [sym__finished] = STATE(766), + [sym__setup] = STATE(775), + [sym__task] = STATE(769), + [sym__story] = STATE(769), + [sym__hooks] = STATE(775), + [sym__before] = STATE(775), + [sym__after] = STATE(775), + [sym__envoy_error] = STATE(775), + [sym__success] = STATE(775), + [sym__finished] = STATE(775), [sym_livewire] = STATE(106), - [sym__persist] = STATE(771), - [sym__teleport] = STATE(771), - [sym__volt] = STATE(771), + [sym__persist] = STATE(751), + [sym__teleport] = STATE(751), + [sym__volt] = STATE(751), [sym_text] = STATE(106), [sym__text] = STATE(706), [aux_sym__if_statement_directive_body_repeat1] = STATE(106), [aux_sym_php_only_repeat1] = STATE(706), - [sym_comment] = ACTIONS(3977), - [aux_sym_keyword_token1] = ACTIONS(217), - [anon_sym_LBRACE_LBRACE] = ACTIONS(219), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(221), - [anon_sym_ATphp] = ACTIONS(223), - [aux_sym_attribute_token1] = ACTIONS(225), - [aux_sym__inline_directive_token1] = ACTIONS(227), - [anon_sym_ATfragment] = ACTIONS(229), - [anon_sym_ATsection] = ACTIONS(231), - [anon_sym_ATonce] = ACTIONS(233), - [anon_sym_ATverbatim] = ACTIONS(235), - [anon_sym_ATpush] = ACTIONS(237), - [anon_sym_ATpushOnce] = ACTIONS(239), - [anon_sym_ATpushIf] = ACTIONS(241), - [anon_sym_ATprepend] = ACTIONS(243), - [anon_sym_ATprependOnce] = ACTIONS(245), - [anon_sym_ATelse] = ACTIONS(247), - [aux_sym_conditional_keyword_token1] = ACTIONS(249), - [anon_sym_ATif] = ACTIONS(251), - [anon_sym_ATunless] = ACTIONS(253), - [anon_sym_ATisset] = ACTIONS(255), - [anon_sym_ATempty] = ACTIONS(257), - [anon_sym_ATauth] = ACTIONS(259), - [anon_sym_ATguest] = ACTIONS(261), - [anon_sym_ATproduction] = ACTIONS(263), - [anon_sym_ATenv] = ACTIONS(265), - [anon_sym_AThasSection] = ACTIONS(267), - [anon_sym_ATsectionMissing] = ACTIONS(269), - [anon_sym_ATerror] = ACTIONS(271), - [anon_sym_ATcan] = ACTIONS(273), - [anon_sym_ATcannot] = ACTIONS(275), - [anon_sym_ATcanany] = ACTIONS(277), - [anon_sym_ATfeature] = ACTIONS(279), - [aux_sym__custom_token1] = ACTIONS(281), - [aux_sym__custom_token2] = ACTIONS(283), - [anon_sym_ATswitch] = ACTIONS(285), - [aux_sym_loop_operator_token1] = ACTIONS(287), - [anon_sym_ATfor] = ACTIONS(289), - [anon_sym_ATforeach] = ACTIONS(291), - [anon_sym_ATforelse] = ACTIONS(293), - [anon_sym_ATwhile] = ACTIONS(295), - [anon_sym_ATsetup] = ACTIONS(297), - [anon_sym_ATtask] = ACTIONS(299), - [anon_sym_ATstory] = ACTIONS(301), - [anon_sym_ATbefore] = ACTIONS(303), - [anon_sym_ATafter] = ACTIONS(305), - [anon_sym_ATsuccess] = ACTIONS(307), - [anon_sym_ATfinished] = ACTIONS(309), - [anon_sym_ATpersist] = ACTIONS(311), - [anon_sym_ATteleport] = ACTIONS(313), - [anon_sym_ATvolt] = ACTIONS(315), - [aux_sym__text_token1] = ACTIONS(317), - [aux_sym__text_token2] = ACTIONS(317), - [aux_sym__text_token3] = ACTIONS(319), + [sym_comment] = ACTIONS(4049), + [aux_sym_keyword_token1] = ACTIONS(221), + [anon_sym_LBRACE_LBRACE] = ACTIONS(223), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(225), + [anon_sym_ATphp] = ACTIONS(227), + [aux_sym_attribute_token1] = ACTIONS(229), + [aux_sym__inline_directive_token1] = ACTIONS(231), + [aux_sym__inline_directive_token2] = ACTIONS(233), + [anon_sym_ATfragment] = ACTIONS(235), + [anon_sym_ATsection] = ACTIONS(237), + [anon_sym_ATonce] = ACTIONS(239), + [anon_sym_ATverbatim] = ACTIONS(241), + [anon_sym_ATpush] = ACTIONS(243), + [anon_sym_ATpushOnce] = ACTIONS(245), + [anon_sym_ATpushIf] = ACTIONS(247), + [anon_sym_ATprepend] = ACTIONS(249), + [anon_sym_ATprependOnce] = ACTIONS(251), + [anon_sym_ATelse] = ACTIONS(253), + [aux_sym_conditional_keyword_token1] = ACTIONS(255), + [anon_sym_ATif] = ACTIONS(257), + [anon_sym_ATunless] = ACTIONS(259), + [anon_sym_ATisset] = ACTIONS(261), + [anon_sym_ATempty] = ACTIONS(263), + [anon_sym_ATauth] = ACTIONS(265), + [anon_sym_ATguest] = ACTIONS(267), + [anon_sym_ATproduction] = ACTIONS(269), + [anon_sym_ATenv] = ACTIONS(271), + [anon_sym_AThasSection] = ACTIONS(273), + [anon_sym_ATsectionMissing] = ACTIONS(275), + [anon_sym_ATerror] = ACTIONS(277), + [anon_sym_ATcan] = ACTIONS(279), + [anon_sym_ATcannot] = ACTIONS(281), + [anon_sym_ATcanany] = ACTIONS(283), + [anon_sym_ATfeature] = ACTIONS(285), + [aux_sym__custom_token1] = ACTIONS(287), + [aux_sym__custom_token2] = ACTIONS(289), + [anon_sym_ATswitch] = ACTIONS(291), + [aux_sym_loop_operator_token1] = ACTIONS(293), + [anon_sym_ATfor] = ACTIONS(295), + [anon_sym_ATforeach] = ACTIONS(297), + [anon_sym_ATforelse] = ACTIONS(299), + [anon_sym_ATwhile] = ACTIONS(301), + [anon_sym_ATsetup] = ACTIONS(303), + [anon_sym_ATtask] = ACTIONS(305), + [anon_sym_ATstory] = ACTIONS(307), + [anon_sym_ATbefore] = ACTIONS(309), + [anon_sym_ATafter] = ACTIONS(311), + [anon_sym_ATsuccess] = ACTIONS(313), + [anon_sym_ATfinished] = ACTIONS(315), + [anon_sym_ATpersist] = ACTIONS(317), + [anon_sym_ATteleport] = ACTIONS(319), + [anon_sym_ATvolt] = ACTIONS(321), + [aux_sym__text_token1] = ACTIONS(323), + [aux_sym__text_token2] = ACTIONS(323), + [aux_sym__text_token3] = ACTIONS(325), }, [173] = { [sym__definition] = STATE(144), [sym_keyword] = STATE(144), [sym_php_statement] = STATE(144), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(144), [sym__inline_directive] = STATE(144), [sym__nested_directive] = STATE(144), @@ -46912,234 +46941,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(144), [sym_conditional_keyword] = STATE(144), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(144), [sym_loop] = STATE(144), [sym_loop_operator] = STATE(144), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(144), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(144), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(144), [sym_text] = STATE(144), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3979), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4051), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [174] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), - [sym_attribute] = STATE(95), - [sym__inline_directive] = 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__definition] = STATE(100), + [sym_keyword] = STATE(100), + [sym_php_statement] = STATE(100), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), + [sym_attribute] = STATE(100), + [sym__inline_directive] = 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__push] = STATE(937), [sym__pushOnce] = STATE(937), [sym__pushIf] = STATE(937), [sym__prepend] = STATE(937), [sym__prependOnce] = STATE(937), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(930), + [sym_conditional] = STATE(100), + [sym_conditional_keyword] = STATE(100), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), + [sym_switch] = STATE(100), + [sym_loop] = STATE(100), + [sym_loop_operator] = STATE(100), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), + [sym_envoy] = STATE(100), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(95), - [sym_text] = STATE(95), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), + [sym_livewire] = STATE(100), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(100), + [sym_text] = STATE(100), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3981), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4053), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [175] = { [sym__definition] = STATE(145), [sym_keyword] = STATE(145), [sym_php_statement] = STATE(145), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(145), [sym__inline_directive] = STATE(145), [sym__nested_directive] = STATE(145), @@ -47156,112 +47187,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(145), [sym_conditional_keyword] = STATE(145), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(145), [sym_loop] = STATE(145), [sym_loop_operator] = STATE(145), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(145), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(145), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(145), [sym_text] = STATE(145), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3983), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4055), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [176] = { [sym__definition] = STATE(108), [sym_keyword] = STATE(108), [sym_php_statement] = STATE(108), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(108), [sym__inline_directive] = STATE(108), [sym__nested_directive] = STATE(108), @@ -47278,112 +47310,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(108), [sym_conditional_keyword] = STATE(108), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(108), [sym_loop] = STATE(108), [sym_loop_operator] = STATE(108), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(108), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(108), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), [sym_text] = STATE(108), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3985), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4057), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [177] = { [sym__definition] = STATE(110), [sym_keyword] = STATE(110), [sym_php_statement] = STATE(110), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(110), [sym__inline_directive] = STATE(110), [sym__nested_directive] = STATE(110), @@ -47400,112 +47433,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(110), [sym_conditional_keyword] = STATE(110), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(110), [sym_loop] = STATE(110), [sym_loop_operator] = STATE(110), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(110), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(110), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(110), [sym_text] = STATE(110), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3987), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4059), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [178] = { [sym__definition] = STATE(127), [sym_keyword] = STATE(127), [sym_php_statement] = STATE(127), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(127), [sym__inline_directive] = STATE(127), [sym__nested_directive] = STATE(127), @@ -47522,112 +47556,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(127), [sym_conditional_keyword] = STATE(127), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(127), [sym_loop] = STATE(127), [sym_loop_operator] = STATE(127), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(127), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(127), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(127), [sym_text] = STATE(127), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3989), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4061), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [179] = { [sym__definition] = STATE(89), [sym_keyword] = STATE(89), [sym_php_statement] = STATE(89), - [sym__escaped] = STATE(846), - [sym__unescaped] = STATE(846), - [sym__raw] = STATE(846), - [sym__inline_raw] = STATE(846), - [sym__multi_line_raw] = STATE(846), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), [sym_attribute] = STATE(89), [sym__inline_directive] = STATE(89), [sym__nested_directive] = STATE(89), @@ -47637,119 +47672,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(89), [sym_verbatim] = STATE(89), [sym_stack] = STATE(89), - [sym__push] = STATE(847), - [sym__pushOnce] = STATE(847), - [sym__pushIf] = STATE(847), - [sym__prepend] = STATE(847), - [sym__prependOnce] = STATE(847), + [sym__push] = STATE(837), + [sym__pushOnce] = STATE(837), + [sym__pushIf] = STATE(837), + [sym__prepend] = STATE(837), + [sym__prependOnce] = STATE(837), [sym_conditional] = STATE(89), [sym_conditional_keyword] = STATE(89), - [sym__if] = STATE(848), - [sym__unless] = STATE(848), - [sym__isset] = STATE(848), - [sym__empty] = STATE(848), - [sym__auth] = STATE(848), - [sym__guest] = STATE(848), - [sym__production] = STATE(848), - [sym__env] = STATE(848), - [sym__hasSection] = STATE(848), - [sym__sectionMissing] = STATE(848), - [sym__error] = STATE(848), - [sym_authorization] = STATE(848), - [sym__can] = STATE(849), - [sym__cannot] = STATE(849), - [sym__canany] = STATE(849), - [sym__feature] = STATE(848), - [sym__custom] = STATE(848), + [sym__if] = STATE(838), + [sym__unless] = STATE(838), + [sym__isset] = STATE(838), + [sym__empty] = STATE(838), + [sym__auth] = STATE(838), + [sym__guest] = STATE(838), + [sym__production] = STATE(838), + [sym__env] = STATE(838), + [sym__hasSection] = STATE(838), + [sym__sectionMissing] = STATE(838), + [sym__error] = STATE(838), + [sym_authorization] = STATE(838), + [sym__can] = STATE(839), + [sym__cannot] = STATE(839), + [sym__canany] = STATE(839), + [sym__feature] = STATE(838), + [sym__custom] = STATE(838), [sym_switch] = STATE(89), [sym_loop] = STATE(89), [sym_loop_operator] = STATE(89), - [sym__for] = STATE(850), - [sym__foreach] = STATE(850), - [sym__forelse] = STATE(850), - [sym__while] = STATE(850), + [sym__for] = STATE(840), + [sym__foreach] = STATE(840), + [sym__forelse] = STATE(840), + [sym__while] = STATE(840), [sym_envoy] = STATE(89), - [sym__setup] = STATE(846), - [sym__task] = STATE(851), - [sym__story] = STATE(851), - [sym__hooks] = STATE(846), - [sym__before] = STATE(846), - [sym__after] = STATE(846), - [sym__envoy_error] = STATE(846), - [sym__success] = STATE(846), - [sym__finished] = STATE(846), + [sym__setup] = STATE(836), + [sym__task] = STATE(841), + [sym__story] = STATE(841), + [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(852), - [sym__teleport] = STATE(852), - [sym__volt] = STATE(852), + [sym__persist] = STATE(842), + [sym__teleport] = STATE(842), + [sym__volt] = STATE(842), [sym_text] = STATE(89), [sym__text] = STATE(720), [aux_sym__if_statement_directive_body_repeat1] = STATE(89), [aux_sym_php_only_repeat1] = STATE(720), - [sym_comment] = ACTIONS(3991), - [aux_sym_keyword_token1] = ACTIONS(109), - [anon_sym_LBRACE_LBRACE] = ACTIONS(111), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(113), - [anon_sym_ATphp] = ACTIONS(115), - [aux_sym_attribute_token1] = ACTIONS(117), - [aux_sym__inline_directive_token1] = ACTIONS(119), - [anon_sym_ATfragment] = ACTIONS(121), - [anon_sym_ATsection] = ACTIONS(123), - [anon_sym_ATonce] = ACTIONS(125), - [anon_sym_ATverbatim] = ACTIONS(127), - [anon_sym_ATpush] = ACTIONS(129), - [anon_sym_ATpushOnce] = ACTIONS(131), - [anon_sym_ATpushIf] = ACTIONS(133), - [anon_sym_ATprepend] = ACTIONS(135), - [anon_sym_ATprependOnce] = ACTIONS(137), - [anon_sym_ATelse] = ACTIONS(139), - [aux_sym_conditional_keyword_token1] = ACTIONS(141), - [anon_sym_ATif] = ACTIONS(143), - [anon_sym_ATunless] = ACTIONS(145), - [anon_sym_ATisset] = ACTIONS(147), - [anon_sym_ATempty] = ACTIONS(149), - [anon_sym_ATauth] = ACTIONS(151), - [anon_sym_ATguest] = ACTIONS(153), - [anon_sym_ATproduction] = ACTIONS(155), - [anon_sym_ATenv] = ACTIONS(157), - [anon_sym_AThasSection] = ACTIONS(159), - [anon_sym_ATsectionMissing] = ACTIONS(161), - [anon_sym_ATerror] = ACTIONS(163), - [anon_sym_ATcan] = ACTIONS(165), - [anon_sym_ATcannot] = ACTIONS(167), - [anon_sym_ATcanany] = ACTIONS(169), - [anon_sym_ATfeature] = ACTIONS(171), - [aux_sym__custom_token1] = ACTIONS(173), - [aux_sym__custom_token2] = ACTIONS(175), - [anon_sym_ATswitch] = ACTIONS(177), - [aux_sym_loop_operator_token1] = ACTIONS(179), - [anon_sym_ATfor] = ACTIONS(181), - [anon_sym_ATforeach] = ACTIONS(183), - [anon_sym_ATforelse] = ACTIONS(185), - [anon_sym_ATwhile] = ACTIONS(187), - [anon_sym_ATsetup] = ACTIONS(189), - [anon_sym_ATtask] = ACTIONS(191), - [anon_sym_ATstory] = ACTIONS(193), - [anon_sym_ATbefore] = ACTIONS(195), - [anon_sym_ATafter] = ACTIONS(197), - [anon_sym_ATsuccess] = ACTIONS(199), - [anon_sym_ATfinished] = ACTIONS(201), - [anon_sym_ATpersist] = ACTIONS(203), - [anon_sym_ATteleport] = ACTIONS(205), - [anon_sym_ATvolt] = ACTIONS(207), - [aux_sym__text_token1] = ACTIONS(211), - [aux_sym__text_token2] = ACTIONS(211), - [aux_sym__text_token3] = ACTIONS(213), + [sym_comment] = ACTIONS(4063), + [aux_sym_keyword_token1] = ACTIONS(111), + [anon_sym_LBRACE_LBRACE] = ACTIONS(113), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(115), + [anon_sym_ATphp] = ACTIONS(117), + [aux_sym_attribute_token1] = ACTIONS(119), + [aux_sym__inline_directive_token1] = ACTIONS(121), + [aux_sym__inline_directive_token2] = ACTIONS(123), + [anon_sym_ATfragment] = ACTIONS(125), + [anon_sym_ATsection] = ACTIONS(127), + [anon_sym_ATonce] = ACTIONS(129), + [anon_sym_ATverbatim] = ACTIONS(131), + [anon_sym_ATpush] = ACTIONS(133), + [anon_sym_ATpushOnce] = ACTIONS(135), + [anon_sym_ATpushIf] = ACTIONS(137), + [anon_sym_ATprepend] = ACTIONS(139), + [anon_sym_ATprependOnce] = ACTIONS(141), + [anon_sym_ATelse] = ACTIONS(143), + [aux_sym_conditional_keyword_token1] = ACTIONS(145), + [anon_sym_ATif] = ACTIONS(147), + [anon_sym_ATunless] = ACTIONS(149), + [anon_sym_ATisset] = ACTIONS(151), + [anon_sym_ATempty] = ACTIONS(153), + [anon_sym_ATauth] = ACTIONS(155), + [anon_sym_ATguest] = ACTIONS(157), + [anon_sym_ATproduction] = ACTIONS(159), + [anon_sym_ATenv] = ACTIONS(161), + [anon_sym_AThasSection] = ACTIONS(163), + [anon_sym_ATsectionMissing] = ACTIONS(165), + [anon_sym_ATerror] = ACTIONS(167), + [anon_sym_ATcan] = ACTIONS(169), + [anon_sym_ATcannot] = ACTIONS(171), + [anon_sym_ATcanany] = ACTIONS(173), + [anon_sym_ATfeature] = ACTIONS(175), + [aux_sym__custom_token1] = ACTIONS(177), + [aux_sym__custom_token2] = ACTIONS(179), + [anon_sym_ATswitch] = ACTIONS(181), + [aux_sym_loop_operator_token1] = ACTIONS(183), + [anon_sym_ATfor] = ACTIONS(185), + [anon_sym_ATforeach] = ACTIONS(187), + [anon_sym_ATforelse] = ACTIONS(189), + [anon_sym_ATwhile] = ACTIONS(191), + [anon_sym_ATsetup] = ACTIONS(193), + [anon_sym_ATtask] = ACTIONS(195), + [anon_sym_ATstory] = ACTIONS(197), + [anon_sym_ATbefore] = ACTIONS(199), + [anon_sym_ATafter] = ACTIONS(201), + [anon_sym_ATsuccess] = ACTIONS(203), + [anon_sym_ATfinished] = ACTIONS(205), + [anon_sym_ATpersist] = ACTIONS(207), + [anon_sym_ATteleport] = ACTIONS(209), + [anon_sym_ATvolt] = ACTIONS(211), + [aux_sym__text_token1] = ACTIONS(215), + [aux_sym__text_token2] = ACTIONS(215), + [aux_sym__text_token3] = ACTIONS(217), }, [180] = { [sym__definition] = STATE(128), [sym_keyword] = STATE(128), [sym_php_statement] = STATE(128), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(128), [sym__inline_directive] = STATE(128), [sym__nested_directive] = STATE(128), @@ -47766,112 +47802,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(128), [sym_conditional_keyword] = STATE(128), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(128), [sym_loop] = STATE(128), [sym_loop_operator] = STATE(128), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(128), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(128), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(128), [sym_text] = STATE(128), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3993), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4065), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [181] = { [sym__definition] = STATE(111), [sym_keyword] = STATE(111), [sym_php_statement] = STATE(111), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(111), [sym__inline_directive] = STATE(111), [sym__nested_directive] = STATE(111), @@ -47888,234 +47925,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(111), [sym_conditional_keyword] = STATE(111), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(111), [sym_loop] = STATE(111), [sym_loop_operator] = STATE(111), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(111), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(111), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(111), [sym_text] = STATE(111), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3995), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4067), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [182] = { - [sym__definition] = STATE(143), - [sym_keyword] = STATE(143), - [sym_php_statement] = STATE(143), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), - [sym_attribute] = STATE(143), - [sym__inline_directive] = 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__definition] = STATE(116), + [sym_keyword] = STATE(116), + [sym_php_statement] = STATE(116), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), + [sym_attribute] = STATE(116), + [sym__inline_directive] = 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(937), [sym__pushOnce] = STATE(937), [sym__pushIf] = STATE(937), [sym__prepend] = STATE(937), [sym__prependOnce] = STATE(937), - [sym_conditional] = STATE(143), - [sym_conditional_keyword] = STATE(143), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), - [sym_switch] = STATE(143), - [sym_loop] = STATE(143), - [sym_loop_operator] = STATE(143), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), - [sym_envoy] = STATE(143), - [sym__setup] = STATE(930), + [sym_conditional] = STATE(116), + [sym_conditional_keyword] = STATE(116), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), + [sym_switch] = STATE(116), + [sym_loop] = STATE(116), + [sym_loop_operator] = STATE(116), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), + [sym_envoy] = STATE(116), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), - [sym_livewire] = STATE(143), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(143), - [sym_text] = STATE(143), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), + [sym_livewire] = STATE(116), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(116), + [sym_text] = STATE(116), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3997), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4069), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [183] = { [sym__definition] = STATE(73), [sym_keyword] = STATE(73), [sym_php_statement] = STATE(73), - [sym__escaped] = STATE(930), - [sym__unescaped] = STATE(930), - [sym__raw] = STATE(930), - [sym__inline_raw] = STATE(930), - [sym__multi_line_raw] = STATE(930), + [sym__escaped] = STATE(927), + [sym__unescaped] = STATE(927), + [sym__raw] = STATE(927), + [sym__inline_raw] = STATE(927), + [sym__multi_line_raw] = STATE(927), [sym_attribute] = STATE(73), [sym__inline_directive] = STATE(73), [sym__nested_directive] = STATE(73), @@ -48132,102 +48171,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__prependOnce] = STATE(937), [sym_conditional] = STATE(73), [sym_conditional_keyword] = STATE(73), - [sym__if] = STATE(932), - [sym__unless] = STATE(932), - [sym__isset] = STATE(932), - [sym__empty] = STATE(932), - [sym__auth] = STATE(932), - [sym__guest] = STATE(932), - [sym__production] = STATE(932), - [sym__env] = STATE(932), - [sym__hasSection] = STATE(932), - [sym__sectionMissing] = STATE(932), - [sym__error] = STATE(932), - [sym_authorization] = STATE(932), - [sym__can] = STATE(933), - [sym__cannot] = STATE(933), - [sym__canany] = STATE(933), - [sym__feature] = STATE(932), - [sym__custom] = STATE(932), + [sym__if] = STATE(930), + [sym__unless] = STATE(930), + [sym__isset] = STATE(930), + [sym__empty] = STATE(930), + [sym__auth] = STATE(930), + [sym__guest] = STATE(930), + [sym__production] = STATE(930), + [sym__env] = STATE(930), + [sym__hasSection] = STATE(930), + [sym__sectionMissing] = STATE(930), + [sym__error] = STATE(930), + [sym_authorization] = STATE(930), + [sym__can] = STATE(932), + [sym__cannot] = STATE(932), + [sym__canany] = STATE(932), + [sym__feature] = STATE(930), + [sym__custom] = STATE(930), [sym_switch] = STATE(73), [sym_loop] = STATE(73), [sym_loop_operator] = STATE(73), - [sym__for] = STATE(934), - [sym__foreach] = STATE(934), - [sym__forelse] = STATE(934), - [sym__while] = STATE(934), + [sym__for] = STATE(933), + [sym__foreach] = STATE(933), + [sym__forelse] = STATE(933), + [sym__while] = STATE(933), [sym_envoy] = STATE(73), - [sym__setup] = STATE(930), + [sym__setup] = STATE(927), [sym__task] = STATE(935), [sym__story] = STATE(935), - [sym__hooks] = STATE(930), - [sym__before] = STATE(930), - [sym__after] = STATE(930), - [sym__envoy_error] = STATE(930), - [sym__success] = STATE(930), - [sym__finished] = STATE(930), + [sym__hooks] = STATE(927), + [sym__before] = STATE(927), + [sym__after] = STATE(927), + [sym__envoy_error] = STATE(927), + [sym__success] = STATE(927), + [sym__finished] = STATE(927), [sym_livewire] = STATE(73), - [sym__persist] = STATE(958), - [sym__teleport] = STATE(958), - [sym__volt] = STATE(958), + [sym__persist] = STATE(959), + [sym__teleport] = STATE(959), + [sym__volt] = STATE(959), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(73), [sym_text] = STATE(73), [sym__text] = STATE(722), [aux_sym_php_only_repeat1] = STATE(722), - [sym_comment] = ACTIONS(3999), - [aux_sym_keyword_token1] = ACTIONS(327), - [anon_sym_LBRACE_LBRACE] = ACTIONS(329), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(331), - [anon_sym_ATphp] = ACTIONS(333), - [aux_sym_attribute_token1] = ACTIONS(335), - [aux_sym__inline_directive_token1] = ACTIONS(337), - [anon_sym_ATfragment] = ACTIONS(339), - [anon_sym_ATsection] = ACTIONS(341), - [anon_sym_ATonce] = ACTIONS(343), - [anon_sym_ATverbatim] = ACTIONS(345), - [anon_sym_ATpush] = ACTIONS(347), - [anon_sym_ATpushOnce] = ACTIONS(349), - [anon_sym_ATpushIf] = ACTIONS(351), - [anon_sym_ATprepend] = ACTIONS(353), - [anon_sym_ATprependOnce] = ACTIONS(355), - [anon_sym_ATelse] = ACTIONS(357), - [aux_sym_conditional_keyword_token1] = ACTIONS(359), - [anon_sym_ATif] = ACTIONS(361), - [anon_sym_ATunless] = ACTIONS(363), - [anon_sym_ATisset] = ACTIONS(365), - [anon_sym_ATempty] = ACTIONS(367), - [anon_sym_ATauth] = ACTIONS(369), - [anon_sym_ATguest] = ACTIONS(371), - [anon_sym_ATproduction] = ACTIONS(373), - [anon_sym_ATenv] = ACTIONS(377), - [anon_sym_AThasSection] = ACTIONS(379), - [anon_sym_ATsectionMissing] = ACTIONS(381), - [anon_sym_ATerror] = ACTIONS(383), - [anon_sym_ATcan] = ACTIONS(385), - [anon_sym_ATcannot] = ACTIONS(387), - [anon_sym_ATcanany] = ACTIONS(389), - [anon_sym_ATfeature] = ACTIONS(391), - [aux_sym__custom_token1] = ACTIONS(393), - [aux_sym__custom_token2] = ACTIONS(395), - [anon_sym_ATswitch] = ACTIONS(397), - [aux_sym_loop_operator_token1] = ACTIONS(399), - [anon_sym_ATfor] = ACTIONS(401), - [anon_sym_ATforeach] = ACTIONS(403), - [anon_sym_ATforelse] = ACTIONS(405), - [anon_sym_ATwhile] = ACTIONS(407), - [anon_sym_ATsetup] = ACTIONS(409), - [anon_sym_ATtask] = ACTIONS(411), - [anon_sym_ATstory] = ACTIONS(413), - [anon_sym_ATbefore] = ACTIONS(415), - [anon_sym_ATafter] = ACTIONS(417), - [anon_sym_ATsuccess] = ACTIONS(419), - [anon_sym_ATfinished] = ACTIONS(421), - [anon_sym_ATpersist] = ACTIONS(423), - [anon_sym_ATteleport] = ACTIONS(425), - [anon_sym_ATvolt] = ACTIONS(427), - [aux_sym__text_token1] = ACTIONS(429), - [aux_sym__text_token2] = ACTIONS(429), - [aux_sym__text_token3] = ACTIONS(431), + [sym_comment] = ACTIONS(4071), + [aux_sym_keyword_token1] = ACTIONS(333), + [anon_sym_LBRACE_LBRACE] = ACTIONS(335), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(337), + [anon_sym_ATphp] = ACTIONS(339), + [aux_sym_attribute_token1] = ACTIONS(341), + [aux_sym__inline_directive_token1] = ACTIONS(343), + [aux_sym__inline_directive_token2] = ACTIONS(345), + [anon_sym_ATfragment] = ACTIONS(347), + [anon_sym_ATsection] = ACTIONS(349), + [anon_sym_ATonce] = ACTIONS(351), + [anon_sym_ATverbatim] = ACTIONS(353), + [anon_sym_ATpush] = ACTIONS(355), + [anon_sym_ATpushOnce] = ACTIONS(357), + [anon_sym_ATpushIf] = ACTIONS(359), + [anon_sym_ATprepend] = ACTIONS(361), + [anon_sym_ATprependOnce] = ACTIONS(363), + [anon_sym_ATelse] = ACTIONS(365), + [aux_sym_conditional_keyword_token1] = ACTIONS(367), + [anon_sym_ATif] = ACTIONS(369), + [anon_sym_ATunless] = ACTIONS(371), + [anon_sym_ATisset] = ACTIONS(373), + [anon_sym_ATempty] = ACTIONS(375), + [anon_sym_ATauth] = ACTIONS(377), + [anon_sym_ATguest] = ACTIONS(379), + [anon_sym_ATproduction] = ACTIONS(381), + [anon_sym_ATenv] = ACTIONS(385), + [anon_sym_AThasSection] = ACTIONS(387), + [anon_sym_ATsectionMissing] = ACTIONS(389), + [anon_sym_ATerror] = ACTIONS(391), + [anon_sym_ATcan] = ACTIONS(393), + [anon_sym_ATcannot] = ACTIONS(395), + [anon_sym_ATcanany] = ACTIONS(397), + [anon_sym_ATfeature] = ACTIONS(399), + [aux_sym__custom_token1] = ACTIONS(401), + [aux_sym__custom_token2] = ACTIONS(403), + [anon_sym_ATswitch] = ACTIONS(405), + [aux_sym_loop_operator_token1] = ACTIONS(407), + [anon_sym_ATfor] = ACTIONS(409), + [anon_sym_ATforeach] = ACTIONS(411), + [anon_sym_ATforelse] = ACTIONS(413), + [anon_sym_ATwhile] = ACTIONS(415), + [anon_sym_ATsetup] = ACTIONS(417), + [anon_sym_ATtask] = ACTIONS(419), + [anon_sym_ATstory] = ACTIONS(421), + [anon_sym_ATbefore] = ACTIONS(423), + [anon_sym_ATafter] = ACTIONS(425), + [anon_sym_ATsuccess] = ACTIONS(427), + [anon_sym_ATfinished] = ACTIONS(429), + [anon_sym_ATpersist] = ACTIONS(431), + [anon_sym_ATteleport] = ACTIONS(433), + [anon_sym_ATvolt] = ACTIONS(435), + [aux_sym__text_token1] = ACTIONS(437), + [aux_sym__text_token2] = ACTIONS(437), + [aux_sym__text_token3] = ACTIONS(439), }, [184] = { [sym__definition] = STATE(257), @@ -48288,66 +48328,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4069), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4143), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [185] = { [sym__definition] = STATE(464), @@ -48408,76 +48449,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(464), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(464), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(464), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4105), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4107), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4179), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4181), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [186] = { [sym__definition] = STATE(276), [sym_keyword] = STATE(276), [sym_php_statement] = STATE(276), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(276), [sym__inline_directive] = STATE(276), [sym__nested_directive] = STATE(276), @@ -48487,117 +48529,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(276), [sym_verbatim] = STATE(276), [sym_stack] = STATE(276), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(276), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(276), [sym_loop] = STATE(276), [sym_loop_operator] = STATE(276), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(276), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(276), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(276), [sym_text] = STATE(276), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4109), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4131), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4183), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4207), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [187] = { [sym__definition] = STATE(467), [sym_keyword] = STATE(467), [sym_php_statement] = STATE(467), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(467), [sym__inline_directive] = STATE(467), [sym__nested_directive] = STATE(467), @@ -48607,107 +48650,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(467), [sym_verbatim] = STATE(467), [sym_stack] = STATE(467), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(467), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(467), [sym_loop] = STATE(467), [sym_loop_operator] = STATE(467), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(467), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(467), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(467), [sym_text] = STATE(467), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4213), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4233), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4289), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4311), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [188] = { [sym__definition] = STATE(257), @@ -48768,66 +48812,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4317), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4395), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [189] = { [sym__definition] = STATE(654), @@ -48893,61 +48938,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4337), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4417), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [190] = { [sym__definition] = STATE(188), @@ -49008,66 +49054,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(188), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(188), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(188), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4423), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4425), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4503), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4505), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [191] = { [sym__definition] = STATE(257), @@ -49128,66 +49175,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4425), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4505), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [192] = { [sym__definition] = STATE(189), @@ -49253,61 +49301,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(189), [sym_text] = STATE(189), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4427), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4429), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4507), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4509), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [193] = { [sym__definition] = STATE(654), @@ -49373,61 +49422,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4431), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4511), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [194] = { [sym__definition] = STATE(191), @@ -49488,66 +49538,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(191), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(191), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(191), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4433), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4435), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4513), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [195] = { [sym__definition] = STATE(193), @@ -49613,71 +49664,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(193), [sym_text] = STATE(193), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4439), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4517), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4519), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [196] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -49687,117 +49739,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4443), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4523), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [197] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -49807,117 +49860,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4447), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4527), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [198] = { [sym__definition] = STATE(196), [sym_keyword] = STATE(196), [sym_php_statement] = STATE(196), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(196), [sym__inline_directive] = STATE(196), [sym__nested_directive] = STATE(196), @@ -49927,117 +49981,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(196), [sym_verbatim] = STATE(196), [sym_stack] = STATE(196), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(196), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(196), [sym_loop] = STATE(196), [sym_loop_operator] = STATE(196), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(196), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(196), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(196), [sym_text] = STATE(196), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4449), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4451), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4529), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4531), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [199] = { [sym__definition] = STATE(197), [sym_keyword] = STATE(197), [sym_php_statement] = STATE(197), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(197), [sym__inline_directive] = STATE(197), [sym__nested_directive] = STATE(197), @@ -50047,107 +50102,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(197), [sym_verbatim] = STATE(197), [sym_stack] = STATE(197), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(197), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(197), [sym_loop] = STATE(197), [sym_loop_operator] = STATE(197), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(197), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(197), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(197), [sym_text] = STATE(197), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4453), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4455), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4533), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4535), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [200] = { [sym__definition] = STATE(257), @@ -50208,66 +50264,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4457), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4537), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [201] = { [sym__definition] = STATE(654), @@ -50333,61 +50390,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4539), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [202] = { [sym__definition] = STATE(200), @@ -50448,66 +50506,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(200), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(200), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(200), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4461), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4463), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4541), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4543), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [203] = { [sym__definition] = STATE(257), @@ -50568,66 +50627,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4463), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4543), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [204] = { [sym__definition] = STATE(654), @@ -50693,61 +50753,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4465), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4545), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [205] = { [sym__definition] = STATE(201), @@ -50813,61 +50874,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(201), [sym_text] = STATE(201), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4467), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4469), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4547), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4549), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [206] = { [sym__definition] = STATE(654), @@ -50933,61 +50995,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4471), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4551), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [207] = { [sym__definition] = STATE(203), @@ -51048,66 +51111,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(203), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(203), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(203), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4473), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4475), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4553), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4555), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [208] = { [sym__definition] = STATE(221), @@ -51173,61 +51237,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(221), [sym_text] = STATE(221), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4477), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4479), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4557), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4559), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [209] = { [sym__definition] = STATE(206), @@ -51293,71 +51358,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(206), [sym_text] = STATE(206), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4481), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4483), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4561), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4563), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [210] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -51367,107 +51433,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4485), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4565), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [211] = { [sym__definition] = STATE(257), @@ -51528,76 +51595,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4487), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4567), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [212] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -51607,107 +51675,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4489), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4569), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [213] = { [sym__definition] = STATE(225), @@ -51768,76 +51837,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(225), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(225), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(225), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4491), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4487), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4571), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4567), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [214] = { [sym__definition] = STATE(210), [sym_keyword] = STATE(210), [sym_php_statement] = STATE(210), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(210), [sym__inline_directive] = STATE(210), [sym__nested_directive] = STATE(210), @@ -51847,117 +51917,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(210), [sym_verbatim] = STATE(210), [sym_stack] = STATE(210), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(210), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(210), [sym_loop] = STATE(210), [sym_loop_operator] = STATE(210), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(210), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(210), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(210), [sym_text] = STATE(210), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4493), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4495), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4573), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4575), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [215] = { [sym__definition] = STATE(212), [sym_keyword] = STATE(212), [sym_php_statement] = STATE(212), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(212), [sym__inline_directive] = STATE(212), [sym__nested_directive] = STATE(212), @@ -51967,107 +52038,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(212), [sym_verbatim] = STATE(212), [sym_stack] = STATE(212), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(212), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(212), [sym_loop] = STATE(212), [sym_loop_operator] = STATE(212), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(212), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(212), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(212), [sym_text] = STATE(212), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4497), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4499), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4577), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4579), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [216] = { [sym__definition] = STATE(257), @@ -52128,66 +52200,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4501), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4581), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [217] = { [sym__definition] = STATE(654), @@ -52253,61 +52326,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4503), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4583), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [218] = { [sym__definition] = STATE(216), @@ -52368,66 +52442,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(216), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(216), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(216), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4505), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4507), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4585), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4587), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [219] = { [sym__definition] = STATE(257), @@ -52488,66 +52563,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4507), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4587), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [220] = { [sym__definition] = STATE(217), @@ -52613,61 +52689,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(217), [sym_text] = STATE(217), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4509), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4511), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4589), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4591), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [221] = { [sym__definition] = STATE(654), @@ -52733,61 +52810,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4513), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4593), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [222] = { [sym__definition] = STATE(654), @@ -52853,61 +52931,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4515), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4595), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [223] = { [sym__definition] = STATE(219), @@ -52968,66 +53047,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(219), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(219), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(219), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4517), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4519), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4597), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4599), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [224] = { [sym__definition] = STATE(222), @@ -53093,61 +53173,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(222), [sym_text] = STATE(222), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4521), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4523), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4601), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4603), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [225] = { [sym__definition] = STATE(257), @@ -53208,76 +53289,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4525), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4605), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [226] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -53287,117 +53369,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4527), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4607), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [227] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -53407,117 +53490,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4529), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4609), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [228] = { [sym__definition] = STATE(226), [sym_keyword] = STATE(226), [sym_php_statement] = STATE(226), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(226), [sym__inline_directive] = STATE(226), [sym__nested_directive] = STATE(226), @@ -53527,117 +53611,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(226), [sym_verbatim] = STATE(226), [sym_stack] = STATE(226), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(226), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(226), [sym_loop] = STATE(226), [sym_loop_operator] = STATE(226), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(226), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(226), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(226), [sym_text] = STATE(226), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4531), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4533), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4611), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4613), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [229] = { [sym__definition] = STATE(227), [sym_keyword] = STATE(227), [sym_php_statement] = STATE(227), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(227), [sym__inline_directive] = STATE(227), [sym__nested_directive] = STATE(227), @@ -53647,117 +53732,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(227), [sym_verbatim] = STATE(227), [sym_stack] = STATE(227), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(227), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(227), [sym_loop] = STATE(227), [sym_loop_operator] = STATE(227), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(227), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(227), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(227), [sym_text] = STATE(227), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4535), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4537), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4615), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4617), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [230] = { [sym__definition] = STATE(610), [sym_keyword] = STATE(610), [sym_php_statement] = STATE(610), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(610), [sym__inline_directive] = STATE(610), [sym__nested_directive] = STATE(610), @@ -53767,107 +53853,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(610), [sym_verbatim] = STATE(610), [sym_stack] = STATE(610), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(610), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(610), [sym_loop] = STATE(610), [sym_loop_operator] = STATE(610), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(610), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(610), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(610), [sym_text] = STATE(610), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4539), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4541), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4619), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4621), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [231] = { [sym__definition] = STATE(257), @@ -53928,66 +54015,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4543), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4623), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [232] = { [sym__definition] = STATE(654), @@ -54053,61 +54141,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4545), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4625), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [233] = { [sym__definition] = STATE(231), @@ -54168,66 +54257,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(231), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(231), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(231), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4549), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4627), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4629), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [234] = { [sym__definition] = STATE(257), @@ -54288,66 +54378,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4549), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4629), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [235] = { [sym__definition] = STATE(232), @@ -54413,61 +54504,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(232), [sym_text] = STATE(232), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4551), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4553), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4631), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4633), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [236] = { [sym__definition] = STATE(654), @@ -54533,61 +54625,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4555), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4635), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [237] = { [sym__definition] = STATE(234), @@ -54648,66 +54741,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(234), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(234), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(234), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4557), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4559), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4637), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4639), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [238] = { [sym__definition] = STATE(236), @@ -54773,71 +54867,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(236), [sym_text] = STATE(236), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4561), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4563), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4641), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4643), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [239] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -54847,117 +54942,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4565), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4645), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [240] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -54967,117 +55063,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4567), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4647), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [241] = { [sym__definition] = STATE(239), [sym_keyword] = STATE(239), [sym_php_statement] = STATE(239), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(239), [sym__inline_directive] = STATE(239), [sym__nested_directive] = STATE(239), @@ -55087,117 +55184,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(239), [sym_verbatim] = STATE(239), [sym_stack] = STATE(239), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(239), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(239), [sym_loop] = STATE(239), [sym_loop_operator] = STATE(239), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(239), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(239), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(239), [sym_text] = STATE(239), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4569), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4571), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4649), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4651), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [242] = { [sym__definition] = STATE(240), [sym_keyword] = STATE(240), [sym_php_statement] = STATE(240), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(240), [sym__inline_directive] = STATE(240), [sym__nested_directive] = STATE(240), @@ -55207,107 +55305,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(240), [sym_verbatim] = STATE(240), [sym_stack] = STATE(240), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(240), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(240), [sym_loop] = STATE(240), [sym_loop_operator] = STATE(240), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(240), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(240), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(240), [sym_text] = STATE(240), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4573), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4575), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4653), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4655), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [243] = { [sym__definition] = STATE(257), @@ -55368,66 +55467,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4577), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4657), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [244] = { [sym__definition] = STATE(654), @@ -55493,61 +55593,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4579), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4659), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [245] = { [sym__definition] = STATE(243), @@ -55608,76 +55709,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(243), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(243), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(243), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4581), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4583), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4661), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4663), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [246] = { [sym__definition] = STATE(266), [sym_keyword] = STATE(266), [sym_php_statement] = STATE(266), - [sym__escaped] = STATE(3486), - [sym__unescaped] = STATE(3486), - [sym__raw] = STATE(3486), - [sym__inline_raw] = STATE(3486), - [sym__multi_line_raw] = STATE(3486), + [sym__escaped] = STATE(3287), + [sym__unescaped] = STATE(3287), + [sym__raw] = STATE(3287), + [sym__inline_raw] = STATE(3287), + [sym__multi_line_raw] = STATE(3287), [sym_attribute] = STATE(266), [sym__inline_directive] = STATE(266), [sym__nested_directive] = STATE(266), @@ -55687,107 +55789,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(266), [sym_verbatim] = STATE(266), [sym_stack] = STATE(266), - [sym__push] = STATE(3487), - [sym__pushOnce] = STATE(3487), - [sym__pushIf] = STATE(3487), - [sym__prepend] = STATE(3487), - [sym__prependOnce] = STATE(3487), + [sym__push] = STATE(3290), + [sym__pushOnce] = STATE(3290), + [sym__pushIf] = STATE(3290), + [sym__prepend] = STATE(3290), + [sym__prependOnce] = STATE(3290), [sym_conditional] = STATE(266), - [sym__if] = STATE(3488), - [sym__unless] = STATE(3488), - [sym__isset] = STATE(3488), - [sym__empty] = STATE(3488), - [sym__auth] = STATE(3488), - [sym__guest] = STATE(3488), - [sym__production] = STATE(3488), - [sym__env] = STATE(3488), - [sym__hasSection] = STATE(3488), - [sym__sectionMissing] = STATE(3488), - [sym__error] = STATE(3488), - [sym_authorization] = STATE(3488), - [sym__can] = STATE(3489), - [sym__cannot] = STATE(3489), - [sym__canany] = STATE(3489), - [sym__feature] = STATE(3488), - [sym__custom] = STATE(3488), + [sym__if] = STATE(3292), + [sym__unless] = STATE(3292), + [sym__isset] = STATE(3292), + [sym__empty] = STATE(3292), + [sym__auth] = STATE(3292), + [sym__guest] = STATE(3292), + [sym__production] = STATE(3292), + [sym__env] = STATE(3292), + [sym__hasSection] = STATE(3292), + [sym__sectionMissing] = STATE(3292), + [sym__error] = STATE(3292), + [sym_authorization] = STATE(3292), + [sym__can] = STATE(3293), + [sym__cannot] = STATE(3293), + [sym__canany] = STATE(3293), + [sym__feature] = STATE(3292), + [sym__custom] = STATE(3292), [sym_switch] = STATE(266), [sym_loop] = STATE(266), [sym_loop_operator] = STATE(266), - [sym__for] = STATE(3490), - [sym__foreach] = STATE(3490), - [sym__forelse] = STATE(3490), - [sym__while] = STATE(3490), + [sym__for] = STATE(3295), + [sym__foreach] = STATE(3295), + [sym__forelse] = STATE(3295), + [sym__while] = STATE(3295), [sym_envoy] = STATE(266), - [sym__setup] = STATE(3486), - [sym__task] = STATE(3491), - [sym__story] = STATE(3491), - [sym__hooks] = STATE(3486), - [sym__before] = STATE(3486), - [sym__after] = STATE(3486), - [sym__envoy_error] = STATE(3486), - [sym__success] = STATE(3486), - [sym__finished] = STATE(3486), + [sym__setup] = STATE(3287), + [sym__task] = STATE(3297), + [sym__story] = STATE(3297), + [sym__hooks] = STATE(3287), + [sym__before] = STATE(3287), + [sym__after] = STATE(3287), + [sym__envoy_error] = STATE(3287), + [sym__success] = STATE(3287), + [sym__finished] = STATE(3287), [sym_livewire] = STATE(266), - [sym__persist] = STATE(3494), - [sym__teleport] = STATE(3494), - [sym__volt] = STATE(3494), + [sym__persist] = STATE(3303), + [sym__teleport] = STATE(3303), + [sym__volt] = STATE(3303), [aux_sym__directive_body] = STATE(266), [sym_text] = STATE(266), [sym__text] = STATE(895), [aux_sym_php_only_repeat1] = STATE(895), - [sym_comment] = ACTIONS(4585), - [aux_sym_keyword_token1] = ACTIONS(4587), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4589), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4591), - [anon_sym_ATphp] = ACTIONS(4593), - [aux_sym_attribute_token1] = ACTIONS(4595), - [aux_sym__inline_directive_token1] = ACTIONS(4597), - [anon_sym_ATfragment] = ACTIONS(4599), - [anon_sym_ATsection] = ACTIONS(4601), - [anon_sym_ATonce] = ACTIONS(4603), - [anon_sym_ATverbatim] = ACTIONS(4605), - [anon_sym_ATpush] = ACTIONS(4607), - [anon_sym_ATendpush] = ACTIONS(4609), - [anon_sym_ATpushOnce] = ACTIONS(4611), - [anon_sym_ATpushIf] = ACTIONS(4613), - [anon_sym_ATprepend] = ACTIONS(4615), - [anon_sym_ATprependOnce] = ACTIONS(4617), - [anon_sym_ATif] = ACTIONS(4619), - [anon_sym_ATunless] = ACTIONS(4621), - [anon_sym_ATisset] = ACTIONS(4623), - [anon_sym_ATempty] = ACTIONS(4625), - [anon_sym_ATauth] = ACTIONS(4627), - [anon_sym_ATguest] = ACTIONS(4629), - [anon_sym_ATproduction] = ACTIONS(4631), - [anon_sym_ATenv] = ACTIONS(4633), - [anon_sym_AThasSection] = ACTIONS(4635), - [anon_sym_ATsectionMissing] = ACTIONS(4637), - [anon_sym_ATerror] = ACTIONS(4639), - [anon_sym_ATcan] = ACTIONS(4641), - [anon_sym_ATcannot] = ACTIONS(4643), - [anon_sym_ATcanany] = ACTIONS(4645), - [anon_sym_ATfeature] = ACTIONS(4647), - [aux_sym__custom_token1] = ACTIONS(4649), - [aux_sym__custom_token2] = ACTIONS(4651), - [anon_sym_ATswitch] = ACTIONS(4653), - [aux_sym_loop_operator_token1] = ACTIONS(4655), - [anon_sym_ATfor] = ACTIONS(4657), - [anon_sym_ATforeach] = ACTIONS(4659), - [anon_sym_ATforelse] = ACTIONS(4661), - [anon_sym_ATwhile] = ACTIONS(4663), - [anon_sym_ATsetup] = ACTIONS(4665), - [anon_sym_ATtask] = ACTIONS(4667), - [anon_sym_ATstory] = ACTIONS(4669), - [anon_sym_ATbefore] = ACTIONS(4671), - [anon_sym_ATafter] = ACTIONS(4673), - [anon_sym_ATsuccess] = ACTIONS(4675), - [anon_sym_ATfinished] = ACTIONS(4677), - [anon_sym_ATpersist] = ACTIONS(4679), - [anon_sym_ATteleport] = ACTIONS(4681), - [anon_sym_ATvolt] = ACTIONS(4683), - [aux_sym__text_token1] = ACTIONS(4685), - [aux_sym__text_token2] = ACTIONS(4685), - [aux_sym__text_token3] = ACTIONS(4687), + [sym_comment] = ACTIONS(4665), + [aux_sym_keyword_token1] = ACTIONS(4667), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4669), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4671), + [anon_sym_ATphp] = ACTIONS(4673), + [aux_sym_attribute_token1] = ACTIONS(4675), + [aux_sym__inline_directive_token1] = ACTIONS(4677), + [aux_sym__inline_directive_token2] = ACTIONS(4679), + [anon_sym_ATfragment] = ACTIONS(4681), + [anon_sym_ATsection] = ACTIONS(4683), + [anon_sym_ATonce] = ACTIONS(4685), + [anon_sym_ATverbatim] = ACTIONS(4687), + [anon_sym_ATpush] = ACTIONS(4689), + [anon_sym_ATendpush] = ACTIONS(4691), + [anon_sym_ATpushOnce] = ACTIONS(4693), + [anon_sym_ATpushIf] = ACTIONS(4695), + [anon_sym_ATprepend] = ACTIONS(4697), + [anon_sym_ATprependOnce] = ACTIONS(4699), + [anon_sym_ATif] = ACTIONS(4701), + [anon_sym_ATunless] = ACTIONS(4703), + [anon_sym_ATisset] = ACTIONS(4705), + [anon_sym_ATempty] = ACTIONS(4707), + [anon_sym_ATauth] = ACTIONS(4709), + [anon_sym_ATguest] = ACTIONS(4711), + [anon_sym_ATproduction] = ACTIONS(4713), + [anon_sym_ATenv] = ACTIONS(4715), + [anon_sym_AThasSection] = ACTIONS(4717), + [anon_sym_ATsectionMissing] = ACTIONS(4719), + [anon_sym_ATerror] = ACTIONS(4721), + [anon_sym_ATcan] = ACTIONS(4723), + [anon_sym_ATcannot] = ACTIONS(4725), + [anon_sym_ATcanany] = ACTIONS(4727), + [anon_sym_ATfeature] = ACTIONS(4729), + [aux_sym__custom_token1] = ACTIONS(4731), + [aux_sym__custom_token2] = ACTIONS(4733), + [anon_sym_ATswitch] = ACTIONS(4735), + [aux_sym_loop_operator_token1] = ACTIONS(4737), + [anon_sym_ATfor] = ACTIONS(4739), + [anon_sym_ATforeach] = ACTIONS(4741), + [anon_sym_ATforelse] = ACTIONS(4743), + [anon_sym_ATwhile] = ACTIONS(4745), + [anon_sym_ATsetup] = ACTIONS(4747), + [anon_sym_ATtask] = ACTIONS(4749), + [anon_sym_ATstory] = ACTIONS(4751), + [anon_sym_ATbefore] = ACTIONS(4753), + [anon_sym_ATafter] = ACTIONS(4755), + [anon_sym_ATsuccess] = ACTIONS(4757), + [anon_sym_ATfinished] = ACTIONS(4759), + [anon_sym_ATpersist] = ACTIONS(4761), + [anon_sym_ATteleport] = ACTIONS(4763), + [anon_sym_ATvolt] = ACTIONS(4765), + [aux_sym__text_token1] = ACTIONS(4767), + [aux_sym__text_token2] = ACTIONS(4767), + [aux_sym__text_token3] = ACTIONS(4769), }, [247] = { [sym__definition] = STATE(257), @@ -55848,66 +55951,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4583), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4663), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [248] = { [sym__definition] = STATE(244), @@ -55973,61 +56077,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(244), [sym_text] = STATE(244), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4689), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4691), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4771), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4773), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [249] = { [sym__definition] = STATE(654), @@ -56093,61 +56198,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4693), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4775), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [250] = { [sym__definition] = STATE(328), @@ -56215,59 +56321,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(328), [sym__text] = STATE(995), [aux_sym_php_only_repeat1] = STATE(995), - [sym_comment] = ACTIONS(4695), - [aux_sym_keyword_token1] = ACTIONS(4697), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4699), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4701), - [anon_sym_ATphp] = ACTIONS(4703), - [aux_sym_attribute_token1] = ACTIONS(4705), - [aux_sym__inline_directive_token1] = ACTIONS(4707), - [anon_sym_ATfragment] = ACTIONS(4709), - [anon_sym_ATsection] = ACTIONS(4711), - [anon_sym_ATonce] = ACTIONS(4713), - [anon_sym_ATverbatim] = ACTIONS(4715), - [anon_sym_ATpush] = ACTIONS(4717), - [anon_sym_ATpushOnce] = ACTIONS(4719), - [anon_sym_ATpushIf] = ACTIONS(4721), - [anon_sym_ATprepend] = ACTIONS(4723), - [anon_sym_ATprependOnce] = ACTIONS(4725), - [anon_sym_ATif] = ACTIONS(4727), - [anon_sym_ATunless] = ACTIONS(4729), - [anon_sym_ATisset] = ACTIONS(4731), - [anon_sym_ATempty] = ACTIONS(4733), - [anon_sym_ATauth] = ACTIONS(4735), - [anon_sym_ATguest] = ACTIONS(4737), - [anon_sym_ATproduction] = ACTIONS(4739), - [anon_sym_ATenv] = ACTIONS(4741), - [anon_sym_AThasSection] = ACTIONS(4743), - [anon_sym_ATsectionMissing] = ACTIONS(4745), - [anon_sym_ATerror] = ACTIONS(4747), - [anon_sym_ATcan] = ACTIONS(4749), - [anon_sym_ATcannot] = ACTIONS(4751), - [anon_sym_ATcanany] = ACTIONS(4753), - [anon_sym_ATfeature] = ACTIONS(4755), - [aux_sym__custom_token1] = ACTIONS(4757), - [aux_sym__custom_token2] = ACTIONS(4759), - [anon_sym_ATswitch] = ACTIONS(4761), - [aux_sym_loop_operator_token1] = ACTIONS(4763), - [anon_sym_ATfor] = ACTIONS(4765), - [anon_sym_ATforeach] = ACTIONS(4767), - [anon_sym_ATendforeach] = ACTIONS(4609), - [anon_sym_ATforelse] = ACTIONS(4769), - [anon_sym_ATwhile] = ACTIONS(4771), - [anon_sym_ATsetup] = ACTIONS(4773), - [anon_sym_ATtask] = ACTIONS(4775), - [anon_sym_ATstory] = ACTIONS(4777), - [anon_sym_ATbefore] = ACTIONS(4779), - [anon_sym_ATafter] = ACTIONS(4781), - [anon_sym_ATsuccess] = ACTIONS(4783), - [anon_sym_ATfinished] = ACTIONS(4785), - [anon_sym_ATpersist] = ACTIONS(4787), - [anon_sym_ATteleport] = ACTIONS(4789), - [anon_sym_ATvolt] = ACTIONS(4791), - [aux_sym__text_token1] = ACTIONS(4793), - [aux_sym__text_token2] = ACTIONS(4793), - [aux_sym__text_token3] = ACTIONS(4795), + [sym_comment] = ACTIONS(4777), + [aux_sym_keyword_token1] = ACTIONS(4779), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4781), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4783), + [anon_sym_ATphp] = ACTIONS(4785), + [aux_sym_attribute_token1] = ACTIONS(4787), + [aux_sym__inline_directive_token1] = ACTIONS(4789), + [aux_sym__inline_directive_token2] = ACTIONS(4791), + [anon_sym_ATfragment] = ACTIONS(4793), + [anon_sym_ATsection] = ACTIONS(4795), + [anon_sym_ATonce] = ACTIONS(4797), + [anon_sym_ATverbatim] = ACTIONS(4799), + [anon_sym_ATpush] = ACTIONS(4801), + [anon_sym_ATpushOnce] = ACTIONS(4803), + [anon_sym_ATpushIf] = ACTIONS(4805), + [anon_sym_ATprepend] = ACTIONS(4807), + [anon_sym_ATprependOnce] = ACTIONS(4809), + [anon_sym_ATif] = ACTIONS(4811), + [anon_sym_ATunless] = ACTIONS(4813), + [anon_sym_ATisset] = ACTIONS(4815), + [anon_sym_ATempty] = ACTIONS(4817), + [anon_sym_ATauth] = ACTIONS(4819), + [anon_sym_ATguest] = ACTIONS(4821), + [anon_sym_ATproduction] = ACTIONS(4823), + [anon_sym_ATenv] = ACTIONS(4825), + [anon_sym_AThasSection] = ACTIONS(4827), + [anon_sym_ATsectionMissing] = ACTIONS(4829), + [anon_sym_ATerror] = ACTIONS(4831), + [anon_sym_ATcan] = ACTIONS(4833), + [anon_sym_ATcannot] = ACTIONS(4835), + [anon_sym_ATcanany] = ACTIONS(4837), + [anon_sym_ATfeature] = ACTIONS(4839), + [aux_sym__custom_token1] = ACTIONS(4841), + [aux_sym__custom_token2] = ACTIONS(4843), + [anon_sym_ATswitch] = ACTIONS(4845), + [aux_sym_loop_operator_token1] = ACTIONS(4847), + [anon_sym_ATfor] = ACTIONS(4849), + [anon_sym_ATforeach] = ACTIONS(4851), + [anon_sym_ATendforeach] = ACTIONS(4691), + [anon_sym_ATforelse] = ACTIONS(4853), + [anon_sym_ATwhile] = ACTIONS(4855), + [anon_sym_ATsetup] = ACTIONS(4857), + [anon_sym_ATtask] = ACTIONS(4859), + [anon_sym_ATstory] = ACTIONS(4861), + [anon_sym_ATbefore] = ACTIONS(4863), + [anon_sym_ATafter] = ACTIONS(4865), + [anon_sym_ATsuccess] = ACTIONS(4867), + [anon_sym_ATfinished] = ACTIONS(4869), + [anon_sym_ATpersist] = ACTIONS(4871), + [anon_sym_ATteleport] = ACTIONS(4873), + [anon_sym_ATvolt] = ACTIONS(4875), + [aux_sym__text_token1] = ACTIONS(4877), + [aux_sym__text_token2] = ACTIONS(4877), + [aux_sym__text_token3] = ACTIONS(4879), }, [251] = { [sym__definition] = STATE(247), @@ -56328,66 +56435,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(247), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(247), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(247), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4797), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4799), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4881), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(4883), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [252] = { [sym__definition] = STATE(249), @@ -56453,71 +56561,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(249), [sym_text] = STATE(249), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4801), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4803), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4885), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(4887), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [253] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -56527,117 +56636,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4805), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4889), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [254] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -56647,117 +56757,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4807), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4891), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [255] = { [sym__definition] = STATE(253), [sym_keyword] = STATE(253), [sym_php_statement] = STATE(253), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(253), [sym__inline_directive] = STATE(253), [sym__nested_directive] = STATE(253), @@ -56767,117 +56878,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(253), [sym_verbatim] = STATE(253), [sym_stack] = STATE(253), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(253), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(253), [sym_loop] = STATE(253), [sym_loop_operator] = STATE(253), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(253), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(253), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(253), [sym_text] = STATE(253), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4809), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(4811), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4893), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(4895), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [256] = { [sym__definition] = STATE(254), [sym_keyword] = STATE(254), [sym_php_statement] = STATE(254), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(254), [sym__inline_directive] = STATE(254), [sym__nested_directive] = STATE(254), @@ -56887,107 +56999,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(254), [sym_verbatim] = STATE(254), [sym_stack] = STATE(254), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(254), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(254), [sym_loop] = STATE(254), [sym_loop_operator] = STATE(254), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(254), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(254), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(254), [sym_text] = STATE(254), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4813), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(4815), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4897), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(4899), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [257] = { [sym__definition] = STATE(257), @@ -57048,66 +57161,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4817), - [aux_sym_keyword_token1] = ACTIONS(4820), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4823), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4826), - [anon_sym_ATphp] = ACTIONS(4829), - [aux_sym_attribute_token1] = ACTIONS(4832), - [aux_sym__inline_directive_token1] = ACTIONS(4835), - [anon_sym_ATfragment] = ACTIONS(4838), - [anon_sym_ATsection] = ACTIONS(4841), - [anon_sym_ATonce] = ACTIONS(4844), - [anon_sym_ATverbatim] = ACTIONS(4847), - [anon_sym_ATpush] = ACTIONS(4850), - [anon_sym_ATpushOnce] = ACTIONS(4853), - [anon_sym_ATpushIf] = ACTIONS(4856), - [anon_sym_ATprepend] = ACTIONS(4859), - [anon_sym_ATprependOnce] = ACTIONS(4862), - [anon_sym_ATif] = ACTIONS(4865), - [anon_sym_ATunless] = ACTIONS(4868), - [anon_sym_ATisset] = ACTIONS(4871), - [anon_sym_ATempty] = ACTIONS(4874), - [anon_sym_ATauth] = ACTIONS(4877), - [anon_sym_ATguest] = ACTIONS(4880), - [anon_sym_ATproduction] = ACTIONS(4883), - [anon_sym_ATenv] = ACTIONS(4886), - [anon_sym_AThasSection] = ACTIONS(4889), - [anon_sym_ATsectionMissing] = ACTIONS(4892), - [anon_sym_ATerror] = ACTIONS(4895), - [anon_sym_ATcan] = ACTIONS(4898), - [anon_sym_ATcannot] = ACTIONS(4901), - [anon_sym_ATcanany] = ACTIONS(4904), - [anon_sym_ATfeature] = ACTIONS(4907), - [aux_sym__custom_token1] = ACTIONS(4910), - [aux_sym__custom_token2] = ACTIONS(4913), - [anon_sym_ATswitch] = ACTIONS(4916), - [anon_sym_ATendswitch] = ACTIONS(4919), - [aux_sym_loop_operator_token1] = ACTIONS(4921), - [anon_sym_ATfor] = ACTIONS(4924), - [anon_sym_ATforeach] = ACTIONS(4927), - [anon_sym_ATforelse] = ACTIONS(4930), - [anon_sym_ATwhile] = ACTIONS(4933), - [anon_sym_ATsetup] = ACTIONS(4936), - [anon_sym_ATtask] = ACTIONS(4939), - [anon_sym_ATstory] = ACTIONS(4942), - [anon_sym_ATbefore] = ACTIONS(4945), - [anon_sym_ATafter] = ACTIONS(4948), - [anon_sym_ATsuccess] = ACTIONS(4951), - [anon_sym_ATfinished] = ACTIONS(4954), - [anon_sym_ATpersist] = ACTIONS(4957), - [anon_sym_ATteleport] = ACTIONS(4960), - [anon_sym_ATvolt] = ACTIONS(4963), - [aux_sym__text_token1] = ACTIONS(4966), - [aux_sym__text_token2] = ACTIONS(4966), - [aux_sym__text_token3] = ACTIONS(4969), + [sym_comment] = ACTIONS(4901), + [aux_sym_keyword_token1] = ACTIONS(4904), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4907), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4910), + [anon_sym_ATphp] = ACTIONS(4913), + [aux_sym_attribute_token1] = ACTIONS(4916), + [aux_sym__inline_directive_token1] = ACTIONS(4919), + [aux_sym__inline_directive_token2] = ACTIONS(4922), + [anon_sym_ATfragment] = ACTIONS(4925), + [anon_sym_ATsection] = ACTIONS(4928), + [anon_sym_ATonce] = ACTIONS(4931), + [anon_sym_ATverbatim] = ACTIONS(4934), + [anon_sym_ATpush] = ACTIONS(4937), + [anon_sym_ATpushOnce] = ACTIONS(4940), + [anon_sym_ATpushIf] = ACTIONS(4943), + [anon_sym_ATprepend] = ACTIONS(4946), + [anon_sym_ATprependOnce] = ACTIONS(4949), + [anon_sym_ATif] = ACTIONS(4952), + [anon_sym_ATunless] = ACTIONS(4955), + [anon_sym_ATisset] = ACTIONS(4958), + [anon_sym_ATempty] = ACTIONS(4961), + [anon_sym_ATauth] = ACTIONS(4964), + [anon_sym_ATguest] = ACTIONS(4967), + [anon_sym_ATproduction] = ACTIONS(4970), + [anon_sym_ATenv] = ACTIONS(4973), + [anon_sym_AThasSection] = ACTIONS(4976), + [anon_sym_ATsectionMissing] = ACTIONS(4979), + [anon_sym_ATerror] = ACTIONS(4982), + [anon_sym_ATcan] = ACTIONS(4985), + [anon_sym_ATcannot] = ACTIONS(4988), + [anon_sym_ATcanany] = ACTIONS(4991), + [anon_sym_ATfeature] = ACTIONS(4994), + [aux_sym__custom_token1] = ACTIONS(4997), + [aux_sym__custom_token2] = ACTIONS(5000), + [anon_sym_ATswitch] = ACTIONS(5003), + [anon_sym_ATendswitch] = ACTIONS(5006), + [aux_sym_loop_operator_token1] = ACTIONS(5008), + [anon_sym_ATfor] = ACTIONS(5011), + [anon_sym_ATforeach] = ACTIONS(5014), + [anon_sym_ATforelse] = ACTIONS(5017), + [anon_sym_ATwhile] = ACTIONS(5020), + [anon_sym_ATsetup] = ACTIONS(5023), + [anon_sym_ATtask] = ACTIONS(5026), + [anon_sym_ATstory] = ACTIONS(5029), + [anon_sym_ATbefore] = ACTIONS(5032), + [anon_sym_ATafter] = ACTIONS(5035), + [anon_sym_ATsuccess] = ACTIONS(5038), + [anon_sym_ATfinished] = ACTIONS(5041), + [anon_sym_ATpersist] = ACTIONS(5044), + [anon_sym_ATteleport] = ACTIONS(5047), + [anon_sym_ATvolt] = ACTIONS(5050), + [aux_sym__text_token1] = ACTIONS(5053), + [aux_sym__text_token2] = ACTIONS(5053), + [aux_sym__text_token3] = ACTIONS(5056), }, [258] = { [sym__definition] = STATE(257), @@ -57168,66 +57282,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4972), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5059), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [259] = { [sym__definition] = STATE(654), @@ -57293,61 +57408,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4974), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5061), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [260] = { [sym__definition] = STATE(258), @@ -57408,66 +57524,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(258), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(258), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(258), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4976), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4978), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5063), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5065), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [261] = { [sym__definition] = STATE(257), @@ -57528,66 +57645,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4978), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5065), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [262] = { [sym__definition] = STATE(259), @@ -57653,61 +57771,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(259), [sym_text] = STATE(259), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4980), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4982), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5067), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5069), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [263] = { [sym__definition] = STATE(654), @@ -57773,61 +57892,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4984), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5071), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [264] = { [sym__definition] = STATE(261), @@ -57888,66 +58008,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(261), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(261), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(261), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4986), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(4988), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5075), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [265] = { [sym__definition] = STATE(263), @@ -58013,71 +58134,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(263), [sym_text] = STATE(263), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4990), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(4992), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5077), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5079), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [266] = { [sym__definition] = STATE(460), [sym_keyword] = STATE(460), [sym_php_statement] = STATE(460), - [sym__escaped] = STATE(3486), - [sym__unescaped] = STATE(3486), - [sym__raw] = STATE(3486), - [sym__inline_raw] = STATE(3486), - [sym__multi_line_raw] = STATE(3486), + [sym__escaped] = STATE(3287), + [sym__unescaped] = STATE(3287), + [sym__raw] = STATE(3287), + [sym__inline_raw] = STATE(3287), + [sym__multi_line_raw] = STATE(3287), [sym_attribute] = STATE(460), [sym__inline_directive] = STATE(460), [sym__nested_directive] = STATE(460), @@ -58087,117 +58209,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(460), [sym_verbatim] = STATE(460), [sym_stack] = STATE(460), - [sym__push] = STATE(3487), - [sym__pushOnce] = STATE(3487), - [sym__pushIf] = STATE(3487), - [sym__prepend] = STATE(3487), - [sym__prependOnce] = STATE(3487), + [sym__push] = STATE(3290), + [sym__pushOnce] = STATE(3290), + [sym__pushIf] = STATE(3290), + [sym__prepend] = STATE(3290), + [sym__prependOnce] = STATE(3290), [sym_conditional] = STATE(460), - [sym__if] = STATE(3488), - [sym__unless] = STATE(3488), - [sym__isset] = STATE(3488), - [sym__empty] = STATE(3488), - [sym__auth] = STATE(3488), - [sym__guest] = STATE(3488), - [sym__production] = STATE(3488), - [sym__env] = STATE(3488), - [sym__hasSection] = STATE(3488), - [sym__sectionMissing] = STATE(3488), - [sym__error] = STATE(3488), - [sym_authorization] = STATE(3488), - [sym__can] = STATE(3489), - [sym__cannot] = STATE(3489), - [sym__canany] = STATE(3489), - [sym__feature] = STATE(3488), - [sym__custom] = STATE(3488), + [sym__if] = STATE(3292), + [sym__unless] = STATE(3292), + [sym__isset] = STATE(3292), + [sym__empty] = STATE(3292), + [sym__auth] = STATE(3292), + [sym__guest] = STATE(3292), + [sym__production] = STATE(3292), + [sym__env] = STATE(3292), + [sym__hasSection] = STATE(3292), + [sym__sectionMissing] = STATE(3292), + [sym__error] = STATE(3292), + [sym_authorization] = STATE(3292), + [sym__can] = STATE(3293), + [sym__cannot] = STATE(3293), + [sym__canany] = STATE(3293), + [sym__feature] = STATE(3292), + [sym__custom] = STATE(3292), [sym_switch] = STATE(460), [sym_loop] = STATE(460), [sym_loop_operator] = STATE(460), - [sym__for] = STATE(3490), - [sym__foreach] = STATE(3490), - [sym__forelse] = STATE(3490), - [sym__while] = STATE(3490), + [sym__for] = STATE(3295), + [sym__foreach] = STATE(3295), + [sym__forelse] = STATE(3295), + [sym__while] = STATE(3295), [sym_envoy] = STATE(460), - [sym__setup] = STATE(3486), - [sym__task] = STATE(3491), - [sym__story] = STATE(3491), - [sym__hooks] = STATE(3486), - [sym__before] = STATE(3486), - [sym__after] = STATE(3486), - [sym__envoy_error] = STATE(3486), - [sym__success] = STATE(3486), - [sym__finished] = STATE(3486), + [sym__setup] = STATE(3287), + [sym__task] = STATE(3297), + [sym__story] = STATE(3297), + [sym__hooks] = STATE(3287), + [sym__before] = STATE(3287), + [sym__after] = STATE(3287), + [sym__envoy_error] = STATE(3287), + [sym__success] = STATE(3287), + [sym__finished] = STATE(3287), [sym_livewire] = STATE(460), - [sym__persist] = STATE(3494), - [sym__teleport] = STATE(3494), - [sym__volt] = STATE(3494), + [sym__persist] = STATE(3303), + [sym__teleport] = STATE(3303), + [sym__volt] = STATE(3303), [aux_sym__directive_body] = STATE(460), [sym_text] = STATE(460), [sym__text] = STATE(895), [aux_sym_php_only_repeat1] = STATE(895), - [sym_comment] = ACTIONS(4994), - [aux_sym_keyword_token1] = ACTIONS(4587), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4589), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4591), - [anon_sym_ATphp] = ACTIONS(4593), - [aux_sym_attribute_token1] = ACTIONS(4595), - [aux_sym__inline_directive_token1] = ACTIONS(4597), - [anon_sym_ATfragment] = ACTIONS(4599), - [anon_sym_ATsection] = ACTIONS(4601), - [anon_sym_ATonce] = ACTIONS(4603), - [anon_sym_ATverbatim] = ACTIONS(4605), - [anon_sym_ATpush] = ACTIONS(4607), - [anon_sym_ATendpush] = ACTIONS(4996), - [anon_sym_ATpushOnce] = ACTIONS(4611), - [anon_sym_ATpushIf] = ACTIONS(4613), - [anon_sym_ATprepend] = ACTIONS(4615), - [anon_sym_ATprependOnce] = ACTIONS(4617), - [anon_sym_ATif] = ACTIONS(4619), - [anon_sym_ATunless] = ACTIONS(4621), - [anon_sym_ATisset] = ACTIONS(4623), - [anon_sym_ATempty] = ACTIONS(4625), - [anon_sym_ATauth] = ACTIONS(4627), - [anon_sym_ATguest] = ACTIONS(4629), - [anon_sym_ATproduction] = ACTIONS(4631), - [anon_sym_ATenv] = ACTIONS(4633), - [anon_sym_AThasSection] = ACTIONS(4635), - [anon_sym_ATsectionMissing] = ACTIONS(4637), - [anon_sym_ATerror] = ACTIONS(4639), - [anon_sym_ATcan] = ACTIONS(4641), - [anon_sym_ATcannot] = ACTIONS(4643), - [anon_sym_ATcanany] = ACTIONS(4645), - [anon_sym_ATfeature] = ACTIONS(4647), - [aux_sym__custom_token1] = ACTIONS(4649), - [aux_sym__custom_token2] = ACTIONS(4651), - [anon_sym_ATswitch] = ACTIONS(4653), - [aux_sym_loop_operator_token1] = ACTIONS(4655), - [anon_sym_ATfor] = ACTIONS(4657), - [anon_sym_ATforeach] = ACTIONS(4659), - [anon_sym_ATforelse] = ACTIONS(4661), - [anon_sym_ATwhile] = ACTIONS(4663), - [anon_sym_ATsetup] = ACTIONS(4665), - [anon_sym_ATtask] = ACTIONS(4667), - [anon_sym_ATstory] = ACTIONS(4669), - [anon_sym_ATbefore] = ACTIONS(4671), - [anon_sym_ATafter] = ACTIONS(4673), - [anon_sym_ATsuccess] = ACTIONS(4675), - [anon_sym_ATfinished] = ACTIONS(4677), - [anon_sym_ATpersist] = ACTIONS(4679), - [anon_sym_ATteleport] = ACTIONS(4681), - [anon_sym_ATvolt] = ACTIONS(4683), - [aux_sym__text_token1] = ACTIONS(4685), - [aux_sym__text_token2] = ACTIONS(4685), - [aux_sym__text_token3] = ACTIONS(4687), + [sym_comment] = ACTIONS(5081), + [aux_sym_keyword_token1] = ACTIONS(4667), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4669), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4671), + [anon_sym_ATphp] = ACTIONS(4673), + [aux_sym_attribute_token1] = ACTIONS(4675), + [aux_sym__inline_directive_token1] = ACTIONS(4677), + [aux_sym__inline_directive_token2] = ACTIONS(4679), + [anon_sym_ATfragment] = ACTIONS(4681), + [anon_sym_ATsection] = ACTIONS(4683), + [anon_sym_ATonce] = ACTIONS(4685), + [anon_sym_ATverbatim] = ACTIONS(4687), + [anon_sym_ATpush] = ACTIONS(4689), + [anon_sym_ATendpush] = ACTIONS(5083), + [anon_sym_ATpushOnce] = ACTIONS(4693), + [anon_sym_ATpushIf] = ACTIONS(4695), + [anon_sym_ATprepend] = ACTIONS(4697), + [anon_sym_ATprependOnce] = ACTIONS(4699), + [anon_sym_ATif] = ACTIONS(4701), + [anon_sym_ATunless] = ACTIONS(4703), + [anon_sym_ATisset] = ACTIONS(4705), + [anon_sym_ATempty] = ACTIONS(4707), + [anon_sym_ATauth] = ACTIONS(4709), + [anon_sym_ATguest] = ACTIONS(4711), + [anon_sym_ATproduction] = ACTIONS(4713), + [anon_sym_ATenv] = ACTIONS(4715), + [anon_sym_AThasSection] = ACTIONS(4717), + [anon_sym_ATsectionMissing] = ACTIONS(4719), + [anon_sym_ATerror] = ACTIONS(4721), + [anon_sym_ATcan] = ACTIONS(4723), + [anon_sym_ATcannot] = ACTIONS(4725), + [anon_sym_ATcanany] = ACTIONS(4727), + [anon_sym_ATfeature] = ACTIONS(4729), + [aux_sym__custom_token1] = ACTIONS(4731), + [aux_sym__custom_token2] = ACTIONS(4733), + [anon_sym_ATswitch] = ACTIONS(4735), + [aux_sym_loop_operator_token1] = ACTIONS(4737), + [anon_sym_ATfor] = ACTIONS(4739), + [anon_sym_ATforeach] = ACTIONS(4741), + [anon_sym_ATforelse] = ACTIONS(4743), + [anon_sym_ATwhile] = ACTIONS(4745), + [anon_sym_ATsetup] = ACTIONS(4747), + [anon_sym_ATtask] = ACTIONS(4749), + [anon_sym_ATstory] = ACTIONS(4751), + [anon_sym_ATbefore] = ACTIONS(4753), + [anon_sym_ATafter] = ACTIONS(4755), + [anon_sym_ATsuccess] = ACTIONS(4757), + [anon_sym_ATfinished] = ACTIONS(4759), + [anon_sym_ATpersist] = ACTIONS(4761), + [anon_sym_ATteleport] = ACTIONS(4763), + [anon_sym_ATvolt] = ACTIONS(4765), + [aux_sym__text_token1] = ACTIONS(4767), + [aux_sym__text_token2] = ACTIONS(4767), + [aux_sym__text_token3] = ACTIONS(4769), }, [267] = { [sym__definition] = STATE(374), [sym_keyword] = STATE(374), [sym_php_statement] = STATE(374), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(374), [sym__inline_directive] = STATE(374), [sym__nested_directive] = STATE(374), @@ -58207,117 +58330,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(374), [sym_verbatim] = STATE(374), [sym_stack] = STATE(374), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(374), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(374), [sym_loop] = STATE(374), [sym_loop_operator] = STATE(374), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(374), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(374), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(374), [sym_text] = STATE(374), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4998), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5000), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5085), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5087), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [268] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -58327,117 +58451,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5002), - [aux_sym_keyword_token1] = ACTIONS(5005), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5008), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5011), - [anon_sym_ATphp] = ACTIONS(5014), - [aux_sym_attribute_token1] = ACTIONS(5017), - [aux_sym__inline_directive_token1] = ACTIONS(5020), - [anon_sym_ATfragment] = ACTIONS(5023), - [anon_sym_ATsection] = ACTIONS(5026), - [anon_sym_ATonce] = ACTIONS(5029), - [anon_sym_ATverbatim] = ACTIONS(5032), - [anon_sym_ATendverbatim] = ACTIONS(5035), - [anon_sym_ATpush] = ACTIONS(5037), - [anon_sym_ATpushOnce] = ACTIONS(5040), - [anon_sym_ATpushIf] = ACTIONS(5043), - [anon_sym_ATprepend] = ACTIONS(5046), - [anon_sym_ATprependOnce] = ACTIONS(5049), - [anon_sym_ATif] = ACTIONS(5052), - [anon_sym_ATunless] = ACTIONS(5055), - [anon_sym_ATisset] = ACTIONS(5058), - [anon_sym_ATempty] = ACTIONS(5061), - [anon_sym_ATauth] = ACTIONS(5064), - [anon_sym_ATguest] = ACTIONS(5067), - [anon_sym_ATproduction] = ACTIONS(5070), - [anon_sym_ATenv] = ACTIONS(5073), - [anon_sym_AThasSection] = ACTIONS(5076), - [anon_sym_ATsectionMissing] = ACTIONS(5079), - [anon_sym_ATerror] = ACTIONS(5082), - [anon_sym_ATcan] = ACTIONS(5085), - [anon_sym_ATcannot] = ACTIONS(5088), - [anon_sym_ATcanany] = ACTIONS(5091), - [anon_sym_ATfeature] = ACTIONS(5094), - [aux_sym__custom_token1] = ACTIONS(5097), - [aux_sym__custom_token2] = ACTIONS(5100), - [anon_sym_ATswitch] = ACTIONS(5103), - [aux_sym_loop_operator_token1] = ACTIONS(5106), - [anon_sym_ATfor] = ACTIONS(5109), - [anon_sym_ATforeach] = ACTIONS(5112), - [anon_sym_ATforelse] = ACTIONS(5115), - [anon_sym_ATwhile] = ACTIONS(5118), - [anon_sym_ATsetup] = ACTIONS(5121), - [anon_sym_ATtask] = ACTIONS(5124), - [anon_sym_ATstory] = ACTIONS(5127), - [anon_sym_ATbefore] = ACTIONS(5130), - [anon_sym_ATafter] = ACTIONS(5133), - [anon_sym_ATsuccess] = ACTIONS(5136), - [anon_sym_ATfinished] = ACTIONS(5139), - [anon_sym_ATpersist] = ACTIONS(5142), - [anon_sym_ATteleport] = ACTIONS(5145), - [anon_sym_ATvolt] = ACTIONS(5148), - [aux_sym__text_token1] = ACTIONS(5151), - [aux_sym__text_token2] = ACTIONS(5151), - [aux_sym__text_token3] = ACTIONS(5154), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5089), + [aux_sym_keyword_token1] = ACTIONS(5092), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5095), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5098), + [anon_sym_ATphp] = ACTIONS(5101), + [aux_sym_attribute_token1] = ACTIONS(5104), + [aux_sym__inline_directive_token1] = ACTIONS(5107), + [aux_sym__inline_directive_token2] = ACTIONS(5110), + [anon_sym_ATfragment] = ACTIONS(5113), + [anon_sym_ATsection] = ACTIONS(5116), + [anon_sym_ATonce] = ACTIONS(5119), + [anon_sym_ATverbatim] = ACTIONS(5122), + [anon_sym_ATendverbatim] = ACTIONS(5125), + [anon_sym_ATpush] = ACTIONS(5127), + [anon_sym_ATpushOnce] = ACTIONS(5130), + [anon_sym_ATpushIf] = ACTIONS(5133), + [anon_sym_ATprepend] = ACTIONS(5136), + [anon_sym_ATprependOnce] = ACTIONS(5139), + [anon_sym_ATif] = ACTIONS(5142), + [anon_sym_ATunless] = ACTIONS(5145), + [anon_sym_ATisset] = ACTIONS(5148), + [anon_sym_ATempty] = ACTIONS(5151), + [anon_sym_ATauth] = ACTIONS(5154), + [anon_sym_ATguest] = ACTIONS(5157), + [anon_sym_ATproduction] = ACTIONS(5160), + [anon_sym_ATenv] = ACTIONS(5163), + [anon_sym_AThasSection] = ACTIONS(5166), + [anon_sym_ATsectionMissing] = ACTIONS(5169), + [anon_sym_ATerror] = ACTIONS(5172), + [anon_sym_ATcan] = ACTIONS(5175), + [anon_sym_ATcannot] = ACTIONS(5178), + [anon_sym_ATcanany] = ACTIONS(5181), + [anon_sym_ATfeature] = ACTIONS(5184), + [aux_sym__custom_token1] = ACTIONS(5187), + [aux_sym__custom_token2] = ACTIONS(5190), + [anon_sym_ATswitch] = ACTIONS(5193), + [aux_sym_loop_operator_token1] = ACTIONS(5196), + [anon_sym_ATfor] = ACTIONS(5199), + [anon_sym_ATforeach] = ACTIONS(5202), + [anon_sym_ATforelse] = ACTIONS(5205), + [anon_sym_ATwhile] = ACTIONS(5208), + [anon_sym_ATsetup] = ACTIONS(5211), + [anon_sym_ATtask] = ACTIONS(5214), + [anon_sym_ATstory] = ACTIONS(5217), + [anon_sym_ATbefore] = ACTIONS(5220), + [anon_sym_ATafter] = ACTIONS(5223), + [anon_sym_ATsuccess] = ACTIONS(5226), + [anon_sym_ATfinished] = ACTIONS(5229), + [anon_sym_ATpersist] = ACTIONS(5232), + [anon_sym_ATteleport] = ACTIONS(5235), + [anon_sym_ATvolt] = ACTIONS(5238), + [aux_sym__text_token1] = ACTIONS(5241), + [aux_sym__text_token2] = ACTIONS(5241), + [aux_sym__text_token3] = ACTIONS(5244), }, [269] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -58447,117 +58572,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5157), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5247), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [270] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -58567,117 +58693,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5159), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5249), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [271] = { [sym__definition] = STATE(269), [sym_keyword] = STATE(269), [sym_php_statement] = STATE(269), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(269), [sym__inline_directive] = STATE(269), [sym__nested_directive] = STATE(269), @@ -58687,117 +58814,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(269), [sym_verbatim] = STATE(269), [sym_stack] = STATE(269), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(269), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(269), [sym_loop] = STATE(269), [sym_loop_operator] = STATE(269), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(269), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(269), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(269), [sym_text] = STATE(269), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5161), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5163), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5251), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5253), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [272] = { [sym__definition] = STATE(270), [sym_keyword] = STATE(270), [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(270), [sym__inline_directive] = STATE(270), [sym__nested_directive] = STATE(270), @@ -58807,107 +58935,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(270), [sym_verbatim] = STATE(270), [sym_stack] = STATE(270), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(270), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(270), [sym_loop] = STATE(270), [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(270), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(270), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(270), [sym_text] = STATE(270), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5165), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5167), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5255), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5257), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [273] = { [sym__definition] = STATE(257), @@ -58968,66 +59097,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5169), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5259), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [274] = { [sym__definition] = STATE(654), @@ -59093,61 +59223,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5171), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5261), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [275] = { [sym__definition] = STATE(273), @@ -59208,76 +59339,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(273), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(273), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(273), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5173), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5175), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5263), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5265), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [276] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -59287,107 +59419,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5177), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5267), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [277] = { [sym__definition] = STATE(257), @@ -59448,66 +59581,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5175), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5265), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [278] = { [sym__definition] = STATE(274), @@ -59573,61 +59707,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(274), [sym_text] = STATE(274), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5179), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5181), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5269), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5271), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [279] = { [sym__definition] = STATE(654), @@ -59693,61 +59828,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5183), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5273), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [280] = { [sym__definition] = STATE(277), @@ -59808,66 +59944,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(277), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(277), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(277), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5185), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5187), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5275), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5277), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [281] = { [sym__definition] = STATE(279), @@ -59933,61 +60070,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(279), [sym_text] = STATE(279), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5189), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5191), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5279), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5281), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [282] = { [sym__definition] = STATE(211), @@ -60048,66 +60186,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(211), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(211), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(211), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5193), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5195), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5283), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5285), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [283] = { [sym__definition] = STATE(297), @@ -60173,61 +60312,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(297), [sym_text] = STATE(297), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5197), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5199), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5287), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5289), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [284] = { [sym__definition] = STATE(323), @@ -60288,76 +60428,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(323), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(323), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(323), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5201), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5203), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5291), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5293), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [285] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -60367,117 +60508,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5205), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5295), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [286] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -60487,117 +60629,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5207), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5297), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [287] = { [sym__definition] = STATE(285), [sym_keyword] = STATE(285), [sym_php_statement] = STATE(285), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(285), [sym__inline_directive] = STATE(285), [sym__nested_directive] = STATE(285), @@ -60607,117 +60750,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(285), [sym_verbatim] = STATE(285), [sym_stack] = STATE(285), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(285), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(285), [sym_loop] = STATE(285), [sym_loop_operator] = STATE(285), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(285), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(285), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(285), [sym_text] = STATE(285), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5209), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5211), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5299), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5301), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [288] = { [sym__definition] = STATE(286), [sym_keyword] = STATE(286), [sym_php_statement] = STATE(286), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(286), [sym__inline_directive] = STATE(286), [sym__nested_directive] = STATE(286), @@ -60727,107 +60871,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(286), [sym_verbatim] = STATE(286), [sym_stack] = STATE(286), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(286), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(286), [sym_loop] = STATE(286), [sym_loop_operator] = STATE(286), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(286), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(286), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(286), [sym_text] = STATE(286), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5213), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5215), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5303), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5305), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [289] = { [sym__definition] = STATE(257), @@ -60888,66 +61033,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5217), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5307), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [290] = { [sym__definition] = STATE(654), @@ -61013,61 +61159,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5219), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5309), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [291] = { [sym__definition] = STATE(289), @@ -61128,66 +61275,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(289), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(289), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(289), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5221), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5223), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5311), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5313), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [292] = { [sym__definition] = STATE(257), @@ -61248,66 +61396,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5223), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5313), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [293] = { [sym__definition] = STATE(290), @@ -61373,61 +61522,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(290), [sym_text] = STATE(290), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5225), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5227), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5315), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5317), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [294] = { [sym__definition] = STATE(654), @@ -61493,61 +61643,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5229), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5319), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [295] = { [sym__definition] = STATE(292), @@ -61608,66 +61759,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(292), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(292), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(292), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5231), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5233), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5321), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5323), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [296] = { [sym__definition] = STATE(294), @@ -61733,61 +61885,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(294), [sym_text] = STATE(294), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5235), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5237), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5325), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5327), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [297] = { [sym__definition] = STATE(654), @@ -61853,71 +62006,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5239), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5329), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [298] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -61927,117 +62081,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5241), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5331), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [299] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -62047,117 +62202,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5243), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5333), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [300] = { [sym__definition] = STATE(298), [sym_keyword] = STATE(298), [sym_php_statement] = STATE(298), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(298), [sym__inline_directive] = STATE(298), [sym__nested_directive] = STATE(298), @@ -62167,117 +62323,118 @@ 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(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(298), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(298), [sym_loop] = STATE(298), [sym_loop_operator] = STATE(298), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(298), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(298), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(298), [sym_text] = STATE(298), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5245), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5247), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5335), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5337), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [301] = { [sym__definition] = STATE(299), [sym_keyword] = STATE(299), [sym_php_statement] = STATE(299), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(299), [sym__inline_directive] = STATE(299), [sym__nested_directive] = STATE(299), @@ -62287,107 +62444,108 @@ 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(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(299), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(299), [sym_loop] = STATE(299), [sym_loop_operator] = STATE(299), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(299), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(299), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(299), [sym_text] = STATE(299), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5249), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5251), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5339), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5341), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [302] = { [sym__definition] = STATE(257), @@ -62448,66 +62606,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5253), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5343), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [303] = { [sym__definition] = STATE(654), @@ -62573,61 +62732,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5255), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5345), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [304] = { [sym__definition] = STATE(302), @@ -62688,66 +62848,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(302), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(302), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(302), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5257), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5259), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5347), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5349), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [305] = { [sym__definition] = STATE(257), @@ -62808,66 +62969,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5259), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5349), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [306] = { [sym__definition] = STATE(303), @@ -62933,61 +63095,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(303), [sym_text] = STATE(303), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5261), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5263), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5351), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5353), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [307] = { [sym__definition] = STATE(654), @@ -63053,61 +63216,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5265), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5355), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [308] = { [sym__definition] = STATE(305), @@ -63168,66 +63332,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(305), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(305), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(305), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5267), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5269), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5357), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5359), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [309] = { [sym__definition] = STATE(307), @@ -63293,61 +63458,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(307), [sym_text] = STATE(307), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5271), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5273), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5361), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5363), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [310] = { [sym__definition] = STATE(348), @@ -63413,71 +63579,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(348), [sym_text] = STATE(348), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5275), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5277), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5365), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5367), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [311] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -63487,117 +63654,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5279), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5369), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [312] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -63607,117 +63775,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5281), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5371), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [313] = { [sym__definition] = STATE(311), [sym_keyword] = STATE(311), [sym_php_statement] = STATE(311), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(311), [sym__inline_directive] = STATE(311), [sym__nested_directive] = STATE(311), @@ -63727,117 +63896,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(311), [sym_verbatim] = STATE(311), [sym_stack] = STATE(311), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(311), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(311), [sym_loop] = STATE(311), [sym_loop_operator] = STATE(311), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(311), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(311), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(311), [sym_text] = STATE(311), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5283), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5285), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5373), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5375), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [314] = { [sym__definition] = STATE(312), [sym_keyword] = STATE(312), [sym_php_statement] = STATE(312), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(312), [sym__inline_directive] = STATE(312), [sym__nested_directive] = STATE(312), @@ -63847,107 +64017,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(312), [sym_verbatim] = STATE(312), [sym_stack] = STATE(312), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(312), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(312), [sym_loop] = STATE(312), [sym_loop_operator] = STATE(312), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(312), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(312), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(312), [sym_text] = STATE(312), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5287), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5289), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5377), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5379), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [315] = { [sym__definition] = STATE(257), @@ -64008,66 +64179,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5291), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5381), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [316] = { [sym__definition] = STATE(654), @@ -64133,61 +64305,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5293), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5383), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [317] = { [sym__definition] = STATE(315), @@ -64248,66 +64421,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(315), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(315), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(315), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5295), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5297), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5385), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5387), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [318] = { [sym__definition] = STATE(257), @@ -64368,66 +64542,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5297), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5387), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [319] = { [sym__definition] = STATE(316), @@ -64493,61 +64668,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(316), [sym_text] = STATE(316), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5299), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5301), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5389), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5391), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [320] = { [sym__definition] = STATE(654), @@ -64613,61 +64789,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5303), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5393), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [321] = { [sym__definition] = STATE(318), @@ -64728,66 +64905,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(318), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(318), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(318), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5305), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5307), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5395), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5397), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [322] = { [sym__definition] = STATE(320), @@ -64853,61 +65031,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(320), [sym_text] = STATE(320), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5309), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5311), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5399), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5401), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [323] = { [sym__definition] = STATE(257), @@ -64968,76 +65147,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5313), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5403), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [324] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -65047,117 +65227,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5315), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5405), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [325] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -65167,117 +65348,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5317), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5407), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [326] = { [sym__definition] = STATE(324), [sym_keyword] = STATE(324), [sym_php_statement] = STATE(324), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(324), [sym__inline_directive] = STATE(324), [sym__nested_directive] = STATE(324), @@ -65287,117 +65469,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(324), [sym_verbatim] = STATE(324), [sym_stack] = STATE(324), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(324), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(324), [sym_loop] = STATE(324), [sym_loop_operator] = STATE(324), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(324), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(324), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(324), [sym_text] = STATE(324), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5319), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5321), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5409), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5411), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [327] = { [sym__definition] = STATE(325), [sym_keyword] = STATE(325), [sym_php_statement] = STATE(325), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(325), [sym__inline_directive] = STATE(325), [sym__nested_directive] = STATE(325), @@ -65407,107 +65590,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(325), [sym_verbatim] = STATE(325), [sym_stack] = STATE(325), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(325), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(325), [sym_loop] = STATE(325), [sym_loop_operator] = STATE(325), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(325), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(325), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(325), [sym_text] = STATE(325), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5323), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5325), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5413), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5415), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [328] = { [sym__definition] = STATE(622), @@ -65575,59 +65759,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(622), [sym__text] = STATE(995), [aux_sym_php_only_repeat1] = STATE(995), - [sym_comment] = ACTIONS(5327), - [aux_sym_keyword_token1] = ACTIONS(4697), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4699), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4701), - [anon_sym_ATphp] = ACTIONS(4703), - [aux_sym_attribute_token1] = ACTIONS(4705), - [aux_sym__inline_directive_token1] = ACTIONS(4707), - [anon_sym_ATfragment] = ACTIONS(4709), - [anon_sym_ATsection] = ACTIONS(4711), - [anon_sym_ATonce] = ACTIONS(4713), - [anon_sym_ATverbatim] = ACTIONS(4715), - [anon_sym_ATpush] = ACTIONS(4717), - [anon_sym_ATpushOnce] = ACTIONS(4719), - [anon_sym_ATpushIf] = ACTIONS(4721), - [anon_sym_ATprepend] = ACTIONS(4723), - [anon_sym_ATprependOnce] = ACTIONS(4725), - [anon_sym_ATif] = ACTIONS(4727), - [anon_sym_ATunless] = ACTIONS(4729), - [anon_sym_ATisset] = ACTIONS(4731), - [anon_sym_ATempty] = ACTIONS(4733), - [anon_sym_ATauth] = ACTIONS(4735), - [anon_sym_ATguest] = ACTIONS(4737), - [anon_sym_ATproduction] = ACTIONS(4739), - [anon_sym_ATenv] = ACTIONS(4741), - [anon_sym_AThasSection] = ACTIONS(4743), - [anon_sym_ATsectionMissing] = ACTIONS(4745), - [anon_sym_ATerror] = ACTIONS(4747), - [anon_sym_ATcan] = ACTIONS(4749), - [anon_sym_ATcannot] = ACTIONS(4751), - [anon_sym_ATcanany] = ACTIONS(4753), - [anon_sym_ATfeature] = ACTIONS(4755), - [aux_sym__custom_token1] = ACTIONS(4757), - [aux_sym__custom_token2] = ACTIONS(4759), - [anon_sym_ATswitch] = ACTIONS(4761), - [aux_sym_loop_operator_token1] = ACTIONS(4763), - [anon_sym_ATfor] = ACTIONS(4765), - [anon_sym_ATforeach] = ACTIONS(4767), - [anon_sym_ATendforeach] = ACTIONS(4996), - [anon_sym_ATforelse] = ACTIONS(4769), - [anon_sym_ATwhile] = ACTIONS(4771), - [anon_sym_ATsetup] = ACTIONS(4773), - [anon_sym_ATtask] = ACTIONS(4775), - [anon_sym_ATstory] = ACTIONS(4777), - [anon_sym_ATbefore] = ACTIONS(4779), - [anon_sym_ATafter] = ACTIONS(4781), - [anon_sym_ATsuccess] = ACTIONS(4783), - [anon_sym_ATfinished] = ACTIONS(4785), - [anon_sym_ATpersist] = ACTIONS(4787), - [anon_sym_ATteleport] = ACTIONS(4789), - [anon_sym_ATvolt] = ACTIONS(4791), - [aux_sym__text_token1] = ACTIONS(4793), - [aux_sym__text_token2] = ACTIONS(4793), - [aux_sym__text_token3] = ACTIONS(4795), + [sym_comment] = ACTIONS(5417), + [aux_sym_keyword_token1] = ACTIONS(4779), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4781), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4783), + [anon_sym_ATphp] = ACTIONS(4785), + [aux_sym_attribute_token1] = ACTIONS(4787), + [aux_sym__inline_directive_token1] = ACTIONS(4789), + [aux_sym__inline_directive_token2] = ACTIONS(4791), + [anon_sym_ATfragment] = ACTIONS(4793), + [anon_sym_ATsection] = ACTIONS(4795), + [anon_sym_ATonce] = ACTIONS(4797), + [anon_sym_ATverbatim] = ACTIONS(4799), + [anon_sym_ATpush] = ACTIONS(4801), + [anon_sym_ATpushOnce] = ACTIONS(4803), + [anon_sym_ATpushIf] = ACTIONS(4805), + [anon_sym_ATprepend] = ACTIONS(4807), + [anon_sym_ATprependOnce] = ACTIONS(4809), + [anon_sym_ATif] = ACTIONS(4811), + [anon_sym_ATunless] = ACTIONS(4813), + [anon_sym_ATisset] = ACTIONS(4815), + [anon_sym_ATempty] = ACTIONS(4817), + [anon_sym_ATauth] = ACTIONS(4819), + [anon_sym_ATguest] = ACTIONS(4821), + [anon_sym_ATproduction] = ACTIONS(4823), + [anon_sym_ATenv] = ACTIONS(4825), + [anon_sym_AThasSection] = ACTIONS(4827), + [anon_sym_ATsectionMissing] = ACTIONS(4829), + [anon_sym_ATerror] = ACTIONS(4831), + [anon_sym_ATcan] = ACTIONS(4833), + [anon_sym_ATcannot] = ACTIONS(4835), + [anon_sym_ATcanany] = ACTIONS(4837), + [anon_sym_ATfeature] = ACTIONS(4839), + [aux_sym__custom_token1] = ACTIONS(4841), + [aux_sym__custom_token2] = ACTIONS(4843), + [anon_sym_ATswitch] = ACTIONS(4845), + [aux_sym_loop_operator_token1] = ACTIONS(4847), + [anon_sym_ATfor] = ACTIONS(4849), + [anon_sym_ATforeach] = ACTIONS(4851), + [anon_sym_ATendforeach] = ACTIONS(5083), + [anon_sym_ATforelse] = ACTIONS(4853), + [anon_sym_ATwhile] = ACTIONS(4855), + [anon_sym_ATsetup] = ACTIONS(4857), + [anon_sym_ATtask] = ACTIONS(4859), + [anon_sym_ATstory] = ACTIONS(4861), + [anon_sym_ATbefore] = ACTIONS(4863), + [anon_sym_ATafter] = ACTIONS(4865), + [anon_sym_ATsuccess] = ACTIONS(4867), + [anon_sym_ATfinished] = ACTIONS(4869), + [anon_sym_ATpersist] = ACTIONS(4871), + [anon_sym_ATteleport] = ACTIONS(4873), + [anon_sym_ATvolt] = ACTIONS(4875), + [aux_sym__text_token1] = ACTIONS(4877), + [aux_sym__text_token2] = ACTIONS(4877), + [aux_sym__text_token3] = ACTIONS(4879), }, [329] = { [sym__definition] = STATE(257), @@ -65688,66 +65873,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5329), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5419), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [330] = { [sym__definition] = STATE(654), @@ -65813,61 +65999,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5331), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5421), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [331] = { [sym__definition] = STATE(329), @@ -65928,66 +66115,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(329), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(329), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(329), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5333), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5335), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5423), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5425), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [332] = { [sym__definition] = STATE(257), @@ -66048,66 +66236,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5335), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5425), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [333] = { [sym__definition] = STATE(330), @@ -66173,61 +66362,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(330), [sym_text] = STATE(330), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5337), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5339), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5427), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5429), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [334] = { [sym__definition] = STATE(654), @@ -66293,61 +66483,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5341), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5431), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [335] = { [sym__definition] = STATE(332), @@ -66408,66 +66599,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(332), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(332), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(332), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5343), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5345), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5433), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5435), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [336] = { [sym__definition] = STATE(334), @@ -66533,61 +66725,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(334), [sym_text] = STATE(334), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5347), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5349), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5437), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5439), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [337] = { [sym__definition] = STATE(353), @@ -66648,76 +66841,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(353), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(353), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(353), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5351), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5313), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5441), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5403), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [338] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -66727,117 +66921,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5353), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5443), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [339] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -66847,117 +67042,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5355), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5445), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [340] = { [sym__definition] = STATE(338), [sym_keyword] = STATE(338), [sym_php_statement] = STATE(338), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(338), [sym__inline_directive] = STATE(338), [sym__nested_directive] = STATE(338), @@ -66967,117 +67163,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(338), [sym_verbatim] = STATE(338), [sym_stack] = STATE(338), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(338), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(338), [sym_loop] = STATE(338), [sym_loop_operator] = STATE(338), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(338), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(338), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(338), [sym_text] = STATE(338), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5357), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5359), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5447), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5449), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [341] = { [sym__definition] = STATE(339), [sym_keyword] = STATE(339), [sym_php_statement] = STATE(339), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(339), [sym__inline_directive] = STATE(339), [sym__nested_directive] = STATE(339), @@ -67087,107 +67284,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(339), [sym_verbatim] = STATE(339), [sym_stack] = STATE(339), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(339), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(339), [sym_loop] = STATE(339), [sym_loop_operator] = STATE(339), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(339), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(339), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(339), [sym_text] = STATE(339), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5361), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5363), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5451), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5453), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [342] = { [sym__definition] = STATE(257), @@ -67248,66 +67446,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5365), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5455), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [343] = { [sym__definition] = STATE(654), @@ -67373,61 +67572,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5367), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5457), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [344] = { [sym__definition] = STATE(342), @@ -67488,76 +67688,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(342), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(342), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(342), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5369), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5371), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5459), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5461), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [345] = { [sym__definition] = STATE(364), [sym_keyword] = STATE(364), [sym_php_statement] = STATE(364), - [sym__escaped] = STATE(3470), - [sym__unescaped] = STATE(3470), - [sym__raw] = STATE(3470), - [sym__inline_raw] = STATE(3470), - [sym__multi_line_raw] = STATE(3470), + [sym__escaped] = STATE(3461), + [sym__unescaped] = STATE(3461), + [sym__raw] = STATE(3461), + [sym__inline_raw] = STATE(3461), + [sym__multi_line_raw] = STATE(3461), [sym_attribute] = STATE(364), [sym__inline_directive] = STATE(364), [sym__nested_directive] = STATE(364), @@ -67567,107 +67768,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(364), [sym_verbatim] = STATE(364), [sym_stack] = STATE(364), - [sym__push] = STATE(3469), - [sym__pushOnce] = STATE(3469), - [sym__pushIf] = STATE(3469), - [sym__prepend] = STATE(3469), - [sym__prependOnce] = STATE(3469), + [sym__push] = STATE(3319), + [sym__pushOnce] = STATE(3319), + [sym__pushIf] = STATE(3319), + [sym__prepend] = STATE(3319), + [sym__prependOnce] = STATE(3319), [sym_conditional] = STATE(364), - [sym__if] = STATE(3467), - [sym__unless] = STATE(3467), - [sym__isset] = STATE(3467), - [sym__empty] = STATE(3467), - [sym__auth] = STATE(3467), - [sym__guest] = STATE(3467), - [sym__production] = STATE(3467), - [sym__env] = STATE(3467), - [sym__hasSection] = STATE(3467), - [sym__sectionMissing] = STATE(3467), - [sym__error] = STATE(3467), - [sym_authorization] = STATE(3467), - [sym__can] = STATE(3465), - [sym__cannot] = STATE(3465), - [sym__canany] = STATE(3465), - [sym__feature] = STATE(3467), - [sym__custom] = STATE(3467), + [sym__if] = STATE(3420), + [sym__unless] = STATE(3420), + [sym__isset] = STATE(3420), + [sym__empty] = STATE(3420), + [sym__auth] = STATE(3420), + [sym__guest] = STATE(3420), + [sym__production] = STATE(3420), + [sym__env] = STATE(3420), + [sym__hasSection] = STATE(3420), + [sym__sectionMissing] = STATE(3420), + [sym__error] = STATE(3420), + [sym_authorization] = STATE(3420), + [sym__can] = STATE(3408), + [sym__cannot] = STATE(3408), + [sym__canany] = STATE(3408), + [sym__feature] = STATE(3420), + [sym__custom] = STATE(3420), [sym_switch] = STATE(364), [sym_loop] = STATE(364), [sym_loop_operator] = STATE(364), - [sym__for] = STATE(3463), - [sym__foreach] = STATE(3463), - [sym__forelse] = STATE(3463), - [sym__while] = STATE(3463), + [sym__for] = STATE(3401), + [sym__foreach] = STATE(3401), + [sym__forelse] = STATE(3401), + [sym__while] = STATE(3401), [sym_envoy] = STATE(364), - [sym__setup] = STATE(3470), - [sym__task] = STATE(3461), - [sym__story] = STATE(3461), - [sym__hooks] = STATE(3470), - [sym__before] = STATE(3470), - [sym__after] = STATE(3470), - [sym__envoy_error] = STATE(3470), - [sym__success] = STATE(3470), - [sym__finished] = STATE(3470), + [sym__setup] = STATE(3461), + [sym__task] = STATE(3399), + [sym__story] = STATE(3399), + [sym__hooks] = STATE(3461), + [sym__before] = STATE(3461), + [sym__after] = STATE(3461), + [sym__envoy_error] = STATE(3461), + [sym__success] = STATE(3461), + [sym__finished] = STATE(3461), [sym_livewire] = STATE(364), - [sym__persist] = STATE(3433), - [sym__teleport] = STATE(3433), - [sym__volt] = STATE(3433), + [sym__persist] = STATE(3398), + [sym__teleport] = STATE(3398), + [sym__volt] = STATE(3398), [aux_sym__directive_body] = STATE(364), [sym_text] = STATE(364), [sym__text] = STATE(987), [aux_sym_php_only_repeat1] = STATE(987), - [sym_comment] = ACTIONS(5373), - [aux_sym_keyword_token1] = ACTIONS(5375), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5377), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5379), - [anon_sym_ATphp] = ACTIONS(5381), - [aux_sym_attribute_token1] = ACTIONS(5383), - [aux_sym__inline_directive_token1] = ACTIONS(5385), - [anon_sym_ATfragment] = ACTIONS(5387), - [anon_sym_ATsection] = ACTIONS(5389), - [anon_sym_ATonce] = ACTIONS(5391), - [anon_sym_ATverbatim] = ACTIONS(5393), - [anon_sym_ATpush] = ACTIONS(5395), - [anon_sym_ATpushOnce] = ACTIONS(5397), - [anon_sym_ATendPushOnce] = ACTIONS(4609), - [anon_sym_ATpushIf] = ACTIONS(5399), - [anon_sym_ATprepend] = ACTIONS(5401), - [anon_sym_ATprependOnce] = ACTIONS(5403), - [anon_sym_ATif] = ACTIONS(5405), - [anon_sym_ATunless] = ACTIONS(5407), - [anon_sym_ATisset] = ACTIONS(5409), - [anon_sym_ATempty] = ACTIONS(5411), - [anon_sym_ATauth] = ACTIONS(5413), - [anon_sym_ATguest] = ACTIONS(5415), - [anon_sym_ATproduction] = ACTIONS(5417), - [anon_sym_ATenv] = ACTIONS(5419), - [anon_sym_AThasSection] = ACTIONS(5421), - [anon_sym_ATsectionMissing] = ACTIONS(5423), - [anon_sym_ATerror] = ACTIONS(5425), - [anon_sym_ATcan] = ACTIONS(5427), - [anon_sym_ATcannot] = ACTIONS(5429), - [anon_sym_ATcanany] = ACTIONS(5431), - [anon_sym_ATfeature] = ACTIONS(5433), - [aux_sym__custom_token1] = ACTIONS(5435), - [aux_sym__custom_token2] = ACTIONS(5437), - [anon_sym_ATswitch] = ACTIONS(5439), - [aux_sym_loop_operator_token1] = ACTIONS(5441), - [anon_sym_ATfor] = ACTIONS(5443), - [anon_sym_ATforeach] = ACTIONS(5445), - [anon_sym_ATforelse] = ACTIONS(5447), - [anon_sym_ATwhile] = ACTIONS(5449), - [anon_sym_ATsetup] = ACTIONS(5451), - [anon_sym_ATtask] = ACTIONS(5453), - [anon_sym_ATstory] = ACTIONS(5455), - [anon_sym_ATbefore] = ACTIONS(5457), - [anon_sym_ATafter] = ACTIONS(5459), - [anon_sym_ATsuccess] = ACTIONS(5461), - [anon_sym_ATfinished] = ACTIONS(5463), - [anon_sym_ATpersist] = ACTIONS(5465), - [anon_sym_ATteleport] = ACTIONS(5467), - [anon_sym_ATvolt] = ACTIONS(5469), - [aux_sym__text_token1] = ACTIONS(5471), - [aux_sym__text_token2] = ACTIONS(5471), - [aux_sym__text_token3] = ACTIONS(5473), + [sym_comment] = ACTIONS(5463), + [aux_sym_keyword_token1] = ACTIONS(5465), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5467), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5469), + [anon_sym_ATphp] = ACTIONS(5471), + [aux_sym_attribute_token1] = ACTIONS(5473), + [aux_sym__inline_directive_token1] = ACTIONS(5475), + [aux_sym__inline_directive_token2] = ACTIONS(5477), + [anon_sym_ATfragment] = ACTIONS(5479), + [anon_sym_ATsection] = ACTIONS(5481), + [anon_sym_ATonce] = ACTIONS(5483), + [anon_sym_ATverbatim] = ACTIONS(5485), + [anon_sym_ATpush] = ACTIONS(5487), + [anon_sym_ATpushOnce] = ACTIONS(5489), + [anon_sym_ATendPushOnce] = ACTIONS(4691), + [anon_sym_ATpushIf] = ACTIONS(5491), + [anon_sym_ATprepend] = ACTIONS(5493), + [anon_sym_ATprependOnce] = ACTIONS(5495), + [anon_sym_ATif] = ACTIONS(5497), + [anon_sym_ATunless] = ACTIONS(5499), + [anon_sym_ATisset] = ACTIONS(5501), + [anon_sym_ATempty] = ACTIONS(5503), + [anon_sym_ATauth] = ACTIONS(5505), + [anon_sym_ATguest] = ACTIONS(5507), + [anon_sym_ATproduction] = ACTIONS(5509), + [anon_sym_ATenv] = ACTIONS(5511), + [anon_sym_AThasSection] = ACTIONS(5513), + [anon_sym_ATsectionMissing] = ACTIONS(5515), + [anon_sym_ATerror] = ACTIONS(5517), + [anon_sym_ATcan] = ACTIONS(5519), + [anon_sym_ATcannot] = ACTIONS(5521), + [anon_sym_ATcanany] = ACTIONS(5523), + [anon_sym_ATfeature] = ACTIONS(5525), + [aux_sym__custom_token1] = ACTIONS(5527), + [aux_sym__custom_token2] = ACTIONS(5529), + [anon_sym_ATswitch] = ACTIONS(5531), + [aux_sym_loop_operator_token1] = ACTIONS(5533), + [anon_sym_ATfor] = ACTIONS(5535), + [anon_sym_ATforeach] = ACTIONS(5537), + [anon_sym_ATforelse] = ACTIONS(5539), + [anon_sym_ATwhile] = ACTIONS(5541), + [anon_sym_ATsetup] = ACTIONS(5543), + [anon_sym_ATtask] = ACTIONS(5545), + [anon_sym_ATstory] = ACTIONS(5547), + [anon_sym_ATbefore] = ACTIONS(5549), + [anon_sym_ATafter] = ACTIONS(5551), + [anon_sym_ATsuccess] = ACTIONS(5553), + [anon_sym_ATfinished] = ACTIONS(5555), + [anon_sym_ATpersist] = ACTIONS(5557), + [anon_sym_ATteleport] = ACTIONS(5559), + [anon_sym_ATvolt] = ACTIONS(5561), + [aux_sym__text_token1] = ACTIONS(5563), + [aux_sym__text_token2] = ACTIONS(5563), + [aux_sym__text_token3] = ACTIONS(5565), }, [346] = { [sym__definition] = STATE(257), @@ -67728,66 +67930,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5371), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5461), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [347] = { [sym__definition] = STATE(343), @@ -67853,61 +68056,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(343), [sym_text] = STATE(343), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5475), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5477), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5567), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5569), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [348] = { [sym__definition] = STATE(654), @@ -67973,61 +68177,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5479), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5571), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [349] = { [sym__definition] = STATE(654), @@ -68093,61 +68298,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5481), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5573), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [350] = { [sym__definition] = STATE(350), @@ -68213,61 +68419,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2018), [aux_sym__directive_body] = STATE(350), [sym_text] = STATE(350), - [sym__text] = STATE(1256), - [aux_sym_php_only_repeat1] = STATE(1256), - [sym_comment] = ACTIONS(5483), - [aux_sym_keyword_token1] = ACTIONS(5486), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5489), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5492), - [anon_sym_ATphp] = ACTIONS(5495), - [aux_sym_attribute_token1] = ACTIONS(5498), - [aux_sym__inline_directive_token1] = ACTIONS(5501), - [anon_sym_ATfragment] = ACTIONS(5504), - [anon_sym_ATsection] = ACTIONS(5507), - [anon_sym_ATonce] = ACTIONS(5510), - [anon_sym_ATverbatim] = ACTIONS(5513), - [anon_sym_ATpush] = ACTIONS(5516), - [anon_sym_ATpushOnce] = ACTIONS(5519), - [anon_sym_ATpushIf] = ACTIONS(5522), - [anon_sym_ATprepend] = ACTIONS(5525), - [anon_sym_ATprependOnce] = ACTIONS(5528), - [anon_sym_ATendPrependOnce] = ACTIONS(5035), - [anon_sym_ATif] = ACTIONS(5531), - [anon_sym_ATunless] = ACTIONS(5534), - [anon_sym_ATisset] = ACTIONS(5537), - [anon_sym_ATempty] = ACTIONS(5540), - [anon_sym_ATauth] = ACTIONS(5543), - [anon_sym_ATguest] = ACTIONS(5546), - [anon_sym_ATproduction] = ACTIONS(5549), - [anon_sym_ATenv] = ACTIONS(5552), - [anon_sym_AThasSection] = ACTIONS(5555), - [anon_sym_ATsectionMissing] = ACTIONS(5558), - [anon_sym_ATerror] = ACTIONS(5561), - [anon_sym_ATcan] = ACTIONS(5564), - [anon_sym_ATcannot] = ACTIONS(5567), - [anon_sym_ATcanany] = ACTIONS(5570), - [anon_sym_ATfeature] = ACTIONS(5573), - [aux_sym__custom_token1] = ACTIONS(5576), - [aux_sym__custom_token2] = ACTIONS(5579), - [anon_sym_ATswitch] = ACTIONS(5582), - [aux_sym_loop_operator_token1] = ACTIONS(5585), - [anon_sym_ATfor] = ACTIONS(5588), - [anon_sym_ATforeach] = ACTIONS(5591), - [anon_sym_ATforelse] = ACTIONS(5594), - [anon_sym_ATwhile] = ACTIONS(5597), - [anon_sym_ATsetup] = ACTIONS(5600), - [anon_sym_ATtask] = ACTIONS(5603), - [anon_sym_ATstory] = ACTIONS(5606), - [anon_sym_ATbefore] = ACTIONS(5609), - [anon_sym_ATafter] = ACTIONS(5612), - [anon_sym_ATsuccess] = ACTIONS(5615), - [anon_sym_ATfinished] = ACTIONS(5618), - [anon_sym_ATpersist] = ACTIONS(5621), - [anon_sym_ATteleport] = ACTIONS(5624), - [anon_sym_ATvolt] = ACTIONS(5627), - [aux_sym__text_token1] = ACTIONS(5630), - [aux_sym__text_token2] = ACTIONS(5630), - [aux_sym__text_token3] = ACTIONS(5633), + [sym__text] = STATE(1258), + [aux_sym_php_only_repeat1] = STATE(1258), + [sym_comment] = ACTIONS(5575), + [aux_sym_keyword_token1] = ACTIONS(5578), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5581), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5584), + [anon_sym_ATphp] = ACTIONS(5587), + [aux_sym_attribute_token1] = ACTIONS(5590), + [aux_sym__inline_directive_token1] = ACTIONS(5593), + [aux_sym__inline_directive_token2] = ACTIONS(5596), + [anon_sym_ATfragment] = ACTIONS(5599), + [anon_sym_ATsection] = ACTIONS(5602), + [anon_sym_ATonce] = ACTIONS(5605), + [anon_sym_ATverbatim] = ACTIONS(5608), + [anon_sym_ATpush] = ACTIONS(5611), + [anon_sym_ATpushOnce] = ACTIONS(5614), + [anon_sym_ATpushIf] = ACTIONS(5617), + [anon_sym_ATprepend] = ACTIONS(5620), + [anon_sym_ATprependOnce] = ACTIONS(5623), + [anon_sym_ATendPrependOnce] = ACTIONS(5125), + [anon_sym_ATif] = ACTIONS(5626), + [anon_sym_ATunless] = ACTIONS(5629), + [anon_sym_ATisset] = ACTIONS(5632), + [anon_sym_ATempty] = ACTIONS(5635), + [anon_sym_ATauth] = ACTIONS(5638), + [anon_sym_ATguest] = ACTIONS(5641), + [anon_sym_ATproduction] = ACTIONS(5644), + [anon_sym_ATenv] = ACTIONS(5647), + [anon_sym_AThasSection] = ACTIONS(5650), + [anon_sym_ATsectionMissing] = ACTIONS(5653), + [anon_sym_ATerror] = ACTIONS(5656), + [anon_sym_ATcan] = ACTIONS(5659), + [anon_sym_ATcannot] = ACTIONS(5662), + [anon_sym_ATcanany] = ACTIONS(5665), + [anon_sym_ATfeature] = ACTIONS(5668), + [aux_sym__custom_token1] = ACTIONS(5671), + [aux_sym__custom_token2] = ACTIONS(5674), + [anon_sym_ATswitch] = ACTIONS(5677), + [aux_sym_loop_operator_token1] = ACTIONS(5680), + [anon_sym_ATfor] = ACTIONS(5683), + [anon_sym_ATforeach] = ACTIONS(5686), + [anon_sym_ATforelse] = ACTIONS(5689), + [anon_sym_ATwhile] = ACTIONS(5692), + [anon_sym_ATsetup] = ACTIONS(5695), + [anon_sym_ATtask] = ACTIONS(5698), + [anon_sym_ATstory] = ACTIONS(5701), + [anon_sym_ATbefore] = ACTIONS(5704), + [anon_sym_ATafter] = ACTIONS(5707), + [anon_sym_ATsuccess] = ACTIONS(5710), + [anon_sym_ATfinished] = ACTIONS(5713), + [anon_sym_ATpersist] = ACTIONS(5716), + [anon_sym_ATteleport] = ACTIONS(5719), + [anon_sym_ATvolt] = ACTIONS(5722), + [aux_sym__text_token1] = ACTIONS(5725), + [aux_sym__text_token2] = ACTIONS(5725), + [aux_sym__text_token3] = ACTIONS(5728), }, [351] = { [sym__definition] = STATE(346), @@ -68328,66 +68535,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(346), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(346), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(346), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5636), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5638), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5731), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5733), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [352] = { [sym__definition] = STATE(349), @@ -68453,61 +68661,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(349), [sym_text] = STATE(349), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5640), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5642), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5735), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5737), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [353] = { [sym__definition] = STATE(257), @@ -68568,76 +68777,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5644), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5739), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [354] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -68647,117 +68857,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5646), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5741), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [355] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -68767,117 +68978,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5648), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5743), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [356] = { [sym__definition] = STATE(354), [sym_keyword] = STATE(354), [sym_php_statement] = STATE(354), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(354), [sym__inline_directive] = STATE(354), [sym__nested_directive] = STATE(354), @@ -68887,117 +69099,118 @@ 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(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(354), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(354), [sym_loop] = STATE(354), [sym_loop_operator] = STATE(354), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(354), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(354), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(354), [sym_text] = STATE(354), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5650), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5652), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5745), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5747), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [357] = { [sym__definition] = STATE(355), [sym_keyword] = STATE(355), [sym_php_statement] = STATE(355), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(355), [sym__inline_directive] = STATE(355), [sym__nested_directive] = STATE(355), @@ -69007,107 +69220,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(355), [sym_verbatim] = STATE(355), [sym_stack] = STATE(355), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(355), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(355), [sym_loop] = STATE(355), [sym_loop_operator] = STATE(355), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(355), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(355), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(355), [sym_text] = STATE(355), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5654), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5656), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5749), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5751), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [358] = { [sym__definition] = STATE(257), @@ -69168,66 +69382,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5658), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5753), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [359] = { [sym__definition] = STATE(654), @@ -69293,61 +69508,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5660), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5755), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [360] = { [sym__definition] = STATE(358), @@ -69408,66 +69624,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(358), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(358), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(358), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5662), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5664), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5757), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5759), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [361] = { [sym__definition] = STATE(257), @@ -69528,66 +69745,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5664), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5759), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [362] = { [sym__definition] = STATE(359), @@ -69653,61 +69871,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(359), [sym_text] = STATE(359), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5666), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5668), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5761), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5763), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [363] = { [sym__definition] = STATE(654), @@ -69773,71 +69992,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5670), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5765), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [364] = { [sym__definition] = STATE(554), [sym_keyword] = STATE(554), [sym_php_statement] = STATE(554), - [sym__escaped] = STATE(3470), - [sym__unescaped] = STATE(3470), - [sym__raw] = STATE(3470), - [sym__inline_raw] = STATE(3470), - [sym__multi_line_raw] = STATE(3470), + [sym__escaped] = STATE(3461), + [sym__unescaped] = STATE(3461), + [sym__raw] = STATE(3461), + [sym__inline_raw] = STATE(3461), + [sym__multi_line_raw] = STATE(3461), [sym_attribute] = STATE(554), [sym__inline_directive] = STATE(554), [sym__nested_directive] = STATE(554), @@ -69847,107 +70067,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(554), [sym_verbatim] = STATE(554), [sym_stack] = STATE(554), - [sym__push] = STATE(3469), - [sym__pushOnce] = STATE(3469), - [sym__pushIf] = STATE(3469), - [sym__prepend] = STATE(3469), - [sym__prependOnce] = STATE(3469), + [sym__push] = STATE(3319), + [sym__pushOnce] = STATE(3319), + [sym__pushIf] = STATE(3319), + [sym__prepend] = STATE(3319), + [sym__prependOnce] = STATE(3319), [sym_conditional] = STATE(554), - [sym__if] = STATE(3467), - [sym__unless] = STATE(3467), - [sym__isset] = STATE(3467), - [sym__empty] = STATE(3467), - [sym__auth] = STATE(3467), - [sym__guest] = STATE(3467), - [sym__production] = STATE(3467), - [sym__env] = STATE(3467), - [sym__hasSection] = STATE(3467), - [sym__sectionMissing] = STATE(3467), - [sym__error] = STATE(3467), - [sym_authorization] = STATE(3467), - [sym__can] = STATE(3465), - [sym__cannot] = STATE(3465), - [sym__canany] = STATE(3465), - [sym__feature] = STATE(3467), - [sym__custom] = STATE(3467), + [sym__if] = STATE(3420), + [sym__unless] = STATE(3420), + [sym__isset] = STATE(3420), + [sym__empty] = STATE(3420), + [sym__auth] = STATE(3420), + [sym__guest] = STATE(3420), + [sym__production] = STATE(3420), + [sym__env] = STATE(3420), + [sym__hasSection] = STATE(3420), + [sym__sectionMissing] = STATE(3420), + [sym__error] = STATE(3420), + [sym_authorization] = STATE(3420), + [sym__can] = STATE(3408), + [sym__cannot] = STATE(3408), + [sym__canany] = STATE(3408), + [sym__feature] = STATE(3420), + [sym__custom] = STATE(3420), [sym_switch] = STATE(554), [sym_loop] = STATE(554), [sym_loop_operator] = STATE(554), - [sym__for] = STATE(3463), - [sym__foreach] = STATE(3463), - [sym__forelse] = STATE(3463), - [sym__while] = STATE(3463), + [sym__for] = STATE(3401), + [sym__foreach] = STATE(3401), + [sym__forelse] = STATE(3401), + [sym__while] = STATE(3401), [sym_envoy] = STATE(554), - [sym__setup] = STATE(3470), - [sym__task] = STATE(3461), - [sym__story] = STATE(3461), - [sym__hooks] = STATE(3470), - [sym__before] = STATE(3470), - [sym__after] = STATE(3470), - [sym__envoy_error] = STATE(3470), - [sym__success] = STATE(3470), - [sym__finished] = STATE(3470), + [sym__setup] = STATE(3461), + [sym__task] = STATE(3399), + [sym__story] = STATE(3399), + [sym__hooks] = STATE(3461), + [sym__before] = STATE(3461), + [sym__after] = STATE(3461), + [sym__envoy_error] = STATE(3461), + [sym__success] = STATE(3461), + [sym__finished] = STATE(3461), [sym_livewire] = STATE(554), - [sym__persist] = STATE(3433), - [sym__teleport] = STATE(3433), - [sym__volt] = STATE(3433), + [sym__persist] = STATE(3398), + [sym__teleport] = STATE(3398), + [sym__volt] = STATE(3398), [aux_sym__directive_body] = STATE(554), [sym_text] = STATE(554), [sym__text] = STATE(987), [aux_sym_php_only_repeat1] = STATE(987), - [sym_comment] = ACTIONS(5672), - [aux_sym_keyword_token1] = ACTIONS(5375), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5377), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5379), - [anon_sym_ATphp] = ACTIONS(5381), - [aux_sym_attribute_token1] = ACTIONS(5383), - [aux_sym__inline_directive_token1] = ACTIONS(5385), - [anon_sym_ATfragment] = ACTIONS(5387), - [anon_sym_ATsection] = ACTIONS(5389), - [anon_sym_ATonce] = ACTIONS(5391), - [anon_sym_ATverbatim] = ACTIONS(5393), - [anon_sym_ATpush] = ACTIONS(5395), - [anon_sym_ATpushOnce] = ACTIONS(5397), - [anon_sym_ATendPushOnce] = ACTIONS(4996), - [anon_sym_ATpushIf] = ACTIONS(5399), - [anon_sym_ATprepend] = ACTIONS(5401), - [anon_sym_ATprependOnce] = ACTIONS(5403), - [anon_sym_ATif] = ACTIONS(5405), - [anon_sym_ATunless] = ACTIONS(5407), - [anon_sym_ATisset] = ACTIONS(5409), - [anon_sym_ATempty] = ACTIONS(5411), - [anon_sym_ATauth] = ACTIONS(5413), - [anon_sym_ATguest] = ACTIONS(5415), - [anon_sym_ATproduction] = ACTIONS(5417), - [anon_sym_ATenv] = ACTIONS(5419), - [anon_sym_AThasSection] = ACTIONS(5421), - [anon_sym_ATsectionMissing] = ACTIONS(5423), - [anon_sym_ATerror] = ACTIONS(5425), - [anon_sym_ATcan] = ACTIONS(5427), - [anon_sym_ATcannot] = ACTIONS(5429), - [anon_sym_ATcanany] = ACTIONS(5431), - [anon_sym_ATfeature] = ACTIONS(5433), - [aux_sym__custom_token1] = ACTIONS(5435), - [aux_sym__custom_token2] = ACTIONS(5437), - [anon_sym_ATswitch] = ACTIONS(5439), - [aux_sym_loop_operator_token1] = ACTIONS(5441), - [anon_sym_ATfor] = ACTIONS(5443), - [anon_sym_ATforeach] = ACTIONS(5445), - [anon_sym_ATforelse] = ACTIONS(5447), - [anon_sym_ATwhile] = ACTIONS(5449), - [anon_sym_ATsetup] = ACTIONS(5451), - [anon_sym_ATtask] = ACTIONS(5453), - [anon_sym_ATstory] = ACTIONS(5455), - [anon_sym_ATbefore] = ACTIONS(5457), - [anon_sym_ATafter] = ACTIONS(5459), - [anon_sym_ATsuccess] = ACTIONS(5461), - [anon_sym_ATfinished] = ACTIONS(5463), - [anon_sym_ATpersist] = ACTIONS(5465), - [anon_sym_ATteleport] = ACTIONS(5467), - [anon_sym_ATvolt] = ACTIONS(5469), - [aux_sym__text_token1] = ACTIONS(5471), - [aux_sym__text_token2] = ACTIONS(5471), - [aux_sym__text_token3] = ACTIONS(5473), + [sym_comment] = ACTIONS(5767), + [aux_sym_keyword_token1] = ACTIONS(5465), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5467), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5469), + [anon_sym_ATphp] = ACTIONS(5471), + [aux_sym_attribute_token1] = ACTIONS(5473), + [aux_sym__inline_directive_token1] = ACTIONS(5475), + [aux_sym__inline_directive_token2] = ACTIONS(5477), + [anon_sym_ATfragment] = ACTIONS(5479), + [anon_sym_ATsection] = ACTIONS(5481), + [anon_sym_ATonce] = ACTIONS(5483), + [anon_sym_ATverbatim] = ACTIONS(5485), + [anon_sym_ATpush] = ACTIONS(5487), + [anon_sym_ATpushOnce] = ACTIONS(5489), + [anon_sym_ATendPushOnce] = ACTIONS(5083), + [anon_sym_ATpushIf] = ACTIONS(5491), + [anon_sym_ATprepend] = ACTIONS(5493), + [anon_sym_ATprependOnce] = ACTIONS(5495), + [anon_sym_ATif] = ACTIONS(5497), + [anon_sym_ATunless] = ACTIONS(5499), + [anon_sym_ATisset] = ACTIONS(5501), + [anon_sym_ATempty] = ACTIONS(5503), + [anon_sym_ATauth] = ACTIONS(5505), + [anon_sym_ATguest] = ACTIONS(5507), + [anon_sym_ATproduction] = ACTIONS(5509), + [anon_sym_ATenv] = ACTIONS(5511), + [anon_sym_AThasSection] = ACTIONS(5513), + [anon_sym_ATsectionMissing] = ACTIONS(5515), + [anon_sym_ATerror] = ACTIONS(5517), + [anon_sym_ATcan] = ACTIONS(5519), + [anon_sym_ATcannot] = ACTIONS(5521), + [anon_sym_ATcanany] = ACTIONS(5523), + [anon_sym_ATfeature] = ACTIONS(5525), + [aux_sym__custom_token1] = ACTIONS(5527), + [aux_sym__custom_token2] = ACTIONS(5529), + [anon_sym_ATswitch] = ACTIONS(5531), + [aux_sym_loop_operator_token1] = ACTIONS(5533), + [anon_sym_ATfor] = ACTIONS(5535), + [anon_sym_ATforeach] = ACTIONS(5537), + [anon_sym_ATforelse] = ACTIONS(5539), + [anon_sym_ATwhile] = ACTIONS(5541), + [anon_sym_ATsetup] = ACTIONS(5543), + [anon_sym_ATtask] = ACTIONS(5545), + [anon_sym_ATstory] = ACTIONS(5547), + [anon_sym_ATbefore] = ACTIONS(5549), + [anon_sym_ATafter] = ACTIONS(5551), + [anon_sym_ATsuccess] = ACTIONS(5553), + [anon_sym_ATfinished] = ACTIONS(5555), + [anon_sym_ATpersist] = ACTIONS(5557), + [anon_sym_ATteleport] = ACTIONS(5559), + [anon_sym_ATvolt] = ACTIONS(5561), + [aux_sym__text_token1] = ACTIONS(5563), + [aux_sym__text_token2] = ACTIONS(5563), + [aux_sym__text_token3] = ACTIONS(5565), }, [365] = { [sym__definition] = STATE(361), @@ -70008,66 +70229,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(361), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(361), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(361), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5674), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5676), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5769), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5771), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [366] = { [sym__definition] = STATE(366), @@ -70135,59 +70357,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(366), [sym__text] = STATE(1106), [aux_sym_php_only_repeat1] = STATE(1106), - [sym_comment] = ACTIONS(5678), - [aux_sym_keyword_token1] = ACTIONS(5681), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5684), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5687), - [anon_sym_ATphp] = ACTIONS(5690), - [aux_sym_attribute_token1] = ACTIONS(5693), - [aux_sym__inline_directive_token1] = ACTIONS(5696), - [anon_sym_ATfragment] = ACTIONS(5699), - [anon_sym_ATendfragment] = ACTIONS(5035), - [anon_sym_ATsection] = ACTIONS(5702), - [anon_sym_ATonce] = ACTIONS(5705), - [anon_sym_ATverbatim] = ACTIONS(5708), - [anon_sym_ATpush] = ACTIONS(5711), - [anon_sym_ATpushOnce] = ACTIONS(5714), - [anon_sym_ATpushIf] = ACTIONS(5717), - [anon_sym_ATprepend] = ACTIONS(5720), - [anon_sym_ATprependOnce] = ACTIONS(5723), - [anon_sym_ATif] = ACTIONS(5726), - [anon_sym_ATunless] = ACTIONS(5729), - [anon_sym_ATisset] = ACTIONS(5732), - [anon_sym_ATempty] = ACTIONS(5735), - [anon_sym_ATauth] = ACTIONS(5738), - [anon_sym_ATguest] = ACTIONS(5741), - [anon_sym_ATproduction] = ACTIONS(5744), - [anon_sym_ATenv] = ACTIONS(5747), - [anon_sym_AThasSection] = ACTIONS(5750), - [anon_sym_ATsectionMissing] = ACTIONS(5753), - [anon_sym_ATerror] = ACTIONS(5756), - [anon_sym_ATcan] = ACTIONS(5759), - [anon_sym_ATcannot] = ACTIONS(5762), - [anon_sym_ATcanany] = ACTIONS(5765), - [anon_sym_ATfeature] = ACTIONS(5768), - [aux_sym__custom_token1] = ACTIONS(5771), - [aux_sym__custom_token2] = ACTIONS(5774), - [anon_sym_ATswitch] = ACTIONS(5777), - [aux_sym_loop_operator_token1] = ACTIONS(5780), - [anon_sym_ATfor] = ACTIONS(5783), - [anon_sym_ATforeach] = ACTIONS(5786), - [anon_sym_ATforelse] = ACTIONS(5789), - [anon_sym_ATwhile] = ACTIONS(5792), - [anon_sym_ATsetup] = ACTIONS(5795), - [anon_sym_ATtask] = ACTIONS(5798), - [anon_sym_ATstory] = ACTIONS(5801), - [anon_sym_ATbefore] = ACTIONS(5804), - [anon_sym_ATafter] = ACTIONS(5807), - [anon_sym_ATsuccess] = ACTIONS(5810), - [anon_sym_ATfinished] = ACTIONS(5813), - [anon_sym_ATpersist] = ACTIONS(5816), - [anon_sym_ATteleport] = ACTIONS(5819), - [anon_sym_ATvolt] = ACTIONS(5822), - [aux_sym__text_token1] = ACTIONS(5825), - [aux_sym__text_token2] = ACTIONS(5825), - [aux_sym__text_token3] = ACTIONS(5828), + [sym_comment] = ACTIONS(5773), + [aux_sym_keyword_token1] = ACTIONS(5776), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5779), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5782), + [anon_sym_ATphp] = ACTIONS(5785), + [aux_sym_attribute_token1] = ACTIONS(5788), + [aux_sym__inline_directive_token1] = ACTIONS(5791), + [aux_sym__inline_directive_token2] = ACTIONS(5794), + [anon_sym_ATfragment] = ACTIONS(5797), + [anon_sym_ATendfragment] = ACTIONS(5125), + [anon_sym_ATsection] = ACTIONS(5800), + [anon_sym_ATonce] = ACTIONS(5803), + [anon_sym_ATverbatim] = ACTIONS(5806), + [anon_sym_ATpush] = ACTIONS(5809), + [anon_sym_ATpushOnce] = ACTIONS(5812), + [anon_sym_ATpushIf] = ACTIONS(5815), + [anon_sym_ATprepend] = ACTIONS(5818), + [anon_sym_ATprependOnce] = ACTIONS(5821), + [anon_sym_ATif] = ACTIONS(5824), + [anon_sym_ATunless] = ACTIONS(5827), + [anon_sym_ATisset] = ACTIONS(5830), + [anon_sym_ATempty] = ACTIONS(5833), + [anon_sym_ATauth] = ACTIONS(5836), + [anon_sym_ATguest] = ACTIONS(5839), + [anon_sym_ATproduction] = ACTIONS(5842), + [anon_sym_ATenv] = ACTIONS(5845), + [anon_sym_AThasSection] = ACTIONS(5848), + [anon_sym_ATsectionMissing] = ACTIONS(5851), + [anon_sym_ATerror] = ACTIONS(5854), + [anon_sym_ATcan] = ACTIONS(5857), + [anon_sym_ATcannot] = ACTIONS(5860), + [anon_sym_ATcanany] = ACTIONS(5863), + [anon_sym_ATfeature] = ACTIONS(5866), + [aux_sym__custom_token1] = ACTIONS(5869), + [aux_sym__custom_token2] = ACTIONS(5872), + [anon_sym_ATswitch] = ACTIONS(5875), + [aux_sym_loop_operator_token1] = ACTIONS(5878), + [anon_sym_ATfor] = ACTIONS(5881), + [anon_sym_ATforeach] = ACTIONS(5884), + [anon_sym_ATforelse] = ACTIONS(5887), + [anon_sym_ATwhile] = ACTIONS(5890), + [anon_sym_ATsetup] = ACTIONS(5893), + [anon_sym_ATtask] = ACTIONS(5896), + [anon_sym_ATstory] = ACTIONS(5899), + [anon_sym_ATbefore] = ACTIONS(5902), + [anon_sym_ATafter] = ACTIONS(5905), + [anon_sym_ATsuccess] = ACTIONS(5908), + [anon_sym_ATfinished] = ACTIONS(5911), + [anon_sym_ATpersist] = ACTIONS(5914), + [anon_sym_ATteleport] = ACTIONS(5917), + [anon_sym_ATvolt] = ACTIONS(5920), + [aux_sym__text_token1] = ACTIONS(5923), + [aux_sym__text_token2] = ACTIONS(5923), + [aux_sym__text_token3] = ACTIONS(5926), }, [367] = { [sym__definition] = STATE(363), @@ -70253,71 +70476,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(363), [sym_text] = STATE(363), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5831), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5833), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5929), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5931), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [368] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -70327,117 +70551,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5835), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5933), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [369] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -70447,117 +70672,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5837), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5935), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [370] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -70567,117 +70793,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5839), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5937), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [371] = { [sym__definition] = STATE(369), [sym_keyword] = STATE(369), [sym_php_statement] = STATE(369), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(369), [sym__inline_directive] = STATE(369), [sym__nested_directive] = STATE(369), @@ -70687,117 +70914,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(369), [sym_verbatim] = STATE(369), [sym_stack] = STATE(369), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(369), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(369), [sym_loop] = STATE(369), [sym_loop_operator] = STATE(369), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(369), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(369), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(369), [sym_text] = STATE(369), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5841), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5843), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5939), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5941), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [372] = { [sym__definition] = STATE(370), [sym_keyword] = STATE(370), [sym_php_statement] = STATE(370), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(370), [sym__inline_directive] = STATE(370), [sym__nested_directive] = STATE(370), @@ -70807,117 +71035,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(370), [sym_verbatim] = STATE(370), [sym_stack] = STATE(370), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(370), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(370), [sym_loop] = STATE(370), [sym_loop_operator] = STATE(370), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(370), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(370), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(370), [sym_text] = STATE(370), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5845), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5847), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5943), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5945), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [373] = { [sym__definition] = STATE(380), [sym_keyword] = STATE(380), [sym_php_statement] = STATE(380), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(380), [sym__inline_directive] = STATE(380), [sym__nested_directive] = STATE(380), @@ -70927,117 +71156,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(380), [sym_verbatim] = STATE(380), [sym_stack] = STATE(380), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(380), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(380), [sym_loop] = STATE(380), [sym_loop_operator] = STATE(380), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(380), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(380), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(380), [sym_text] = STATE(380), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5849), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5851), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5947), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5949), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [374] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -71047,107 +71277,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5853), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5951), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [375] = { [sym__definition] = STATE(654), @@ -71213,61 +71444,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5855), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5953), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [376] = { [sym__definition] = STATE(184), @@ -71328,66 +71560,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(184), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(184), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(184), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5857), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5859), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5955), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5957), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [377] = { [sym__definition] = STATE(257), @@ -71448,66 +71681,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5859), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5957), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [378] = { [sym__definition] = STATE(375), @@ -71573,61 +71807,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(375), [sym_text] = STATE(375), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5861), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5863), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5959), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5961), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [379] = { [sym__definition] = STATE(654), @@ -71693,71 +71928,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5865), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5963), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [380] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -71767,107 +72003,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5867), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5965), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [381] = { [sym__definition] = STATE(377), @@ -71928,66 +72165,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(377), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(377), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(377), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5869), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5871), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5967), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5969), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [382] = { [sym__definition] = STATE(379), @@ -72053,61 +72291,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(379), [sym_text] = STATE(379), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5873), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5875), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5971), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5973), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [383] = { [sym__definition] = STATE(409), @@ -72173,71 +72412,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(409), [sym_text] = STATE(409), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5877), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5879), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5975), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5977), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [384] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -72247,117 +72487,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5881), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5979), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [385] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -72367,117 +72608,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5883), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5981), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [386] = { [sym__definition] = STATE(384), [sym_keyword] = STATE(384), [sym_php_statement] = STATE(384), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(384), [sym__inline_directive] = STATE(384), [sym__nested_directive] = STATE(384), @@ -72487,117 +72729,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(384), [sym_verbatim] = STATE(384), [sym_stack] = STATE(384), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(384), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(384), [sym_loop] = STATE(384), [sym_loop_operator] = STATE(384), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(384), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(384), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(384), [sym_text] = STATE(384), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5885), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5887), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(5983), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(5985), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [387] = { [sym__definition] = STATE(385), [sym_keyword] = STATE(385), [sym_php_statement] = STATE(385), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(385), [sym__inline_directive] = STATE(385), [sym__nested_directive] = STATE(385), @@ -72607,107 +72850,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(385), [sym_verbatim] = STATE(385), [sym_stack] = STATE(385), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(385), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(385), [sym_loop] = STATE(385), [sym_loop_operator] = STATE(385), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(385), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(385), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(385), [sym_text] = STATE(385), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5889), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5891), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(5987), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(5989), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [388] = { [sym__definition] = STATE(257), @@ -72768,66 +73012,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5893), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5991), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [389] = { [sym__definition] = STATE(654), @@ -72893,61 +73138,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5895), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(5993), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [390] = { [sym__definition] = STATE(388), @@ -73008,66 +73254,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(388), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(388), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(388), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5897), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5899), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(5995), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5997), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [391] = { [sym__definition] = STATE(257), @@ -73128,66 +73375,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5899), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(5997), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [392] = { [sym__definition] = STATE(389), @@ -73253,61 +73501,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(389), [sym_text] = STATE(389), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5901), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5903), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(5999), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6001), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [393] = { [sym__definition] = STATE(654), @@ -73373,61 +73622,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5905), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6003), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [394] = { [sym__definition] = STATE(391), @@ -73488,66 +73738,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(391), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(391), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(391), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5907), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5909), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6005), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6007), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [395] = { [sym__definition] = STATE(393), @@ -73613,61 +73864,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(393), [sym_text] = STATE(393), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5911), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5913), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6009), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6011), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [396] = { [sym__definition] = STATE(438), @@ -73728,76 +73980,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(438), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(438), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(438), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5915), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5917), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6013), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6015), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [397] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -73807,117 +74060,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5919), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6017), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [398] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -73927,117 +74181,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5921), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6019), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [399] = { [sym__definition] = STATE(397), [sym_keyword] = STATE(397), [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(397), [sym__inline_directive] = STATE(397), [sym__nested_directive] = STATE(397), @@ -74047,117 +74302,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(397), [sym_verbatim] = STATE(397), [sym_stack] = STATE(397), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(397), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(397), [sym_loop] = STATE(397), [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(397), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(397), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(397), [sym_text] = STATE(397), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5923), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5925), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6021), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6023), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [400] = { [sym__definition] = STATE(398), [sym_keyword] = STATE(398), [sym_php_statement] = STATE(398), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(398), [sym__inline_directive] = STATE(398), [sym__nested_directive] = STATE(398), @@ -74167,107 +74423,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(398), [sym_verbatim] = STATE(398), [sym_stack] = STATE(398), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(398), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(398), [sym_loop] = STATE(398), [sym_loop_operator] = STATE(398), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(398), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(398), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(398), [sym_text] = STATE(398), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5927), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5929), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6025), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6027), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [401] = { [sym__definition] = STATE(257), @@ -74328,66 +74585,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5931), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6029), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [402] = { [sym__definition] = STATE(654), @@ -74453,61 +74711,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5933), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6031), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [403] = { [sym__definition] = STATE(401), @@ -74568,66 +74827,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(401), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(401), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(401), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5935), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5937), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6033), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6035), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [404] = { [sym__definition] = STATE(257), @@ -74688,66 +74948,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5937), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6035), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [405] = { [sym__definition] = STATE(402), @@ -74813,61 +75074,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(402), [sym_text] = STATE(402), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5939), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5941), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6037), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6039), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [406] = { [sym__definition] = STATE(654), @@ -74933,61 +75195,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5943), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6041), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [407] = { [sym__definition] = STATE(404), @@ -75048,66 +75311,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(404), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(404), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(404), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5945), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5947), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6043), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6045), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [408] = { [sym__definition] = STATE(406), @@ -75173,61 +75437,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(406), [sym_text] = STATE(406), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5949), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5951), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6047), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6049), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [409] = { [sym__definition] = STATE(654), @@ -75293,71 +75558,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5953), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6051), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [410] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -75367,117 +75633,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5955), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6053), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [411] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -75487,117 +75754,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5957), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6055), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [412] = { [sym__definition] = STATE(410), [sym_keyword] = STATE(410), [sym_php_statement] = STATE(410), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(410), [sym__inline_directive] = STATE(410), [sym__nested_directive] = STATE(410), @@ -75607,117 +75875,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(410), [sym_verbatim] = STATE(410), [sym_stack] = STATE(410), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(410), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(410), [sym_loop] = STATE(410), [sym_loop_operator] = STATE(410), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(410), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(410), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(410), [sym_text] = STATE(410), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(5959), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(5961), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6057), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6059), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [413] = { [sym__definition] = STATE(411), [sym_keyword] = STATE(411), [sym_php_statement] = STATE(411), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(411), [sym__inline_directive] = STATE(411), [sym__nested_directive] = STATE(411), @@ -75727,107 +75996,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(411), [sym_verbatim] = STATE(411), [sym_stack] = STATE(411), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(411), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(411), [sym_loop] = STATE(411), [sym_loop_operator] = STATE(411), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(411), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(411), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(411), [sym_text] = STATE(411), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(5963), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(5965), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6061), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6063), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [414] = { [sym__definition] = STATE(257), @@ -75888,66 +76158,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5967), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6065), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [415] = { [sym__definition] = STATE(654), @@ -76013,61 +76284,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5969), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6067), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [416] = { [sym__definition] = STATE(414), @@ -76128,66 +76400,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(414), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(414), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(414), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5971), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5973), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6069), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6071), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [417] = { [sym__definition] = STATE(257), @@ -76248,66 +76521,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5973), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6071), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [418] = { [sym__definition] = STATE(415), @@ -76373,61 +76647,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(415), [sym_text] = STATE(415), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5975), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5977), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6073), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6075), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [419] = { [sym__definition] = STATE(654), @@ -76493,61 +76768,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5979), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6077), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [420] = { [sym__definition] = STATE(417), @@ -76608,66 +76884,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(417), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(417), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(417), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(5981), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(5983), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6079), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6081), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [421] = { [sym__definition] = STATE(419), @@ -76733,61 +77010,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(419), [sym_text] = STATE(419), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(5985), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(5987), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6083), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6085), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [422] = { [sym__definition] = STATE(422), @@ -76855,69 +77133,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(422), [sym__text] = STATE(1169), [aux_sym_php_only_repeat1] = STATE(1169), - [sym_comment] = ACTIONS(5989), - [aux_sym_keyword_token1] = ACTIONS(5992), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5995), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5998), - [anon_sym_ATphp] = ACTIONS(6001), - [aux_sym_attribute_token1] = ACTIONS(6004), - [aux_sym__inline_directive_token1] = ACTIONS(6007), - [anon_sym_ATfragment] = ACTIONS(6010), - [anon_sym_ATsection] = ACTIONS(6013), - [anon_sym_ATonce] = ACTIONS(6016), - [anon_sym_ATverbatim] = ACTIONS(6019), - [anon_sym_ATpush] = ACTIONS(6022), - [anon_sym_ATpushOnce] = ACTIONS(6025), - [anon_sym_ATpushIf] = ACTIONS(6028), - [anon_sym_ATprepend] = ACTIONS(6031), - [anon_sym_ATendprepend] = ACTIONS(5035), - [anon_sym_ATprependOnce] = ACTIONS(6034), - [anon_sym_ATif] = ACTIONS(6037), - [anon_sym_ATunless] = ACTIONS(6040), - [anon_sym_ATisset] = ACTIONS(6043), - [anon_sym_ATempty] = ACTIONS(6046), - [anon_sym_ATauth] = ACTIONS(6049), - [anon_sym_ATguest] = ACTIONS(6052), - [anon_sym_ATproduction] = ACTIONS(6055), - [anon_sym_ATenv] = ACTIONS(6058), - [anon_sym_AThasSection] = ACTIONS(6061), - [anon_sym_ATsectionMissing] = ACTIONS(6064), - [anon_sym_ATerror] = ACTIONS(6067), - [anon_sym_ATcan] = ACTIONS(6070), - [anon_sym_ATcannot] = ACTIONS(6073), - [anon_sym_ATcanany] = ACTIONS(6076), - [anon_sym_ATfeature] = ACTIONS(6079), - [aux_sym__custom_token1] = ACTIONS(6082), - [aux_sym__custom_token2] = ACTIONS(6085), - [anon_sym_ATswitch] = ACTIONS(6088), - [aux_sym_loop_operator_token1] = ACTIONS(6091), - [anon_sym_ATfor] = ACTIONS(6094), - [anon_sym_ATforeach] = ACTIONS(6097), - [anon_sym_ATforelse] = ACTIONS(6100), - [anon_sym_ATwhile] = ACTIONS(6103), - [anon_sym_ATsetup] = ACTIONS(6106), - [anon_sym_ATtask] = ACTIONS(6109), - [anon_sym_ATstory] = ACTIONS(6112), - [anon_sym_ATbefore] = ACTIONS(6115), - [anon_sym_ATafter] = ACTIONS(6118), - [anon_sym_ATsuccess] = ACTIONS(6121), - [anon_sym_ATfinished] = ACTIONS(6124), - [anon_sym_ATpersist] = ACTIONS(6127), - [anon_sym_ATteleport] = ACTIONS(6130), - [anon_sym_ATvolt] = ACTIONS(6133), - [aux_sym__text_token1] = ACTIONS(6136), - [aux_sym__text_token2] = ACTIONS(6136), - [aux_sym__text_token3] = ACTIONS(6139), + [sym_comment] = ACTIONS(6087), + [aux_sym_keyword_token1] = ACTIONS(6090), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6093), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6096), + [anon_sym_ATphp] = ACTIONS(6099), + [aux_sym_attribute_token1] = ACTIONS(6102), + [aux_sym__inline_directive_token1] = ACTIONS(6105), + [aux_sym__inline_directive_token2] = ACTIONS(6108), + [anon_sym_ATfragment] = ACTIONS(6111), + [anon_sym_ATsection] = ACTIONS(6114), + [anon_sym_ATonce] = ACTIONS(6117), + [anon_sym_ATverbatim] = ACTIONS(6120), + [anon_sym_ATpush] = ACTIONS(6123), + [anon_sym_ATpushOnce] = ACTIONS(6126), + [anon_sym_ATpushIf] = ACTIONS(6129), + [anon_sym_ATprepend] = ACTIONS(6132), + [anon_sym_ATendprepend] = ACTIONS(5125), + [anon_sym_ATprependOnce] = ACTIONS(6135), + [anon_sym_ATif] = ACTIONS(6138), + [anon_sym_ATunless] = ACTIONS(6141), + [anon_sym_ATisset] = ACTIONS(6144), + [anon_sym_ATempty] = ACTIONS(6147), + [anon_sym_ATauth] = ACTIONS(6150), + [anon_sym_ATguest] = ACTIONS(6153), + [anon_sym_ATproduction] = ACTIONS(6156), + [anon_sym_ATenv] = ACTIONS(6159), + [anon_sym_AThasSection] = ACTIONS(6162), + [anon_sym_ATsectionMissing] = ACTIONS(6165), + [anon_sym_ATerror] = ACTIONS(6168), + [anon_sym_ATcan] = ACTIONS(6171), + [anon_sym_ATcannot] = ACTIONS(6174), + [anon_sym_ATcanany] = ACTIONS(6177), + [anon_sym_ATfeature] = ACTIONS(6180), + [aux_sym__custom_token1] = ACTIONS(6183), + [aux_sym__custom_token2] = ACTIONS(6186), + [anon_sym_ATswitch] = ACTIONS(6189), + [aux_sym_loop_operator_token1] = ACTIONS(6192), + [anon_sym_ATfor] = ACTIONS(6195), + [anon_sym_ATforeach] = ACTIONS(6198), + [anon_sym_ATforelse] = ACTIONS(6201), + [anon_sym_ATwhile] = ACTIONS(6204), + [anon_sym_ATsetup] = ACTIONS(6207), + [anon_sym_ATtask] = ACTIONS(6210), + [anon_sym_ATstory] = ACTIONS(6213), + [anon_sym_ATbefore] = ACTIONS(6216), + [anon_sym_ATafter] = ACTIONS(6219), + [anon_sym_ATsuccess] = ACTIONS(6222), + [anon_sym_ATfinished] = ACTIONS(6225), + [anon_sym_ATpersist] = ACTIONS(6228), + [anon_sym_ATteleport] = ACTIONS(6231), + [anon_sym_ATvolt] = ACTIONS(6234), + [aux_sym__text_token1] = ACTIONS(6237), + [aux_sym__text_token2] = ACTIONS(6237), + [aux_sym__text_token3] = ACTIONS(6240), }, [423] = { [sym__definition] = STATE(640), [sym_keyword] = STATE(640), [sym_php_statement] = STATE(640), - [sym__escaped] = STATE(1938), - [sym__unescaped] = STATE(1938), - [sym__raw] = STATE(1938), - [sym__inline_raw] = STATE(1938), - [sym__multi_line_raw] = STATE(1938), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), [sym_attribute] = STATE(640), [sym__inline_directive] = STATE(640), [sym__nested_directive] = STATE(640), @@ -76927,107 +77206,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(640), [sym_verbatim] = STATE(640), [sym_stack] = STATE(640), - [sym__push] = STATE(1939), - [sym__pushOnce] = STATE(1939), - [sym__pushIf] = STATE(1939), - [sym__prepend] = STATE(1939), - [sym__prependOnce] = STATE(1939), + [sym__push] = STATE(3180), + [sym__pushOnce] = STATE(3180), + [sym__pushIf] = STATE(3180), + [sym__prepend] = STATE(3180), + [sym__prependOnce] = STATE(3180), [sym_conditional] = STATE(640), - [sym__if] = STATE(1940), - [sym__unless] = STATE(1940), - [sym__isset] = STATE(1940), - [sym__empty] = STATE(1940), - [sym__auth] = STATE(1940), - [sym__guest] = STATE(1940), - [sym__production] = STATE(1940), - [sym__env] = STATE(1940), - [sym__hasSection] = STATE(1940), - [sym__sectionMissing] = STATE(1940), - [sym__error] = STATE(1940), - [sym_authorization] = STATE(1940), - [sym__can] = STATE(2000), - [sym__cannot] = STATE(2000), - [sym__canany] = STATE(2000), - [sym__feature] = STATE(1940), - [sym__custom] = STATE(1940), + [sym__if] = STATE(3183), + [sym__unless] = STATE(3183), + [sym__isset] = STATE(3183), + [sym__empty] = STATE(3183), + [sym__auth] = STATE(3183), + [sym__guest] = STATE(3183), + [sym__production] = STATE(3183), + [sym__env] = STATE(3183), + [sym__hasSection] = STATE(3183), + [sym__sectionMissing] = STATE(3183), + [sym__error] = STATE(3183), + [sym_authorization] = STATE(3183), + [sym__can] = STATE(3184), + [sym__cannot] = STATE(3184), + [sym__canany] = STATE(3184), + [sym__feature] = STATE(3183), + [sym__custom] = STATE(3183), [sym_switch] = STATE(640), [sym_loop] = STATE(640), [sym_loop_operator] = STATE(640), - [sym__for] = STATE(2077), - [sym__foreach] = STATE(2077), - [sym__forelse] = STATE(2077), - [sym__while] = STATE(2077), + [sym__for] = STATE(3187), + [sym__foreach] = STATE(3187), + [sym__forelse] = STATE(3187), + [sym__while] = STATE(3187), [sym_envoy] = STATE(640), - [sym__setup] = STATE(1938), - [sym__task] = STATE(2085), - [sym__story] = STATE(2085), - [sym__hooks] = STATE(1938), - [sym__before] = STATE(1938), - [sym__after] = STATE(1938), - [sym__envoy_error] = STATE(1938), - [sym__success] = STATE(1938), - [sym__finished] = STATE(1938), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3191), + [sym__story] = STATE(3191), + [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(3158), - [sym__teleport] = STATE(3158), - [sym__volt] = STATE(3158), + [sym__persist] = STATE(3210), + [sym__teleport] = STATE(3210), + [sym__volt] = STATE(3210), [sym_text] = STATE(640), - [sym__text] = STATE(752), + [sym__text] = STATE(934), [aux_sym_blade_repeat1] = STATE(640), - [aux_sym_php_only_repeat1] = STATE(752), - [ts_builtin_sym_end] = ACTIONS(6142), - [sym_comment] = ACTIONS(6144), + [aux_sym_php_only_repeat1] = STATE(934), + [ts_builtin_sym_end] = ACTIONS(6243), + [sym_comment] = ACTIONS(6245), [aux_sym_keyword_token1] = ACTIONS(7), [anon_sym_LBRACE_LBRACE] = ACTIONS(9), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(11), [anon_sym_ATphp] = ACTIONS(13), [aux_sym_attribute_token1] = ACTIONS(15), [aux_sym__inline_directive_token1] = ACTIONS(17), - [anon_sym_ATfragment] = ACTIONS(19), - [anon_sym_ATsection] = ACTIONS(21), - [anon_sym_ATonce] = ACTIONS(23), - [anon_sym_ATverbatim] = ACTIONS(25), - [anon_sym_ATpush] = ACTIONS(27), - [anon_sym_ATpushOnce] = ACTIONS(29), - [anon_sym_ATpushIf] = ACTIONS(31), - [anon_sym_ATprepend] = ACTIONS(33), - [anon_sym_ATprependOnce] = ACTIONS(35), - [anon_sym_ATif] = ACTIONS(37), - [anon_sym_ATunless] = ACTIONS(39), - [anon_sym_ATisset] = ACTIONS(41), - [anon_sym_ATempty] = ACTIONS(43), - [anon_sym_ATauth] = ACTIONS(45), - [anon_sym_ATguest] = ACTIONS(47), - [anon_sym_ATproduction] = ACTIONS(49), - [anon_sym_ATenv] = ACTIONS(51), - [anon_sym_AThasSection] = ACTIONS(53), - [anon_sym_ATsectionMissing] = ACTIONS(55), - [anon_sym_ATerror] = ACTIONS(57), - [anon_sym_ATcan] = ACTIONS(59), - [anon_sym_ATcannot] = ACTIONS(61), - [anon_sym_ATcanany] = ACTIONS(63), - [anon_sym_ATfeature] = ACTIONS(65), - [aux_sym__custom_token1] = ACTIONS(67), - [aux_sym__custom_token2] = ACTIONS(69), - [anon_sym_ATswitch] = ACTIONS(71), - [aux_sym_loop_operator_token1] = ACTIONS(73), - [anon_sym_ATfor] = ACTIONS(75), - [anon_sym_ATforeach] = ACTIONS(77), - [anon_sym_ATforelse] = ACTIONS(79), - [anon_sym_ATwhile] = ACTIONS(81), - [anon_sym_ATsetup] = ACTIONS(83), - [anon_sym_ATtask] = ACTIONS(85), - [anon_sym_ATstory] = ACTIONS(87), - [anon_sym_ATbefore] = ACTIONS(89), - [anon_sym_ATafter] = ACTIONS(91), - [anon_sym_ATsuccess] = ACTIONS(93), - [anon_sym_ATfinished] = ACTIONS(95), - [anon_sym_ATpersist] = ACTIONS(97), - [anon_sym_ATteleport] = ACTIONS(99), - [anon_sym_ATvolt] = ACTIONS(101), - [aux_sym__text_token1] = ACTIONS(103), - [aux_sym__text_token2] = ACTIONS(103), - [aux_sym__text_token3] = ACTIONS(105), + [aux_sym__inline_directive_token2] = ACTIONS(19), + [anon_sym_ATfragment] = ACTIONS(21), + [anon_sym_ATsection] = ACTIONS(23), + [anon_sym_ATonce] = ACTIONS(25), + [anon_sym_ATverbatim] = ACTIONS(27), + [anon_sym_ATpush] = ACTIONS(29), + [anon_sym_ATpushOnce] = ACTIONS(31), + [anon_sym_ATpushIf] = ACTIONS(33), + [anon_sym_ATprepend] = ACTIONS(35), + [anon_sym_ATprependOnce] = ACTIONS(37), + [anon_sym_ATif] = ACTIONS(39), + [anon_sym_ATunless] = ACTIONS(41), + [anon_sym_ATisset] = ACTIONS(43), + [anon_sym_ATempty] = ACTIONS(45), + [anon_sym_ATauth] = ACTIONS(47), + [anon_sym_ATguest] = ACTIONS(49), + [anon_sym_ATproduction] = ACTIONS(51), + [anon_sym_ATenv] = ACTIONS(53), + [anon_sym_AThasSection] = ACTIONS(55), + [anon_sym_ATsectionMissing] = ACTIONS(57), + [anon_sym_ATerror] = ACTIONS(59), + [anon_sym_ATcan] = ACTIONS(61), + [anon_sym_ATcannot] = ACTIONS(63), + [anon_sym_ATcanany] = ACTIONS(65), + [anon_sym_ATfeature] = ACTIONS(67), + [aux_sym__custom_token1] = ACTIONS(69), + [aux_sym__custom_token2] = ACTIONS(71), + [anon_sym_ATswitch] = ACTIONS(73), + [aux_sym_loop_operator_token1] = ACTIONS(75), + [anon_sym_ATfor] = ACTIONS(77), + [anon_sym_ATforeach] = ACTIONS(79), + [anon_sym_ATforelse] = ACTIONS(81), + [anon_sym_ATwhile] = ACTIONS(83), + [anon_sym_ATsetup] = ACTIONS(85), + [anon_sym_ATtask] = ACTIONS(87), + [anon_sym_ATstory] = ACTIONS(89), + [anon_sym_ATbefore] = ACTIONS(91), + [anon_sym_ATafter] = ACTIONS(93), + [anon_sym_ATsuccess] = ACTIONS(95), + [anon_sym_ATfinished] = ACTIONS(97), + [anon_sym_ATpersist] = ACTIONS(99), + [anon_sym_ATteleport] = ACTIONS(101), + [anon_sym_ATvolt] = ACTIONS(103), + [aux_sym__text_token1] = ACTIONS(105), + [aux_sym__text_token2] = ACTIONS(105), + [aux_sym__text_token3] = ACTIONS(107), }, [424] = { [sym__definition] = STATE(454), @@ -77093,71 +77373,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(454), [sym_text] = STATE(454), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6146), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6148), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6247), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6249), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [425] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -77167,117 +77448,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6150), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6251), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [426] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -77287,117 +77569,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6152), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6253), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [427] = { [sym__definition] = STATE(425), [sym_keyword] = STATE(425), [sym_php_statement] = STATE(425), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(425), [sym__inline_directive] = STATE(425), [sym__nested_directive] = STATE(425), @@ -77407,117 +77690,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(425), [sym_verbatim] = STATE(425), [sym_stack] = STATE(425), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(425), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(425), [sym_loop] = STATE(425), [sym_loop_operator] = STATE(425), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(425), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(425), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(425), [sym_text] = STATE(425), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(6154), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6156), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6255), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6257), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [428] = { [sym__definition] = STATE(426), [sym_keyword] = STATE(426), [sym_php_statement] = STATE(426), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(426), [sym__inline_directive] = STATE(426), [sym__nested_directive] = STATE(426), @@ -77527,107 +77811,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(426), [sym_verbatim] = STATE(426), [sym_stack] = STATE(426), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(426), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(426), [sym_loop] = STATE(426), [sym_loop_operator] = STATE(426), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(426), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(426), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(426), [sym_text] = STATE(426), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6158), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6160), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6259), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6261), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [429] = { [sym__definition] = STATE(257), @@ -77688,66 +77973,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6162), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6263), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [430] = { [sym__definition] = STATE(654), @@ -77813,61 +78099,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6164), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6265), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [431] = { [sym__definition] = STATE(538), @@ -77935,59 +78222,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(538), [sym__text] = STATE(1001), [aux_sym_php_only_repeat1] = STATE(1001), - [sym_comment] = ACTIONS(6166), - [aux_sym_keyword_token1] = ACTIONS(6168), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6170), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6172), - [anon_sym_ATphp] = ACTIONS(6174), - [aux_sym_attribute_token1] = ACTIONS(6176), - [aux_sym__inline_directive_token1] = ACTIONS(6178), - [anon_sym_ATfragment] = ACTIONS(6180), - [anon_sym_ATsection] = ACTIONS(6182), - [anon_sym_ATonce] = ACTIONS(6184), - [anon_sym_ATverbatim] = ACTIONS(6186), - [anon_sym_ATpush] = ACTIONS(6188), - [anon_sym_ATpushOnce] = ACTIONS(6190), - [anon_sym_ATpushIf] = ACTIONS(6192), - [anon_sym_ATprepend] = ACTIONS(6194), - [anon_sym_ATprependOnce] = ACTIONS(6196), - [anon_sym_ATif] = ACTIONS(6198), - [anon_sym_ATunless] = ACTIONS(6200), - [anon_sym_ATisset] = ACTIONS(6202), - [anon_sym_ATempty] = ACTIONS(6204), - [anon_sym_ATauth] = ACTIONS(6206), - [anon_sym_ATguest] = ACTIONS(6208), - [anon_sym_ATproduction] = ACTIONS(6210), - [anon_sym_ATenv] = ACTIONS(6212), - [anon_sym_AThasSection] = ACTIONS(6214), - [anon_sym_ATsectionMissing] = ACTIONS(6216), - [anon_sym_ATerror] = ACTIONS(6218), - [anon_sym_ATcan] = ACTIONS(6220), - [anon_sym_ATcannot] = ACTIONS(6222), - [anon_sym_ATcanany] = ACTIONS(6224), - [anon_sym_ATfeature] = ACTIONS(6226), - [aux_sym__custom_token1] = ACTIONS(6228), - [aux_sym__custom_token2] = ACTIONS(6230), - [anon_sym_ATswitch] = ACTIONS(6232), - [aux_sym_loop_operator_token1] = ACTIONS(6234), - [anon_sym_ATfor] = ACTIONS(6236), - [anon_sym_ATendfor] = ACTIONS(4996), - [anon_sym_ATforeach] = ACTIONS(6238), - [anon_sym_ATforelse] = ACTIONS(6240), - [anon_sym_ATwhile] = ACTIONS(6242), - [anon_sym_ATsetup] = ACTIONS(6244), - [anon_sym_ATtask] = ACTIONS(6246), - [anon_sym_ATstory] = ACTIONS(6248), - [anon_sym_ATbefore] = ACTIONS(6250), - [anon_sym_ATafter] = ACTIONS(6252), - [anon_sym_ATsuccess] = ACTIONS(6254), - [anon_sym_ATfinished] = ACTIONS(6256), - [anon_sym_ATpersist] = ACTIONS(6258), - [anon_sym_ATteleport] = ACTIONS(6260), - [anon_sym_ATvolt] = ACTIONS(6262), - [aux_sym__text_token1] = ACTIONS(6264), - [aux_sym__text_token2] = ACTIONS(6264), - [aux_sym__text_token3] = ACTIONS(6266), + [sym_comment] = ACTIONS(6267), + [aux_sym_keyword_token1] = ACTIONS(6269), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6271), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6273), + [anon_sym_ATphp] = ACTIONS(6275), + [aux_sym_attribute_token1] = ACTIONS(6277), + [aux_sym__inline_directive_token1] = ACTIONS(6279), + [aux_sym__inline_directive_token2] = ACTIONS(6281), + [anon_sym_ATfragment] = ACTIONS(6283), + [anon_sym_ATsection] = ACTIONS(6285), + [anon_sym_ATonce] = ACTIONS(6287), + [anon_sym_ATverbatim] = ACTIONS(6289), + [anon_sym_ATpush] = ACTIONS(6291), + [anon_sym_ATpushOnce] = ACTIONS(6293), + [anon_sym_ATpushIf] = ACTIONS(6295), + [anon_sym_ATprepend] = ACTIONS(6297), + [anon_sym_ATprependOnce] = ACTIONS(6299), + [anon_sym_ATif] = ACTIONS(6301), + [anon_sym_ATunless] = ACTIONS(6303), + [anon_sym_ATisset] = ACTIONS(6305), + [anon_sym_ATempty] = ACTIONS(6307), + [anon_sym_ATauth] = ACTIONS(6309), + [anon_sym_ATguest] = ACTIONS(6311), + [anon_sym_ATproduction] = ACTIONS(6313), + [anon_sym_ATenv] = ACTIONS(6315), + [anon_sym_AThasSection] = ACTIONS(6317), + [anon_sym_ATsectionMissing] = ACTIONS(6319), + [anon_sym_ATerror] = ACTIONS(6321), + [anon_sym_ATcan] = ACTIONS(6323), + [anon_sym_ATcannot] = ACTIONS(6325), + [anon_sym_ATcanany] = ACTIONS(6327), + [anon_sym_ATfeature] = ACTIONS(6329), + [aux_sym__custom_token1] = ACTIONS(6331), + [aux_sym__custom_token2] = ACTIONS(6333), + [anon_sym_ATswitch] = ACTIONS(6335), + [aux_sym_loop_operator_token1] = ACTIONS(6337), + [anon_sym_ATfor] = ACTIONS(6339), + [anon_sym_ATendfor] = ACTIONS(5083), + [anon_sym_ATforeach] = ACTIONS(6341), + [anon_sym_ATforelse] = ACTIONS(6343), + [anon_sym_ATwhile] = ACTIONS(6345), + [anon_sym_ATsetup] = ACTIONS(6347), + [anon_sym_ATtask] = ACTIONS(6349), + [anon_sym_ATstory] = ACTIONS(6351), + [anon_sym_ATbefore] = ACTIONS(6353), + [anon_sym_ATafter] = ACTIONS(6355), + [anon_sym_ATsuccess] = ACTIONS(6357), + [anon_sym_ATfinished] = ACTIONS(6359), + [anon_sym_ATpersist] = ACTIONS(6361), + [anon_sym_ATteleport] = ACTIONS(6363), + [anon_sym_ATvolt] = ACTIONS(6365), + [aux_sym__text_token1] = ACTIONS(6367), + [aux_sym__text_token2] = ACTIONS(6367), + [aux_sym__text_token3] = ACTIONS(6369), }, [432] = { [sym__definition] = STATE(429), @@ -78048,66 +78336,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(429), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(429), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(429), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6268), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6270), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6371), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6373), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [433] = { [sym__definition] = STATE(257), @@ -78168,66 +78457,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6270), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6373), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [434] = { [sym__definition] = STATE(430), @@ -78293,61 +78583,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(430), [sym_text] = STATE(430), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6272), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6274), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6375), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6377), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [435] = { [sym__definition] = STATE(654), @@ -78413,61 +78704,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6276), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6379), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [436] = { [sym__definition] = STATE(433), @@ -78528,66 +78820,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(433), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(433), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(433), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6278), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6280), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6381), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6383), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [437] = { [sym__definition] = STATE(435), @@ -78653,61 +78946,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(435), [sym_text] = STATE(435), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6282), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6284), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6385), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6387), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [438] = { [sym__definition] = STATE(257), @@ -78768,66 +79062,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6286), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6389), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [439] = { [sym__definition] = STATE(458), @@ -78847,11 +79142,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(458), [sym_verbatim] = STATE(458), [sym_stack] = STATE(458), - [sym__push] = STATE(2665), - [sym__pushOnce] = STATE(2665), - [sym__pushIf] = STATE(2665), - [sym__prepend] = STATE(2665), - [sym__prependOnce] = STATE(2665), + [sym__push] = STATE(2583), + [sym__pushOnce] = STATE(2583), + [sym__pushIf] = STATE(2583), + [sym__prepend] = STATE(2583), + [sym__prependOnce] = STATE(2583), [sym_conditional] = STATE(458), [sym__if] = STATE(2608), [sym__unless] = STATE(2608), @@ -78865,9 +79160,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__sectionMissing] = STATE(2608), [sym__error] = STATE(2608), [sym_authorization] = STATE(2608), - [sym__can] = STATE(2501), - [sym__cannot] = STATE(2501), - [sym__canany] = STATE(2501), + [sym__can] = STATE(2592), + [sym__cannot] = STATE(2592), + [sym__canany] = STATE(2592), [sym__feature] = STATE(2608), [sym__custom] = STATE(2608), [sym_switch] = STATE(458), @@ -78879,8 +79174,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__while] = STATE(2584), [sym_envoy] = STATE(458), [sym__setup] = STATE(2666), - [sym__task] = STATE(2583), - [sym__story] = STATE(2583), + [sym__task] = STATE(2419), + [sym__story] = STATE(2419), [sym__hooks] = STATE(2666), [sym__before] = STATE(2666), [sym__after] = STATE(2666), @@ -78895,69 +79190,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(458), [sym__text] = STATE(1078), [aux_sym_php_only_repeat1] = STATE(1078), - [sym_comment] = ACTIONS(6288), - [aux_sym_keyword_token1] = ACTIONS(6290), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6292), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6294), - [anon_sym_ATphp] = ACTIONS(6296), - [aux_sym_attribute_token1] = ACTIONS(6298), - [aux_sym__inline_directive_token1] = ACTIONS(6300), - [anon_sym_ATfragment] = ACTIONS(6302), - [anon_sym_ATsection] = ACTIONS(6304), - [anon_sym_ATonce] = ACTIONS(6306), - [anon_sym_ATverbatim] = ACTIONS(6308), - [anon_sym_ATpush] = ACTIONS(6310), - [anon_sym_ATpushOnce] = ACTIONS(6312), - [anon_sym_ATpushIf] = ACTIONS(6314), - [anon_sym_ATendPushIf] = ACTIONS(4609), - [anon_sym_ATprepend] = ACTIONS(6316), - [anon_sym_ATprependOnce] = ACTIONS(6318), - [anon_sym_ATif] = ACTIONS(6320), - [anon_sym_ATunless] = ACTIONS(6322), - [anon_sym_ATisset] = ACTIONS(6324), - [anon_sym_ATempty] = ACTIONS(6326), - [anon_sym_ATauth] = ACTIONS(6328), - [anon_sym_ATguest] = ACTIONS(6330), - [anon_sym_ATproduction] = ACTIONS(6332), - [anon_sym_ATenv] = ACTIONS(6334), - [anon_sym_AThasSection] = ACTIONS(6336), - [anon_sym_ATsectionMissing] = ACTIONS(6338), - [anon_sym_ATerror] = ACTIONS(6340), - [anon_sym_ATcan] = ACTIONS(6342), - [anon_sym_ATcannot] = ACTIONS(6344), - [anon_sym_ATcanany] = ACTIONS(6346), - [anon_sym_ATfeature] = ACTIONS(6348), - [aux_sym__custom_token1] = ACTIONS(6350), - [aux_sym__custom_token2] = ACTIONS(6352), - [anon_sym_ATswitch] = ACTIONS(6354), - [aux_sym_loop_operator_token1] = ACTIONS(6356), - [anon_sym_ATfor] = ACTIONS(6358), - [anon_sym_ATforeach] = ACTIONS(6360), - [anon_sym_ATforelse] = ACTIONS(6362), - [anon_sym_ATwhile] = ACTIONS(6364), - [anon_sym_ATsetup] = ACTIONS(6366), - [anon_sym_ATtask] = ACTIONS(6368), - [anon_sym_ATstory] = ACTIONS(6370), - [anon_sym_ATbefore] = ACTIONS(6372), - [anon_sym_ATafter] = ACTIONS(6374), - [anon_sym_ATsuccess] = ACTIONS(6376), - [anon_sym_ATfinished] = ACTIONS(6378), - [anon_sym_ATpersist] = ACTIONS(6380), - [anon_sym_ATteleport] = ACTIONS(6382), - [anon_sym_ATvolt] = ACTIONS(6384), - [aux_sym__text_token1] = ACTIONS(6386), - [aux_sym__text_token2] = ACTIONS(6386), - [aux_sym__text_token3] = ACTIONS(6388), + [sym_comment] = ACTIONS(6391), + [aux_sym_keyword_token1] = ACTIONS(6393), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6395), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6397), + [anon_sym_ATphp] = ACTIONS(6399), + [aux_sym_attribute_token1] = ACTIONS(6401), + [aux_sym__inline_directive_token1] = ACTIONS(6403), + [aux_sym__inline_directive_token2] = ACTIONS(6405), + [anon_sym_ATfragment] = ACTIONS(6407), + [anon_sym_ATsection] = ACTIONS(6409), + [anon_sym_ATonce] = ACTIONS(6411), + [anon_sym_ATverbatim] = ACTIONS(6413), + [anon_sym_ATpush] = ACTIONS(6415), + [anon_sym_ATpushOnce] = ACTIONS(6417), + [anon_sym_ATpushIf] = ACTIONS(6419), + [anon_sym_ATendPushIf] = ACTIONS(4691), + [anon_sym_ATprepend] = ACTIONS(6421), + [anon_sym_ATprependOnce] = ACTIONS(6423), + [anon_sym_ATif] = ACTIONS(6425), + [anon_sym_ATunless] = ACTIONS(6427), + [anon_sym_ATisset] = ACTIONS(6429), + [anon_sym_ATempty] = ACTIONS(6431), + [anon_sym_ATauth] = ACTIONS(6433), + [anon_sym_ATguest] = ACTIONS(6435), + [anon_sym_ATproduction] = ACTIONS(6437), + [anon_sym_ATenv] = ACTIONS(6439), + [anon_sym_AThasSection] = ACTIONS(6441), + [anon_sym_ATsectionMissing] = ACTIONS(6443), + [anon_sym_ATerror] = ACTIONS(6445), + [anon_sym_ATcan] = ACTIONS(6447), + [anon_sym_ATcannot] = ACTIONS(6449), + [anon_sym_ATcanany] = ACTIONS(6451), + [anon_sym_ATfeature] = ACTIONS(6453), + [aux_sym__custom_token1] = ACTIONS(6455), + [aux_sym__custom_token2] = ACTIONS(6457), + [anon_sym_ATswitch] = ACTIONS(6459), + [aux_sym_loop_operator_token1] = ACTIONS(6461), + [anon_sym_ATfor] = ACTIONS(6463), + [anon_sym_ATforeach] = ACTIONS(6465), + [anon_sym_ATforelse] = ACTIONS(6467), + [anon_sym_ATwhile] = ACTIONS(6469), + [anon_sym_ATsetup] = ACTIONS(6471), + [anon_sym_ATtask] = ACTIONS(6473), + [anon_sym_ATstory] = ACTIONS(6475), + [anon_sym_ATbefore] = ACTIONS(6477), + [anon_sym_ATafter] = ACTIONS(6479), + [anon_sym_ATsuccess] = ACTIONS(6481), + [anon_sym_ATfinished] = ACTIONS(6483), + [anon_sym_ATpersist] = ACTIONS(6485), + [anon_sym_ATteleport] = ACTIONS(6487), + [anon_sym_ATvolt] = ACTIONS(6489), + [aux_sym__text_token1] = ACTIONS(6491), + [aux_sym__text_token2] = ACTIONS(6491), + [aux_sym__text_token3] = ACTIONS(6493), }, [440] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -78967,117 +79263,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6390), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6495), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [441] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -79087,107 +79384,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6392), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6497), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [442] = { [sym__definition] = STATE(468), @@ -79248,76 +79546,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(468), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(468), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(468), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6394), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6286), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6499), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6389), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [443] = { [sym__definition] = STATE(440), [sym_keyword] = STATE(440), [sym_php_statement] = STATE(440), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(440), [sym__inline_directive] = STATE(440), [sym__nested_directive] = STATE(440), @@ -79327,107 +79626,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(440), [sym_verbatim] = STATE(440), [sym_stack] = STATE(440), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(440), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(440), [sym_loop] = STATE(440), [sym_loop_operator] = STATE(440), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(440), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(440), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(440), [sym_text] = STATE(440), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(6396), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6398), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6501), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6503), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [444] = { [sym__definition] = STATE(568), @@ -79495,69 +79795,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(568), [sym__text] = STATE(1106), [aux_sym_php_only_repeat1] = STATE(1106), - [sym_comment] = ACTIONS(6400), - [aux_sym_keyword_token1] = ACTIONS(6402), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6404), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6406), - [anon_sym_ATphp] = ACTIONS(6408), - [aux_sym_attribute_token1] = ACTIONS(6410), - [aux_sym__inline_directive_token1] = ACTIONS(6412), - [anon_sym_ATfragment] = ACTIONS(6414), - [anon_sym_ATendfragment] = ACTIONS(4609), - [anon_sym_ATsection] = ACTIONS(6416), - [anon_sym_ATonce] = ACTIONS(6418), - [anon_sym_ATverbatim] = ACTIONS(6420), - [anon_sym_ATpush] = ACTIONS(6422), - [anon_sym_ATpushOnce] = ACTIONS(6424), - [anon_sym_ATpushIf] = ACTIONS(6426), - [anon_sym_ATprepend] = ACTIONS(6428), - [anon_sym_ATprependOnce] = ACTIONS(6430), - [anon_sym_ATif] = ACTIONS(6432), - [anon_sym_ATunless] = ACTIONS(6434), - [anon_sym_ATisset] = ACTIONS(6436), - [anon_sym_ATempty] = ACTIONS(6438), - [anon_sym_ATauth] = ACTIONS(6440), - [anon_sym_ATguest] = ACTIONS(6442), - [anon_sym_ATproduction] = ACTIONS(6444), - [anon_sym_ATenv] = ACTIONS(6446), - [anon_sym_AThasSection] = ACTIONS(6448), - [anon_sym_ATsectionMissing] = ACTIONS(6450), - [anon_sym_ATerror] = ACTIONS(6452), - [anon_sym_ATcan] = ACTIONS(6454), - [anon_sym_ATcannot] = ACTIONS(6456), - [anon_sym_ATcanany] = ACTIONS(6458), - [anon_sym_ATfeature] = ACTIONS(6460), - [aux_sym__custom_token1] = ACTIONS(6462), - [aux_sym__custom_token2] = ACTIONS(6464), - [anon_sym_ATswitch] = ACTIONS(6466), - [aux_sym_loop_operator_token1] = ACTIONS(6468), - [anon_sym_ATfor] = ACTIONS(6470), - [anon_sym_ATforeach] = ACTIONS(6472), - [anon_sym_ATforelse] = ACTIONS(6474), - [anon_sym_ATwhile] = ACTIONS(6476), - [anon_sym_ATsetup] = ACTIONS(6478), - [anon_sym_ATtask] = ACTIONS(6480), - [anon_sym_ATstory] = ACTIONS(6482), - [anon_sym_ATbefore] = ACTIONS(6484), - [anon_sym_ATafter] = ACTIONS(6486), - [anon_sym_ATsuccess] = ACTIONS(6488), - [anon_sym_ATfinished] = ACTIONS(6490), - [anon_sym_ATpersist] = ACTIONS(6492), - [anon_sym_ATteleport] = ACTIONS(6494), - [anon_sym_ATvolt] = ACTIONS(6496), - [aux_sym__text_token1] = ACTIONS(6498), - [aux_sym__text_token2] = ACTIONS(6498), - [aux_sym__text_token3] = ACTIONS(6500), + [sym_comment] = ACTIONS(6505), + [aux_sym_keyword_token1] = ACTIONS(6507), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6509), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6511), + [anon_sym_ATphp] = ACTIONS(6513), + [aux_sym_attribute_token1] = ACTIONS(6515), + [aux_sym__inline_directive_token1] = ACTIONS(6517), + [aux_sym__inline_directive_token2] = ACTIONS(6519), + [anon_sym_ATfragment] = ACTIONS(6521), + [anon_sym_ATendfragment] = ACTIONS(4691), + [anon_sym_ATsection] = ACTIONS(6523), + [anon_sym_ATonce] = ACTIONS(6525), + [anon_sym_ATverbatim] = ACTIONS(6527), + [anon_sym_ATpush] = ACTIONS(6529), + [anon_sym_ATpushOnce] = ACTIONS(6531), + [anon_sym_ATpushIf] = ACTIONS(6533), + [anon_sym_ATprepend] = ACTIONS(6535), + [anon_sym_ATprependOnce] = ACTIONS(6537), + [anon_sym_ATif] = ACTIONS(6539), + [anon_sym_ATunless] = ACTIONS(6541), + [anon_sym_ATisset] = ACTIONS(6543), + [anon_sym_ATempty] = ACTIONS(6545), + [anon_sym_ATauth] = ACTIONS(6547), + [anon_sym_ATguest] = ACTIONS(6549), + [anon_sym_ATproduction] = ACTIONS(6551), + [anon_sym_ATenv] = ACTIONS(6553), + [anon_sym_AThasSection] = ACTIONS(6555), + [anon_sym_ATsectionMissing] = ACTIONS(6557), + [anon_sym_ATerror] = ACTIONS(6559), + [anon_sym_ATcan] = ACTIONS(6561), + [anon_sym_ATcannot] = ACTIONS(6563), + [anon_sym_ATcanany] = ACTIONS(6565), + [anon_sym_ATfeature] = ACTIONS(6567), + [aux_sym__custom_token1] = ACTIONS(6569), + [aux_sym__custom_token2] = ACTIONS(6571), + [anon_sym_ATswitch] = ACTIONS(6573), + [aux_sym_loop_operator_token1] = ACTIONS(6575), + [anon_sym_ATfor] = ACTIONS(6577), + [anon_sym_ATforeach] = ACTIONS(6579), + [anon_sym_ATforelse] = ACTIONS(6581), + [anon_sym_ATwhile] = ACTIONS(6583), + [anon_sym_ATsetup] = ACTIONS(6585), + [anon_sym_ATtask] = ACTIONS(6587), + [anon_sym_ATstory] = ACTIONS(6589), + [anon_sym_ATbefore] = ACTIONS(6591), + [anon_sym_ATafter] = ACTIONS(6593), + [anon_sym_ATsuccess] = ACTIONS(6595), + [anon_sym_ATfinished] = ACTIONS(6597), + [anon_sym_ATpersist] = ACTIONS(6599), + [anon_sym_ATteleport] = ACTIONS(6601), + [anon_sym_ATvolt] = ACTIONS(6603), + [aux_sym__text_token1] = ACTIONS(6605), + [aux_sym__text_token2] = ACTIONS(6605), + [aux_sym__text_token3] = ACTIONS(6607), }, [445] = { [sym__definition] = STATE(441), [sym_keyword] = STATE(441), [sym_php_statement] = STATE(441), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(441), [sym__inline_directive] = STATE(441), [sym__nested_directive] = STATE(441), @@ -79567,107 +79868,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(441), [sym_verbatim] = STATE(441), [sym_stack] = STATE(441), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(441), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(441), [sym_loop] = STATE(441), [sym_loop_operator] = STATE(441), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(441), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(441), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(441), [sym_text] = STATE(441), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6502), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6504), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6609), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6611), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [446] = { [sym__definition] = STATE(257), @@ -79728,66 +80030,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6506), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6613), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [447] = { [sym__definition] = STATE(654), @@ -79853,61 +80156,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6508), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6615), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [448] = { [sym__definition] = STATE(446), @@ -79968,66 +80272,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(446), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(446), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(446), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6510), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6512), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6617), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6619), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [449] = { [sym__definition] = STATE(257), @@ -80088,66 +80393,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6512), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6619), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [450] = { [sym__definition] = STATE(447), @@ -80213,61 +80519,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(447), [sym_text] = STATE(447), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6514), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6516), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6621), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6623), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [451] = { [sym__definition] = STATE(654), @@ -80333,61 +80640,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6518), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6625), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [452] = { [sym__definition] = STATE(449), @@ -80448,66 +80756,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(449), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(449), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(449), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6520), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6522), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6627), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6629), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [453] = { [sym__definition] = STATE(451), @@ -80573,61 +80882,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(451), [sym_text] = STATE(451), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6524), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6526), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6631), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6633), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [454] = { [sym__definition] = STATE(654), @@ -80693,71 +81003,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6528), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6635), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [455] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -80767,117 +81078,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6530), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6637), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [456] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -80887,117 +81199,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6532), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6639), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [457] = { [sym__definition] = STATE(455), [sym_keyword] = STATE(455), [sym_php_statement] = STATE(455), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(455), [sym__inline_directive] = STATE(455), [sym__nested_directive] = STATE(455), @@ -81007,107 +81320,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(455), [sym_verbatim] = STATE(455), [sym_stack] = STATE(455), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(455), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(455), [sym_loop] = STATE(455), [sym_loop_operator] = STATE(455), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(455), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(455), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(455), [sym_text] = STATE(455), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(6534), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6536), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6641), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6643), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [458] = { [sym__definition] = STATE(648), @@ -81127,11 +81441,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(648), [sym_verbatim] = STATE(648), [sym_stack] = STATE(648), - [sym__push] = STATE(2665), - [sym__pushOnce] = STATE(2665), - [sym__pushIf] = STATE(2665), - [sym__prepend] = STATE(2665), - [sym__prependOnce] = STATE(2665), + [sym__push] = STATE(2583), + [sym__pushOnce] = STATE(2583), + [sym__pushIf] = STATE(2583), + [sym__prepend] = STATE(2583), + [sym__prependOnce] = STATE(2583), [sym_conditional] = STATE(648), [sym__if] = STATE(2608), [sym__unless] = STATE(2608), @@ -81145,9 +81459,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__sectionMissing] = STATE(2608), [sym__error] = STATE(2608), [sym_authorization] = STATE(2608), - [sym__can] = STATE(2501), - [sym__cannot] = STATE(2501), - [sym__canany] = STATE(2501), + [sym__can] = STATE(2592), + [sym__cannot] = STATE(2592), + [sym__canany] = STATE(2592), [sym__feature] = STATE(2608), [sym__custom] = STATE(2608), [sym_switch] = STATE(648), @@ -81159,8 +81473,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__while] = STATE(2584), [sym_envoy] = STATE(648), [sym__setup] = STATE(2666), - [sym__task] = STATE(2583), - [sym__story] = STATE(2583), + [sym__task] = STATE(2419), + [sym__story] = STATE(2419), [sym__hooks] = STATE(2666), [sym__before] = STATE(2666), [sym__after] = STATE(2666), @@ -81175,69 +81489,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(648), [sym__text] = STATE(1078), [aux_sym_php_only_repeat1] = STATE(1078), - [sym_comment] = ACTIONS(6538), - [aux_sym_keyword_token1] = ACTIONS(6290), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6292), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6294), - [anon_sym_ATphp] = ACTIONS(6296), - [aux_sym_attribute_token1] = ACTIONS(6298), - [aux_sym__inline_directive_token1] = ACTIONS(6300), - [anon_sym_ATfragment] = ACTIONS(6302), - [anon_sym_ATsection] = ACTIONS(6304), - [anon_sym_ATonce] = ACTIONS(6306), - [anon_sym_ATverbatim] = ACTIONS(6308), - [anon_sym_ATpush] = ACTIONS(6310), - [anon_sym_ATpushOnce] = ACTIONS(6312), - [anon_sym_ATpushIf] = ACTIONS(6314), - [anon_sym_ATendPushIf] = ACTIONS(4996), - [anon_sym_ATprepend] = ACTIONS(6316), - [anon_sym_ATprependOnce] = ACTIONS(6318), - [anon_sym_ATif] = ACTIONS(6320), - [anon_sym_ATunless] = ACTIONS(6322), - [anon_sym_ATisset] = ACTIONS(6324), - [anon_sym_ATempty] = ACTIONS(6326), - [anon_sym_ATauth] = ACTIONS(6328), - [anon_sym_ATguest] = ACTIONS(6330), - [anon_sym_ATproduction] = ACTIONS(6332), - [anon_sym_ATenv] = ACTIONS(6334), - [anon_sym_AThasSection] = ACTIONS(6336), - [anon_sym_ATsectionMissing] = ACTIONS(6338), - [anon_sym_ATerror] = ACTIONS(6340), - [anon_sym_ATcan] = ACTIONS(6342), - [anon_sym_ATcannot] = ACTIONS(6344), - [anon_sym_ATcanany] = ACTIONS(6346), - [anon_sym_ATfeature] = ACTIONS(6348), - [aux_sym__custom_token1] = ACTIONS(6350), - [aux_sym__custom_token2] = ACTIONS(6352), - [anon_sym_ATswitch] = ACTIONS(6354), - [aux_sym_loop_operator_token1] = ACTIONS(6356), - [anon_sym_ATfor] = ACTIONS(6358), - [anon_sym_ATforeach] = ACTIONS(6360), - [anon_sym_ATforelse] = ACTIONS(6362), - [anon_sym_ATwhile] = ACTIONS(6364), - [anon_sym_ATsetup] = ACTIONS(6366), - [anon_sym_ATtask] = ACTIONS(6368), - [anon_sym_ATstory] = ACTIONS(6370), - [anon_sym_ATbefore] = ACTIONS(6372), - [anon_sym_ATafter] = ACTIONS(6374), - [anon_sym_ATsuccess] = ACTIONS(6376), - [anon_sym_ATfinished] = ACTIONS(6378), - [anon_sym_ATpersist] = ACTIONS(6380), - [anon_sym_ATteleport] = ACTIONS(6382), - [anon_sym_ATvolt] = ACTIONS(6384), - [aux_sym__text_token1] = ACTIONS(6386), - [aux_sym__text_token2] = ACTIONS(6386), - [aux_sym__text_token3] = ACTIONS(6388), + [sym_comment] = ACTIONS(6645), + [aux_sym_keyword_token1] = ACTIONS(6393), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6395), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6397), + [anon_sym_ATphp] = ACTIONS(6399), + [aux_sym_attribute_token1] = ACTIONS(6401), + [aux_sym__inline_directive_token1] = ACTIONS(6403), + [aux_sym__inline_directive_token2] = ACTIONS(6405), + [anon_sym_ATfragment] = ACTIONS(6407), + [anon_sym_ATsection] = ACTIONS(6409), + [anon_sym_ATonce] = ACTIONS(6411), + [anon_sym_ATverbatim] = ACTIONS(6413), + [anon_sym_ATpush] = ACTIONS(6415), + [anon_sym_ATpushOnce] = ACTIONS(6417), + [anon_sym_ATpushIf] = ACTIONS(6419), + [anon_sym_ATendPushIf] = ACTIONS(5083), + [anon_sym_ATprepend] = ACTIONS(6421), + [anon_sym_ATprependOnce] = ACTIONS(6423), + [anon_sym_ATif] = ACTIONS(6425), + [anon_sym_ATunless] = ACTIONS(6427), + [anon_sym_ATisset] = ACTIONS(6429), + [anon_sym_ATempty] = ACTIONS(6431), + [anon_sym_ATauth] = ACTIONS(6433), + [anon_sym_ATguest] = ACTIONS(6435), + [anon_sym_ATproduction] = ACTIONS(6437), + [anon_sym_ATenv] = ACTIONS(6439), + [anon_sym_AThasSection] = ACTIONS(6441), + [anon_sym_ATsectionMissing] = ACTIONS(6443), + [anon_sym_ATerror] = ACTIONS(6445), + [anon_sym_ATcan] = ACTIONS(6447), + [anon_sym_ATcannot] = ACTIONS(6449), + [anon_sym_ATcanany] = ACTIONS(6451), + [anon_sym_ATfeature] = ACTIONS(6453), + [aux_sym__custom_token1] = ACTIONS(6455), + [aux_sym__custom_token2] = ACTIONS(6457), + [anon_sym_ATswitch] = ACTIONS(6459), + [aux_sym_loop_operator_token1] = ACTIONS(6461), + [anon_sym_ATfor] = ACTIONS(6463), + [anon_sym_ATforeach] = ACTIONS(6465), + [anon_sym_ATforelse] = ACTIONS(6467), + [anon_sym_ATwhile] = ACTIONS(6469), + [anon_sym_ATsetup] = ACTIONS(6471), + [anon_sym_ATtask] = ACTIONS(6473), + [anon_sym_ATstory] = ACTIONS(6475), + [anon_sym_ATbefore] = ACTIONS(6477), + [anon_sym_ATafter] = ACTIONS(6479), + [anon_sym_ATsuccess] = ACTIONS(6481), + [anon_sym_ATfinished] = ACTIONS(6483), + [anon_sym_ATpersist] = ACTIONS(6485), + [anon_sym_ATteleport] = ACTIONS(6487), + [anon_sym_ATvolt] = ACTIONS(6489), + [aux_sym__text_token1] = ACTIONS(6491), + [aux_sym__text_token2] = ACTIONS(6491), + [aux_sym__text_token3] = ACTIONS(6493), }, [459] = { [sym__definition] = STATE(456), [sym_keyword] = STATE(456), [sym_php_statement] = STATE(456), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(456), [sym__inline_directive] = STATE(456), [sym__nested_directive] = STATE(456), @@ -81247,117 +81562,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(456), [sym_verbatim] = STATE(456), [sym_stack] = STATE(456), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(456), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(456), [sym_loop] = STATE(456), [sym_loop_operator] = STATE(456), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(456), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(456), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(456), [sym_text] = STATE(456), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6540), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6542), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6647), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6649), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [460] = { [sym__definition] = STATE(460), [sym_keyword] = STATE(460), [sym_php_statement] = STATE(460), - [sym__escaped] = STATE(3486), - [sym__unescaped] = STATE(3486), - [sym__raw] = STATE(3486), - [sym__inline_raw] = STATE(3486), - [sym__multi_line_raw] = STATE(3486), + [sym__escaped] = STATE(3287), + [sym__unescaped] = STATE(3287), + [sym__raw] = STATE(3287), + [sym__inline_raw] = STATE(3287), + [sym__multi_line_raw] = STATE(3287), [sym_attribute] = STATE(460), [sym__inline_directive] = STATE(460), [sym__nested_directive] = STATE(460), @@ -81367,107 +81683,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(460), [sym_verbatim] = STATE(460), [sym_stack] = STATE(460), - [sym__push] = STATE(3487), - [sym__pushOnce] = STATE(3487), - [sym__pushIf] = STATE(3487), - [sym__prepend] = STATE(3487), - [sym__prependOnce] = STATE(3487), + [sym__push] = STATE(3290), + [sym__pushOnce] = STATE(3290), + [sym__pushIf] = STATE(3290), + [sym__prepend] = STATE(3290), + [sym__prependOnce] = STATE(3290), [sym_conditional] = STATE(460), - [sym__if] = STATE(3488), - [sym__unless] = STATE(3488), - [sym__isset] = STATE(3488), - [sym__empty] = STATE(3488), - [sym__auth] = STATE(3488), - [sym__guest] = STATE(3488), - [sym__production] = STATE(3488), - [sym__env] = STATE(3488), - [sym__hasSection] = STATE(3488), - [sym__sectionMissing] = STATE(3488), - [sym__error] = STATE(3488), - [sym_authorization] = STATE(3488), - [sym__can] = STATE(3489), - [sym__cannot] = STATE(3489), - [sym__canany] = STATE(3489), - [sym__feature] = STATE(3488), - [sym__custom] = STATE(3488), + [sym__if] = STATE(3292), + [sym__unless] = STATE(3292), + [sym__isset] = STATE(3292), + [sym__empty] = STATE(3292), + [sym__auth] = STATE(3292), + [sym__guest] = STATE(3292), + [sym__production] = STATE(3292), + [sym__env] = STATE(3292), + [sym__hasSection] = STATE(3292), + [sym__sectionMissing] = STATE(3292), + [sym__error] = STATE(3292), + [sym_authorization] = STATE(3292), + [sym__can] = STATE(3293), + [sym__cannot] = STATE(3293), + [sym__canany] = STATE(3293), + [sym__feature] = STATE(3292), + [sym__custom] = STATE(3292), [sym_switch] = STATE(460), [sym_loop] = STATE(460), [sym_loop_operator] = STATE(460), - [sym__for] = STATE(3490), - [sym__foreach] = STATE(3490), - [sym__forelse] = STATE(3490), - [sym__while] = STATE(3490), + [sym__for] = STATE(3295), + [sym__foreach] = STATE(3295), + [sym__forelse] = STATE(3295), + [sym__while] = STATE(3295), [sym_envoy] = STATE(460), - [sym__setup] = STATE(3486), - [sym__task] = STATE(3491), - [sym__story] = STATE(3491), - [sym__hooks] = STATE(3486), - [sym__before] = STATE(3486), - [sym__after] = STATE(3486), - [sym__envoy_error] = STATE(3486), - [sym__success] = STATE(3486), - [sym__finished] = STATE(3486), + [sym__setup] = STATE(3287), + [sym__task] = STATE(3297), + [sym__story] = STATE(3297), + [sym__hooks] = STATE(3287), + [sym__before] = STATE(3287), + [sym__after] = STATE(3287), + [sym__envoy_error] = STATE(3287), + [sym__success] = STATE(3287), + [sym__finished] = STATE(3287), [sym_livewire] = STATE(460), - [sym__persist] = STATE(3494), - [sym__teleport] = STATE(3494), - [sym__volt] = STATE(3494), + [sym__persist] = STATE(3303), + [sym__teleport] = STATE(3303), + [sym__volt] = STATE(3303), [aux_sym__directive_body] = STATE(460), [sym_text] = STATE(460), [sym__text] = STATE(895), [aux_sym_php_only_repeat1] = STATE(895), - [sym_comment] = ACTIONS(6544), - [aux_sym_keyword_token1] = ACTIONS(6547), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6550), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6553), - [anon_sym_ATphp] = ACTIONS(6556), - [aux_sym_attribute_token1] = ACTIONS(6559), - [aux_sym__inline_directive_token1] = ACTIONS(6562), - [anon_sym_ATfragment] = ACTIONS(6565), - [anon_sym_ATsection] = ACTIONS(6568), - [anon_sym_ATonce] = ACTIONS(6571), - [anon_sym_ATverbatim] = ACTIONS(6574), - [anon_sym_ATpush] = ACTIONS(6577), - [anon_sym_ATendpush] = ACTIONS(5035), - [anon_sym_ATpushOnce] = ACTIONS(6580), - [anon_sym_ATpushIf] = ACTIONS(6583), - [anon_sym_ATprepend] = ACTIONS(6586), - [anon_sym_ATprependOnce] = ACTIONS(6589), - [anon_sym_ATif] = ACTIONS(6592), - [anon_sym_ATunless] = ACTIONS(6595), - [anon_sym_ATisset] = ACTIONS(6598), - [anon_sym_ATempty] = ACTIONS(6601), - [anon_sym_ATauth] = ACTIONS(6604), - [anon_sym_ATguest] = ACTIONS(6607), - [anon_sym_ATproduction] = ACTIONS(6610), - [anon_sym_ATenv] = ACTIONS(6613), - [anon_sym_AThasSection] = ACTIONS(6616), - [anon_sym_ATsectionMissing] = ACTIONS(6619), - [anon_sym_ATerror] = ACTIONS(6622), - [anon_sym_ATcan] = ACTIONS(6625), - [anon_sym_ATcannot] = ACTIONS(6628), - [anon_sym_ATcanany] = ACTIONS(6631), - [anon_sym_ATfeature] = ACTIONS(6634), - [aux_sym__custom_token1] = ACTIONS(6637), - [aux_sym__custom_token2] = ACTIONS(6640), - [anon_sym_ATswitch] = ACTIONS(6643), - [aux_sym_loop_operator_token1] = ACTIONS(6646), - [anon_sym_ATfor] = ACTIONS(6649), - [anon_sym_ATforeach] = ACTIONS(6652), - [anon_sym_ATforelse] = ACTIONS(6655), - [anon_sym_ATwhile] = ACTIONS(6658), - [anon_sym_ATsetup] = ACTIONS(6661), - [anon_sym_ATtask] = ACTIONS(6664), - [anon_sym_ATstory] = ACTIONS(6667), - [anon_sym_ATbefore] = ACTIONS(6670), - [anon_sym_ATafter] = ACTIONS(6673), - [anon_sym_ATsuccess] = ACTIONS(6676), - [anon_sym_ATfinished] = ACTIONS(6679), - [anon_sym_ATpersist] = ACTIONS(6682), - [anon_sym_ATteleport] = ACTIONS(6685), - [anon_sym_ATvolt] = ACTIONS(6688), - [aux_sym__text_token1] = ACTIONS(6691), - [aux_sym__text_token2] = ACTIONS(6691), - [aux_sym__text_token3] = ACTIONS(6694), + [sym_comment] = ACTIONS(6651), + [aux_sym_keyword_token1] = ACTIONS(6654), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6657), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6660), + [anon_sym_ATphp] = ACTIONS(6663), + [aux_sym_attribute_token1] = ACTIONS(6666), + [aux_sym__inline_directive_token1] = ACTIONS(6669), + [aux_sym__inline_directive_token2] = ACTIONS(6672), + [anon_sym_ATfragment] = ACTIONS(6675), + [anon_sym_ATsection] = ACTIONS(6678), + [anon_sym_ATonce] = ACTIONS(6681), + [anon_sym_ATverbatim] = ACTIONS(6684), + [anon_sym_ATpush] = ACTIONS(6687), + [anon_sym_ATendpush] = ACTIONS(5125), + [anon_sym_ATpushOnce] = ACTIONS(6690), + [anon_sym_ATpushIf] = ACTIONS(6693), + [anon_sym_ATprepend] = ACTIONS(6696), + [anon_sym_ATprependOnce] = ACTIONS(6699), + [anon_sym_ATif] = ACTIONS(6702), + [anon_sym_ATunless] = ACTIONS(6705), + [anon_sym_ATisset] = ACTIONS(6708), + [anon_sym_ATempty] = ACTIONS(6711), + [anon_sym_ATauth] = ACTIONS(6714), + [anon_sym_ATguest] = ACTIONS(6717), + [anon_sym_ATproduction] = ACTIONS(6720), + [anon_sym_ATenv] = ACTIONS(6723), + [anon_sym_AThasSection] = ACTIONS(6726), + [anon_sym_ATsectionMissing] = ACTIONS(6729), + [anon_sym_ATerror] = ACTIONS(6732), + [anon_sym_ATcan] = ACTIONS(6735), + [anon_sym_ATcannot] = ACTIONS(6738), + [anon_sym_ATcanany] = ACTIONS(6741), + [anon_sym_ATfeature] = ACTIONS(6744), + [aux_sym__custom_token1] = ACTIONS(6747), + [aux_sym__custom_token2] = ACTIONS(6750), + [anon_sym_ATswitch] = ACTIONS(6753), + [aux_sym_loop_operator_token1] = ACTIONS(6756), + [anon_sym_ATfor] = ACTIONS(6759), + [anon_sym_ATforeach] = ACTIONS(6762), + [anon_sym_ATforelse] = ACTIONS(6765), + [anon_sym_ATwhile] = ACTIONS(6768), + [anon_sym_ATsetup] = ACTIONS(6771), + [anon_sym_ATtask] = ACTIONS(6774), + [anon_sym_ATstory] = ACTIONS(6777), + [anon_sym_ATbefore] = ACTIONS(6780), + [anon_sym_ATafter] = ACTIONS(6783), + [anon_sym_ATsuccess] = ACTIONS(6786), + [anon_sym_ATfinished] = ACTIONS(6789), + [anon_sym_ATpersist] = ACTIONS(6792), + [anon_sym_ATteleport] = ACTIONS(6795), + [anon_sym_ATvolt] = ACTIONS(6798), + [aux_sym__text_token1] = ACTIONS(6801), + [aux_sym__text_token2] = ACTIONS(6801), + [aux_sym__text_token3] = ACTIONS(6804), }, [461] = { [sym__definition] = STATE(257), @@ -81528,66 +81845,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6697), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6807), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [462] = { [sym__definition] = STATE(654), @@ -81653,61 +81971,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6699), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6809), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [463] = { [sym__definition] = STATE(461), @@ -81768,66 +82087,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(461), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(461), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(461), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6701), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6703), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6811), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6813), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [464] = { [sym__definition] = STATE(257), @@ -81888,66 +82208,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6703), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6813), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [465] = { [sym__definition] = STATE(462), @@ -82013,61 +82334,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(462), [sym_text] = STATE(462), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6705), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6707), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6815), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6817), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [466] = { [sym__definition] = STATE(654), @@ -82133,71 +82455,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6709), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6819), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [467] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -82207,107 +82530,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6711), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6821), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [468] = { [sym__definition] = STATE(257), @@ -82368,66 +82692,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6713), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6823), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [469] = { [sym__definition] = STATE(466), @@ -82493,71 +82818,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(466), [sym_text] = STATE(466), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6715), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6717), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6825), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6827), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [470] = { [sym__definition] = STATE(484), [sym_keyword] = STATE(484), [sym_php_statement] = STATE(484), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(484), [sym__inline_directive] = STATE(484), [sym__nested_directive] = STATE(484), @@ -82567,117 +82893,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(484), [sym_verbatim] = STATE(484), [sym_stack] = STATE(484), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(484), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(484), [sym_loop] = STATE(484), [sym_loop_operator] = STATE(484), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(484), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(484), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(484), [sym_text] = STATE(484), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6719), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6721), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6829), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6831), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [471] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -82687,117 +83014,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6723), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6833), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [472] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -82807,117 +83135,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6725), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6835), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [473] = { [sym__definition] = STATE(471), [sym_keyword] = STATE(471), [sym_php_statement] = STATE(471), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(471), [sym__inline_directive] = STATE(471), [sym__nested_directive] = STATE(471), @@ -82927,117 +83256,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(471), [sym_verbatim] = STATE(471), [sym_stack] = STATE(471), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(471), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(471), [sym_loop] = STATE(471), [sym_loop_operator] = STATE(471), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(471), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(471), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(471), [sym_text] = STATE(471), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(6727), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6729), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6837), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6839), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [474] = { [sym__definition] = STATE(368), [sym_keyword] = STATE(368), [sym_php_statement] = STATE(368), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(368), [sym__inline_directive] = STATE(368), [sym__nested_directive] = STATE(368), @@ -83047,117 +83377,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(368), [sym_verbatim] = STATE(368), [sym_stack] = STATE(368), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(368), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(368), [sym_loop] = STATE(368), [sym_loop_operator] = STATE(368), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(368), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(368), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(368), [sym_text] = STATE(368), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(6731), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6733), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6841), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6843), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [475] = { [sym__definition] = STATE(472), [sym_keyword] = STATE(472), [sym_php_statement] = STATE(472), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(472), [sym__inline_directive] = STATE(472), [sym__nested_directive] = STATE(472), @@ -83167,107 +83498,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(472), [sym_verbatim] = STATE(472), [sym_stack] = STATE(472), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(472), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(472), [sym_loop] = STATE(472), [sym_loop_operator] = STATE(472), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(472), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(472), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(472), [sym_text] = STATE(472), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6735), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6737), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6845), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6847), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [476] = { [sym__definition] = STATE(257), @@ -83328,66 +83660,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6739), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6849), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [477] = { [sym__definition] = STATE(654), @@ -83453,61 +83786,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6741), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6851), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [478] = { [sym__definition] = STATE(476), @@ -83568,66 +83902,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(476), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(476), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(476), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6743), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6745), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6853), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6855), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [479] = { [sym__definition] = STATE(257), @@ -83688,66 +84023,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6745), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6855), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [480] = { [sym__definition] = STATE(477), @@ -83813,61 +84149,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(477), [sym_text] = STATE(477), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6747), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6749), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6857), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6859), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [481] = { [sym__definition] = STATE(654), @@ -83933,61 +84270,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6751), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6861), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [482] = { [sym__definition] = STATE(479), @@ -84048,66 +84386,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(479), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(479), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(479), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6753), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6755), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6863), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6865), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [483] = { [sym__definition] = STATE(481), @@ -84173,71 +84512,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(481), [sym_text] = STATE(481), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6757), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6759), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6867), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6869), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [484] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -84247,117 +84587,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6761), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6871), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [485] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -84367,117 +84708,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6763), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6873), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [486] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -84487,117 +84829,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6765), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6875), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [487] = { [sym__definition] = STATE(485), [sym_keyword] = STATE(485), [sym_php_statement] = STATE(485), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(485), [sym__inline_directive] = STATE(485), [sym__nested_directive] = STATE(485), @@ -84607,117 +84950,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(485), [sym_verbatim] = STATE(485), [sym_stack] = STATE(485), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(485), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(485), [sym_loop] = STATE(485), [sym_loop_operator] = STATE(485), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(485), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(485), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(485), [sym_text] = STATE(485), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(6767), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6769), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6877), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6879), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [488] = { [sym__definition] = STATE(486), [sym_keyword] = STATE(486), [sym_php_statement] = STATE(486), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(486), [sym__inline_directive] = STATE(486), [sym__nested_directive] = STATE(486), @@ -84727,107 +85071,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(486), [sym_verbatim] = STATE(486), [sym_stack] = STATE(486), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(486), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(486), [sym_loop] = STATE(486), [sym_loop_operator] = STATE(486), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(486), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(486), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(486), [sym_text] = STATE(486), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6771), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6773), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6881), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6883), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [489] = { [sym__definition] = STATE(257), @@ -84888,66 +85233,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6775), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6885), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [490] = { [sym__definition] = STATE(654), @@ -85013,61 +85359,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6777), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6887), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [491] = { [sym__definition] = STATE(489), @@ -85128,66 +85475,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(489), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(489), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(489), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6779), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6781), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6889), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6891), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [492] = { [sym__definition] = STATE(257), @@ -85248,66 +85596,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6781), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6891), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [493] = { [sym__definition] = STATE(490), @@ -85373,61 +85722,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(490), [sym_text] = STATE(490), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6783), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6785), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6893), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6895), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [494] = { [sym__definition] = STATE(654), @@ -85493,61 +85843,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6787), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6897), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [495] = { [sym__definition] = STATE(492), @@ -85608,66 +85959,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(492), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(492), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(492), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6789), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6791), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6899), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6901), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [496] = { [sym__definition] = STATE(494), @@ -85733,61 +86085,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(494), [sym_text] = STATE(494), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6793), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6795), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6903), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6905), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [497] = { [sym__definition] = STATE(204), @@ -85853,71 +86206,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(204), [sym_text] = STATE(204), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6797), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6799), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6907), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6909), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [498] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -85927,117 +86281,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6801), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6911), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [499] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -86047,117 +86402,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6803), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6913), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [500] = { [sym__definition] = STATE(498), [sym_keyword] = STATE(498), [sym_php_statement] = STATE(498), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(498), [sym__inline_directive] = STATE(498), [sym__nested_directive] = STATE(498), @@ -86167,117 +86523,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(498), [sym_verbatim] = STATE(498), [sym_stack] = STATE(498), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(498), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(498), [sym_loop] = STATE(498), [sym_loop_operator] = STATE(498), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(498), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(498), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(498), [sym_text] = STATE(498), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(6805), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6807), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(6915), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(6917), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [501] = { [sym__definition] = STATE(499), [sym_keyword] = STATE(499), [sym_php_statement] = STATE(499), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(499), [sym__inline_directive] = STATE(499), [sym__nested_directive] = STATE(499), @@ -86287,107 +86644,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(499), [sym_verbatim] = STATE(499), [sym_stack] = STATE(499), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(499), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(499), [sym_loop] = STATE(499), [sym_loop_operator] = STATE(499), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(499), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(499), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(499), [sym_text] = STATE(499), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6809), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6811), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6919), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(6921), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [502] = { [sym__definition] = STATE(257), @@ -86448,66 +86806,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6813), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6923), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [503] = { [sym__definition] = STATE(654), @@ -86573,61 +86932,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6815), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6925), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [504] = { [sym__definition] = STATE(502), @@ -86688,66 +87048,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(502), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(502), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(502), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6817), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6819), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6927), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6929), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [505] = { [sym__definition] = STATE(257), @@ -86808,66 +87169,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6819), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6929), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [506] = { [sym__definition] = STATE(503), @@ -86933,61 +87295,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(503), [sym_text] = STATE(503), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6821), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6823), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6931), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6933), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [507] = { [sym__definition] = STATE(654), @@ -87053,61 +87416,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6825), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6935), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [508] = { [sym__definition] = STATE(505), @@ -87168,66 +87532,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(505), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(505), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(505), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(6827), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(6829), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(6937), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(6939), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [509] = { [sym__definition] = STATE(507), @@ -87293,71 +87658,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(507), [sym_text] = STATE(507), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(6831), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(6833), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(6941), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(6943), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [510] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -87367,117 +87733,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6835), - [aux_sym_keyword_token1] = ACTIONS(6838), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6841), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6844), - [anon_sym_ATphp] = ACTIONS(6847), - [aux_sym_attribute_token1] = ACTIONS(6850), - [aux_sym__inline_directive_token1] = ACTIONS(6853), - [anon_sym_ATfragment] = ACTIONS(6856), - [anon_sym_ATsection] = ACTIONS(6859), - [anon_sym_ATonce] = ACTIONS(6862), - [anon_sym_ATendonce] = ACTIONS(5035), - [anon_sym_ATverbatim] = ACTIONS(6865), - [anon_sym_ATpush] = ACTIONS(6868), - [anon_sym_ATpushOnce] = ACTIONS(6871), - [anon_sym_ATpushIf] = ACTIONS(6874), - [anon_sym_ATprepend] = ACTIONS(6877), - [anon_sym_ATprependOnce] = ACTIONS(6880), - [anon_sym_ATif] = ACTIONS(6883), - [anon_sym_ATunless] = ACTIONS(6886), - [anon_sym_ATisset] = ACTIONS(6889), - [anon_sym_ATempty] = ACTIONS(6892), - [anon_sym_ATauth] = ACTIONS(6895), - [anon_sym_ATguest] = ACTIONS(6898), - [anon_sym_ATproduction] = ACTIONS(6901), - [anon_sym_ATenv] = ACTIONS(6904), - [anon_sym_AThasSection] = ACTIONS(6907), - [anon_sym_ATsectionMissing] = ACTIONS(6910), - [anon_sym_ATerror] = ACTIONS(6913), - [anon_sym_ATcan] = ACTIONS(6916), - [anon_sym_ATcannot] = ACTIONS(6919), - [anon_sym_ATcanany] = ACTIONS(6922), - [anon_sym_ATfeature] = ACTIONS(6925), - [aux_sym__custom_token1] = ACTIONS(6928), - [aux_sym__custom_token2] = ACTIONS(6931), - [anon_sym_ATswitch] = ACTIONS(6934), - [aux_sym_loop_operator_token1] = ACTIONS(6937), - [anon_sym_ATfor] = ACTIONS(6940), - [anon_sym_ATforeach] = ACTIONS(6943), - [anon_sym_ATforelse] = ACTIONS(6946), - [anon_sym_ATwhile] = ACTIONS(6949), - [anon_sym_ATsetup] = ACTIONS(6952), - [anon_sym_ATtask] = ACTIONS(6955), - [anon_sym_ATstory] = ACTIONS(6958), - [anon_sym_ATbefore] = ACTIONS(6961), - [anon_sym_ATafter] = ACTIONS(6964), - [anon_sym_ATsuccess] = ACTIONS(6967), - [anon_sym_ATfinished] = ACTIONS(6970), - [anon_sym_ATpersist] = ACTIONS(6973), - [anon_sym_ATteleport] = ACTIONS(6976), - [anon_sym_ATvolt] = ACTIONS(6979), - [aux_sym__text_token1] = ACTIONS(6982), - [aux_sym__text_token2] = ACTIONS(6982), - [aux_sym__text_token3] = ACTIONS(6985), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(6945), + [aux_sym_keyword_token1] = ACTIONS(6948), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6951), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6954), + [anon_sym_ATphp] = ACTIONS(6957), + [aux_sym_attribute_token1] = ACTIONS(6960), + [aux_sym__inline_directive_token1] = ACTIONS(6963), + [aux_sym__inline_directive_token2] = ACTIONS(6966), + [anon_sym_ATfragment] = ACTIONS(6969), + [anon_sym_ATsection] = ACTIONS(6972), + [anon_sym_ATonce] = ACTIONS(6975), + [anon_sym_ATendonce] = ACTIONS(5125), + [anon_sym_ATverbatim] = ACTIONS(6978), + [anon_sym_ATpush] = ACTIONS(6981), + [anon_sym_ATpushOnce] = ACTIONS(6984), + [anon_sym_ATpushIf] = ACTIONS(6987), + [anon_sym_ATprepend] = ACTIONS(6990), + [anon_sym_ATprependOnce] = ACTIONS(6993), + [anon_sym_ATif] = ACTIONS(6996), + [anon_sym_ATunless] = ACTIONS(6999), + [anon_sym_ATisset] = ACTIONS(7002), + [anon_sym_ATempty] = ACTIONS(7005), + [anon_sym_ATauth] = ACTIONS(7008), + [anon_sym_ATguest] = ACTIONS(7011), + [anon_sym_ATproduction] = ACTIONS(7014), + [anon_sym_ATenv] = ACTIONS(7017), + [anon_sym_AThasSection] = ACTIONS(7020), + [anon_sym_ATsectionMissing] = ACTIONS(7023), + [anon_sym_ATerror] = ACTIONS(7026), + [anon_sym_ATcan] = ACTIONS(7029), + [anon_sym_ATcannot] = ACTIONS(7032), + [anon_sym_ATcanany] = ACTIONS(7035), + [anon_sym_ATfeature] = ACTIONS(7038), + [aux_sym__custom_token1] = ACTIONS(7041), + [aux_sym__custom_token2] = ACTIONS(7044), + [anon_sym_ATswitch] = ACTIONS(7047), + [aux_sym_loop_operator_token1] = ACTIONS(7050), + [anon_sym_ATfor] = ACTIONS(7053), + [anon_sym_ATforeach] = ACTIONS(7056), + [anon_sym_ATforelse] = ACTIONS(7059), + [anon_sym_ATwhile] = ACTIONS(7062), + [anon_sym_ATsetup] = ACTIONS(7065), + [anon_sym_ATtask] = ACTIONS(7068), + [anon_sym_ATstory] = ACTIONS(7071), + [anon_sym_ATbefore] = ACTIONS(7074), + [anon_sym_ATafter] = ACTIONS(7077), + [anon_sym_ATsuccess] = ACTIONS(7080), + [anon_sym_ATfinished] = ACTIONS(7083), + [anon_sym_ATpersist] = ACTIONS(7086), + [anon_sym_ATteleport] = ACTIONS(7089), + [anon_sym_ATvolt] = ACTIONS(7092), + [aux_sym__text_token1] = ACTIONS(7095), + [aux_sym__text_token2] = ACTIONS(7095), + [aux_sym__text_token3] = ACTIONS(7098), }, [511] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -87487,117 +87854,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6988), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7101), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [512] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -87607,117 +87975,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6990), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7103), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [513] = { [sym__definition] = STATE(511), [sym_keyword] = STATE(511), [sym_php_statement] = STATE(511), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(511), [sym__inline_directive] = STATE(511), [sym__nested_directive] = STATE(511), @@ -87727,117 +88096,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(511), [sym_verbatim] = STATE(511), [sym_stack] = STATE(511), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(511), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(511), [sym_loop] = STATE(511), [sym_loop_operator] = STATE(511), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(511), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(511), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(511), [sym_text] = STATE(511), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(6992), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(6994), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(7105), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7107), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [514] = { [sym__definition] = STATE(512), [sym_keyword] = STATE(512), [sym_php_statement] = STATE(512), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(512), [sym__inline_directive] = STATE(512), [sym__nested_directive] = STATE(512), @@ -87847,107 +88217,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(512), [sym_verbatim] = STATE(512), [sym_stack] = STATE(512), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(512), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(512), [sym_loop] = STATE(512), [sym_loop_operator] = STATE(512), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(512), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(512), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(512), [sym_text] = STATE(512), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(6996), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(6998), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(7109), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7111), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [515] = { [sym__definition] = STATE(257), @@ -88008,66 +88379,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7000), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7113), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [516] = { [sym__definition] = STATE(525), @@ -88135,69 +88507,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(525), [sym__text] = STATE(991), [aux_sym_php_only_repeat1] = STATE(991), - [sym_comment] = ACTIONS(7002), - [aux_sym_keyword_token1] = ACTIONS(7004), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7006), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7008), - [anon_sym_ATphp] = ACTIONS(7010), - [aux_sym_attribute_token1] = ACTIONS(7012), - [aux_sym__inline_directive_token1] = ACTIONS(7014), - [anon_sym_ATfragment] = ACTIONS(7016), - [anon_sym_ATsection] = ACTIONS(7018), - [anon_sym_ATonce] = ACTIONS(7020), - [anon_sym_ATverbatim] = ACTIONS(7022), - [anon_sym_ATpush] = ACTIONS(7024), - [anon_sym_ATpushOnce] = ACTIONS(7026), - [anon_sym_ATpushIf] = ACTIONS(7028), - [anon_sym_ATprepend] = ACTIONS(7030), - [anon_sym_ATprependOnce] = ACTIONS(7032), - [anon_sym_ATif] = ACTIONS(7034), - [anon_sym_ATunless] = ACTIONS(7036), - [anon_sym_ATisset] = ACTIONS(7038), - [anon_sym_ATempty] = ACTIONS(7040), - [anon_sym_ATauth] = ACTIONS(7042), - [anon_sym_ATguest] = ACTIONS(7044), - [anon_sym_ATproduction] = ACTIONS(7046), - [anon_sym_ATenv] = ACTIONS(7048), - [anon_sym_AThasSection] = ACTIONS(7050), - [anon_sym_ATsectionMissing] = ACTIONS(7052), - [anon_sym_ATerror] = ACTIONS(7054), - [anon_sym_ATcan] = ACTIONS(7056), - [anon_sym_ATcannot] = ACTIONS(7058), - [anon_sym_ATcanany] = ACTIONS(7060), - [anon_sym_ATfeature] = ACTIONS(7062), - [aux_sym__custom_token1] = ACTIONS(7064), - [aux_sym__custom_token2] = ACTIONS(7066), - [anon_sym_ATswitch] = ACTIONS(7068), - [aux_sym_loop_operator_token1] = ACTIONS(7070), - [anon_sym_ATfor] = ACTIONS(7072), - [anon_sym_ATforeach] = ACTIONS(7074), - [anon_sym_ATforelse] = ACTIONS(7076), - [anon_sym_ATendforelse] = ACTIONS(4609), - [anon_sym_ATwhile] = ACTIONS(7078), - [anon_sym_ATsetup] = ACTIONS(7080), - [anon_sym_ATtask] = ACTIONS(7082), - [anon_sym_ATstory] = ACTIONS(7084), - [anon_sym_ATbefore] = ACTIONS(7086), - [anon_sym_ATafter] = ACTIONS(7088), - [anon_sym_ATsuccess] = ACTIONS(7090), - [anon_sym_ATfinished] = ACTIONS(7092), - [anon_sym_ATpersist] = ACTIONS(7094), - [anon_sym_ATteleport] = ACTIONS(7096), - [anon_sym_ATvolt] = ACTIONS(7098), - [aux_sym__text_token1] = ACTIONS(7100), - [aux_sym__text_token2] = ACTIONS(7100), - [aux_sym__text_token3] = ACTIONS(7102), + [sym_comment] = ACTIONS(7115), + [aux_sym_keyword_token1] = ACTIONS(7117), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7119), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7121), + [anon_sym_ATphp] = ACTIONS(7123), + [aux_sym_attribute_token1] = ACTIONS(7125), + [aux_sym__inline_directive_token1] = ACTIONS(7127), + [aux_sym__inline_directive_token2] = ACTIONS(7129), + [anon_sym_ATfragment] = ACTIONS(7131), + [anon_sym_ATsection] = ACTIONS(7133), + [anon_sym_ATonce] = ACTIONS(7135), + [anon_sym_ATverbatim] = ACTIONS(7137), + [anon_sym_ATpush] = ACTIONS(7139), + [anon_sym_ATpushOnce] = ACTIONS(7141), + [anon_sym_ATpushIf] = ACTIONS(7143), + [anon_sym_ATprepend] = ACTIONS(7145), + [anon_sym_ATprependOnce] = ACTIONS(7147), + [anon_sym_ATif] = ACTIONS(7149), + [anon_sym_ATunless] = ACTIONS(7151), + [anon_sym_ATisset] = ACTIONS(7153), + [anon_sym_ATempty] = ACTIONS(7155), + [anon_sym_ATauth] = ACTIONS(7157), + [anon_sym_ATguest] = ACTIONS(7159), + [anon_sym_ATproduction] = ACTIONS(7161), + [anon_sym_ATenv] = ACTIONS(7163), + [anon_sym_AThasSection] = ACTIONS(7165), + [anon_sym_ATsectionMissing] = ACTIONS(7167), + [anon_sym_ATerror] = ACTIONS(7169), + [anon_sym_ATcan] = ACTIONS(7171), + [anon_sym_ATcannot] = ACTIONS(7173), + [anon_sym_ATcanany] = ACTIONS(7175), + [anon_sym_ATfeature] = ACTIONS(7177), + [aux_sym__custom_token1] = ACTIONS(7179), + [aux_sym__custom_token2] = ACTIONS(7181), + [anon_sym_ATswitch] = ACTIONS(7183), + [aux_sym_loop_operator_token1] = ACTIONS(7185), + [anon_sym_ATfor] = ACTIONS(7187), + [anon_sym_ATforeach] = ACTIONS(7189), + [anon_sym_ATforelse] = ACTIONS(7191), + [anon_sym_ATendforelse] = ACTIONS(4691), + [anon_sym_ATwhile] = ACTIONS(7193), + [anon_sym_ATsetup] = ACTIONS(7195), + [anon_sym_ATtask] = ACTIONS(7197), + [anon_sym_ATstory] = ACTIONS(7199), + [anon_sym_ATbefore] = ACTIONS(7201), + [anon_sym_ATafter] = ACTIONS(7203), + [anon_sym_ATsuccess] = ACTIONS(7205), + [anon_sym_ATfinished] = ACTIONS(7207), + [anon_sym_ATpersist] = ACTIONS(7209), + [anon_sym_ATteleport] = ACTIONS(7211), + [anon_sym_ATvolt] = ACTIONS(7213), + [aux_sym__text_token1] = ACTIONS(7215), + [aux_sym__text_token2] = ACTIONS(7215), + [aux_sym__text_token3] = ACTIONS(7217), }, [517] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -88207,107 +88580,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7104), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7219), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [518] = { [sym__definition] = STATE(654), @@ -88373,61 +88747,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7106), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7221), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [519] = { [sym__definition] = STATE(515), @@ -88488,66 +88863,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(515), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(515), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(515), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7108), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7110), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7223), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7225), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [520] = { [sym__definition] = STATE(257), @@ -88608,66 +88984,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7110), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7225), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [521] = { [sym__definition] = STATE(518), @@ -88733,61 +89110,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(518), [sym_text] = STATE(518), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7112), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7114), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7227), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7229), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [522] = { [sym__definition] = STATE(654), @@ -88853,61 +89231,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7116), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7231), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [523] = { [sym__definition] = STATE(520), @@ -88968,66 +89347,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(520), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(520), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(520), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7118), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7120), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7233), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7235), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [524] = { [sym__definition] = STATE(522), @@ -89093,61 +89473,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(522), [sym_text] = STATE(522), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7122), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7124), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7237), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7239), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [525] = { [sym__definition] = STATE(629), @@ -89215,59 +89596,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(629), [sym__text] = STATE(991), [aux_sym_php_only_repeat1] = STATE(991), - [sym_comment] = ACTIONS(7126), - [aux_sym_keyword_token1] = ACTIONS(7004), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7006), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7008), - [anon_sym_ATphp] = ACTIONS(7010), - [aux_sym_attribute_token1] = ACTIONS(7012), - [aux_sym__inline_directive_token1] = ACTIONS(7014), - [anon_sym_ATfragment] = ACTIONS(7016), - [anon_sym_ATsection] = ACTIONS(7018), - [anon_sym_ATonce] = ACTIONS(7020), - [anon_sym_ATverbatim] = ACTIONS(7022), - [anon_sym_ATpush] = ACTIONS(7024), - [anon_sym_ATpushOnce] = ACTIONS(7026), - [anon_sym_ATpushIf] = ACTIONS(7028), - [anon_sym_ATprepend] = ACTIONS(7030), - [anon_sym_ATprependOnce] = ACTIONS(7032), - [anon_sym_ATif] = ACTIONS(7034), - [anon_sym_ATunless] = ACTIONS(7036), - [anon_sym_ATisset] = ACTIONS(7038), - [anon_sym_ATempty] = ACTIONS(7040), - [anon_sym_ATauth] = ACTIONS(7042), - [anon_sym_ATguest] = ACTIONS(7044), - [anon_sym_ATproduction] = ACTIONS(7046), - [anon_sym_ATenv] = ACTIONS(7048), - [anon_sym_AThasSection] = ACTIONS(7050), - [anon_sym_ATsectionMissing] = ACTIONS(7052), - [anon_sym_ATerror] = ACTIONS(7054), - [anon_sym_ATcan] = ACTIONS(7056), - [anon_sym_ATcannot] = ACTIONS(7058), - [anon_sym_ATcanany] = ACTIONS(7060), - [anon_sym_ATfeature] = ACTIONS(7062), - [aux_sym__custom_token1] = ACTIONS(7064), - [aux_sym__custom_token2] = ACTIONS(7066), - [anon_sym_ATswitch] = ACTIONS(7068), - [aux_sym_loop_operator_token1] = ACTIONS(7070), - [anon_sym_ATfor] = ACTIONS(7072), - [anon_sym_ATforeach] = ACTIONS(7074), - [anon_sym_ATforelse] = ACTIONS(7076), - [anon_sym_ATendforelse] = ACTIONS(4996), - [anon_sym_ATwhile] = ACTIONS(7078), - [anon_sym_ATsetup] = ACTIONS(7080), - [anon_sym_ATtask] = ACTIONS(7082), - [anon_sym_ATstory] = ACTIONS(7084), - [anon_sym_ATbefore] = ACTIONS(7086), - [anon_sym_ATafter] = ACTIONS(7088), - [anon_sym_ATsuccess] = ACTIONS(7090), - [anon_sym_ATfinished] = ACTIONS(7092), - [anon_sym_ATpersist] = ACTIONS(7094), - [anon_sym_ATteleport] = ACTIONS(7096), - [anon_sym_ATvolt] = ACTIONS(7098), - [aux_sym__text_token1] = ACTIONS(7100), - [aux_sym__text_token2] = ACTIONS(7100), - [aux_sym__text_token3] = ACTIONS(7102), + [sym_comment] = ACTIONS(7241), + [aux_sym_keyword_token1] = ACTIONS(7117), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7119), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7121), + [anon_sym_ATphp] = ACTIONS(7123), + [aux_sym_attribute_token1] = ACTIONS(7125), + [aux_sym__inline_directive_token1] = ACTIONS(7127), + [aux_sym__inline_directive_token2] = ACTIONS(7129), + [anon_sym_ATfragment] = ACTIONS(7131), + [anon_sym_ATsection] = ACTIONS(7133), + [anon_sym_ATonce] = ACTIONS(7135), + [anon_sym_ATverbatim] = ACTIONS(7137), + [anon_sym_ATpush] = ACTIONS(7139), + [anon_sym_ATpushOnce] = ACTIONS(7141), + [anon_sym_ATpushIf] = ACTIONS(7143), + [anon_sym_ATprepend] = ACTIONS(7145), + [anon_sym_ATprependOnce] = ACTIONS(7147), + [anon_sym_ATif] = ACTIONS(7149), + [anon_sym_ATunless] = ACTIONS(7151), + [anon_sym_ATisset] = ACTIONS(7153), + [anon_sym_ATempty] = ACTIONS(7155), + [anon_sym_ATauth] = ACTIONS(7157), + [anon_sym_ATguest] = ACTIONS(7159), + [anon_sym_ATproduction] = ACTIONS(7161), + [anon_sym_ATenv] = ACTIONS(7163), + [anon_sym_AThasSection] = ACTIONS(7165), + [anon_sym_ATsectionMissing] = ACTIONS(7167), + [anon_sym_ATerror] = ACTIONS(7169), + [anon_sym_ATcan] = ACTIONS(7171), + [anon_sym_ATcannot] = ACTIONS(7173), + [anon_sym_ATcanany] = ACTIONS(7175), + [anon_sym_ATfeature] = ACTIONS(7177), + [aux_sym__custom_token1] = ACTIONS(7179), + [aux_sym__custom_token2] = ACTIONS(7181), + [anon_sym_ATswitch] = ACTIONS(7183), + [aux_sym_loop_operator_token1] = ACTIONS(7185), + [anon_sym_ATfor] = ACTIONS(7187), + [anon_sym_ATforeach] = ACTIONS(7189), + [anon_sym_ATforelse] = ACTIONS(7191), + [anon_sym_ATendforelse] = ACTIONS(5083), + [anon_sym_ATwhile] = ACTIONS(7193), + [anon_sym_ATsetup] = ACTIONS(7195), + [anon_sym_ATtask] = ACTIONS(7197), + [anon_sym_ATstory] = ACTIONS(7199), + [anon_sym_ATbefore] = ACTIONS(7201), + [anon_sym_ATafter] = ACTIONS(7203), + [anon_sym_ATsuccess] = ACTIONS(7205), + [anon_sym_ATfinished] = ACTIONS(7207), + [anon_sym_ATpersist] = ACTIONS(7209), + [anon_sym_ATteleport] = ACTIONS(7211), + [anon_sym_ATvolt] = ACTIONS(7213), + [aux_sym__text_token1] = ACTIONS(7215), + [aux_sym__text_token2] = ACTIONS(7215), + [aux_sym__text_token3] = ACTIONS(7217), }, [526] = { [sym__definition] = STATE(542), @@ -89333,71 +89715,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(542), [sym_text] = STATE(542), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7128), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7130), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7243), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7245), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [527] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -89407,117 +89790,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7132), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7247), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [528] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -89527,117 +89911,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7134), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7249), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [529] = { [sym__definition] = STATE(527), [sym_keyword] = STATE(527), [sym_php_statement] = STATE(527), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(527), [sym__inline_directive] = STATE(527), [sym__nested_directive] = STATE(527), @@ -89647,117 +90032,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(527), [sym_verbatim] = STATE(527), [sym_stack] = STATE(527), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(527), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(527), [sym_loop] = STATE(527), [sym_loop_operator] = STATE(527), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(527), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(527), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(527), [sym_text] = STATE(527), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(7136), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7138), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(7251), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7253), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [530] = { [sym__definition] = STATE(528), [sym_keyword] = STATE(528), [sym_php_statement] = STATE(528), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(528), [sym__inline_directive] = STATE(528), [sym__nested_directive] = STATE(528), @@ -89767,107 +90153,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(528), [sym_verbatim] = STATE(528), [sym_stack] = STATE(528), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(528), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(528), [sym_loop] = STATE(528), [sym_loop_operator] = STATE(528), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(528), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(528), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(528), [sym_text] = STATE(528), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(7140), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7142), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(7255), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7257), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [531] = { [sym__definition] = STATE(257), @@ -89928,66 +90315,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7144), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7259), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [532] = { [sym__definition] = STATE(654), @@ -90053,61 +90441,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7146), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7261), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [533] = { [sym__definition] = STATE(552), @@ -90175,59 +90564,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(552), [sym__text] = STATE(1169), [aux_sym_php_only_repeat1] = STATE(1169), - [sym_comment] = ACTIONS(7148), - [aux_sym_keyword_token1] = ACTIONS(7150), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7152), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7154), - [anon_sym_ATphp] = ACTIONS(7156), - [aux_sym_attribute_token1] = ACTIONS(7158), - [aux_sym__inline_directive_token1] = ACTIONS(7160), - [anon_sym_ATfragment] = ACTIONS(7162), - [anon_sym_ATsection] = ACTIONS(7164), - [anon_sym_ATonce] = ACTIONS(7166), - [anon_sym_ATverbatim] = ACTIONS(7168), - [anon_sym_ATpush] = ACTIONS(7170), - [anon_sym_ATpushOnce] = ACTIONS(7172), - [anon_sym_ATpushIf] = ACTIONS(7174), - [anon_sym_ATprepend] = ACTIONS(7176), - [anon_sym_ATendprepend] = ACTIONS(4609), - [anon_sym_ATprependOnce] = ACTIONS(7178), - [anon_sym_ATif] = ACTIONS(7180), - [anon_sym_ATunless] = ACTIONS(7182), - [anon_sym_ATisset] = ACTIONS(7184), - [anon_sym_ATempty] = ACTIONS(7186), - [anon_sym_ATauth] = ACTIONS(7188), - [anon_sym_ATguest] = ACTIONS(7190), - [anon_sym_ATproduction] = ACTIONS(7192), - [anon_sym_ATenv] = ACTIONS(7194), - [anon_sym_AThasSection] = ACTIONS(7196), - [anon_sym_ATsectionMissing] = ACTIONS(7198), - [anon_sym_ATerror] = ACTIONS(7200), - [anon_sym_ATcan] = ACTIONS(7202), - [anon_sym_ATcannot] = ACTIONS(7204), - [anon_sym_ATcanany] = ACTIONS(7206), - [anon_sym_ATfeature] = ACTIONS(7208), - [aux_sym__custom_token1] = ACTIONS(7210), - [aux_sym__custom_token2] = ACTIONS(7212), - [anon_sym_ATswitch] = ACTIONS(7214), - [aux_sym_loop_operator_token1] = ACTIONS(7216), - [anon_sym_ATfor] = ACTIONS(7218), - [anon_sym_ATforeach] = ACTIONS(7220), - [anon_sym_ATforelse] = ACTIONS(7222), - [anon_sym_ATwhile] = ACTIONS(7224), - [anon_sym_ATsetup] = ACTIONS(7226), - [anon_sym_ATtask] = ACTIONS(7228), - [anon_sym_ATstory] = ACTIONS(7230), - [anon_sym_ATbefore] = ACTIONS(7232), - [anon_sym_ATafter] = ACTIONS(7234), - [anon_sym_ATsuccess] = ACTIONS(7236), - [anon_sym_ATfinished] = ACTIONS(7238), - [anon_sym_ATpersist] = ACTIONS(7240), - [anon_sym_ATteleport] = ACTIONS(7242), - [anon_sym_ATvolt] = ACTIONS(7244), - [aux_sym__text_token1] = ACTIONS(7246), - [aux_sym__text_token2] = ACTIONS(7246), - [aux_sym__text_token3] = ACTIONS(7248), + [sym_comment] = ACTIONS(7263), + [aux_sym_keyword_token1] = ACTIONS(7265), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7267), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7269), + [anon_sym_ATphp] = ACTIONS(7271), + [aux_sym_attribute_token1] = ACTIONS(7273), + [aux_sym__inline_directive_token1] = ACTIONS(7275), + [aux_sym__inline_directive_token2] = ACTIONS(7277), + [anon_sym_ATfragment] = ACTIONS(7279), + [anon_sym_ATsection] = ACTIONS(7281), + [anon_sym_ATonce] = ACTIONS(7283), + [anon_sym_ATverbatim] = ACTIONS(7285), + [anon_sym_ATpush] = ACTIONS(7287), + [anon_sym_ATpushOnce] = ACTIONS(7289), + [anon_sym_ATpushIf] = ACTIONS(7291), + [anon_sym_ATprepend] = ACTIONS(7293), + [anon_sym_ATendprepend] = ACTIONS(4691), + [anon_sym_ATprependOnce] = ACTIONS(7295), + [anon_sym_ATif] = ACTIONS(7297), + [anon_sym_ATunless] = ACTIONS(7299), + [anon_sym_ATisset] = ACTIONS(7301), + [anon_sym_ATempty] = ACTIONS(7303), + [anon_sym_ATauth] = ACTIONS(7305), + [anon_sym_ATguest] = ACTIONS(7307), + [anon_sym_ATproduction] = ACTIONS(7309), + [anon_sym_ATenv] = ACTIONS(7311), + [anon_sym_AThasSection] = ACTIONS(7313), + [anon_sym_ATsectionMissing] = ACTIONS(7315), + [anon_sym_ATerror] = ACTIONS(7317), + [anon_sym_ATcan] = ACTIONS(7319), + [anon_sym_ATcannot] = ACTIONS(7321), + [anon_sym_ATcanany] = ACTIONS(7323), + [anon_sym_ATfeature] = ACTIONS(7325), + [aux_sym__custom_token1] = ACTIONS(7327), + [aux_sym__custom_token2] = ACTIONS(7329), + [anon_sym_ATswitch] = ACTIONS(7331), + [aux_sym_loop_operator_token1] = ACTIONS(7333), + [anon_sym_ATfor] = ACTIONS(7335), + [anon_sym_ATforeach] = ACTIONS(7337), + [anon_sym_ATforelse] = ACTIONS(7339), + [anon_sym_ATwhile] = ACTIONS(7341), + [anon_sym_ATsetup] = ACTIONS(7343), + [anon_sym_ATtask] = ACTIONS(7345), + [anon_sym_ATstory] = ACTIONS(7347), + [anon_sym_ATbefore] = ACTIONS(7349), + [anon_sym_ATafter] = ACTIONS(7351), + [anon_sym_ATsuccess] = ACTIONS(7353), + [anon_sym_ATfinished] = ACTIONS(7355), + [anon_sym_ATpersist] = ACTIONS(7357), + [anon_sym_ATteleport] = ACTIONS(7359), + [anon_sym_ATvolt] = ACTIONS(7361), + [aux_sym__text_token1] = ACTIONS(7363), + [aux_sym__text_token2] = ACTIONS(7363), + [aux_sym__text_token3] = ACTIONS(7365), }, [534] = { [sym__definition] = STATE(531), @@ -90288,66 +90678,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(531), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(531), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(531), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7250), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7252), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7367), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7369), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [535] = { [sym__definition] = STATE(257), @@ -90408,66 +90799,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7252), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7369), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [536] = { [sym__definition] = STATE(572), @@ -90528,66 +90920,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(572), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(572), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(572), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7254), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7256), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7371), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7373), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [537] = { [sym__definition] = STATE(532), @@ -90653,61 +91046,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(532), [sym_text] = STATE(532), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7258), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7260), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7375), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7377), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [538] = { [sym__definition] = STATE(538), @@ -90775,59 +91169,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(538), [sym__text] = STATE(1001), [aux_sym_php_only_repeat1] = STATE(1001), - [sym_comment] = ACTIONS(7262), - [aux_sym_keyword_token1] = ACTIONS(7265), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7268), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7271), - [anon_sym_ATphp] = ACTIONS(7274), - [aux_sym_attribute_token1] = ACTIONS(7277), - [aux_sym__inline_directive_token1] = ACTIONS(7280), - [anon_sym_ATfragment] = ACTIONS(7283), - [anon_sym_ATsection] = ACTIONS(7286), - [anon_sym_ATonce] = ACTIONS(7289), - [anon_sym_ATverbatim] = ACTIONS(7292), - [anon_sym_ATpush] = ACTIONS(7295), - [anon_sym_ATpushOnce] = ACTIONS(7298), - [anon_sym_ATpushIf] = ACTIONS(7301), - [anon_sym_ATprepend] = ACTIONS(7304), - [anon_sym_ATprependOnce] = ACTIONS(7307), - [anon_sym_ATif] = ACTIONS(7310), - [anon_sym_ATunless] = ACTIONS(7313), - [anon_sym_ATisset] = ACTIONS(7316), - [anon_sym_ATempty] = ACTIONS(7319), - [anon_sym_ATauth] = ACTIONS(7322), - [anon_sym_ATguest] = ACTIONS(7325), - [anon_sym_ATproduction] = ACTIONS(7328), - [anon_sym_ATenv] = ACTIONS(7331), - [anon_sym_AThasSection] = ACTIONS(7334), - [anon_sym_ATsectionMissing] = ACTIONS(7337), - [anon_sym_ATerror] = ACTIONS(7340), - [anon_sym_ATcan] = ACTIONS(7343), - [anon_sym_ATcannot] = ACTIONS(7346), - [anon_sym_ATcanany] = ACTIONS(7349), - [anon_sym_ATfeature] = ACTIONS(7352), - [aux_sym__custom_token1] = ACTIONS(7355), - [aux_sym__custom_token2] = ACTIONS(7358), - [anon_sym_ATswitch] = ACTIONS(7361), - [aux_sym_loop_operator_token1] = ACTIONS(7364), - [anon_sym_ATfor] = ACTIONS(7367), - [anon_sym_ATendfor] = ACTIONS(5035), - [anon_sym_ATforeach] = ACTIONS(7370), - [anon_sym_ATforelse] = ACTIONS(7373), - [anon_sym_ATwhile] = ACTIONS(7376), - [anon_sym_ATsetup] = ACTIONS(7379), - [anon_sym_ATtask] = ACTIONS(7382), - [anon_sym_ATstory] = ACTIONS(7385), - [anon_sym_ATbefore] = ACTIONS(7388), - [anon_sym_ATafter] = ACTIONS(7391), - [anon_sym_ATsuccess] = ACTIONS(7394), - [anon_sym_ATfinished] = ACTIONS(7397), - [anon_sym_ATpersist] = ACTIONS(7400), - [anon_sym_ATteleport] = ACTIONS(7403), - [anon_sym_ATvolt] = ACTIONS(7406), - [aux_sym__text_token1] = ACTIONS(7409), - [aux_sym__text_token2] = ACTIONS(7409), - [aux_sym__text_token3] = ACTIONS(7412), + [sym_comment] = ACTIONS(7379), + [aux_sym_keyword_token1] = ACTIONS(7382), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7385), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7388), + [anon_sym_ATphp] = ACTIONS(7391), + [aux_sym_attribute_token1] = ACTIONS(7394), + [aux_sym__inline_directive_token1] = ACTIONS(7397), + [aux_sym__inline_directive_token2] = ACTIONS(7400), + [anon_sym_ATfragment] = ACTIONS(7403), + [anon_sym_ATsection] = ACTIONS(7406), + [anon_sym_ATonce] = ACTIONS(7409), + [anon_sym_ATverbatim] = ACTIONS(7412), + [anon_sym_ATpush] = ACTIONS(7415), + [anon_sym_ATpushOnce] = ACTIONS(7418), + [anon_sym_ATpushIf] = ACTIONS(7421), + [anon_sym_ATprepend] = ACTIONS(7424), + [anon_sym_ATprependOnce] = ACTIONS(7427), + [anon_sym_ATif] = ACTIONS(7430), + [anon_sym_ATunless] = ACTIONS(7433), + [anon_sym_ATisset] = ACTIONS(7436), + [anon_sym_ATempty] = ACTIONS(7439), + [anon_sym_ATauth] = ACTIONS(7442), + [anon_sym_ATguest] = ACTIONS(7445), + [anon_sym_ATproduction] = ACTIONS(7448), + [anon_sym_ATenv] = ACTIONS(7451), + [anon_sym_AThasSection] = ACTIONS(7454), + [anon_sym_ATsectionMissing] = ACTIONS(7457), + [anon_sym_ATerror] = ACTIONS(7460), + [anon_sym_ATcan] = ACTIONS(7463), + [anon_sym_ATcannot] = ACTIONS(7466), + [anon_sym_ATcanany] = ACTIONS(7469), + [anon_sym_ATfeature] = ACTIONS(7472), + [aux_sym__custom_token1] = ACTIONS(7475), + [aux_sym__custom_token2] = ACTIONS(7478), + [anon_sym_ATswitch] = ACTIONS(7481), + [aux_sym_loop_operator_token1] = ACTIONS(7484), + [anon_sym_ATfor] = ACTIONS(7487), + [anon_sym_ATendfor] = ACTIONS(5125), + [anon_sym_ATforeach] = ACTIONS(7490), + [anon_sym_ATforelse] = ACTIONS(7493), + [anon_sym_ATwhile] = ACTIONS(7496), + [anon_sym_ATsetup] = ACTIONS(7499), + [anon_sym_ATtask] = ACTIONS(7502), + [anon_sym_ATstory] = ACTIONS(7505), + [anon_sym_ATbefore] = ACTIONS(7508), + [anon_sym_ATafter] = ACTIONS(7511), + [anon_sym_ATsuccess] = ACTIONS(7514), + [anon_sym_ATfinished] = ACTIONS(7517), + [anon_sym_ATpersist] = ACTIONS(7520), + [anon_sym_ATteleport] = ACTIONS(7523), + [anon_sym_ATvolt] = ACTIONS(7526), + [aux_sym__text_token1] = ACTIONS(7529), + [aux_sym__text_token2] = ACTIONS(7529), + [aux_sym__text_token3] = ACTIONS(7532), }, [539] = { [sym__definition] = STATE(654), @@ -90893,61 +91288,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7415), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7535), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [540] = { [sym__definition] = STATE(535), @@ -91008,66 +91404,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(535), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(535), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(535), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7417), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7419), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7537), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7539), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [541] = { [sym__definition] = STATE(539), @@ -91133,61 +91530,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(539), [sym_text] = STATE(539), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7421), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7423), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7541), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7543), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [542] = { [sym__definition] = STATE(654), @@ -91253,71 +91651,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7425), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7545), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [543] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -91327,117 +91726,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7427), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7547), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [544] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -91447,117 +91847,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7429), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7549), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [545] = { [sym__definition] = STATE(543), [sym_keyword] = STATE(543), [sym_php_statement] = STATE(543), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(543), [sym__inline_directive] = STATE(543), [sym__nested_directive] = STATE(543), @@ -91567,117 +91968,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(543), [sym_verbatim] = STATE(543), [sym_stack] = STATE(543), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(543), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(543), [sym_loop] = STATE(543), [sym_loop_operator] = STATE(543), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(543), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(543), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(543), [sym_text] = STATE(543), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(7431), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7433), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(7551), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7553), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [546] = { [sym__definition] = STATE(544), [sym_keyword] = STATE(544), [sym_php_statement] = STATE(544), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(544), [sym__inline_directive] = STATE(544), [sym__nested_directive] = STATE(544), @@ -91687,107 +92089,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(544), [sym_verbatim] = STATE(544), [sym_stack] = STATE(544), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(544), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(544), [sym_loop] = STATE(544), [sym_loop_operator] = STATE(544), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(544), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(544), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(544), [sym_text] = STATE(544), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(7435), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7437), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(7555), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7557), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [547] = { [sym__definition] = STATE(257), @@ -91848,66 +92251,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7439), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7559), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [548] = { [sym__definition] = STATE(654), @@ -91973,61 +92377,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7441), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7561), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [549] = { [sym__definition] = STATE(547), @@ -92088,66 +92493,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(547), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(547), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(547), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7443), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7445), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7563), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7565), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [550] = { [sym__definition] = STATE(257), @@ -92208,66 +92614,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7445), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7565), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [551] = { [sym__definition] = STATE(548), @@ -92333,61 +92740,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(548), [sym_text] = STATE(548), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7447), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7449), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7567), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7569), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [552] = { [sym__definition] = STATE(422), @@ -92455,59 +92863,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(422), [sym__text] = STATE(1169), [aux_sym_php_only_repeat1] = STATE(1169), - [sym_comment] = ACTIONS(7451), - [aux_sym_keyword_token1] = ACTIONS(7150), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7152), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7154), - [anon_sym_ATphp] = ACTIONS(7156), - [aux_sym_attribute_token1] = ACTIONS(7158), - [aux_sym__inline_directive_token1] = ACTIONS(7160), - [anon_sym_ATfragment] = ACTIONS(7162), - [anon_sym_ATsection] = ACTIONS(7164), - [anon_sym_ATonce] = ACTIONS(7166), - [anon_sym_ATverbatim] = ACTIONS(7168), - [anon_sym_ATpush] = ACTIONS(7170), - [anon_sym_ATpushOnce] = ACTIONS(7172), - [anon_sym_ATpushIf] = ACTIONS(7174), - [anon_sym_ATprepend] = ACTIONS(7176), - [anon_sym_ATendprepend] = ACTIONS(4996), - [anon_sym_ATprependOnce] = ACTIONS(7178), - [anon_sym_ATif] = ACTIONS(7180), - [anon_sym_ATunless] = ACTIONS(7182), - [anon_sym_ATisset] = ACTIONS(7184), - [anon_sym_ATempty] = ACTIONS(7186), - [anon_sym_ATauth] = ACTIONS(7188), - [anon_sym_ATguest] = ACTIONS(7190), - [anon_sym_ATproduction] = ACTIONS(7192), - [anon_sym_ATenv] = ACTIONS(7194), - [anon_sym_AThasSection] = ACTIONS(7196), - [anon_sym_ATsectionMissing] = ACTIONS(7198), - [anon_sym_ATerror] = ACTIONS(7200), - [anon_sym_ATcan] = ACTIONS(7202), - [anon_sym_ATcannot] = ACTIONS(7204), - [anon_sym_ATcanany] = ACTIONS(7206), - [anon_sym_ATfeature] = ACTIONS(7208), - [aux_sym__custom_token1] = ACTIONS(7210), - [aux_sym__custom_token2] = ACTIONS(7212), - [anon_sym_ATswitch] = ACTIONS(7214), - [aux_sym_loop_operator_token1] = ACTIONS(7216), - [anon_sym_ATfor] = ACTIONS(7218), - [anon_sym_ATforeach] = ACTIONS(7220), - [anon_sym_ATforelse] = ACTIONS(7222), - [anon_sym_ATwhile] = ACTIONS(7224), - [anon_sym_ATsetup] = ACTIONS(7226), - [anon_sym_ATtask] = ACTIONS(7228), - [anon_sym_ATstory] = ACTIONS(7230), - [anon_sym_ATbefore] = ACTIONS(7232), - [anon_sym_ATafter] = ACTIONS(7234), - [anon_sym_ATsuccess] = ACTIONS(7236), - [anon_sym_ATfinished] = ACTIONS(7238), - [anon_sym_ATpersist] = ACTIONS(7240), - [anon_sym_ATteleport] = ACTIONS(7242), - [anon_sym_ATvolt] = ACTIONS(7244), - [aux_sym__text_token1] = ACTIONS(7246), - [aux_sym__text_token2] = ACTIONS(7246), - [aux_sym__text_token3] = ACTIONS(7248), + [sym_comment] = ACTIONS(7571), + [aux_sym_keyword_token1] = ACTIONS(7265), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7267), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7269), + [anon_sym_ATphp] = ACTIONS(7271), + [aux_sym_attribute_token1] = ACTIONS(7273), + [aux_sym__inline_directive_token1] = ACTIONS(7275), + [aux_sym__inline_directive_token2] = ACTIONS(7277), + [anon_sym_ATfragment] = ACTIONS(7279), + [anon_sym_ATsection] = ACTIONS(7281), + [anon_sym_ATonce] = ACTIONS(7283), + [anon_sym_ATverbatim] = ACTIONS(7285), + [anon_sym_ATpush] = ACTIONS(7287), + [anon_sym_ATpushOnce] = ACTIONS(7289), + [anon_sym_ATpushIf] = ACTIONS(7291), + [anon_sym_ATprepend] = ACTIONS(7293), + [anon_sym_ATendprepend] = ACTIONS(5083), + [anon_sym_ATprependOnce] = ACTIONS(7295), + [anon_sym_ATif] = ACTIONS(7297), + [anon_sym_ATunless] = ACTIONS(7299), + [anon_sym_ATisset] = ACTIONS(7301), + [anon_sym_ATempty] = ACTIONS(7303), + [anon_sym_ATauth] = ACTIONS(7305), + [anon_sym_ATguest] = ACTIONS(7307), + [anon_sym_ATproduction] = ACTIONS(7309), + [anon_sym_ATenv] = ACTIONS(7311), + [anon_sym_AThasSection] = ACTIONS(7313), + [anon_sym_ATsectionMissing] = ACTIONS(7315), + [anon_sym_ATerror] = ACTIONS(7317), + [anon_sym_ATcan] = ACTIONS(7319), + [anon_sym_ATcannot] = ACTIONS(7321), + [anon_sym_ATcanany] = ACTIONS(7323), + [anon_sym_ATfeature] = ACTIONS(7325), + [aux_sym__custom_token1] = ACTIONS(7327), + [aux_sym__custom_token2] = ACTIONS(7329), + [anon_sym_ATswitch] = ACTIONS(7331), + [aux_sym_loop_operator_token1] = ACTIONS(7333), + [anon_sym_ATfor] = ACTIONS(7335), + [anon_sym_ATforeach] = ACTIONS(7337), + [anon_sym_ATforelse] = ACTIONS(7339), + [anon_sym_ATwhile] = ACTIONS(7341), + [anon_sym_ATsetup] = ACTIONS(7343), + [anon_sym_ATtask] = ACTIONS(7345), + [anon_sym_ATstory] = ACTIONS(7347), + [anon_sym_ATbefore] = ACTIONS(7349), + [anon_sym_ATafter] = ACTIONS(7351), + [anon_sym_ATsuccess] = ACTIONS(7353), + [anon_sym_ATfinished] = ACTIONS(7355), + [anon_sym_ATpersist] = ACTIONS(7357), + [anon_sym_ATteleport] = ACTIONS(7359), + [anon_sym_ATvolt] = ACTIONS(7361), + [aux_sym__text_token1] = ACTIONS(7363), + [aux_sym__text_token2] = ACTIONS(7363), + [aux_sym__text_token3] = ACTIONS(7365), }, [553] = { [sym__definition] = STATE(654), @@ -92573,71 +92982,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7453), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7573), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [554] = { [sym__definition] = STATE(554), [sym_keyword] = STATE(554), [sym_php_statement] = STATE(554), - [sym__escaped] = STATE(3470), - [sym__unescaped] = STATE(3470), - [sym__raw] = STATE(3470), - [sym__inline_raw] = STATE(3470), - [sym__multi_line_raw] = STATE(3470), + [sym__escaped] = STATE(3461), + [sym__unescaped] = STATE(3461), + [sym__raw] = STATE(3461), + [sym__inline_raw] = STATE(3461), + [sym__multi_line_raw] = STATE(3461), [sym_attribute] = STATE(554), [sym__inline_directive] = STATE(554), [sym__nested_directive] = STATE(554), @@ -92647,107 +93057,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(554), [sym_verbatim] = STATE(554), [sym_stack] = STATE(554), - [sym__push] = STATE(3469), - [sym__pushOnce] = STATE(3469), - [sym__pushIf] = STATE(3469), - [sym__prepend] = STATE(3469), - [sym__prependOnce] = STATE(3469), + [sym__push] = STATE(3319), + [sym__pushOnce] = STATE(3319), + [sym__pushIf] = STATE(3319), + [sym__prepend] = STATE(3319), + [sym__prependOnce] = STATE(3319), [sym_conditional] = STATE(554), - [sym__if] = STATE(3467), - [sym__unless] = STATE(3467), - [sym__isset] = STATE(3467), - [sym__empty] = STATE(3467), - [sym__auth] = STATE(3467), - [sym__guest] = STATE(3467), - [sym__production] = STATE(3467), - [sym__env] = STATE(3467), - [sym__hasSection] = STATE(3467), - [sym__sectionMissing] = STATE(3467), - [sym__error] = STATE(3467), - [sym_authorization] = STATE(3467), - [sym__can] = STATE(3465), - [sym__cannot] = STATE(3465), - [sym__canany] = STATE(3465), - [sym__feature] = STATE(3467), - [sym__custom] = STATE(3467), + [sym__if] = STATE(3420), + [sym__unless] = STATE(3420), + [sym__isset] = STATE(3420), + [sym__empty] = STATE(3420), + [sym__auth] = STATE(3420), + [sym__guest] = STATE(3420), + [sym__production] = STATE(3420), + [sym__env] = STATE(3420), + [sym__hasSection] = STATE(3420), + [sym__sectionMissing] = STATE(3420), + [sym__error] = STATE(3420), + [sym_authorization] = STATE(3420), + [sym__can] = STATE(3408), + [sym__cannot] = STATE(3408), + [sym__canany] = STATE(3408), + [sym__feature] = STATE(3420), + [sym__custom] = STATE(3420), [sym_switch] = STATE(554), [sym_loop] = STATE(554), [sym_loop_operator] = STATE(554), - [sym__for] = STATE(3463), - [sym__foreach] = STATE(3463), - [sym__forelse] = STATE(3463), - [sym__while] = STATE(3463), + [sym__for] = STATE(3401), + [sym__foreach] = STATE(3401), + [sym__forelse] = STATE(3401), + [sym__while] = STATE(3401), [sym_envoy] = STATE(554), - [sym__setup] = STATE(3470), - [sym__task] = STATE(3461), - [sym__story] = STATE(3461), - [sym__hooks] = STATE(3470), - [sym__before] = STATE(3470), - [sym__after] = STATE(3470), - [sym__envoy_error] = STATE(3470), - [sym__success] = STATE(3470), - [sym__finished] = STATE(3470), + [sym__setup] = STATE(3461), + [sym__task] = STATE(3399), + [sym__story] = STATE(3399), + [sym__hooks] = STATE(3461), + [sym__before] = STATE(3461), + [sym__after] = STATE(3461), + [sym__envoy_error] = STATE(3461), + [sym__success] = STATE(3461), + [sym__finished] = STATE(3461), [sym_livewire] = STATE(554), - [sym__persist] = STATE(3433), - [sym__teleport] = STATE(3433), - [sym__volt] = STATE(3433), + [sym__persist] = STATE(3398), + [sym__teleport] = STATE(3398), + [sym__volt] = STATE(3398), [aux_sym__directive_body] = STATE(554), [sym_text] = STATE(554), [sym__text] = STATE(987), [aux_sym_php_only_repeat1] = STATE(987), - [sym_comment] = ACTIONS(7455), - [aux_sym_keyword_token1] = ACTIONS(7458), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7461), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7464), - [anon_sym_ATphp] = ACTIONS(7467), - [aux_sym_attribute_token1] = ACTIONS(7470), - [aux_sym__inline_directive_token1] = ACTIONS(7473), - [anon_sym_ATfragment] = ACTIONS(7476), - [anon_sym_ATsection] = ACTIONS(7479), - [anon_sym_ATonce] = ACTIONS(7482), - [anon_sym_ATverbatim] = ACTIONS(7485), - [anon_sym_ATpush] = ACTIONS(7488), - [anon_sym_ATpushOnce] = ACTIONS(7491), - [anon_sym_ATendPushOnce] = ACTIONS(5035), - [anon_sym_ATpushIf] = ACTIONS(7494), - [anon_sym_ATprepend] = ACTIONS(7497), - [anon_sym_ATprependOnce] = ACTIONS(7500), - [anon_sym_ATif] = ACTIONS(7503), - [anon_sym_ATunless] = ACTIONS(7506), - [anon_sym_ATisset] = ACTIONS(7509), - [anon_sym_ATempty] = ACTIONS(7512), - [anon_sym_ATauth] = ACTIONS(7515), - [anon_sym_ATguest] = ACTIONS(7518), - [anon_sym_ATproduction] = ACTIONS(7521), - [anon_sym_ATenv] = ACTIONS(7524), - [anon_sym_AThasSection] = ACTIONS(7527), - [anon_sym_ATsectionMissing] = ACTIONS(7530), - [anon_sym_ATerror] = ACTIONS(7533), - [anon_sym_ATcan] = ACTIONS(7536), - [anon_sym_ATcannot] = ACTIONS(7539), - [anon_sym_ATcanany] = ACTIONS(7542), - [anon_sym_ATfeature] = ACTIONS(7545), - [aux_sym__custom_token1] = ACTIONS(7548), - [aux_sym__custom_token2] = ACTIONS(7551), - [anon_sym_ATswitch] = ACTIONS(7554), - [aux_sym_loop_operator_token1] = ACTIONS(7557), - [anon_sym_ATfor] = ACTIONS(7560), - [anon_sym_ATforeach] = ACTIONS(7563), - [anon_sym_ATforelse] = ACTIONS(7566), - [anon_sym_ATwhile] = ACTIONS(7569), - [anon_sym_ATsetup] = ACTIONS(7572), - [anon_sym_ATtask] = ACTIONS(7575), - [anon_sym_ATstory] = ACTIONS(7578), - [anon_sym_ATbefore] = ACTIONS(7581), - [anon_sym_ATafter] = ACTIONS(7584), - [anon_sym_ATsuccess] = ACTIONS(7587), - [anon_sym_ATfinished] = ACTIONS(7590), - [anon_sym_ATpersist] = ACTIONS(7593), - [anon_sym_ATteleport] = ACTIONS(7596), - [anon_sym_ATvolt] = ACTIONS(7599), - [aux_sym__text_token1] = ACTIONS(7602), - [aux_sym__text_token2] = ACTIONS(7602), - [aux_sym__text_token3] = ACTIONS(7605), + [sym_comment] = ACTIONS(7575), + [aux_sym_keyword_token1] = ACTIONS(7578), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7581), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7584), + [anon_sym_ATphp] = ACTIONS(7587), + [aux_sym_attribute_token1] = ACTIONS(7590), + [aux_sym__inline_directive_token1] = ACTIONS(7593), + [aux_sym__inline_directive_token2] = ACTIONS(7596), + [anon_sym_ATfragment] = ACTIONS(7599), + [anon_sym_ATsection] = ACTIONS(7602), + [anon_sym_ATonce] = ACTIONS(7605), + [anon_sym_ATverbatim] = ACTIONS(7608), + [anon_sym_ATpush] = ACTIONS(7611), + [anon_sym_ATpushOnce] = ACTIONS(7614), + [anon_sym_ATendPushOnce] = ACTIONS(5125), + [anon_sym_ATpushIf] = ACTIONS(7617), + [anon_sym_ATprepend] = ACTIONS(7620), + [anon_sym_ATprependOnce] = ACTIONS(7623), + [anon_sym_ATif] = ACTIONS(7626), + [anon_sym_ATunless] = ACTIONS(7629), + [anon_sym_ATisset] = ACTIONS(7632), + [anon_sym_ATempty] = ACTIONS(7635), + [anon_sym_ATauth] = ACTIONS(7638), + [anon_sym_ATguest] = ACTIONS(7641), + [anon_sym_ATproduction] = ACTIONS(7644), + [anon_sym_ATenv] = ACTIONS(7647), + [anon_sym_AThasSection] = ACTIONS(7650), + [anon_sym_ATsectionMissing] = ACTIONS(7653), + [anon_sym_ATerror] = ACTIONS(7656), + [anon_sym_ATcan] = ACTIONS(7659), + [anon_sym_ATcannot] = ACTIONS(7662), + [anon_sym_ATcanany] = ACTIONS(7665), + [anon_sym_ATfeature] = ACTIONS(7668), + [aux_sym__custom_token1] = ACTIONS(7671), + [aux_sym__custom_token2] = ACTIONS(7674), + [anon_sym_ATswitch] = ACTIONS(7677), + [aux_sym_loop_operator_token1] = ACTIONS(7680), + [anon_sym_ATfor] = ACTIONS(7683), + [anon_sym_ATforeach] = ACTIONS(7686), + [anon_sym_ATforelse] = ACTIONS(7689), + [anon_sym_ATwhile] = ACTIONS(7692), + [anon_sym_ATsetup] = ACTIONS(7695), + [anon_sym_ATtask] = ACTIONS(7698), + [anon_sym_ATstory] = ACTIONS(7701), + [anon_sym_ATbefore] = ACTIONS(7704), + [anon_sym_ATafter] = ACTIONS(7707), + [anon_sym_ATsuccess] = ACTIONS(7710), + [anon_sym_ATfinished] = ACTIONS(7713), + [anon_sym_ATpersist] = ACTIONS(7716), + [anon_sym_ATteleport] = ACTIONS(7719), + [anon_sym_ATvolt] = ACTIONS(7722), + [aux_sym__text_token1] = ACTIONS(7725), + [aux_sym__text_token2] = ACTIONS(7725), + [aux_sym__text_token3] = ACTIONS(7728), }, [555] = { [sym__definition] = STATE(550), @@ -92808,66 +93219,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(550), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(550), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(550), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7608), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7610), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7731), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7733), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [556] = { [sym__definition] = STATE(553), @@ -92933,61 +93345,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(553), [sym_text] = STATE(553), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7612), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7614), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7735), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7737), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [557] = { [sym__definition] = STATE(598), @@ -93053,71 +93466,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(598), [sym_text] = STATE(598), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7616), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7618), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7739), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7741), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [558] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -93127,117 +93541,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7620), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7743), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [559] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -93247,117 +93662,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7622), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7745), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [560] = { [sym__definition] = STATE(558), [sym_keyword] = STATE(558), [sym_php_statement] = STATE(558), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(558), [sym__inline_directive] = STATE(558), [sym__nested_directive] = STATE(558), @@ -93367,117 +93783,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(558), [sym_verbatim] = STATE(558), [sym_stack] = STATE(558), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(558), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(558), [sym_loop] = STATE(558), [sym_loop_operator] = STATE(558), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(558), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(558), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(558), [sym_text] = STATE(558), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(7624), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7626), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(7747), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7749), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [561] = { [sym__definition] = STATE(559), [sym_keyword] = STATE(559), [sym_php_statement] = STATE(559), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(559), [sym__inline_directive] = STATE(559), [sym__nested_directive] = STATE(559), @@ -93487,117 +93904,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(559), [sym_verbatim] = STATE(559), [sym_stack] = STATE(559), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(559), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(559), [sym_loop] = STATE(559), [sym_loop_operator] = STATE(559), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(559), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(559), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(559), [sym_text] = STATE(559), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(7628), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7630), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(7751), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7753), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [562] = { [sym__definition] = STATE(655), [sym_keyword] = STATE(655), [sym_php_statement] = STATE(655), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(655), [sym__inline_directive] = STATE(655), [sym__nested_directive] = STATE(655), @@ -93607,107 +94025,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(655), [sym_verbatim] = STATE(655), [sym_stack] = STATE(655), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(655), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(655), [sym_loop] = STATE(655), [sym_loop_operator] = STATE(655), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(655), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(655), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(655), [sym_text] = STATE(655), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(7632), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7634), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(7755), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7757), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [563] = { [sym__definition] = STATE(257), @@ -93768,66 +94187,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7636), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7759), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [564] = { [sym__definition] = STATE(654), @@ -93893,61 +94313,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7638), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7761), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [565] = { [sym__definition] = STATE(563), @@ -94008,66 +94429,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(563), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(563), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(563), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7640), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7642), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7763), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7765), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [566] = { [sym__definition] = STATE(257), @@ -94128,66 +94550,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7642), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7765), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [567] = { [sym__definition] = STATE(564), @@ -94253,61 +94676,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(564), [sym_text] = STATE(564), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7644), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7646), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7767), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7769), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [568] = { [sym__definition] = STATE(366), @@ -94375,59 +94799,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(366), [sym__text] = STATE(1106), [aux_sym_php_only_repeat1] = STATE(1106), - [sym_comment] = ACTIONS(7648), - [aux_sym_keyword_token1] = ACTIONS(6402), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6404), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6406), - [anon_sym_ATphp] = ACTIONS(6408), - [aux_sym_attribute_token1] = ACTIONS(6410), - [aux_sym__inline_directive_token1] = ACTIONS(6412), - [anon_sym_ATfragment] = ACTIONS(6414), - [anon_sym_ATendfragment] = ACTIONS(4996), - [anon_sym_ATsection] = ACTIONS(6416), - [anon_sym_ATonce] = ACTIONS(6418), - [anon_sym_ATverbatim] = ACTIONS(6420), - [anon_sym_ATpush] = ACTIONS(6422), - [anon_sym_ATpushOnce] = ACTIONS(6424), - [anon_sym_ATpushIf] = ACTIONS(6426), - [anon_sym_ATprepend] = ACTIONS(6428), - [anon_sym_ATprependOnce] = ACTIONS(6430), - [anon_sym_ATif] = ACTIONS(6432), - [anon_sym_ATunless] = ACTIONS(6434), - [anon_sym_ATisset] = ACTIONS(6436), - [anon_sym_ATempty] = ACTIONS(6438), - [anon_sym_ATauth] = ACTIONS(6440), - [anon_sym_ATguest] = ACTIONS(6442), - [anon_sym_ATproduction] = ACTIONS(6444), - [anon_sym_ATenv] = ACTIONS(6446), - [anon_sym_AThasSection] = ACTIONS(6448), - [anon_sym_ATsectionMissing] = ACTIONS(6450), - [anon_sym_ATerror] = ACTIONS(6452), - [anon_sym_ATcan] = ACTIONS(6454), - [anon_sym_ATcannot] = ACTIONS(6456), - [anon_sym_ATcanany] = ACTIONS(6458), - [anon_sym_ATfeature] = ACTIONS(6460), - [aux_sym__custom_token1] = ACTIONS(6462), - [aux_sym__custom_token2] = ACTIONS(6464), - [anon_sym_ATswitch] = ACTIONS(6466), - [aux_sym_loop_operator_token1] = ACTIONS(6468), - [anon_sym_ATfor] = ACTIONS(6470), - [anon_sym_ATforeach] = ACTIONS(6472), - [anon_sym_ATforelse] = ACTIONS(6474), - [anon_sym_ATwhile] = ACTIONS(6476), - [anon_sym_ATsetup] = ACTIONS(6478), - [anon_sym_ATtask] = ACTIONS(6480), - [anon_sym_ATstory] = ACTIONS(6482), - [anon_sym_ATbefore] = ACTIONS(6484), - [anon_sym_ATafter] = ACTIONS(6486), - [anon_sym_ATsuccess] = ACTIONS(6488), - [anon_sym_ATfinished] = ACTIONS(6490), - [anon_sym_ATpersist] = ACTIONS(6492), - [anon_sym_ATteleport] = ACTIONS(6494), - [anon_sym_ATvolt] = ACTIONS(6496), - [aux_sym__text_token1] = ACTIONS(6498), - [aux_sym__text_token2] = ACTIONS(6498), - [aux_sym__text_token3] = ACTIONS(6500), + [sym_comment] = ACTIONS(7771), + [aux_sym_keyword_token1] = ACTIONS(6507), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6509), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6511), + [anon_sym_ATphp] = ACTIONS(6513), + [aux_sym_attribute_token1] = ACTIONS(6515), + [aux_sym__inline_directive_token1] = ACTIONS(6517), + [aux_sym__inline_directive_token2] = ACTIONS(6519), + [anon_sym_ATfragment] = ACTIONS(6521), + [anon_sym_ATendfragment] = ACTIONS(5083), + [anon_sym_ATsection] = ACTIONS(6523), + [anon_sym_ATonce] = ACTIONS(6525), + [anon_sym_ATverbatim] = ACTIONS(6527), + [anon_sym_ATpush] = ACTIONS(6529), + [anon_sym_ATpushOnce] = ACTIONS(6531), + [anon_sym_ATpushIf] = ACTIONS(6533), + [anon_sym_ATprepend] = ACTIONS(6535), + [anon_sym_ATprependOnce] = ACTIONS(6537), + [anon_sym_ATif] = ACTIONS(6539), + [anon_sym_ATunless] = ACTIONS(6541), + [anon_sym_ATisset] = ACTIONS(6543), + [anon_sym_ATempty] = ACTIONS(6545), + [anon_sym_ATauth] = ACTIONS(6547), + [anon_sym_ATguest] = ACTIONS(6549), + [anon_sym_ATproduction] = ACTIONS(6551), + [anon_sym_ATenv] = ACTIONS(6553), + [anon_sym_AThasSection] = ACTIONS(6555), + [anon_sym_ATsectionMissing] = ACTIONS(6557), + [anon_sym_ATerror] = ACTIONS(6559), + [anon_sym_ATcan] = ACTIONS(6561), + [anon_sym_ATcannot] = ACTIONS(6563), + [anon_sym_ATcanany] = ACTIONS(6565), + [anon_sym_ATfeature] = ACTIONS(6567), + [aux_sym__custom_token1] = ACTIONS(6569), + [aux_sym__custom_token2] = ACTIONS(6571), + [anon_sym_ATswitch] = ACTIONS(6573), + [aux_sym_loop_operator_token1] = ACTIONS(6575), + [anon_sym_ATfor] = ACTIONS(6577), + [anon_sym_ATforeach] = ACTIONS(6579), + [anon_sym_ATforelse] = ACTIONS(6581), + [anon_sym_ATwhile] = ACTIONS(6583), + [anon_sym_ATsetup] = ACTIONS(6585), + [anon_sym_ATtask] = ACTIONS(6587), + [anon_sym_ATstory] = ACTIONS(6589), + [anon_sym_ATbefore] = ACTIONS(6591), + [anon_sym_ATafter] = ACTIONS(6593), + [anon_sym_ATsuccess] = ACTIONS(6595), + [anon_sym_ATfinished] = ACTIONS(6597), + [anon_sym_ATpersist] = ACTIONS(6599), + [anon_sym_ATteleport] = ACTIONS(6601), + [anon_sym_ATvolt] = ACTIONS(6603), + [aux_sym__text_token1] = ACTIONS(6605), + [aux_sym__text_token2] = ACTIONS(6605), + [aux_sym__text_token3] = ACTIONS(6607), }, [569] = { [sym__definition] = STATE(654), @@ -94493,61 +94918,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7650), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7773), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [570] = { [sym__definition] = STATE(566), @@ -94608,66 +95034,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(566), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(566), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(566), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7652), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7654), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7775), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7777), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [571] = { [sym__definition] = STATE(569), @@ -94733,61 +95160,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(569), [sym_text] = STATE(569), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7656), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7658), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7779), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7781), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [572] = { [sym__definition] = STATE(257), @@ -94848,76 +95276,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7660), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7783), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [573] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -94927,117 +95356,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7662), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7785), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [574] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -95047,117 +95477,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7664), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7787), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [575] = { [sym__definition] = STATE(573), [sym_keyword] = STATE(573), [sym_php_statement] = STATE(573), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(573), [sym__inline_directive] = STATE(573), [sym__nested_directive] = STATE(573), @@ -95167,117 +95598,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(573), [sym_verbatim] = STATE(573), [sym_stack] = STATE(573), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(573), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(573), [sym_loop] = STATE(573), [sym_loop_operator] = STATE(573), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(573), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(573), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(573), [sym_text] = STATE(573), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(7666), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7668), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(7789), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7791), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [576] = { [sym__definition] = STATE(574), [sym_keyword] = STATE(574), [sym_php_statement] = STATE(574), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(574), [sym__inline_directive] = STATE(574), [sym__nested_directive] = STATE(574), @@ -95287,107 +95719,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(574), [sym_verbatim] = STATE(574), [sym_stack] = STATE(574), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(574), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(574), [sym_loop] = STATE(574), [sym_loop_operator] = STATE(574), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(574), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(574), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(574), [sym_text] = STATE(574), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(7670), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7672), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(7793), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7795), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [577] = { [sym__definition] = STATE(257), @@ -95448,66 +95881,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7674), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7797), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [578] = { [sym__definition] = STATE(654), @@ -95573,61 +96007,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7676), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7799), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [579] = { [sym__definition] = STATE(577), @@ -95688,66 +96123,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(577), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(577), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(577), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7678), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7680), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7801), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7803), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [580] = { [sym__definition] = STATE(257), @@ -95808,66 +96244,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7680), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7803), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [581] = { [sym__definition] = STATE(578), @@ -95933,61 +96370,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(578), [sym_text] = STATE(578), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7682), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7684), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7805), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7807), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [582] = { [sym__definition] = STATE(654), @@ -96053,61 +96491,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7686), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7809), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [583] = { [sym__definition] = STATE(580), @@ -96168,66 +96607,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(580), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(580), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(580), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7688), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7690), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7811), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7813), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [584] = { [sym__definition] = STATE(582), @@ -96293,61 +96733,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(582), [sym_text] = STATE(582), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7692), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7694), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7815), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7817), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [585] = { [sym__definition] = STATE(613), @@ -96408,76 +96849,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(613), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(613), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(613), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7696), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7660), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7819), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7783), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [586] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -96487,117 +96929,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7698), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7821), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [587] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -96607,117 +97050,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7700), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7823), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [588] = { [sym__definition] = STATE(586), [sym_keyword] = STATE(586), [sym_php_statement] = STATE(586), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(586), [sym__inline_directive] = STATE(586), [sym__nested_directive] = STATE(586), @@ -96727,117 +97171,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(586), [sym_verbatim] = STATE(586), [sym_stack] = STATE(586), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(586), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(586), [sym_loop] = STATE(586), [sym_loop_operator] = STATE(586), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(586), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(586), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(586), [sym_text] = STATE(586), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(7702), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7704), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(7825), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7827), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [589] = { [sym__definition] = STATE(587), [sym_keyword] = STATE(587), [sym_php_statement] = STATE(587), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(587), [sym__inline_directive] = STATE(587), [sym__nested_directive] = STATE(587), @@ -96847,107 +97292,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(587), [sym_verbatim] = STATE(587), [sym_stack] = STATE(587), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(587), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(587), [sym_loop] = STATE(587), [sym_loop_operator] = STATE(587), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(587), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(587), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(587), [sym_text] = STATE(587), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(7706), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7708), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(7829), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7831), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [590] = { [sym__definition] = STATE(257), @@ -97008,66 +97454,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7710), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7833), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [591] = { [sym__definition] = STATE(654), @@ -97133,61 +97580,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7712), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7835), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [592] = { [sym__definition] = STATE(590), @@ -97248,66 +97696,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(590), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(590), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(590), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7714), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7716), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7837), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7839), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [593] = { [sym__definition] = STATE(257), @@ -97368,66 +97817,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7716), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7839), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [594] = { [sym__definition] = STATE(591), @@ -97493,61 +97943,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(591), [sym_text] = STATE(591), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7718), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7720), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7841), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7843), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [595] = { [sym__definition] = STATE(654), @@ -97613,61 +98064,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7722), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7845), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [596] = { [sym__definition] = STATE(593), @@ -97728,66 +98180,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(593), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(593), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(593), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7724), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7726), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7847), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7849), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [597] = { [sym__definition] = STATE(595), @@ -97853,61 +98306,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(595), [sym_text] = STATE(595), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7728), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7730), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7851), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7853), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [598] = { [sym__definition] = STATE(654), @@ -97973,71 +98427,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7732), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7855), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [599] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -98047,117 +98502,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7734), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7857), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [600] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -98167,117 +98623,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7736), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7859), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [601] = { [sym__definition] = STATE(599), [sym_keyword] = STATE(599), [sym_php_statement] = STATE(599), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(599), [sym__inline_directive] = STATE(599), [sym__nested_directive] = STATE(599), @@ -98287,117 +98744,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(599), [sym_verbatim] = STATE(599), [sym_stack] = STATE(599), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(599), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(599), [sym_loop] = STATE(599), [sym_loop_operator] = STATE(599), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(599), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(599), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(599), [sym_text] = STATE(599), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(7738), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7740), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(7861), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7863), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [602] = { [sym__definition] = STATE(600), [sym_keyword] = STATE(600), [sym_php_statement] = STATE(600), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(600), [sym__inline_directive] = STATE(600), [sym__nested_directive] = STATE(600), @@ -98407,107 +98865,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(600), [sym_verbatim] = STATE(600), [sym_stack] = STATE(600), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(600), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(600), [sym_loop] = STATE(600), [sym_loop_operator] = STATE(600), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(600), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(600), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(600), [sym_text] = STATE(600), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(7742), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7744), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(7865), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(7867), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [603] = { [sym__definition] = STATE(257), @@ -98568,66 +99027,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7746), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7869), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [604] = { [sym__definition] = STATE(654), @@ -98693,61 +99153,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7748), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7871), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [605] = { [sym__definition] = STATE(603), @@ -98808,66 +99269,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(603), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(603), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(603), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7750), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7752), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7873), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7875), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [606] = { [sym__definition] = STATE(257), @@ -98928,66 +99390,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7752), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7875), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [607] = { [sym__definition] = STATE(604), @@ -99053,61 +99516,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(604), [sym_text] = STATE(604), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7754), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7756), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7877), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7879), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [608] = { [sym__definition] = STATE(654), @@ -99173,61 +99637,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7758), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7881), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [609] = { [sym__definition] = STATE(606), @@ -99288,76 +99753,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(606), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(606), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(606), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(7760), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7762), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(7883), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7885), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [610] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -99367,107 +99833,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7764), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7887), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [611] = { [sym__definition] = STATE(620), @@ -99535,59 +100002,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(620), [sym__text] = STATE(986), [aux_sym_php_only_repeat1] = STATE(986), - [sym_comment] = ACTIONS(7766), - [aux_sym_keyword_token1] = ACTIONS(7768), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7770), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7772), - [anon_sym_ATphp] = ACTIONS(7774), - [aux_sym_attribute_token1] = ACTIONS(7776), - [aux_sym__inline_directive_token1] = ACTIONS(7778), - [anon_sym_ATfragment] = ACTIONS(7780), - [anon_sym_ATsection] = ACTIONS(7782), - [anon_sym_ATonce] = ACTIONS(7784), - [anon_sym_ATverbatim] = ACTIONS(7786), - [anon_sym_ATpush] = ACTIONS(7788), - [anon_sym_ATpushOnce] = ACTIONS(7790), - [anon_sym_ATpushIf] = ACTIONS(7792), - [anon_sym_ATprepend] = ACTIONS(7794), - [anon_sym_ATprependOnce] = ACTIONS(7796), - [anon_sym_ATif] = ACTIONS(7798), - [anon_sym_ATunless] = ACTIONS(7800), - [anon_sym_ATisset] = ACTIONS(7802), - [anon_sym_ATempty] = ACTIONS(7804), - [anon_sym_ATauth] = ACTIONS(7806), - [anon_sym_ATguest] = ACTIONS(7808), - [anon_sym_ATproduction] = ACTIONS(7810), - [anon_sym_ATenv] = ACTIONS(7812), - [anon_sym_AThasSection] = ACTIONS(7814), - [anon_sym_ATsectionMissing] = ACTIONS(7816), - [anon_sym_ATerror] = ACTIONS(7818), - [anon_sym_ATcan] = ACTIONS(7820), - [anon_sym_ATcannot] = ACTIONS(7822), - [anon_sym_ATcanany] = ACTIONS(7824), - [anon_sym_ATfeature] = ACTIONS(7826), - [aux_sym__custom_token1] = ACTIONS(7828), - [aux_sym__custom_token2] = ACTIONS(7830), - [anon_sym_ATswitch] = ACTIONS(7832), - [aux_sym_loop_operator_token1] = ACTIONS(7834), - [anon_sym_ATfor] = ACTIONS(7836), - [anon_sym_ATforeach] = ACTIONS(7838), - [anon_sym_ATforelse] = ACTIONS(7840), - [anon_sym_ATwhile] = ACTIONS(7842), - [anon_sym_ATendwhile] = ACTIONS(4609), - [anon_sym_ATsetup] = ACTIONS(7844), - [anon_sym_ATtask] = ACTIONS(7846), - [anon_sym_ATstory] = ACTIONS(7848), - [anon_sym_ATbefore] = ACTIONS(7850), - [anon_sym_ATafter] = ACTIONS(7852), - [anon_sym_ATsuccess] = ACTIONS(7854), - [anon_sym_ATfinished] = ACTIONS(7856), - [anon_sym_ATpersist] = ACTIONS(7858), - [anon_sym_ATteleport] = ACTIONS(7860), - [anon_sym_ATvolt] = ACTIONS(7862), - [aux_sym__text_token1] = ACTIONS(7864), - [aux_sym__text_token2] = ACTIONS(7864), - [aux_sym__text_token3] = ACTIONS(7866), + [sym_comment] = ACTIONS(7889), + [aux_sym_keyword_token1] = ACTIONS(7891), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7893), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7895), + [anon_sym_ATphp] = ACTIONS(7897), + [aux_sym_attribute_token1] = ACTIONS(7899), + [aux_sym__inline_directive_token1] = ACTIONS(7901), + [aux_sym__inline_directive_token2] = ACTIONS(7903), + [anon_sym_ATfragment] = ACTIONS(7905), + [anon_sym_ATsection] = ACTIONS(7907), + [anon_sym_ATonce] = ACTIONS(7909), + [anon_sym_ATverbatim] = ACTIONS(7911), + [anon_sym_ATpush] = ACTIONS(7913), + [anon_sym_ATpushOnce] = ACTIONS(7915), + [anon_sym_ATpushIf] = ACTIONS(7917), + [anon_sym_ATprepend] = ACTIONS(7919), + [anon_sym_ATprependOnce] = ACTIONS(7921), + [anon_sym_ATif] = ACTIONS(7923), + [anon_sym_ATunless] = ACTIONS(7925), + [anon_sym_ATisset] = ACTIONS(7927), + [anon_sym_ATempty] = ACTIONS(7929), + [anon_sym_ATauth] = ACTIONS(7931), + [anon_sym_ATguest] = ACTIONS(7933), + [anon_sym_ATproduction] = ACTIONS(7935), + [anon_sym_ATenv] = ACTIONS(7937), + [anon_sym_AThasSection] = ACTIONS(7939), + [anon_sym_ATsectionMissing] = ACTIONS(7941), + [anon_sym_ATerror] = ACTIONS(7943), + [anon_sym_ATcan] = ACTIONS(7945), + [anon_sym_ATcannot] = ACTIONS(7947), + [anon_sym_ATcanany] = ACTIONS(7949), + [anon_sym_ATfeature] = ACTIONS(7951), + [aux_sym__custom_token1] = ACTIONS(7953), + [aux_sym__custom_token2] = ACTIONS(7955), + [anon_sym_ATswitch] = ACTIONS(7957), + [aux_sym_loop_operator_token1] = ACTIONS(7959), + [anon_sym_ATfor] = ACTIONS(7961), + [anon_sym_ATforeach] = ACTIONS(7963), + [anon_sym_ATforelse] = ACTIONS(7965), + [anon_sym_ATwhile] = ACTIONS(7967), + [anon_sym_ATendwhile] = ACTIONS(4691), + [anon_sym_ATsetup] = ACTIONS(7969), + [anon_sym_ATtask] = ACTIONS(7971), + [anon_sym_ATstory] = ACTIONS(7973), + [anon_sym_ATbefore] = ACTIONS(7975), + [anon_sym_ATafter] = ACTIONS(7977), + [anon_sym_ATsuccess] = ACTIONS(7979), + [anon_sym_ATfinished] = ACTIONS(7981), + [anon_sym_ATpersist] = ACTIONS(7983), + [anon_sym_ATteleport] = ACTIONS(7985), + [anon_sym_ATvolt] = ACTIONS(7987), + [aux_sym__text_token1] = ACTIONS(7989), + [aux_sym__text_token2] = ACTIONS(7989), + [aux_sym__text_token3] = ACTIONS(7991), }, [612] = { [sym__definition] = STATE(608), @@ -99653,61 +100121,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(608), [sym_text] = STATE(608), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(7868), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7870), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(7993), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(7995), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [613] = { [sym__definition] = STATE(257), @@ -99768,76 +100237,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7872), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(7997), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [614] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -99847,117 +100317,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7874), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(7999), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [615] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -99967,117 +100438,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7876), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(8001), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [616] = { [sym__definition] = STATE(614), [sym_keyword] = STATE(614), [sym_php_statement] = STATE(614), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(614), [sym__inline_directive] = STATE(614), [sym__nested_directive] = STATE(614), @@ -100087,117 +100559,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(614), [sym_verbatim] = STATE(614), [sym_stack] = STATE(614), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(614), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(614), [sym_loop] = STATE(614), [sym_loop_operator] = STATE(614), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(614), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(614), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(614), [sym_text] = STATE(614), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(7878), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(7880), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(8003), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(8005), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [617] = { [sym__definition] = STATE(615), [sym_keyword] = STATE(615), [sym_php_statement] = STATE(615), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(615), [sym__inline_directive] = STATE(615), [sym__nested_directive] = STATE(615), @@ -100207,107 +100680,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(615), [sym_verbatim] = STATE(615), [sym_stack] = STATE(615), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(615), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(615), [sym_loop] = STATE(615), [sym_loop_operator] = STATE(615), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(615), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(615), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(615), [sym_text] = STATE(615), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(7882), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(7884), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(8007), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(8009), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [618] = { [sym__definition] = STATE(257), @@ -100368,66 +100842,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(7886), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(8011), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [619] = { [sym__definition] = STATE(654), @@ -100493,61 +100968,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(7888), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(8013), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [620] = { [sym__definition] = STATE(635), @@ -100615,59 +101091,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(635), [sym__text] = STATE(986), [aux_sym_php_only_repeat1] = STATE(986), - [sym_comment] = ACTIONS(7890), - [aux_sym_keyword_token1] = ACTIONS(7768), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7770), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7772), - [anon_sym_ATphp] = ACTIONS(7774), - [aux_sym_attribute_token1] = ACTIONS(7776), - [aux_sym__inline_directive_token1] = ACTIONS(7778), - [anon_sym_ATfragment] = ACTIONS(7780), - [anon_sym_ATsection] = ACTIONS(7782), - [anon_sym_ATonce] = ACTIONS(7784), - [anon_sym_ATverbatim] = ACTIONS(7786), - [anon_sym_ATpush] = ACTIONS(7788), - [anon_sym_ATpushOnce] = ACTIONS(7790), - [anon_sym_ATpushIf] = ACTIONS(7792), - [anon_sym_ATprepend] = ACTIONS(7794), - [anon_sym_ATprependOnce] = ACTIONS(7796), - [anon_sym_ATif] = ACTIONS(7798), - [anon_sym_ATunless] = ACTIONS(7800), - [anon_sym_ATisset] = ACTIONS(7802), - [anon_sym_ATempty] = ACTIONS(7804), - [anon_sym_ATauth] = ACTIONS(7806), - [anon_sym_ATguest] = ACTIONS(7808), - [anon_sym_ATproduction] = ACTIONS(7810), - [anon_sym_ATenv] = ACTIONS(7812), - [anon_sym_AThasSection] = ACTIONS(7814), - [anon_sym_ATsectionMissing] = ACTIONS(7816), - [anon_sym_ATerror] = ACTIONS(7818), - [anon_sym_ATcan] = ACTIONS(7820), - [anon_sym_ATcannot] = ACTIONS(7822), - [anon_sym_ATcanany] = ACTIONS(7824), - [anon_sym_ATfeature] = ACTIONS(7826), - [aux_sym__custom_token1] = ACTIONS(7828), - [aux_sym__custom_token2] = ACTIONS(7830), - [anon_sym_ATswitch] = ACTIONS(7832), - [aux_sym_loop_operator_token1] = ACTIONS(7834), - [anon_sym_ATfor] = ACTIONS(7836), - [anon_sym_ATforeach] = ACTIONS(7838), - [anon_sym_ATforelse] = ACTIONS(7840), - [anon_sym_ATwhile] = ACTIONS(7842), - [anon_sym_ATendwhile] = ACTIONS(4996), - [anon_sym_ATsetup] = ACTIONS(7844), - [anon_sym_ATtask] = ACTIONS(7846), - [anon_sym_ATstory] = ACTIONS(7848), - [anon_sym_ATbefore] = ACTIONS(7850), - [anon_sym_ATafter] = ACTIONS(7852), - [anon_sym_ATsuccess] = ACTIONS(7854), - [anon_sym_ATfinished] = ACTIONS(7856), - [anon_sym_ATpersist] = ACTIONS(7858), - [anon_sym_ATteleport] = ACTIONS(7860), - [anon_sym_ATvolt] = ACTIONS(7862), - [aux_sym__text_token1] = ACTIONS(7864), - [aux_sym__text_token2] = ACTIONS(7864), - [aux_sym__text_token3] = ACTIONS(7866), + [sym_comment] = ACTIONS(8015), + [aux_sym_keyword_token1] = ACTIONS(7891), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7893), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7895), + [anon_sym_ATphp] = ACTIONS(7897), + [aux_sym_attribute_token1] = ACTIONS(7899), + [aux_sym__inline_directive_token1] = ACTIONS(7901), + [aux_sym__inline_directive_token2] = ACTIONS(7903), + [anon_sym_ATfragment] = ACTIONS(7905), + [anon_sym_ATsection] = ACTIONS(7907), + [anon_sym_ATonce] = ACTIONS(7909), + [anon_sym_ATverbatim] = ACTIONS(7911), + [anon_sym_ATpush] = ACTIONS(7913), + [anon_sym_ATpushOnce] = ACTIONS(7915), + [anon_sym_ATpushIf] = ACTIONS(7917), + [anon_sym_ATprepend] = ACTIONS(7919), + [anon_sym_ATprependOnce] = ACTIONS(7921), + [anon_sym_ATif] = ACTIONS(7923), + [anon_sym_ATunless] = ACTIONS(7925), + [anon_sym_ATisset] = ACTIONS(7927), + [anon_sym_ATempty] = ACTIONS(7929), + [anon_sym_ATauth] = ACTIONS(7931), + [anon_sym_ATguest] = ACTIONS(7933), + [anon_sym_ATproduction] = ACTIONS(7935), + [anon_sym_ATenv] = ACTIONS(7937), + [anon_sym_AThasSection] = ACTIONS(7939), + [anon_sym_ATsectionMissing] = ACTIONS(7941), + [anon_sym_ATerror] = ACTIONS(7943), + [anon_sym_ATcan] = ACTIONS(7945), + [anon_sym_ATcannot] = ACTIONS(7947), + [anon_sym_ATcanany] = ACTIONS(7949), + [anon_sym_ATfeature] = ACTIONS(7951), + [aux_sym__custom_token1] = ACTIONS(7953), + [aux_sym__custom_token2] = ACTIONS(7955), + [anon_sym_ATswitch] = ACTIONS(7957), + [aux_sym_loop_operator_token1] = ACTIONS(7959), + [anon_sym_ATfor] = ACTIONS(7961), + [anon_sym_ATforeach] = ACTIONS(7963), + [anon_sym_ATforelse] = ACTIONS(7965), + [anon_sym_ATwhile] = ACTIONS(7967), + [anon_sym_ATendwhile] = ACTIONS(5083), + [anon_sym_ATsetup] = ACTIONS(7969), + [anon_sym_ATtask] = ACTIONS(7971), + [anon_sym_ATstory] = ACTIONS(7973), + [anon_sym_ATbefore] = ACTIONS(7975), + [anon_sym_ATafter] = ACTIONS(7977), + [anon_sym_ATsuccess] = ACTIONS(7979), + [anon_sym_ATfinished] = ACTIONS(7981), + [anon_sym_ATpersist] = ACTIONS(7983), + [anon_sym_ATteleport] = ACTIONS(7985), + [anon_sym_ATvolt] = ACTIONS(7987), + [aux_sym__text_token1] = ACTIONS(7989), + [aux_sym__text_token2] = ACTIONS(7989), + [aux_sym__text_token3] = ACTIONS(7991), }, [621] = { [sym__definition] = STATE(431), @@ -100735,59 +101212,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(431), [sym__text] = STATE(1001), [aux_sym_php_only_repeat1] = STATE(1001), - [sym_comment] = ACTIONS(7892), - [aux_sym_keyword_token1] = ACTIONS(6168), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6170), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6172), - [anon_sym_ATphp] = ACTIONS(6174), - [aux_sym_attribute_token1] = ACTIONS(6176), - [aux_sym__inline_directive_token1] = ACTIONS(6178), - [anon_sym_ATfragment] = ACTIONS(6180), - [anon_sym_ATsection] = ACTIONS(6182), - [anon_sym_ATonce] = ACTIONS(6184), - [anon_sym_ATverbatim] = ACTIONS(6186), - [anon_sym_ATpush] = ACTIONS(6188), - [anon_sym_ATpushOnce] = ACTIONS(6190), - [anon_sym_ATpushIf] = ACTIONS(6192), - [anon_sym_ATprepend] = ACTIONS(6194), - [anon_sym_ATprependOnce] = ACTIONS(6196), - [anon_sym_ATif] = ACTIONS(6198), - [anon_sym_ATunless] = ACTIONS(6200), - [anon_sym_ATisset] = ACTIONS(6202), - [anon_sym_ATempty] = ACTIONS(6204), - [anon_sym_ATauth] = ACTIONS(6206), - [anon_sym_ATguest] = ACTIONS(6208), - [anon_sym_ATproduction] = ACTIONS(6210), - [anon_sym_ATenv] = ACTIONS(6212), - [anon_sym_AThasSection] = ACTIONS(6214), - [anon_sym_ATsectionMissing] = ACTIONS(6216), - [anon_sym_ATerror] = ACTIONS(6218), - [anon_sym_ATcan] = ACTIONS(6220), - [anon_sym_ATcannot] = ACTIONS(6222), - [anon_sym_ATcanany] = ACTIONS(6224), - [anon_sym_ATfeature] = ACTIONS(6226), - [aux_sym__custom_token1] = ACTIONS(6228), - [aux_sym__custom_token2] = ACTIONS(6230), - [anon_sym_ATswitch] = ACTIONS(6232), - [aux_sym_loop_operator_token1] = ACTIONS(6234), - [anon_sym_ATfor] = ACTIONS(6236), - [anon_sym_ATendfor] = ACTIONS(4609), - [anon_sym_ATforeach] = ACTIONS(6238), - [anon_sym_ATforelse] = ACTIONS(6240), - [anon_sym_ATwhile] = ACTIONS(6242), - [anon_sym_ATsetup] = ACTIONS(6244), - [anon_sym_ATtask] = ACTIONS(6246), - [anon_sym_ATstory] = ACTIONS(6248), - [anon_sym_ATbefore] = ACTIONS(6250), - [anon_sym_ATafter] = ACTIONS(6252), - [anon_sym_ATsuccess] = ACTIONS(6254), - [anon_sym_ATfinished] = ACTIONS(6256), - [anon_sym_ATpersist] = ACTIONS(6258), - [anon_sym_ATteleport] = ACTIONS(6260), - [anon_sym_ATvolt] = ACTIONS(6262), - [aux_sym__text_token1] = ACTIONS(6264), - [aux_sym__text_token2] = ACTIONS(6264), - [aux_sym__text_token3] = ACTIONS(6266), + [sym_comment] = ACTIONS(8017), + [aux_sym_keyword_token1] = ACTIONS(6269), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6271), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6273), + [anon_sym_ATphp] = ACTIONS(6275), + [aux_sym_attribute_token1] = ACTIONS(6277), + [aux_sym__inline_directive_token1] = ACTIONS(6279), + [aux_sym__inline_directive_token2] = ACTIONS(6281), + [anon_sym_ATfragment] = ACTIONS(6283), + [anon_sym_ATsection] = ACTIONS(6285), + [anon_sym_ATonce] = ACTIONS(6287), + [anon_sym_ATverbatim] = ACTIONS(6289), + [anon_sym_ATpush] = ACTIONS(6291), + [anon_sym_ATpushOnce] = ACTIONS(6293), + [anon_sym_ATpushIf] = ACTIONS(6295), + [anon_sym_ATprepend] = ACTIONS(6297), + [anon_sym_ATprependOnce] = ACTIONS(6299), + [anon_sym_ATif] = ACTIONS(6301), + [anon_sym_ATunless] = ACTIONS(6303), + [anon_sym_ATisset] = ACTIONS(6305), + [anon_sym_ATempty] = ACTIONS(6307), + [anon_sym_ATauth] = ACTIONS(6309), + [anon_sym_ATguest] = ACTIONS(6311), + [anon_sym_ATproduction] = ACTIONS(6313), + [anon_sym_ATenv] = ACTIONS(6315), + [anon_sym_AThasSection] = ACTIONS(6317), + [anon_sym_ATsectionMissing] = ACTIONS(6319), + [anon_sym_ATerror] = ACTIONS(6321), + [anon_sym_ATcan] = ACTIONS(6323), + [anon_sym_ATcannot] = ACTIONS(6325), + [anon_sym_ATcanany] = ACTIONS(6327), + [anon_sym_ATfeature] = ACTIONS(6329), + [aux_sym__custom_token1] = ACTIONS(6331), + [aux_sym__custom_token2] = ACTIONS(6333), + [anon_sym_ATswitch] = ACTIONS(6335), + [aux_sym_loop_operator_token1] = ACTIONS(6337), + [anon_sym_ATfor] = ACTIONS(6339), + [anon_sym_ATendfor] = ACTIONS(4691), + [anon_sym_ATforeach] = ACTIONS(6341), + [anon_sym_ATforelse] = ACTIONS(6343), + [anon_sym_ATwhile] = ACTIONS(6345), + [anon_sym_ATsetup] = ACTIONS(6347), + [anon_sym_ATtask] = ACTIONS(6349), + [anon_sym_ATstory] = ACTIONS(6351), + [anon_sym_ATbefore] = ACTIONS(6353), + [anon_sym_ATafter] = ACTIONS(6355), + [anon_sym_ATsuccess] = ACTIONS(6357), + [anon_sym_ATfinished] = ACTIONS(6359), + [anon_sym_ATpersist] = ACTIONS(6361), + [anon_sym_ATteleport] = ACTIONS(6363), + [anon_sym_ATvolt] = ACTIONS(6365), + [aux_sym__text_token1] = ACTIONS(6367), + [aux_sym__text_token2] = ACTIONS(6367), + [aux_sym__text_token3] = ACTIONS(6369), }, [622] = { [sym__definition] = STATE(622), @@ -100855,59 +101333,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(622), [sym__text] = STATE(995), [aux_sym_php_only_repeat1] = STATE(995), - [sym_comment] = ACTIONS(7894), - [aux_sym_keyword_token1] = ACTIONS(7897), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7900), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7903), - [anon_sym_ATphp] = ACTIONS(7906), - [aux_sym_attribute_token1] = ACTIONS(7909), - [aux_sym__inline_directive_token1] = ACTIONS(7912), - [anon_sym_ATfragment] = ACTIONS(7915), - [anon_sym_ATsection] = ACTIONS(7918), - [anon_sym_ATonce] = ACTIONS(7921), - [anon_sym_ATverbatim] = ACTIONS(7924), - [anon_sym_ATpush] = ACTIONS(7927), - [anon_sym_ATpushOnce] = ACTIONS(7930), - [anon_sym_ATpushIf] = ACTIONS(7933), - [anon_sym_ATprepend] = ACTIONS(7936), - [anon_sym_ATprependOnce] = ACTIONS(7939), - [anon_sym_ATif] = ACTIONS(7942), - [anon_sym_ATunless] = ACTIONS(7945), - [anon_sym_ATisset] = ACTIONS(7948), - [anon_sym_ATempty] = ACTIONS(7951), - [anon_sym_ATauth] = ACTIONS(7954), - [anon_sym_ATguest] = ACTIONS(7957), - [anon_sym_ATproduction] = ACTIONS(7960), - [anon_sym_ATenv] = ACTIONS(7963), - [anon_sym_AThasSection] = ACTIONS(7966), - [anon_sym_ATsectionMissing] = ACTIONS(7969), - [anon_sym_ATerror] = ACTIONS(7972), - [anon_sym_ATcan] = ACTIONS(7975), - [anon_sym_ATcannot] = ACTIONS(7978), - [anon_sym_ATcanany] = ACTIONS(7981), - [anon_sym_ATfeature] = ACTIONS(7984), - [aux_sym__custom_token1] = ACTIONS(7987), - [aux_sym__custom_token2] = ACTIONS(7990), - [anon_sym_ATswitch] = ACTIONS(7993), - [aux_sym_loop_operator_token1] = ACTIONS(7996), - [anon_sym_ATfor] = ACTIONS(7999), - [anon_sym_ATforeach] = ACTIONS(8002), - [anon_sym_ATendforeach] = ACTIONS(5035), - [anon_sym_ATforelse] = ACTIONS(8005), - [anon_sym_ATwhile] = ACTIONS(8008), - [anon_sym_ATsetup] = ACTIONS(8011), - [anon_sym_ATtask] = ACTIONS(8014), - [anon_sym_ATstory] = ACTIONS(8017), - [anon_sym_ATbefore] = ACTIONS(8020), - [anon_sym_ATafter] = ACTIONS(8023), - [anon_sym_ATsuccess] = ACTIONS(8026), - [anon_sym_ATfinished] = ACTIONS(8029), - [anon_sym_ATpersist] = ACTIONS(8032), - [anon_sym_ATteleport] = ACTIONS(8035), - [anon_sym_ATvolt] = ACTIONS(8038), - [aux_sym__text_token1] = ACTIONS(8041), - [aux_sym__text_token2] = ACTIONS(8041), - [aux_sym__text_token3] = ACTIONS(8044), + [sym_comment] = ACTIONS(8019), + [aux_sym_keyword_token1] = ACTIONS(8022), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8025), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8028), + [anon_sym_ATphp] = ACTIONS(8031), + [aux_sym_attribute_token1] = ACTIONS(8034), + [aux_sym__inline_directive_token1] = ACTIONS(8037), + [aux_sym__inline_directive_token2] = ACTIONS(8040), + [anon_sym_ATfragment] = ACTIONS(8043), + [anon_sym_ATsection] = ACTIONS(8046), + [anon_sym_ATonce] = ACTIONS(8049), + [anon_sym_ATverbatim] = ACTIONS(8052), + [anon_sym_ATpush] = ACTIONS(8055), + [anon_sym_ATpushOnce] = ACTIONS(8058), + [anon_sym_ATpushIf] = ACTIONS(8061), + [anon_sym_ATprepend] = ACTIONS(8064), + [anon_sym_ATprependOnce] = ACTIONS(8067), + [anon_sym_ATif] = ACTIONS(8070), + [anon_sym_ATunless] = ACTIONS(8073), + [anon_sym_ATisset] = ACTIONS(8076), + [anon_sym_ATempty] = ACTIONS(8079), + [anon_sym_ATauth] = ACTIONS(8082), + [anon_sym_ATguest] = ACTIONS(8085), + [anon_sym_ATproduction] = ACTIONS(8088), + [anon_sym_ATenv] = ACTIONS(8091), + [anon_sym_AThasSection] = ACTIONS(8094), + [anon_sym_ATsectionMissing] = ACTIONS(8097), + [anon_sym_ATerror] = ACTIONS(8100), + [anon_sym_ATcan] = ACTIONS(8103), + [anon_sym_ATcannot] = ACTIONS(8106), + [anon_sym_ATcanany] = ACTIONS(8109), + [anon_sym_ATfeature] = ACTIONS(8112), + [aux_sym__custom_token1] = ACTIONS(8115), + [aux_sym__custom_token2] = ACTIONS(8118), + [anon_sym_ATswitch] = ACTIONS(8121), + [aux_sym_loop_operator_token1] = ACTIONS(8124), + [anon_sym_ATfor] = ACTIONS(8127), + [anon_sym_ATforeach] = ACTIONS(8130), + [anon_sym_ATendforeach] = ACTIONS(5125), + [anon_sym_ATforelse] = ACTIONS(8133), + [anon_sym_ATwhile] = ACTIONS(8136), + [anon_sym_ATsetup] = ACTIONS(8139), + [anon_sym_ATtask] = ACTIONS(8142), + [anon_sym_ATstory] = ACTIONS(8145), + [anon_sym_ATbefore] = ACTIONS(8148), + [anon_sym_ATafter] = ACTIONS(8151), + [anon_sym_ATsuccess] = ACTIONS(8154), + [anon_sym_ATfinished] = ACTIONS(8157), + [anon_sym_ATpersist] = ACTIONS(8160), + [anon_sym_ATteleport] = ACTIONS(8163), + [anon_sym_ATvolt] = ACTIONS(8166), + [aux_sym__text_token1] = ACTIONS(8169), + [aux_sym__text_token2] = ACTIONS(8169), + [aux_sym__text_token3] = ACTIONS(8172), }, [623] = { [sym__definition] = STATE(618), @@ -100968,66 +101447,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(618), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(618), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(618), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(8047), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(8049), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(8175), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(8177), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [624] = { [sym__definition] = STATE(257), @@ -101088,66 +101568,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(257), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(257), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(257), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(4001), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(8049), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(4073), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(8177), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [625] = { [sym__definition] = STATE(628), @@ -101215,59 +101696,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(628), [sym__text] = STATE(982), [aux_sym_php_only_repeat1] = STATE(982), - [sym_comment] = ACTIONS(8051), - [aux_sym_keyword_token1] = ACTIONS(8053), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8055), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8057), - [anon_sym_ATphp] = ACTIONS(8059), - [aux_sym_attribute_token1] = ACTIONS(8061), - [aux_sym__inline_directive_token1] = ACTIONS(8063), - [anon_sym_ATfragment] = ACTIONS(8065), - [anon_sym_ATsection] = ACTIONS(8067), - [anon_sym_ATonce] = ACTIONS(8069), - [anon_sym_ATverbatim] = ACTIONS(8071), - [anon_sym_ATpush] = ACTIONS(8073), - [anon_sym_ATpushOnce] = ACTIONS(8075), - [anon_sym_ATpushIf] = ACTIONS(8077), - [anon_sym_ATprepend] = ACTIONS(8079), - [anon_sym_ATprependOnce] = ACTIONS(8081), - [anon_sym_ATif] = ACTIONS(8083), - [anon_sym_ATunless] = ACTIONS(8085), - [anon_sym_ATisset] = ACTIONS(8087), - [anon_sym_ATempty] = ACTIONS(8089), - [anon_sym_ATauth] = ACTIONS(8091), - [anon_sym_ATguest] = ACTIONS(8093), - [anon_sym_ATproduction] = ACTIONS(8095), - [anon_sym_ATenv] = ACTIONS(8097), - [anon_sym_AThasSection] = ACTIONS(8099), - [anon_sym_ATsectionMissing] = ACTIONS(8101), - [anon_sym_ATerror] = ACTIONS(8103), - [anon_sym_ATcan] = ACTIONS(8105), - [anon_sym_ATcannot] = ACTIONS(8107), - [anon_sym_ATcanany] = ACTIONS(8109), - [anon_sym_ATfeature] = ACTIONS(8111), - [aux_sym__custom_token1] = ACTIONS(8113), - [aux_sym__custom_token2] = ACTIONS(8115), - [anon_sym_ATswitch] = ACTIONS(8117), - [aux_sym_loop_operator_token1] = ACTIONS(8119), - [anon_sym_ATfor] = ACTIONS(8121), - [anon_sym_ATforeach] = ACTIONS(8123), - [anon_sym_ATforelse] = ACTIONS(8125), - [anon_sym_ATwhile] = ACTIONS(8127), - [anon_sym_ATsetup] = ACTIONS(8129), - [anon_sym_ATtask] = ACTIONS(8131), - [anon_sym_ATendtask] = ACTIONS(4609), - [anon_sym_ATstory] = ACTIONS(8133), - [anon_sym_ATbefore] = ACTIONS(8135), - [anon_sym_ATafter] = ACTIONS(8137), - [anon_sym_ATsuccess] = ACTIONS(8139), - [anon_sym_ATfinished] = ACTIONS(8141), - [anon_sym_ATpersist] = ACTIONS(8143), - [anon_sym_ATteleport] = ACTIONS(8145), - [anon_sym_ATvolt] = ACTIONS(8147), - [aux_sym__text_token1] = ACTIONS(8149), - [aux_sym__text_token2] = ACTIONS(8149), - [aux_sym__text_token3] = ACTIONS(8151), + [sym_comment] = ACTIONS(8179), + [aux_sym_keyword_token1] = ACTIONS(8181), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8183), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8185), + [anon_sym_ATphp] = ACTIONS(8187), + [aux_sym_attribute_token1] = ACTIONS(8189), + [aux_sym__inline_directive_token1] = ACTIONS(8191), + [aux_sym__inline_directive_token2] = ACTIONS(8193), + [anon_sym_ATfragment] = ACTIONS(8195), + [anon_sym_ATsection] = ACTIONS(8197), + [anon_sym_ATonce] = ACTIONS(8199), + [anon_sym_ATverbatim] = ACTIONS(8201), + [anon_sym_ATpush] = ACTIONS(8203), + [anon_sym_ATpushOnce] = ACTIONS(8205), + [anon_sym_ATpushIf] = ACTIONS(8207), + [anon_sym_ATprepend] = ACTIONS(8209), + [anon_sym_ATprependOnce] = ACTIONS(8211), + [anon_sym_ATif] = ACTIONS(8213), + [anon_sym_ATunless] = ACTIONS(8215), + [anon_sym_ATisset] = ACTIONS(8217), + [anon_sym_ATempty] = ACTIONS(8219), + [anon_sym_ATauth] = ACTIONS(8221), + [anon_sym_ATguest] = ACTIONS(8223), + [anon_sym_ATproduction] = ACTIONS(8225), + [anon_sym_ATenv] = ACTIONS(8227), + [anon_sym_AThasSection] = ACTIONS(8229), + [anon_sym_ATsectionMissing] = ACTIONS(8231), + [anon_sym_ATerror] = ACTIONS(8233), + [anon_sym_ATcan] = ACTIONS(8235), + [anon_sym_ATcannot] = ACTIONS(8237), + [anon_sym_ATcanany] = ACTIONS(8239), + [anon_sym_ATfeature] = ACTIONS(8241), + [aux_sym__custom_token1] = ACTIONS(8243), + [aux_sym__custom_token2] = ACTIONS(8245), + [anon_sym_ATswitch] = ACTIONS(8247), + [aux_sym_loop_operator_token1] = ACTIONS(8249), + [anon_sym_ATfor] = ACTIONS(8251), + [anon_sym_ATforeach] = ACTIONS(8253), + [anon_sym_ATforelse] = ACTIONS(8255), + [anon_sym_ATwhile] = ACTIONS(8257), + [anon_sym_ATsetup] = ACTIONS(8259), + [anon_sym_ATtask] = ACTIONS(8261), + [anon_sym_ATendtask] = ACTIONS(4691), + [anon_sym_ATstory] = ACTIONS(8263), + [anon_sym_ATbefore] = ACTIONS(8265), + [anon_sym_ATafter] = ACTIONS(8267), + [anon_sym_ATsuccess] = ACTIONS(8269), + [anon_sym_ATfinished] = ACTIONS(8271), + [anon_sym_ATpersist] = ACTIONS(8273), + [anon_sym_ATteleport] = ACTIONS(8275), + [anon_sym_ATvolt] = ACTIONS(8277), + [aux_sym__text_token1] = ACTIONS(8279), + [aux_sym__text_token2] = ACTIONS(8279), + [aux_sym__text_token3] = ACTIONS(8281), }, [626] = { [sym__definition] = STATE(619), @@ -101333,61 +101815,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(619), [sym_text] = STATE(619), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(8153), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(8155), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(8283), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(8285), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [627] = { [sym__definition] = STATE(646), @@ -101453,61 +101936,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2018), [aux_sym__directive_body] = STATE(646), [sym_text] = STATE(646), - [sym__text] = STATE(1256), - [aux_sym_php_only_repeat1] = STATE(1256), - [sym_comment] = ACTIONS(8157), - [aux_sym_keyword_token1] = ACTIONS(8159), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8161), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8163), - [anon_sym_ATphp] = ACTIONS(8165), - [aux_sym_attribute_token1] = ACTIONS(8167), - [aux_sym__inline_directive_token1] = ACTIONS(8169), - [anon_sym_ATfragment] = ACTIONS(8171), - [anon_sym_ATsection] = ACTIONS(8173), - [anon_sym_ATonce] = ACTIONS(8175), - [anon_sym_ATverbatim] = ACTIONS(8177), - [anon_sym_ATpush] = ACTIONS(8179), - [anon_sym_ATpushOnce] = ACTIONS(8181), - [anon_sym_ATpushIf] = ACTIONS(8183), - [anon_sym_ATprepend] = ACTIONS(8185), - [anon_sym_ATprependOnce] = ACTIONS(8187), - [anon_sym_ATendPrependOnce] = ACTIONS(4609), - [anon_sym_ATif] = ACTIONS(8189), - [anon_sym_ATunless] = ACTIONS(8191), - [anon_sym_ATisset] = ACTIONS(8193), - [anon_sym_ATempty] = ACTIONS(8195), - [anon_sym_ATauth] = ACTIONS(8197), - [anon_sym_ATguest] = ACTIONS(8199), - [anon_sym_ATproduction] = ACTIONS(8201), - [anon_sym_ATenv] = ACTIONS(8203), - [anon_sym_AThasSection] = ACTIONS(8205), - [anon_sym_ATsectionMissing] = ACTIONS(8207), - [anon_sym_ATerror] = ACTIONS(8209), - [anon_sym_ATcan] = ACTIONS(8211), - [anon_sym_ATcannot] = ACTIONS(8213), - [anon_sym_ATcanany] = ACTIONS(8215), - [anon_sym_ATfeature] = ACTIONS(8217), - [aux_sym__custom_token1] = ACTIONS(8219), - [aux_sym__custom_token2] = ACTIONS(8221), - [anon_sym_ATswitch] = ACTIONS(8223), - [aux_sym_loop_operator_token1] = ACTIONS(8225), - [anon_sym_ATfor] = ACTIONS(8227), - [anon_sym_ATforeach] = ACTIONS(8229), - [anon_sym_ATforelse] = ACTIONS(8231), - [anon_sym_ATwhile] = ACTIONS(8233), - [anon_sym_ATsetup] = ACTIONS(8235), - [anon_sym_ATtask] = ACTIONS(8237), - [anon_sym_ATstory] = ACTIONS(8239), - [anon_sym_ATbefore] = ACTIONS(8241), - [anon_sym_ATafter] = ACTIONS(8243), - [anon_sym_ATsuccess] = ACTIONS(8245), - [anon_sym_ATfinished] = ACTIONS(8247), - [anon_sym_ATpersist] = ACTIONS(8249), - [anon_sym_ATteleport] = ACTIONS(8251), - [anon_sym_ATvolt] = ACTIONS(8253), - [aux_sym__text_token1] = ACTIONS(8255), - [aux_sym__text_token2] = ACTIONS(8255), - [aux_sym__text_token3] = ACTIONS(8257), + [sym__text] = STATE(1258), + [aux_sym_php_only_repeat1] = STATE(1258), + [sym_comment] = ACTIONS(8287), + [aux_sym_keyword_token1] = ACTIONS(8289), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8291), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8293), + [anon_sym_ATphp] = ACTIONS(8295), + [aux_sym_attribute_token1] = ACTIONS(8297), + [aux_sym__inline_directive_token1] = ACTIONS(8299), + [aux_sym__inline_directive_token2] = ACTIONS(8301), + [anon_sym_ATfragment] = ACTIONS(8303), + [anon_sym_ATsection] = ACTIONS(8305), + [anon_sym_ATonce] = ACTIONS(8307), + [anon_sym_ATverbatim] = ACTIONS(8309), + [anon_sym_ATpush] = ACTIONS(8311), + [anon_sym_ATpushOnce] = ACTIONS(8313), + [anon_sym_ATpushIf] = ACTIONS(8315), + [anon_sym_ATprepend] = ACTIONS(8317), + [anon_sym_ATprependOnce] = ACTIONS(8319), + [anon_sym_ATendPrependOnce] = ACTIONS(4691), + [anon_sym_ATif] = ACTIONS(8321), + [anon_sym_ATunless] = ACTIONS(8323), + [anon_sym_ATisset] = ACTIONS(8325), + [anon_sym_ATempty] = ACTIONS(8327), + [anon_sym_ATauth] = ACTIONS(8329), + [anon_sym_ATguest] = ACTIONS(8331), + [anon_sym_ATproduction] = ACTIONS(8333), + [anon_sym_ATenv] = ACTIONS(8335), + [anon_sym_AThasSection] = ACTIONS(8337), + [anon_sym_ATsectionMissing] = ACTIONS(8339), + [anon_sym_ATerror] = ACTIONS(8341), + [anon_sym_ATcan] = ACTIONS(8343), + [anon_sym_ATcannot] = ACTIONS(8345), + [anon_sym_ATcanany] = ACTIONS(8347), + [anon_sym_ATfeature] = ACTIONS(8349), + [aux_sym__custom_token1] = ACTIONS(8351), + [aux_sym__custom_token2] = ACTIONS(8353), + [anon_sym_ATswitch] = ACTIONS(8355), + [aux_sym_loop_operator_token1] = ACTIONS(8357), + [anon_sym_ATfor] = ACTIONS(8359), + [anon_sym_ATforeach] = ACTIONS(8361), + [anon_sym_ATforelse] = ACTIONS(8363), + [anon_sym_ATwhile] = ACTIONS(8365), + [anon_sym_ATsetup] = ACTIONS(8367), + [anon_sym_ATtask] = ACTIONS(8369), + [anon_sym_ATstory] = ACTIONS(8371), + [anon_sym_ATbefore] = ACTIONS(8373), + [anon_sym_ATafter] = ACTIONS(8375), + [anon_sym_ATsuccess] = ACTIONS(8377), + [anon_sym_ATfinished] = ACTIONS(8379), + [anon_sym_ATpersist] = ACTIONS(8381), + [anon_sym_ATteleport] = ACTIONS(8383), + [anon_sym_ATvolt] = ACTIONS(8385), + [aux_sym__text_token1] = ACTIONS(8387), + [aux_sym__text_token2] = ACTIONS(8387), + [aux_sym__text_token3] = ACTIONS(8389), }, [628] = { [sym__definition] = STATE(639), @@ -101575,59 +102059,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(639), [sym__text] = STATE(982), [aux_sym_php_only_repeat1] = STATE(982), - [sym_comment] = ACTIONS(8259), - [aux_sym_keyword_token1] = ACTIONS(8053), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8055), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8057), - [anon_sym_ATphp] = ACTIONS(8059), - [aux_sym_attribute_token1] = ACTIONS(8061), - [aux_sym__inline_directive_token1] = ACTIONS(8063), - [anon_sym_ATfragment] = ACTIONS(8065), - [anon_sym_ATsection] = ACTIONS(8067), - [anon_sym_ATonce] = ACTIONS(8069), - [anon_sym_ATverbatim] = ACTIONS(8071), - [anon_sym_ATpush] = ACTIONS(8073), - [anon_sym_ATpushOnce] = ACTIONS(8075), - [anon_sym_ATpushIf] = ACTIONS(8077), - [anon_sym_ATprepend] = ACTIONS(8079), - [anon_sym_ATprependOnce] = ACTIONS(8081), - [anon_sym_ATif] = ACTIONS(8083), - [anon_sym_ATunless] = ACTIONS(8085), - [anon_sym_ATisset] = ACTIONS(8087), - [anon_sym_ATempty] = ACTIONS(8089), - [anon_sym_ATauth] = ACTIONS(8091), - [anon_sym_ATguest] = ACTIONS(8093), - [anon_sym_ATproduction] = ACTIONS(8095), - [anon_sym_ATenv] = ACTIONS(8097), - [anon_sym_AThasSection] = ACTIONS(8099), - [anon_sym_ATsectionMissing] = ACTIONS(8101), - [anon_sym_ATerror] = ACTIONS(8103), - [anon_sym_ATcan] = ACTIONS(8105), - [anon_sym_ATcannot] = ACTIONS(8107), - [anon_sym_ATcanany] = ACTIONS(8109), - [anon_sym_ATfeature] = ACTIONS(8111), - [aux_sym__custom_token1] = ACTIONS(8113), - [aux_sym__custom_token2] = ACTIONS(8115), - [anon_sym_ATswitch] = ACTIONS(8117), - [aux_sym_loop_operator_token1] = ACTIONS(8119), - [anon_sym_ATfor] = ACTIONS(8121), - [anon_sym_ATforeach] = ACTIONS(8123), - [anon_sym_ATforelse] = ACTIONS(8125), - [anon_sym_ATwhile] = ACTIONS(8127), - [anon_sym_ATsetup] = ACTIONS(8129), - [anon_sym_ATtask] = ACTIONS(8131), - [anon_sym_ATendtask] = ACTIONS(4996), - [anon_sym_ATstory] = ACTIONS(8133), - [anon_sym_ATbefore] = ACTIONS(8135), - [anon_sym_ATafter] = ACTIONS(8137), - [anon_sym_ATsuccess] = ACTIONS(8139), - [anon_sym_ATfinished] = ACTIONS(8141), - [anon_sym_ATpersist] = ACTIONS(8143), - [anon_sym_ATteleport] = ACTIONS(8145), - [anon_sym_ATvolt] = ACTIONS(8147), - [aux_sym__text_token1] = ACTIONS(8149), - [aux_sym__text_token2] = ACTIONS(8149), - [aux_sym__text_token3] = ACTIONS(8151), + [sym_comment] = ACTIONS(8391), + [aux_sym_keyword_token1] = ACTIONS(8181), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8183), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8185), + [anon_sym_ATphp] = ACTIONS(8187), + [aux_sym_attribute_token1] = ACTIONS(8189), + [aux_sym__inline_directive_token1] = ACTIONS(8191), + [aux_sym__inline_directive_token2] = ACTIONS(8193), + [anon_sym_ATfragment] = ACTIONS(8195), + [anon_sym_ATsection] = ACTIONS(8197), + [anon_sym_ATonce] = ACTIONS(8199), + [anon_sym_ATverbatim] = ACTIONS(8201), + [anon_sym_ATpush] = ACTIONS(8203), + [anon_sym_ATpushOnce] = ACTIONS(8205), + [anon_sym_ATpushIf] = ACTIONS(8207), + [anon_sym_ATprepend] = ACTIONS(8209), + [anon_sym_ATprependOnce] = ACTIONS(8211), + [anon_sym_ATif] = ACTIONS(8213), + [anon_sym_ATunless] = ACTIONS(8215), + [anon_sym_ATisset] = ACTIONS(8217), + [anon_sym_ATempty] = ACTIONS(8219), + [anon_sym_ATauth] = ACTIONS(8221), + [anon_sym_ATguest] = ACTIONS(8223), + [anon_sym_ATproduction] = ACTIONS(8225), + [anon_sym_ATenv] = ACTIONS(8227), + [anon_sym_AThasSection] = ACTIONS(8229), + [anon_sym_ATsectionMissing] = ACTIONS(8231), + [anon_sym_ATerror] = ACTIONS(8233), + [anon_sym_ATcan] = ACTIONS(8235), + [anon_sym_ATcannot] = ACTIONS(8237), + [anon_sym_ATcanany] = ACTIONS(8239), + [anon_sym_ATfeature] = ACTIONS(8241), + [aux_sym__custom_token1] = ACTIONS(8243), + [aux_sym__custom_token2] = ACTIONS(8245), + [anon_sym_ATswitch] = ACTIONS(8247), + [aux_sym_loop_operator_token1] = ACTIONS(8249), + [anon_sym_ATfor] = ACTIONS(8251), + [anon_sym_ATforeach] = ACTIONS(8253), + [anon_sym_ATforelse] = ACTIONS(8255), + [anon_sym_ATwhile] = ACTIONS(8257), + [anon_sym_ATsetup] = ACTIONS(8259), + [anon_sym_ATtask] = ACTIONS(8261), + [anon_sym_ATendtask] = ACTIONS(5083), + [anon_sym_ATstory] = ACTIONS(8263), + [anon_sym_ATbefore] = ACTIONS(8265), + [anon_sym_ATafter] = ACTIONS(8267), + [anon_sym_ATsuccess] = ACTIONS(8269), + [anon_sym_ATfinished] = ACTIONS(8271), + [anon_sym_ATpersist] = ACTIONS(8273), + [anon_sym_ATteleport] = ACTIONS(8275), + [anon_sym_ATvolt] = ACTIONS(8277), + [aux_sym__text_token1] = ACTIONS(8279), + [aux_sym__text_token2] = ACTIONS(8279), + [aux_sym__text_token3] = ACTIONS(8281), }, [629] = { [sym__definition] = STATE(629), @@ -101695,69 +102180,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(629), [sym__text] = STATE(991), [aux_sym_php_only_repeat1] = STATE(991), - [sym_comment] = ACTIONS(8261), - [aux_sym_keyword_token1] = ACTIONS(8264), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8267), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8270), - [anon_sym_ATphp] = ACTIONS(8273), - [aux_sym_attribute_token1] = ACTIONS(8276), - [aux_sym__inline_directive_token1] = ACTIONS(8279), - [anon_sym_ATfragment] = ACTIONS(8282), - [anon_sym_ATsection] = ACTIONS(8285), - [anon_sym_ATonce] = ACTIONS(8288), - [anon_sym_ATverbatim] = ACTIONS(8291), - [anon_sym_ATpush] = ACTIONS(8294), - [anon_sym_ATpushOnce] = ACTIONS(8297), - [anon_sym_ATpushIf] = ACTIONS(8300), - [anon_sym_ATprepend] = ACTIONS(8303), - [anon_sym_ATprependOnce] = ACTIONS(8306), - [anon_sym_ATif] = ACTIONS(8309), - [anon_sym_ATunless] = ACTIONS(8312), - [anon_sym_ATisset] = ACTIONS(8315), - [anon_sym_ATempty] = ACTIONS(8318), - [anon_sym_ATauth] = ACTIONS(8321), - [anon_sym_ATguest] = ACTIONS(8324), - [anon_sym_ATproduction] = ACTIONS(8327), - [anon_sym_ATenv] = ACTIONS(8330), - [anon_sym_AThasSection] = ACTIONS(8333), - [anon_sym_ATsectionMissing] = ACTIONS(8336), - [anon_sym_ATerror] = ACTIONS(8339), - [anon_sym_ATcan] = ACTIONS(8342), - [anon_sym_ATcannot] = ACTIONS(8345), - [anon_sym_ATcanany] = ACTIONS(8348), - [anon_sym_ATfeature] = ACTIONS(8351), - [aux_sym__custom_token1] = ACTIONS(8354), - [aux_sym__custom_token2] = ACTIONS(8357), - [anon_sym_ATswitch] = ACTIONS(8360), - [aux_sym_loop_operator_token1] = ACTIONS(8363), - [anon_sym_ATfor] = ACTIONS(8366), - [anon_sym_ATforeach] = ACTIONS(8369), - [anon_sym_ATforelse] = ACTIONS(8372), - [anon_sym_ATendforelse] = ACTIONS(5035), - [anon_sym_ATwhile] = ACTIONS(8375), - [anon_sym_ATsetup] = ACTIONS(8378), - [anon_sym_ATtask] = ACTIONS(8381), - [anon_sym_ATstory] = ACTIONS(8384), - [anon_sym_ATbefore] = ACTIONS(8387), - [anon_sym_ATafter] = ACTIONS(8390), - [anon_sym_ATsuccess] = ACTIONS(8393), - [anon_sym_ATfinished] = ACTIONS(8396), - [anon_sym_ATpersist] = ACTIONS(8399), - [anon_sym_ATteleport] = ACTIONS(8402), - [anon_sym_ATvolt] = ACTIONS(8405), - [aux_sym__text_token1] = ACTIONS(8408), - [aux_sym__text_token2] = ACTIONS(8408), - [aux_sym__text_token3] = ACTIONS(8411), + [sym_comment] = ACTIONS(8393), + [aux_sym_keyword_token1] = ACTIONS(8396), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8399), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8402), + [anon_sym_ATphp] = ACTIONS(8405), + [aux_sym_attribute_token1] = ACTIONS(8408), + [aux_sym__inline_directive_token1] = ACTIONS(8411), + [aux_sym__inline_directive_token2] = ACTIONS(8414), + [anon_sym_ATfragment] = ACTIONS(8417), + [anon_sym_ATsection] = ACTIONS(8420), + [anon_sym_ATonce] = ACTIONS(8423), + [anon_sym_ATverbatim] = ACTIONS(8426), + [anon_sym_ATpush] = ACTIONS(8429), + [anon_sym_ATpushOnce] = ACTIONS(8432), + [anon_sym_ATpushIf] = ACTIONS(8435), + [anon_sym_ATprepend] = ACTIONS(8438), + [anon_sym_ATprependOnce] = ACTIONS(8441), + [anon_sym_ATif] = ACTIONS(8444), + [anon_sym_ATunless] = ACTIONS(8447), + [anon_sym_ATisset] = ACTIONS(8450), + [anon_sym_ATempty] = ACTIONS(8453), + [anon_sym_ATauth] = ACTIONS(8456), + [anon_sym_ATguest] = ACTIONS(8459), + [anon_sym_ATproduction] = ACTIONS(8462), + [anon_sym_ATenv] = ACTIONS(8465), + [anon_sym_AThasSection] = ACTIONS(8468), + [anon_sym_ATsectionMissing] = ACTIONS(8471), + [anon_sym_ATerror] = ACTIONS(8474), + [anon_sym_ATcan] = ACTIONS(8477), + [anon_sym_ATcannot] = ACTIONS(8480), + [anon_sym_ATcanany] = ACTIONS(8483), + [anon_sym_ATfeature] = ACTIONS(8486), + [aux_sym__custom_token1] = ACTIONS(8489), + [aux_sym__custom_token2] = ACTIONS(8492), + [anon_sym_ATswitch] = ACTIONS(8495), + [aux_sym_loop_operator_token1] = ACTIONS(8498), + [anon_sym_ATfor] = ACTIONS(8501), + [anon_sym_ATforeach] = ACTIONS(8504), + [anon_sym_ATforelse] = ACTIONS(8507), + [anon_sym_ATendforelse] = ACTIONS(5125), + [anon_sym_ATwhile] = ACTIONS(8510), + [anon_sym_ATsetup] = ACTIONS(8513), + [anon_sym_ATtask] = ACTIONS(8516), + [anon_sym_ATstory] = ACTIONS(8519), + [anon_sym_ATbefore] = ACTIONS(8522), + [anon_sym_ATafter] = ACTIONS(8525), + [anon_sym_ATsuccess] = ACTIONS(8528), + [anon_sym_ATfinished] = ACTIONS(8531), + [anon_sym_ATpersist] = ACTIONS(8534), + [anon_sym_ATteleport] = ACTIONS(8537), + [anon_sym_ATvolt] = ACTIONS(8540), + [aux_sym__text_token1] = ACTIONS(8543), + [aux_sym__text_token2] = ACTIONS(8543), + [aux_sym__text_token3] = ACTIONS(8546), }, [630] = { [sym__definition] = STATE(517), [sym_keyword] = STATE(517), [sym_php_statement] = STATE(517), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(517), [sym__inline_directive] = STATE(517), [sym__nested_directive] = STATE(517), @@ -101767,107 +102253,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(517), [sym_verbatim] = STATE(517), [sym_stack] = STATE(517), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(517), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(517), [sym_loop] = STATE(517), [sym_loop_operator] = STATE(517), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(517), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(517), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(517), [sym_text] = STATE(517), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(8414), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(8416), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(8549), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(8551), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [631] = { [sym__definition] = STATE(654), @@ -101933,61 +102420,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(4319), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(8418), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(4397), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(8553), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [632] = { [sym__definition] = STATE(624), @@ -102048,66 +102536,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(2995), [sym__finished] = STATE(2995), [sym_livewire] = STATE(624), - [sym__persist] = STATE(3001), - [sym__teleport] = STATE(3001), - [sym__volt] = STATE(3001), + [sym__persist] = STATE(1935), + [sym__teleport] = STATE(1935), + [sym__volt] = STATE(1935), [sym_text] = STATE(624), [sym__text] = STATE(949), [aux_sym_blade_repeat1] = STATE(624), [aux_sym_php_only_repeat1] = STATE(949), - [sym_comment] = ACTIONS(8420), - [aux_sym_keyword_token1] = ACTIONS(4003), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4005), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4007), - [anon_sym_ATphp] = ACTIONS(4009), - [aux_sym_attribute_token1] = ACTIONS(4011), - [aux_sym__inline_directive_token1] = ACTIONS(4013), - [anon_sym_ATfragment] = ACTIONS(4015), - [anon_sym_ATsection] = ACTIONS(4017), - [anon_sym_ATonce] = ACTIONS(4019), - [anon_sym_ATverbatim] = ACTIONS(4021), - [anon_sym_ATpush] = ACTIONS(4023), - [anon_sym_ATpushOnce] = ACTIONS(4025), - [anon_sym_ATpushIf] = ACTIONS(4027), - [anon_sym_ATprepend] = ACTIONS(4029), - [anon_sym_ATprependOnce] = ACTIONS(4031), - [anon_sym_ATif] = ACTIONS(4033), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4037), - [anon_sym_ATempty] = ACTIONS(4039), - [anon_sym_ATauth] = ACTIONS(4041), - [anon_sym_ATguest] = ACTIONS(4043), - [anon_sym_ATproduction] = ACTIONS(4045), - [anon_sym_ATenv] = ACTIONS(4047), - [anon_sym_AThasSection] = ACTIONS(4049), - [anon_sym_ATsectionMissing] = ACTIONS(4051), - [anon_sym_ATerror] = ACTIONS(4053), - [anon_sym_ATcan] = ACTIONS(4055), - [anon_sym_ATcannot] = ACTIONS(4057), - [anon_sym_ATcanany] = ACTIONS(4059), - [anon_sym_ATfeature] = ACTIONS(4061), - [aux_sym__custom_token1] = ACTIONS(4063), - [aux_sym__custom_token2] = ACTIONS(4065), - [anon_sym_ATswitch] = ACTIONS(4067), - [anon_sym_ATendswitch] = ACTIONS(8422), - [aux_sym_loop_operator_token1] = ACTIONS(4071), - [anon_sym_ATfor] = ACTIONS(4073), - [anon_sym_ATforeach] = ACTIONS(4075), - [anon_sym_ATforelse] = ACTIONS(4077), - [anon_sym_ATwhile] = ACTIONS(4079), - [anon_sym_ATsetup] = ACTIONS(4081), - [anon_sym_ATtask] = ACTIONS(4083), - [anon_sym_ATstory] = ACTIONS(4085), - [anon_sym_ATbefore] = ACTIONS(4087), - [anon_sym_ATafter] = ACTIONS(4089), - [anon_sym_ATsuccess] = ACTIONS(4091), - [anon_sym_ATfinished] = ACTIONS(4093), - [anon_sym_ATpersist] = ACTIONS(4095), - [anon_sym_ATteleport] = ACTIONS(4097), - [anon_sym_ATvolt] = ACTIONS(4099), - [aux_sym__text_token1] = ACTIONS(4101), - [aux_sym__text_token2] = ACTIONS(4101), - [aux_sym__text_token3] = ACTIONS(4103), + [sym_comment] = ACTIONS(8555), + [aux_sym_keyword_token1] = ACTIONS(4075), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4077), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4079), + [anon_sym_ATphp] = ACTIONS(4081), + [aux_sym_attribute_token1] = ACTIONS(4083), + [aux_sym__inline_directive_token1] = ACTIONS(4085), + [aux_sym__inline_directive_token2] = ACTIONS(4087), + [anon_sym_ATfragment] = ACTIONS(4089), + [anon_sym_ATsection] = ACTIONS(4091), + [anon_sym_ATonce] = ACTIONS(4093), + [anon_sym_ATverbatim] = ACTIONS(4095), + [anon_sym_ATpush] = ACTIONS(4097), + [anon_sym_ATpushOnce] = ACTIONS(4099), + [anon_sym_ATpushIf] = ACTIONS(4101), + [anon_sym_ATprepend] = ACTIONS(4103), + [anon_sym_ATprependOnce] = ACTIONS(4105), + [anon_sym_ATif] = ACTIONS(4107), + [anon_sym_ATunless] = ACTIONS(4109), + [anon_sym_ATisset] = ACTIONS(4111), + [anon_sym_ATempty] = ACTIONS(4113), + [anon_sym_ATauth] = ACTIONS(4115), + [anon_sym_ATguest] = ACTIONS(4117), + [anon_sym_ATproduction] = ACTIONS(4119), + [anon_sym_ATenv] = ACTIONS(4121), + [anon_sym_AThasSection] = ACTIONS(4123), + [anon_sym_ATsectionMissing] = ACTIONS(4125), + [anon_sym_ATerror] = ACTIONS(4127), + [anon_sym_ATcan] = ACTIONS(4129), + [anon_sym_ATcannot] = ACTIONS(4131), + [anon_sym_ATcanany] = ACTIONS(4133), + [anon_sym_ATfeature] = ACTIONS(4135), + [aux_sym__custom_token1] = ACTIONS(4137), + [aux_sym__custom_token2] = ACTIONS(4139), + [anon_sym_ATswitch] = ACTIONS(4141), + [anon_sym_ATendswitch] = ACTIONS(8557), + [aux_sym_loop_operator_token1] = ACTIONS(4145), + [anon_sym_ATfor] = ACTIONS(4147), + [anon_sym_ATforeach] = ACTIONS(4149), + [anon_sym_ATforelse] = ACTIONS(4151), + [anon_sym_ATwhile] = ACTIONS(4153), + [anon_sym_ATsetup] = ACTIONS(4155), + [anon_sym_ATtask] = ACTIONS(4157), + [anon_sym_ATstory] = ACTIONS(4159), + [anon_sym_ATbefore] = ACTIONS(4161), + [anon_sym_ATafter] = ACTIONS(4163), + [anon_sym_ATsuccess] = ACTIONS(4165), + [anon_sym_ATfinished] = ACTIONS(4167), + [anon_sym_ATpersist] = ACTIONS(4169), + [anon_sym_ATteleport] = ACTIONS(4171), + [anon_sym_ATvolt] = ACTIONS(4173), + [aux_sym__text_token1] = ACTIONS(4175), + [aux_sym__text_token2] = ACTIONS(4175), + [aux_sym__text_token3] = ACTIONS(4177), }, [633] = { [sym__definition] = STATE(634), @@ -102175,59 +102664,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(634), [sym__text] = STATE(977), [aux_sym_php_only_repeat1] = STATE(977), - [sym_comment] = ACTIONS(8424), - [aux_sym_keyword_token1] = ACTIONS(8426), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8428), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8430), - [anon_sym_ATphp] = ACTIONS(8432), - [aux_sym_attribute_token1] = ACTIONS(8434), - [aux_sym__inline_directive_token1] = ACTIONS(8436), - [anon_sym_ATfragment] = ACTIONS(8438), - [anon_sym_ATsection] = ACTIONS(8440), - [anon_sym_ATonce] = ACTIONS(8442), - [anon_sym_ATverbatim] = ACTIONS(8444), - [anon_sym_ATpush] = ACTIONS(8446), - [anon_sym_ATpushOnce] = ACTIONS(8448), - [anon_sym_ATpushIf] = ACTIONS(8450), - [anon_sym_ATprepend] = ACTIONS(8452), - [anon_sym_ATprependOnce] = ACTIONS(8454), - [anon_sym_ATif] = ACTIONS(8456), - [anon_sym_ATunless] = ACTIONS(8458), - [anon_sym_ATisset] = ACTIONS(8460), - [anon_sym_ATempty] = ACTIONS(8462), - [anon_sym_ATauth] = ACTIONS(8464), - [anon_sym_ATguest] = ACTIONS(8466), - [anon_sym_ATproduction] = ACTIONS(8468), - [anon_sym_ATenv] = ACTIONS(8470), - [anon_sym_AThasSection] = ACTIONS(8472), - [anon_sym_ATsectionMissing] = ACTIONS(8474), - [anon_sym_ATerror] = ACTIONS(8476), - [anon_sym_ATcan] = ACTIONS(8478), - [anon_sym_ATcannot] = ACTIONS(8480), - [anon_sym_ATcanany] = ACTIONS(8482), - [anon_sym_ATfeature] = ACTIONS(8484), - [aux_sym__custom_token1] = ACTIONS(8486), - [aux_sym__custom_token2] = ACTIONS(8488), - [anon_sym_ATswitch] = ACTIONS(8490), - [aux_sym_loop_operator_token1] = ACTIONS(8492), - [anon_sym_ATfor] = ACTIONS(8494), - [anon_sym_ATforeach] = ACTIONS(8496), - [anon_sym_ATforelse] = ACTIONS(8498), - [anon_sym_ATwhile] = ACTIONS(8500), - [anon_sym_ATsetup] = ACTIONS(8502), - [anon_sym_ATtask] = ACTIONS(8504), - [anon_sym_ATstory] = ACTIONS(8506), - [anon_sym_ATendstory] = ACTIONS(4609), - [anon_sym_ATbefore] = ACTIONS(8508), - [anon_sym_ATafter] = ACTIONS(8510), - [anon_sym_ATsuccess] = ACTIONS(8512), - [anon_sym_ATfinished] = ACTIONS(8514), - [anon_sym_ATpersist] = ACTIONS(8516), - [anon_sym_ATteleport] = ACTIONS(8518), - [anon_sym_ATvolt] = ACTIONS(8520), - [aux_sym__text_token1] = ACTIONS(8522), - [aux_sym__text_token2] = ACTIONS(8522), - [aux_sym__text_token3] = ACTIONS(8524), + [sym_comment] = ACTIONS(8559), + [aux_sym_keyword_token1] = ACTIONS(8561), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8563), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8565), + [anon_sym_ATphp] = ACTIONS(8567), + [aux_sym_attribute_token1] = ACTIONS(8569), + [aux_sym__inline_directive_token1] = ACTIONS(8571), + [aux_sym__inline_directive_token2] = ACTIONS(8573), + [anon_sym_ATfragment] = ACTIONS(8575), + [anon_sym_ATsection] = ACTIONS(8577), + [anon_sym_ATonce] = ACTIONS(8579), + [anon_sym_ATverbatim] = ACTIONS(8581), + [anon_sym_ATpush] = ACTIONS(8583), + [anon_sym_ATpushOnce] = ACTIONS(8585), + [anon_sym_ATpushIf] = ACTIONS(8587), + [anon_sym_ATprepend] = ACTIONS(8589), + [anon_sym_ATprependOnce] = ACTIONS(8591), + [anon_sym_ATif] = ACTIONS(8593), + [anon_sym_ATunless] = ACTIONS(8595), + [anon_sym_ATisset] = ACTIONS(8597), + [anon_sym_ATempty] = ACTIONS(8599), + [anon_sym_ATauth] = ACTIONS(8601), + [anon_sym_ATguest] = ACTIONS(8603), + [anon_sym_ATproduction] = ACTIONS(8605), + [anon_sym_ATenv] = ACTIONS(8607), + [anon_sym_AThasSection] = ACTIONS(8609), + [anon_sym_ATsectionMissing] = ACTIONS(8611), + [anon_sym_ATerror] = ACTIONS(8613), + [anon_sym_ATcan] = ACTIONS(8615), + [anon_sym_ATcannot] = ACTIONS(8617), + [anon_sym_ATcanany] = ACTIONS(8619), + [anon_sym_ATfeature] = ACTIONS(8621), + [aux_sym__custom_token1] = ACTIONS(8623), + [aux_sym__custom_token2] = ACTIONS(8625), + [anon_sym_ATswitch] = ACTIONS(8627), + [aux_sym_loop_operator_token1] = ACTIONS(8629), + [anon_sym_ATfor] = ACTIONS(8631), + [anon_sym_ATforeach] = ACTIONS(8633), + [anon_sym_ATforelse] = ACTIONS(8635), + [anon_sym_ATwhile] = ACTIONS(8637), + [anon_sym_ATsetup] = ACTIONS(8639), + [anon_sym_ATtask] = ACTIONS(8641), + [anon_sym_ATstory] = ACTIONS(8643), + [anon_sym_ATendstory] = ACTIONS(4691), + [anon_sym_ATbefore] = ACTIONS(8645), + [anon_sym_ATafter] = ACTIONS(8647), + [anon_sym_ATsuccess] = ACTIONS(8649), + [anon_sym_ATfinished] = ACTIONS(8651), + [anon_sym_ATpersist] = ACTIONS(8653), + [anon_sym_ATteleport] = ACTIONS(8655), + [anon_sym_ATvolt] = ACTIONS(8657), + [aux_sym__text_token1] = ACTIONS(8659), + [aux_sym__text_token2] = ACTIONS(8659), + [aux_sym__text_token3] = ACTIONS(8661), }, [634] = { [sym__definition] = STATE(643), @@ -102295,59 +102785,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(643), [sym__text] = STATE(977), [aux_sym_php_only_repeat1] = STATE(977), - [sym_comment] = ACTIONS(8526), - [aux_sym_keyword_token1] = ACTIONS(8426), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8428), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8430), - [anon_sym_ATphp] = ACTIONS(8432), - [aux_sym_attribute_token1] = ACTIONS(8434), - [aux_sym__inline_directive_token1] = ACTIONS(8436), - [anon_sym_ATfragment] = ACTIONS(8438), - [anon_sym_ATsection] = ACTIONS(8440), - [anon_sym_ATonce] = ACTIONS(8442), - [anon_sym_ATverbatim] = ACTIONS(8444), - [anon_sym_ATpush] = ACTIONS(8446), - [anon_sym_ATpushOnce] = ACTIONS(8448), - [anon_sym_ATpushIf] = ACTIONS(8450), - [anon_sym_ATprepend] = ACTIONS(8452), - [anon_sym_ATprependOnce] = ACTIONS(8454), - [anon_sym_ATif] = ACTIONS(8456), - [anon_sym_ATunless] = ACTIONS(8458), - [anon_sym_ATisset] = ACTIONS(8460), - [anon_sym_ATempty] = ACTIONS(8462), - [anon_sym_ATauth] = ACTIONS(8464), - [anon_sym_ATguest] = ACTIONS(8466), - [anon_sym_ATproduction] = ACTIONS(8468), - [anon_sym_ATenv] = ACTIONS(8470), - [anon_sym_AThasSection] = ACTIONS(8472), - [anon_sym_ATsectionMissing] = ACTIONS(8474), - [anon_sym_ATerror] = ACTIONS(8476), - [anon_sym_ATcan] = ACTIONS(8478), - [anon_sym_ATcannot] = ACTIONS(8480), - [anon_sym_ATcanany] = ACTIONS(8482), - [anon_sym_ATfeature] = ACTIONS(8484), - [aux_sym__custom_token1] = ACTIONS(8486), - [aux_sym__custom_token2] = ACTIONS(8488), - [anon_sym_ATswitch] = ACTIONS(8490), - [aux_sym_loop_operator_token1] = ACTIONS(8492), - [anon_sym_ATfor] = ACTIONS(8494), - [anon_sym_ATforeach] = ACTIONS(8496), - [anon_sym_ATforelse] = ACTIONS(8498), - [anon_sym_ATwhile] = ACTIONS(8500), - [anon_sym_ATsetup] = ACTIONS(8502), - [anon_sym_ATtask] = ACTIONS(8504), - [anon_sym_ATstory] = ACTIONS(8506), - [anon_sym_ATendstory] = ACTIONS(4996), - [anon_sym_ATbefore] = ACTIONS(8508), - [anon_sym_ATafter] = ACTIONS(8510), - [anon_sym_ATsuccess] = ACTIONS(8512), - [anon_sym_ATfinished] = ACTIONS(8514), - [anon_sym_ATpersist] = ACTIONS(8516), - [anon_sym_ATteleport] = ACTIONS(8518), - [anon_sym_ATvolt] = ACTIONS(8520), - [aux_sym__text_token1] = ACTIONS(8522), - [aux_sym__text_token2] = ACTIONS(8522), - [aux_sym__text_token3] = ACTIONS(8524), + [sym_comment] = ACTIONS(8663), + [aux_sym_keyword_token1] = ACTIONS(8561), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8563), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8565), + [anon_sym_ATphp] = ACTIONS(8567), + [aux_sym_attribute_token1] = ACTIONS(8569), + [aux_sym__inline_directive_token1] = ACTIONS(8571), + [aux_sym__inline_directive_token2] = ACTIONS(8573), + [anon_sym_ATfragment] = ACTIONS(8575), + [anon_sym_ATsection] = ACTIONS(8577), + [anon_sym_ATonce] = ACTIONS(8579), + [anon_sym_ATverbatim] = ACTIONS(8581), + [anon_sym_ATpush] = ACTIONS(8583), + [anon_sym_ATpushOnce] = ACTIONS(8585), + [anon_sym_ATpushIf] = ACTIONS(8587), + [anon_sym_ATprepend] = ACTIONS(8589), + [anon_sym_ATprependOnce] = ACTIONS(8591), + [anon_sym_ATif] = ACTIONS(8593), + [anon_sym_ATunless] = ACTIONS(8595), + [anon_sym_ATisset] = ACTIONS(8597), + [anon_sym_ATempty] = ACTIONS(8599), + [anon_sym_ATauth] = ACTIONS(8601), + [anon_sym_ATguest] = ACTIONS(8603), + [anon_sym_ATproduction] = ACTIONS(8605), + [anon_sym_ATenv] = ACTIONS(8607), + [anon_sym_AThasSection] = ACTIONS(8609), + [anon_sym_ATsectionMissing] = ACTIONS(8611), + [anon_sym_ATerror] = ACTIONS(8613), + [anon_sym_ATcan] = ACTIONS(8615), + [anon_sym_ATcannot] = ACTIONS(8617), + [anon_sym_ATcanany] = ACTIONS(8619), + [anon_sym_ATfeature] = ACTIONS(8621), + [aux_sym__custom_token1] = ACTIONS(8623), + [aux_sym__custom_token2] = ACTIONS(8625), + [anon_sym_ATswitch] = ACTIONS(8627), + [aux_sym_loop_operator_token1] = ACTIONS(8629), + [anon_sym_ATfor] = ACTIONS(8631), + [anon_sym_ATforeach] = ACTIONS(8633), + [anon_sym_ATforelse] = ACTIONS(8635), + [anon_sym_ATwhile] = ACTIONS(8637), + [anon_sym_ATsetup] = ACTIONS(8639), + [anon_sym_ATtask] = ACTIONS(8641), + [anon_sym_ATstory] = ACTIONS(8643), + [anon_sym_ATendstory] = ACTIONS(5083), + [anon_sym_ATbefore] = ACTIONS(8645), + [anon_sym_ATafter] = ACTIONS(8647), + [anon_sym_ATsuccess] = ACTIONS(8649), + [anon_sym_ATfinished] = ACTIONS(8651), + [anon_sym_ATpersist] = ACTIONS(8653), + [anon_sym_ATteleport] = ACTIONS(8655), + [anon_sym_ATvolt] = ACTIONS(8657), + [aux_sym__text_token1] = ACTIONS(8659), + [aux_sym__text_token2] = ACTIONS(8659), + [aux_sym__text_token3] = ACTIONS(8661), }, [635] = { [sym__definition] = STATE(635), @@ -102415,59 +102906,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(635), [sym__text] = STATE(986), [aux_sym_php_only_repeat1] = STATE(986), - [sym_comment] = ACTIONS(8528), - [aux_sym_keyword_token1] = ACTIONS(8531), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8534), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8537), - [anon_sym_ATphp] = ACTIONS(8540), - [aux_sym_attribute_token1] = ACTIONS(8543), - [aux_sym__inline_directive_token1] = ACTIONS(8546), - [anon_sym_ATfragment] = ACTIONS(8549), - [anon_sym_ATsection] = ACTIONS(8552), - [anon_sym_ATonce] = ACTIONS(8555), - [anon_sym_ATverbatim] = ACTIONS(8558), - [anon_sym_ATpush] = ACTIONS(8561), - [anon_sym_ATpushOnce] = ACTIONS(8564), - [anon_sym_ATpushIf] = ACTIONS(8567), - [anon_sym_ATprepend] = ACTIONS(8570), - [anon_sym_ATprependOnce] = ACTIONS(8573), - [anon_sym_ATif] = ACTIONS(8576), - [anon_sym_ATunless] = ACTIONS(8579), - [anon_sym_ATisset] = ACTIONS(8582), - [anon_sym_ATempty] = ACTIONS(8585), - [anon_sym_ATauth] = ACTIONS(8588), - [anon_sym_ATguest] = ACTIONS(8591), - [anon_sym_ATproduction] = ACTIONS(8594), - [anon_sym_ATenv] = ACTIONS(8597), - [anon_sym_AThasSection] = ACTIONS(8600), - [anon_sym_ATsectionMissing] = ACTIONS(8603), - [anon_sym_ATerror] = ACTIONS(8606), - [anon_sym_ATcan] = ACTIONS(8609), - [anon_sym_ATcannot] = ACTIONS(8612), - [anon_sym_ATcanany] = ACTIONS(8615), - [anon_sym_ATfeature] = ACTIONS(8618), - [aux_sym__custom_token1] = ACTIONS(8621), - [aux_sym__custom_token2] = ACTIONS(8624), - [anon_sym_ATswitch] = ACTIONS(8627), - [aux_sym_loop_operator_token1] = ACTIONS(8630), - [anon_sym_ATfor] = ACTIONS(8633), - [anon_sym_ATforeach] = ACTIONS(8636), - [anon_sym_ATforelse] = ACTIONS(8639), - [anon_sym_ATwhile] = ACTIONS(8642), - [anon_sym_ATendwhile] = ACTIONS(5035), - [anon_sym_ATsetup] = ACTIONS(8645), - [anon_sym_ATtask] = ACTIONS(8648), - [anon_sym_ATstory] = ACTIONS(8651), - [anon_sym_ATbefore] = ACTIONS(8654), - [anon_sym_ATafter] = ACTIONS(8657), - [anon_sym_ATsuccess] = ACTIONS(8660), - [anon_sym_ATfinished] = ACTIONS(8663), - [anon_sym_ATpersist] = ACTIONS(8666), - [anon_sym_ATteleport] = ACTIONS(8669), - [anon_sym_ATvolt] = ACTIONS(8672), - [aux_sym__text_token1] = ACTIONS(8675), - [aux_sym__text_token2] = ACTIONS(8675), - [aux_sym__text_token3] = ACTIONS(8678), + [sym_comment] = ACTIONS(8665), + [aux_sym_keyword_token1] = ACTIONS(8668), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8671), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8674), + [anon_sym_ATphp] = ACTIONS(8677), + [aux_sym_attribute_token1] = ACTIONS(8680), + [aux_sym__inline_directive_token1] = ACTIONS(8683), + [aux_sym__inline_directive_token2] = ACTIONS(8686), + [anon_sym_ATfragment] = ACTIONS(8689), + [anon_sym_ATsection] = ACTIONS(8692), + [anon_sym_ATonce] = ACTIONS(8695), + [anon_sym_ATverbatim] = ACTIONS(8698), + [anon_sym_ATpush] = ACTIONS(8701), + [anon_sym_ATpushOnce] = ACTIONS(8704), + [anon_sym_ATpushIf] = ACTIONS(8707), + [anon_sym_ATprepend] = ACTIONS(8710), + [anon_sym_ATprependOnce] = ACTIONS(8713), + [anon_sym_ATif] = ACTIONS(8716), + [anon_sym_ATunless] = ACTIONS(8719), + [anon_sym_ATisset] = ACTIONS(8722), + [anon_sym_ATempty] = ACTIONS(8725), + [anon_sym_ATauth] = ACTIONS(8728), + [anon_sym_ATguest] = ACTIONS(8731), + [anon_sym_ATproduction] = ACTIONS(8734), + [anon_sym_ATenv] = ACTIONS(8737), + [anon_sym_AThasSection] = ACTIONS(8740), + [anon_sym_ATsectionMissing] = ACTIONS(8743), + [anon_sym_ATerror] = ACTIONS(8746), + [anon_sym_ATcan] = ACTIONS(8749), + [anon_sym_ATcannot] = ACTIONS(8752), + [anon_sym_ATcanany] = ACTIONS(8755), + [anon_sym_ATfeature] = ACTIONS(8758), + [aux_sym__custom_token1] = ACTIONS(8761), + [aux_sym__custom_token2] = ACTIONS(8764), + [anon_sym_ATswitch] = ACTIONS(8767), + [aux_sym_loop_operator_token1] = ACTIONS(8770), + [anon_sym_ATfor] = ACTIONS(8773), + [anon_sym_ATforeach] = ACTIONS(8776), + [anon_sym_ATforelse] = ACTIONS(8779), + [anon_sym_ATwhile] = ACTIONS(8782), + [anon_sym_ATendwhile] = ACTIONS(5125), + [anon_sym_ATsetup] = ACTIONS(8785), + [anon_sym_ATtask] = ACTIONS(8788), + [anon_sym_ATstory] = ACTIONS(8791), + [anon_sym_ATbefore] = ACTIONS(8794), + [anon_sym_ATafter] = ACTIONS(8797), + [anon_sym_ATsuccess] = ACTIONS(8800), + [anon_sym_ATfinished] = ACTIONS(8803), + [anon_sym_ATpersist] = ACTIONS(8806), + [anon_sym_ATteleport] = ACTIONS(8809), + [anon_sym_ATvolt] = ACTIONS(8812), + [aux_sym__text_token1] = ACTIONS(8815), + [aux_sym__text_token2] = ACTIONS(8815), + [aux_sym__text_token3] = ACTIONS(8818), }, [636] = { [sym__definition] = STATE(631), @@ -102533,61 +103025,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(631), [sym_text] = STATE(631), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(8681), - [aux_sym_keyword_token1] = ACTIONS(4321), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4323), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4325), - [anon_sym_ATphp] = ACTIONS(4327), - [aux_sym_attribute_token1] = ACTIONS(4329), - [aux_sym__inline_directive_token1] = ACTIONS(4331), - [anon_sym_ATfragment] = ACTIONS(4333), - [anon_sym_ATsection] = ACTIONS(4335), - [aux_sym_section_token1] = ACTIONS(8683), - [anon_sym_ATonce] = ACTIONS(4339), - [anon_sym_ATverbatim] = ACTIONS(4341), - [anon_sym_ATpush] = ACTIONS(4343), - [anon_sym_ATpushOnce] = ACTIONS(4345), - [anon_sym_ATpushIf] = ACTIONS(4347), - [anon_sym_ATprepend] = ACTIONS(4349), - [anon_sym_ATprependOnce] = ACTIONS(4351), - [anon_sym_ATif] = ACTIONS(4353), - [anon_sym_ATunless] = ACTIONS(4355), - [anon_sym_ATisset] = ACTIONS(4357), - [anon_sym_ATempty] = ACTIONS(4359), - [anon_sym_ATauth] = ACTIONS(4361), - [anon_sym_ATguest] = ACTIONS(4363), - [anon_sym_ATproduction] = ACTIONS(4365), - [anon_sym_ATenv] = ACTIONS(4367), - [anon_sym_AThasSection] = ACTIONS(4369), - [anon_sym_ATsectionMissing] = ACTIONS(4371), - [anon_sym_ATerror] = ACTIONS(4373), - [anon_sym_ATcan] = ACTIONS(4375), - [anon_sym_ATcannot] = ACTIONS(4377), - [anon_sym_ATcanany] = ACTIONS(4379), - [anon_sym_ATfeature] = ACTIONS(4381), - [aux_sym__custom_token1] = ACTIONS(4383), - [aux_sym__custom_token2] = ACTIONS(4385), - [anon_sym_ATswitch] = ACTIONS(4387), - [aux_sym_loop_operator_token1] = ACTIONS(4389), - [anon_sym_ATfor] = ACTIONS(4391), - [anon_sym_ATforeach] = ACTIONS(4393), - [anon_sym_ATforelse] = ACTIONS(4395), - [anon_sym_ATwhile] = ACTIONS(4397), - [anon_sym_ATsetup] = ACTIONS(4399), - [anon_sym_ATtask] = ACTIONS(4401), - [anon_sym_ATstory] = ACTIONS(4403), - [anon_sym_ATbefore] = ACTIONS(4405), - [anon_sym_ATafter] = ACTIONS(4407), - [anon_sym_ATsuccess] = ACTIONS(4409), - [anon_sym_ATfinished] = ACTIONS(4411), - [anon_sym_ATpersist] = ACTIONS(4413), - [anon_sym_ATteleport] = ACTIONS(4415), - [anon_sym_ATvolt] = ACTIONS(4417), - [aux_sym__text_token1] = ACTIONS(4419), - [aux_sym__text_token2] = ACTIONS(4419), - [aux_sym__text_token3] = ACTIONS(4421), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(8821), + [aux_sym_keyword_token1] = ACTIONS(4399), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4401), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4403), + [anon_sym_ATphp] = ACTIONS(4405), + [aux_sym_attribute_token1] = ACTIONS(4407), + [aux_sym__inline_directive_token1] = ACTIONS(4409), + [aux_sym__inline_directive_token2] = ACTIONS(4411), + [anon_sym_ATfragment] = ACTIONS(4413), + [anon_sym_ATsection] = ACTIONS(4415), + [aux_sym_section_token1] = ACTIONS(8823), + [anon_sym_ATonce] = ACTIONS(4419), + [anon_sym_ATverbatim] = ACTIONS(4421), + [anon_sym_ATpush] = ACTIONS(4423), + [anon_sym_ATpushOnce] = ACTIONS(4425), + [anon_sym_ATpushIf] = ACTIONS(4427), + [anon_sym_ATprepend] = ACTIONS(4429), + [anon_sym_ATprependOnce] = ACTIONS(4431), + [anon_sym_ATif] = ACTIONS(4433), + [anon_sym_ATunless] = ACTIONS(4435), + [anon_sym_ATisset] = ACTIONS(4437), + [anon_sym_ATempty] = ACTIONS(4439), + [anon_sym_ATauth] = ACTIONS(4441), + [anon_sym_ATguest] = ACTIONS(4443), + [anon_sym_ATproduction] = ACTIONS(4445), + [anon_sym_ATenv] = ACTIONS(4447), + [anon_sym_AThasSection] = ACTIONS(4449), + [anon_sym_ATsectionMissing] = ACTIONS(4451), + [anon_sym_ATerror] = ACTIONS(4453), + [anon_sym_ATcan] = ACTIONS(4455), + [anon_sym_ATcannot] = ACTIONS(4457), + [anon_sym_ATcanany] = ACTIONS(4459), + [anon_sym_ATfeature] = ACTIONS(4461), + [aux_sym__custom_token1] = ACTIONS(4463), + [aux_sym__custom_token2] = ACTIONS(4465), + [anon_sym_ATswitch] = ACTIONS(4467), + [aux_sym_loop_operator_token1] = ACTIONS(4469), + [anon_sym_ATfor] = ACTIONS(4471), + [anon_sym_ATforeach] = ACTIONS(4473), + [anon_sym_ATforelse] = ACTIONS(4475), + [anon_sym_ATwhile] = ACTIONS(4477), + [anon_sym_ATsetup] = ACTIONS(4479), + [anon_sym_ATtask] = ACTIONS(4481), + [anon_sym_ATstory] = ACTIONS(4483), + [anon_sym_ATbefore] = ACTIONS(4485), + [anon_sym_ATafter] = ACTIONS(4487), + [anon_sym_ATsuccess] = ACTIONS(4489), + [anon_sym_ATfinished] = ACTIONS(4491), + [anon_sym_ATpersist] = ACTIONS(4493), + [anon_sym_ATteleport] = ACTIONS(4495), + [anon_sym_ATvolt] = ACTIONS(4497), + [aux_sym__text_token1] = ACTIONS(4499), + [aux_sym__text_token2] = ACTIONS(4499), + [aux_sym__text_token3] = ACTIONS(4501), }, [637] = { [sym__definition] = STATE(638), @@ -102653,61 +103146,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2673), [aux_sym__directive_body] = STATE(638), [sym_text] = STATE(638), - [sym__text] = STATE(972), - [aux_sym_php_only_repeat1] = STATE(972), - [sym_comment] = ACTIONS(8685), - [aux_sym_keyword_token1] = ACTIONS(8687), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8689), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8691), - [anon_sym_ATphp] = ACTIONS(8693), - [aux_sym_attribute_token1] = ACTIONS(8695), - [aux_sym__inline_directive_token1] = ACTIONS(8697), - [anon_sym_ATfragment] = ACTIONS(8699), - [anon_sym_ATsection] = ACTIONS(8701), - [anon_sym_ATonce] = ACTIONS(8703), - [anon_sym_ATverbatim] = ACTIONS(8705), - [anon_sym_ATpush] = ACTIONS(8707), - [anon_sym_ATpushOnce] = ACTIONS(8709), - [anon_sym_ATpushIf] = ACTIONS(8711), - [anon_sym_ATprepend] = ACTIONS(8713), - [anon_sym_ATprependOnce] = ACTIONS(8715), - [anon_sym_ATif] = ACTIONS(8717), - [anon_sym_ATunless] = ACTIONS(8719), - [anon_sym_ATisset] = ACTIONS(8721), - [anon_sym_ATempty] = ACTIONS(8723), - [anon_sym_ATauth] = ACTIONS(8725), - [anon_sym_ATguest] = ACTIONS(8727), - [anon_sym_ATproduction] = ACTIONS(8729), - [anon_sym_ATenv] = ACTIONS(8731), - [anon_sym_AThasSection] = ACTIONS(8733), - [anon_sym_ATsectionMissing] = ACTIONS(8735), - [anon_sym_ATerror] = ACTIONS(8737), - [anon_sym_ATcan] = ACTIONS(8739), - [anon_sym_ATcannot] = ACTIONS(8741), - [anon_sym_ATcanany] = ACTIONS(8743), - [anon_sym_ATfeature] = ACTIONS(8745), - [aux_sym__custom_token1] = ACTIONS(8747), - [aux_sym__custom_token2] = ACTIONS(8749), - [anon_sym_ATswitch] = ACTIONS(8751), - [aux_sym_loop_operator_token1] = ACTIONS(8753), - [anon_sym_ATfor] = ACTIONS(8755), - [anon_sym_ATforeach] = ACTIONS(8757), - [anon_sym_ATforelse] = ACTIONS(8759), - [anon_sym_ATwhile] = ACTIONS(8761), - [anon_sym_ATsetup] = ACTIONS(8763), - [anon_sym_ATtask] = ACTIONS(8765), - [anon_sym_ATstory] = ACTIONS(8767), - [anon_sym_ATbefore] = ACTIONS(8769), - [anon_sym_ATafter] = ACTIONS(8771), - [anon_sym_ATsuccess] = ACTIONS(8773), - [anon_sym_ATfinished] = ACTIONS(8775), - [anon_sym_ATpersist] = ACTIONS(8777), - [anon_sym_ATendpersist] = ACTIONS(4609), - [anon_sym_ATteleport] = ACTIONS(8779), - [anon_sym_ATvolt] = ACTIONS(8781), - [aux_sym__text_token1] = ACTIONS(8783), - [aux_sym__text_token2] = ACTIONS(8783), - [aux_sym__text_token3] = ACTIONS(8785), + [sym__text] = STATE(973), + [aux_sym_php_only_repeat1] = STATE(973), + [sym_comment] = ACTIONS(8825), + [aux_sym_keyword_token1] = ACTIONS(8827), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8829), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8831), + [anon_sym_ATphp] = ACTIONS(8833), + [aux_sym_attribute_token1] = ACTIONS(8835), + [aux_sym__inline_directive_token1] = ACTIONS(8837), + [aux_sym__inline_directive_token2] = ACTIONS(8839), + [anon_sym_ATfragment] = ACTIONS(8841), + [anon_sym_ATsection] = ACTIONS(8843), + [anon_sym_ATonce] = ACTIONS(8845), + [anon_sym_ATverbatim] = ACTIONS(8847), + [anon_sym_ATpush] = ACTIONS(8849), + [anon_sym_ATpushOnce] = ACTIONS(8851), + [anon_sym_ATpushIf] = ACTIONS(8853), + [anon_sym_ATprepend] = ACTIONS(8855), + [anon_sym_ATprependOnce] = ACTIONS(8857), + [anon_sym_ATif] = ACTIONS(8859), + [anon_sym_ATunless] = ACTIONS(8861), + [anon_sym_ATisset] = ACTIONS(8863), + [anon_sym_ATempty] = ACTIONS(8865), + [anon_sym_ATauth] = ACTIONS(8867), + [anon_sym_ATguest] = ACTIONS(8869), + [anon_sym_ATproduction] = ACTIONS(8871), + [anon_sym_ATenv] = ACTIONS(8873), + [anon_sym_AThasSection] = ACTIONS(8875), + [anon_sym_ATsectionMissing] = ACTIONS(8877), + [anon_sym_ATerror] = ACTIONS(8879), + [anon_sym_ATcan] = ACTIONS(8881), + [anon_sym_ATcannot] = ACTIONS(8883), + [anon_sym_ATcanany] = ACTIONS(8885), + [anon_sym_ATfeature] = ACTIONS(8887), + [aux_sym__custom_token1] = ACTIONS(8889), + [aux_sym__custom_token2] = ACTIONS(8891), + [anon_sym_ATswitch] = ACTIONS(8893), + [aux_sym_loop_operator_token1] = ACTIONS(8895), + [anon_sym_ATfor] = ACTIONS(8897), + [anon_sym_ATforeach] = ACTIONS(8899), + [anon_sym_ATforelse] = ACTIONS(8901), + [anon_sym_ATwhile] = ACTIONS(8903), + [anon_sym_ATsetup] = ACTIONS(8905), + [anon_sym_ATtask] = ACTIONS(8907), + [anon_sym_ATstory] = ACTIONS(8909), + [anon_sym_ATbefore] = ACTIONS(8911), + [anon_sym_ATafter] = ACTIONS(8913), + [anon_sym_ATsuccess] = ACTIONS(8915), + [anon_sym_ATfinished] = ACTIONS(8917), + [anon_sym_ATpersist] = ACTIONS(8919), + [anon_sym_ATendpersist] = ACTIONS(4691), + [anon_sym_ATteleport] = ACTIONS(8921), + [anon_sym_ATvolt] = ACTIONS(8923), + [aux_sym__text_token1] = ACTIONS(8925), + [aux_sym__text_token2] = ACTIONS(8925), + [aux_sym__text_token3] = ACTIONS(8927), }, [638] = { [sym__definition] = STATE(647), @@ -102773,61 +103267,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2673), [aux_sym__directive_body] = STATE(647), [sym_text] = STATE(647), - [sym__text] = STATE(972), - [aux_sym_php_only_repeat1] = STATE(972), - [sym_comment] = ACTIONS(8787), - [aux_sym_keyword_token1] = ACTIONS(8687), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8689), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8691), - [anon_sym_ATphp] = ACTIONS(8693), - [aux_sym_attribute_token1] = ACTIONS(8695), - [aux_sym__inline_directive_token1] = ACTIONS(8697), - [anon_sym_ATfragment] = ACTIONS(8699), - [anon_sym_ATsection] = ACTIONS(8701), - [anon_sym_ATonce] = ACTIONS(8703), - [anon_sym_ATverbatim] = ACTIONS(8705), - [anon_sym_ATpush] = ACTIONS(8707), - [anon_sym_ATpushOnce] = ACTIONS(8709), - [anon_sym_ATpushIf] = ACTIONS(8711), - [anon_sym_ATprepend] = ACTIONS(8713), - [anon_sym_ATprependOnce] = ACTIONS(8715), - [anon_sym_ATif] = ACTIONS(8717), - [anon_sym_ATunless] = ACTIONS(8719), - [anon_sym_ATisset] = ACTIONS(8721), - [anon_sym_ATempty] = ACTIONS(8723), - [anon_sym_ATauth] = ACTIONS(8725), - [anon_sym_ATguest] = ACTIONS(8727), - [anon_sym_ATproduction] = ACTIONS(8729), - [anon_sym_ATenv] = ACTIONS(8731), - [anon_sym_AThasSection] = ACTIONS(8733), - [anon_sym_ATsectionMissing] = ACTIONS(8735), - [anon_sym_ATerror] = ACTIONS(8737), - [anon_sym_ATcan] = ACTIONS(8739), - [anon_sym_ATcannot] = ACTIONS(8741), - [anon_sym_ATcanany] = ACTIONS(8743), - [anon_sym_ATfeature] = ACTIONS(8745), - [aux_sym__custom_token1] = ACTIONS(8747), - [aux_sym__custom_token2] = ACTIONS(8749), - [anon_sym_ATswitch] = ACTIONS(8751), - [aux_sym_loop_operator_token1] = ACTIONS(8753), - [anon_sym_ATfor] = ACTIONS(8755), - [anon_sym_ATforeach] = ACTIONS(8757), - [anon_sym_ATforelse] = ACTIONS(8759), - [anon_sym_ATwhile] = ACTIONS(8761), - [anon_sym_ATsetup] = ACTIONS(8763), - [anon_sym_ATtask] = ACTIONS(8765), - [anon_sym_ATstory] = ACTIONS(8767), - [anon_sym_ATbefore] = ACTIONS(8769), - [anon_sym_ATafter] = ACTIONS(8771), - [anon_sym_ATsuccess] = ACTIONS(8773), - [anon_sym_ATfinished] = ACTIONS(8775), - [anon_sym_ATpersist] = ACTIONS(8777), - [anon_sym_ATendpersist] = ACTIONS(4996), - [anon_sym_ATteleport] = ACTIONS(8779), - [anon_sym_ATvolt] = ACTIONS(8781), - [aux_sym__text_token1] = ACTIONS(8783), - [aux_sym__text_token2] = ACTIONS(8783), - [aux_sym__text_token3] = ACTIONS(8785), + [sym__text] = STATE(973), + [aux_sym_php_only_repeat1] = STATE(973), + [sym_comment] = ACTIONS(8929), + [aux_sym_keyword_token1] = ACTIONS(8827), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8829), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8831), + [anon_sym_ATphp] = ACTIONS(8833), + [aux_sym_attribute_token1] = ACTIONS(8835), + [aux_sym__inline_directive_token1] = ACTIONS(8837), + [aux_sym__inline_directive_token2] = ACTIONS(8839), + [anon_sym_ATfragment] = ACTIONS(8841), + [anon_sym_ATsection] = ACTIONS(8843), + [anon_sym_ATonce] = ACTIONS(8845), + [anon_sym_ATverbatim] = ACTIONS(8847), + [anon_sym_ATpush] = ACTIONS(8849), + [anon_sym_ATpushOnce] = ACTIONS(8851), + [anon_sym_ATpushIf] = ACTIONS(8853), + [anon_sym_ATprepend] = ACTIONS(8855), + [anon_sym_ATprependOnce] = ACTIONS(8857), + [anon_sym_ATif] = ACTIONS(8859), + [anon_sym_ATunless] = ACTIONS(8861), + [anon_sym_ATisset] = ACTIONS(8863), + [anon_sym_ATempty] = ACTIONS(8865), + [anon_sym_ATauth] = ACTIONS(8867), + [anon_sym_ATguest] = ACTIONS(8869), + [anon_sym_ATproduction] = ACTIONS(8871), + [anon_sym_ATenv] = ACTIONS(8873), + [anon_sym_AThasSection] = ACTIONS(8875), + [anon_sym_ATsectionMissing] = ACTIONS(8877), + [anon_sym_ATerror] = ACTIONS(8879), + [anon_sym_ATcan] = ACTIONS(8881), + [anon_sym_ATcannot] = ACTIONS(8883), + [anon_sym_ATcanany] = ACTIONS(8885), + [anon_sym_ATfeature] = ACTIONS(8887), + [aux_sym__custom_token1] = ACTIONS(8889), + [aux_sym__custom_token2] = ACTIONS(8891), + [anon_sym_ATswitch] = ACTIONS(8893), + [aux_sym_loop_operator_token1] = ACTIONS(8895), + [anon_sym_ATfor] = ACTIONS(8897), + [anon_sym_ATforeach] = ACTIONS(8899), + [anon_sym_ATforelse] = ACTIONS(8901), + [anon_sym_ATwhile] = ACTIONS(8903), + [anon_sym_ATsetup] = ACTIONS(8905), + [anon_sym_ATtask] = ACTIONS(8907), + [anon_sym_ATstory] = ACTIONS(8909), + [anon_sym_ATbefore] = ACTIONS(8911), + [anon_sym_ATafter] = ACTIONS(8913), + [anon_sym_ATsuccess] = ACTIONS(8915), + [anon_sym_ATfinished] = ACTIONS(8917), + [anon_sym_ATpersist] = ACTIONS(8919), + [anon_sym_ATendpersist] = ACTIONS(5083), + [anon_sym_ATteleport] = ACTIONS(8921), + [anon_sym_ATvolt] = ACTIONS(8923), + [aux_sym__text_token1] = ACTIONS(8925), + [aux_sym__text_token2] = ACTIONS(8925), + [aux_sym__text_token3] = ACTIONS(8927), }, [639] = { [sym__definition] = STATE(639), @@ -102895,69 +103390,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(639), [sym__text] = STATE(982), [aux_sym_php_only_repeat1] = STATE(982), - [sym_comment] = ACTIONS(8789), - [aux_sym_keyword_token1] = ACTIONS(8792), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8795), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8798), - [anon_sym_ATphp] = ACTIONS(8801), - [aux_sym_attribute_token1] = ACTIONS(8804), - [aux_sym__inline_directive_token1] = ACTIONS(8807), - [anon_sym_ATfragment] = ACTIONS(8810), - [anon_sym_ATsection] = ACTIONS(8813), - [anon_sym_ATonce] = ACTIONS(8816), - [anon_sym_ATverbatim] = ACTIONS(8819), - [anon_sym_ATpush] = ACTIONS(8822), - [anon_sym_ATpushOnce] = ACTIONS(8825), - [anon_sym_ATpushIf] = ACTIONS(8828), - [anon_sym_ATprepend] = ACTIONS(8831), - [anon_sym_ATprependOnce] = ACTIONS(8834), - [anon_sym_ATif] = ACTIONS(8837), - [anon_sym_ATunless] = ACTIONS(8840), - [anon_sym_ATisset] = ACTIONS(8843), - [anon_sym_ATempty] = ACTIONS(8846), - [anon_sym_ATauth] = ACTIONS(8849), - [anon_sym_ATguest] = ACTIONS(8852), - [anon_sym_ATproduction] = ACTIONS(8855), - [anon_sym_ATenv] = ACTIONS(8858), - [anon_sym_AThasSection] = ACTIONS(8861), - [anon_sym_ATsectionMissing] = ACTIONS(8864), - [anon_sym_ATerror] = ACTIONS(8867), - [anon_sym_ATcan] = ACTIONS(8870), - [anon_sym_ATcannot] = ACTIONS(8873), - [anon_sym_ATcanany] = ACTIONS(8876), - [anon_sym_ATfeature] = ACTIONS(8879), - [aux_sym__custom_token1] = ACTIONS(8882), - [aux_sym__custom_token2] = ACTIONS(8885), - [anon_sym_ATswitch] = ACTIONS(8888), - [aux_sym_loop_operator_token1] = ACTIONS(8891), - [anon_sym_ATfor] = ACTIONS(8894), - [anon_sym_ATforeach] = ACTIONS(8897), - [anon_sym_ATforelse] = ACTIONS(8900), - [anon_sym_ATwhile] = ACTIONS(8903), - [anon_sym_ATsetup] = ACTIONS(8906), - [anon_sym_ATtask] = ACTIONS(8909), - [anon_sym_ATendtask] = ACTIONS(5035), - [anon_sym_ATstory] = ACTIONS(8912), - [anon_sym_ATbefore] = ACTIONS(8915), - [anon_sym_ATafter] = ACTIONS(8918), - [anon_sym_ATsuccess] = ACTIONS(8921), - [anon_sym_ATfinished] = ACTIONS(8924), - [anon_sym_ATpersist] = ACTIONS(8927), - [anon_sym_ATteleport] = ACTIONS(8930), - [anon_sym_ATvolt] = ACTIONS(8933), - [aux_sym__text_token1] = ACTIONS(8936), - [aux_sym__text_token2] = ACTIONS(8936), - [aux_sym__text_token3] = ACTIONS(8939), + [sym_comment] = ACTIONS(8931), + [aux_sym_keyword_token1] = ACTIONS(8934), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8937), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8940), + [anon_sym_ATphp] = ACTIONS(8943), + [aux_sym_attribute_token1] = ACTIONS(8946), + [aux_sym__inline_directive_token1] = ACTIONS(8949), + [aux_sym__inline_directive_token2] = ACTIONS(8952), + [anon_sym_ATfragment] = ACTIONS(8955), + [anon_sym_ATsection] = ACTIONS(8958), + [anon_sym_ATonce] = ACTIONS(8961), + [anon_sym_ATverbatim] = ACTIONS(8964), + [anon_sym_ATpush] = ACTIONS(8967), + [anon_sym_ATpushOnce] = ACTIONS(8970), + [anon_sym_ATpushIf] = ACTIONS(8973), + [anon_sym_ATprepend] = ACTIONS(8976), + [anon_sym_ATprependOnce] = ACTIONS(8979), + [anon_sym_ATif] = ACTIONS(8982), + [anon_sym_ATunless] = ACTIONS(8985), + [anon_sym_ATisset] = ACTIONS(8988), + [anon_sym_ATempty] = ACTIONS(8991), + [anon_sym_ATauth] = ACTIONS(8994), + [anon_sym_ATguest] = ACTIONS(8997), + [anon_sym_ATproduction] = ACTIONS(9000), + [anon_sym_ATenv] = ACTIONS(9003), + [anon_sym_AThasSection] = ACTIONS(9006), + [anon_sym_ATsectionMissing] = ACTIONS(9009), + [anon_sym_ATerror] = ACTIONS(9012), + [anon_sym_ATcan] = ACTIONS(9015), + [anon_sym_ATcannot] = ACTIONS(9018), + [anon_sym_ATcanany] = ACTIONS(9021), + [anon_sym_ATfeature] = ACTIONS(9024), + [aux_sym__custom_token1] = ACTIONS(9027), + [aux_sym__custom_token2] = ACTIONS(9030), + [anon_sym_ATswitch] = ACTIONS(9033), + [aux_sym_loop_operator_token1] = ACTIONS(9036), + [anon_sym_ATfor] = ACTIONS(9039), + [anon_sym_ATforeach] = ACTIONS(9042), + [anon_sym_ATforelse] = ACTIONS(9045), + [anon_sym_ATwhile] = ACTIONS(9048), + [anon_sym_ATsetup] = ACTIONS(9051), + [anon_sym_ATtask] = ACTIONS(9054), + [anon_sym_ATendtask] = ACTIONS(5125), + [anon_sym_ATstory] = ACTIONS(9057), + [anon_sym_ATbefore] = ACTIONS(9060), + [anon_sym_ATafter] = ACTIONS(9063), + [anon_sym_ATsuccess] = ACTIONS(9066), + [anon_sym_ATfinished] = ACTIONS(9069), + [anon_sym_ATpersist] = ACTIONS(9072), + [anon_sym_ATteleport] = ACTIONS(9075), + [anon_sym_ATvolt] = ACTIONS(9078), + [aux_sym__text_token1] = ACTIONS(9081), + [aux_sym__text_token2] = ACTIONS(9081), + [aux_sym__text_token3] = ACTIONS(9084), }, [640] = { [sym__definition] = STATE(640), [sym_keyword] = STATE(640), [sym_php_statement] = STATE(640), - [sym__escaped] = STATE(1938), - [sym__unescaped] = STATE(1938), - [sym__raw] = STATE(1938), - [sym__inline_raw] = STATE(1938), - [sym__multi_line_raw] = STATE(1938), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), [sym_attribute] = STATE(640), [sym__inline_directive] = STATE(640), [sym__nested_directive] = STATE(640), @@ -102967,107 +103463,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(640), [sym_verbatim] = STATE(640), [sym_stack] = STATE(640), - [sym__push] = STATE(1939), - [sym__pushOnce] = STATE(1939), - [sym__pushIf] = STATE(1939), - [sym__prepend] = STATE(1939), - [sym__prependOnce] = STATE(1939), + [sym__push] = STATE(3180), + [sym__pushOnce] = STATE(3180), + [sym__pushIf] = STATE(3180), + [sym__prepend] = STATE(3180), + [sym__prependOnce] = STATE(3180), [sym_conditional] = STATE(640), - [sym__if] = STATE(1940), - [sym__unless] = STATE(1940), - [sym__isset] = STATE(1940), - [sym__empty] = STATE(1940), - [sym__auth] = STATE(1940), - [sym__guest] = STATE(1940), - [sym__production] = STATE(1940), - [sym__env] = STATE(1940), - [sym__hasSection] = STATE(1940), - [sym__sectionMissing] = STATE(1940), - [sym__error] = STATE(1940), - [sym_authorization] = STATE(1940), - [sym__can] = STATE(2000), - [sym__cannot] = STATE(2000), - [sym__canany] = STATE(2000), - [sym__feature] = STATE(1940), - [sym__custom] = STATE(1940), + [sym__if] = STATE(3183), + [sym__unless] = STATE(3183), + [sym__isset] = STATE(3183), + [sym__empty] = STATE(3183), + [sym__auth] = STATE(3183), + [sym__guest] = STATE(3183), + [sym__production] = STATE(3183), + [sym__env] = STATE(3183), + [sym__hasSection] = STATE(3183), + [sym__sectionMissing] = STATE(3183), + [sym__error] = STATE(3183), + [sym_authorization] = STATE(3183), + [sym__can] = STATE(3184), + [sym__cannot] = STATE(3184), + [sym__canany] = STATE(3184), + [sym__feature] = STATE(3183), + [sym__custom] = STATE(3183), [sym_switch] = STATE(640), [sym_loop] = STATE(640), [sym_loop_operator] = STATE(640), - [sym__for] = STATE(2077), - [sym__foreach] = STATE(2077), - [sym__forelse] = STATE(2077), - [sym__while] = STATE(2077), + [sym__for] = STATE(3187), + [sym__foreach] = STATE(3187), + [sym__forelse] = STATE(3187), + [sym__while] = STATE(3187), [sym_envoy] = STATE(640), - [sym__setup] = STATE(1938), - [sym__task] = STATE(2085), - [sym__story] = STATE(2085), - [sym__hooks] = STATE(1938), - [sym__before] = STATE(1938), - [sym__after] = STATE(1938), - [sym__envoy_error] = STATE(1938), - [sym__success] = STATE(1938), - [sym__finished] = STATE(1938), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3191), + [sym__story] = STATE(3191), + [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(3158), - [sym__teleport] = STATE(3158), - [sym__volt] = STATE(3158), + [sym__persist] = STATE(3210), + [sym__teleport] = STATE(3210), + [sym__volt] = STATE(3210), [sym_text] = STATE(640), - [sym__text] = STATE(752), + [sym__text] = STATE(934), [aux_sym_blade_repeat1] = STATE(640), - [aux_sym_php_only_repeat1] = STATE(752), - [ts_builtin_sym_end] = ACTIONS(4919), - [sym_comment] = ACTIONS(8942), - [aux_sym_keyword_token1] = ACTIONS(8945), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8948), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8951), - [anon_sym_ATphp] = ACTIONS(8954), - [aux_sym_attribute_token1] = ACTIONS(8957), - [aux_sym__inline_directive_token1] = ACTIONS(8960), - [anon_sym_ATfragment] = ACTIONS(8963), - [anon_sym_ATsection] = ACTIONS(8966), - [anon_sym_ATonce] = ACTIONS(8969), - [anon_sym_ATverbatim] = ACTIONS(8972), - [anon_sym_ATpush] = ACTIONS(8975), - [anon_sym_ATpushOnce] = ACTIONS(8978), - [anon_sym_ATpushIf] = ACTIONS(8981), - [anon_sym_ATprepend] = ACTIONS(8984), - [anon_sym_ATprependOnce] = ACTIONS(8987), - [anon_sym_ATif] = ACTIONS(8990), - [anon_sym_ATunless] = ACTIONS(8993), - [anon_sym_ATisset] = ACTIONS(8996), - [anon_sym_ATempty] = ACTIONS(8999), - [anon_sym_ATauth] = ACTIONS(9002), - [anon_sym_ATguest] = ACTIONS(9005), - [anon_sym_ATproduction] = ACTIONS(9008), - [anon_sym_ATenv] = ACTIONS(9011), - [anon_sym_AThasSection] = ACTIONS(9014), - [anon_sym_ATsectionMissing] = ACTIONS(9017), - [anon_sym_ATerror] = ACTIONS(9020), - [anon_sym_ATcan] = ACTIONS(9023), - [anon_sym_ATcannot] = ACTIONS(9026), - [anon_sym_ATcanany] = ACTIONS(9029), - [anon_sym_ATfeature] = ACTIONS(9032), - [aux_sym__custom_token1] = ACTIONS(9035), - [aux_sym__custom_token2] = ACTIONS(9038), - [anon_sym_ATswitch] = ACTIONS(9041), - [aux_sym_loop_operator_token1] = ACTIONS(9044), - [anon_sym_ATfor] = ACTIONS(9047), - [anon_sym_ATforeach] = ACTIONS(9050), - [anon_sym_ATforelse] = ACTIONS(9053), - [anon_sym_ATwhile] = ACTIONS(9056), - [anon_sym_ATsetup] = ACTIONS(9059), - [anon_sym_ATtask] = ACTIONS(9062), - [anon_sym_ATstory] = ACTIONS(9065), - [anon_sym_ATbefore] = ACTIONS(9068), - [anon_sym_ATafter] = ACTIONS(9071), - [anon_sym_ATsuccess] = ACTIONS(9074), - [anon_sym_ATfinished] = ACTIONS(9077), - [anon_sym_ATpersist] = ACTIONS(9080), - [anon_sym_ATteleport] = ACTIONS(9083), - [anon_sym_ATvolt] = ACTIONS(9086), - [aux_sym__text_token1] = ACTIONS(9089), - [aux_sym__text_token2] = ACTIONS(9089), - [aux_sym__text_token3] = ACTIONS(9092), + [aux_sym_php_only_repeat1] = STATE(934), + [ts_builtin_sym_end] = ACTIONS(5006), + [sym_comment] = ACTIONS(9087), + [aux_sym_keyword_token1] = ACTIONS(9090), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9093), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9096), + [anon_sym_ATphp] = ACTIONS(9099), + [aux_sym_attribute_token1] = ACTIONS(9102), + [aux_sym__inline_directive_token1] = ACTIONS(9105), + [aux_sym__inline_directive_token2] = ACTIONS(9108), + [anon_sym_ATfragment] = ACTIONS(9111), + [anon_sym_ATsection] = ACTIONS(9114), + [anon_sym_ATonce] = ACTIONS(9117), + [anon_sym_ATverbatim] = ACTIONS(9120), + [anon_sym_ATpush] = ACTIONS(9123), + [anon_sym_ATpushOnce] = ACTIONS(9126), + [anon_sym_ATpushIf] = ACTIONS(9129), + [anon_sym_ATprepend] = ACTIONS(9132), + [anon_sym_ATprependOnce] = ACTIONS(9135), + [anon_sym_ATif] = ACTIONS(9138), + [anon_sym_ATunless] = ACTIONS(9141), + [anon_sym_ATisset] = ACTIONS(9144), + [anon_sym_ATempty] = ACTIONS(9147), + [anon_sym_ATauth] = ACTIONS(9150), + [anon_sym_ATguest] = ACTIONS(9153), + [anon_sym_ATproduction] = ACTIONS(9156), + [anon_sym_ATenv] = ACTIONS(9159), + [anon_sym_AThasSection] = ACTIONS(9162), + [anon_sym_ATsectionMissing] = ACTIONS(9165), + [anon_sym_ATerror] = ACTIONS(9168), + [anon_sym_ATcan] = ACTIONS(9171), + [anon_sym_ATcannot] = ACTIONS(9174), + [anon_sym_ATcanany] = ACTIONS(9177), + [anon_sym_ATfeature] = ACTIONS(9180), + [aux_sym__custom_token1] = ACTIONS(9183), + [aux_sym__custom_token2] = ACTIONS(9186), + [anon_sym_ATswitch] = ACTIONS(9189), + [aux_sym_loop_operator_token1] = ACTIONS(9192), + [anon_sym_ATfor] = ACTIONS(9195), + [anon_sym_ATforeach] = ACTIONS(9198), + [anon_sym_ATforelse] = ACTIONS(9201), + [anon_sym_ATwhile] = ACTIONS(9204), + [anon_sym_ATsetup] = ACTIONS(9207), + [anon_sym_ATtask] = ACTIONS(9210), + [anon_sym_ATstory] = ACTIONS(9213), + [anon_sym_ATbefore] = ACTIONS(9216), + [anon_sym_ATafter] = ACTIONS(9219), + [anon_sym_ATsuccess] = ACTIONS(9222), + [anon_sym_ATfinished] = ACTIONS(9225), + [anon_sym_ATpersist] = ACTIONS(9228), + [anon_sym_ATteleport] = ACTIONS(9231), + [anon_sym_ATvolt] = ACTIONS(9234), + [aux_sym__text_token1] = ACTIONS(9237), + [aux_sym__text_token2] = ACTIONS(9237), + [aux_sym__text_token3] = ACTIONS(9240), }, [641] = { [sym__definition] = STATE(642), @@ -103133,61 +103630,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2755), [aux_sym__directive_body] = STATE(642), [sym_text] = STATE(642), - [sym__text] = STATE(968), - [aux_sym_php_only_repeat1] = STATE(968), - [sym_comment] = ACTIONS(9095), - [aux_sym_keyword_token1] = ACTIONS(9097), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9099), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9101), - [anon_sym_ATphp] = ACTIONS(9103), - [aux_sym_attribute_token1] = ACTIONS(9105), - [aux_sym__inline_directive_token1] = ACTIONS(9107), - [anon_sym_ATfragment] = ACTIONS(9109), - [anon_sym_ATsection] = ACTIONS(9111), - [anon_sym_ATonce] = ACTIONS(9113), - [anon_sym_ATverbatim] = ACTIONS(9115), - [anon_sym_ATpush] = ACTIONS(9117), - [anon_sym_ATpushOnce] = ACTIONS(9119), - [anon_sym_ATpushIf] = ACTIONS(9121), - [anon_sym_ATprepend] = ACTIONS(9123), - [anon_sym_ATprependOnce] = ACTIONS(9125), - [anon_sym_ATif] = ACTIONS(9127), - [anon_sym_ATunless] = ACTIONS(9129), - [anon_sym_ATisset] = ACTIONS(9131), - [anon_sym_ATempty] = ACTIONS(9133), - [anon_sym_ATauth] = ACTIONS(9135), - [anon_sym_ATguest] = ACTIONS(9137), - [anon_sym_ATproduction] = ACTIONS(9139), - [anon_sym_ATenv] = ACTIONS(9141), - [anon_sym_AThasSection] = ACTIONS(9143), - [anon_sym_ATsectionMissing] = ACTIONS(9145), - [anon_sym_ATerror] = ACTIONS(9147), - [anon_sym_ATcan] = ACTIONS(9149), - [anon_sym_ATcannot] = ACTIONS(9151), - [anon_sym_ATcanany] = ACTIONS(9153), - [anon_sym_ATfeature] = ACTIONS(9155), - [aux_sym__custom_token1] = ACTIONS(9157), - [aux_sym__custom_token2] = ACTIONS(9159), - [anon_sym_ATswitch] = ACTIONS(9161), - [aux_sym_loop_operator_token1] = ACTIONS(9163), - [anon_sym_ATfor] = ACTIONS(9165), - [anon_sym_ATforeach] = ACTIONS(9167), - [anon_sym_ATforelse] = ACTIONS(9169), - [anon_sym_ATwhile] = ACTIONS(9171), - [anon_sym_ATsetup] = ACTIONS(9173), - [anon_sym_ATtask] = ACTIONS(9175), - [anon_sym_ATstory] = ACTIONS(9177), - [anon_sym_ATbefore] = ACTIONS(9179), - [anon_sym_ATafter] = ACTIONS(9181), - [anon_sym_ATsuccess] = ACTIONS(9183), - [anon_sym_ATfinished] = ACTIONS(9185), - [anon_sym_ATpersist] = ACTIONS(9187), - [anon_sym_ATteleport] = ACTIONS(9189), - [anon_sym_ATendteleport] = ACTIONS(4609), - [anon_sym_ATvolt] = ACTIONS(9191), - [aux_sym__text_token1] = ACTIONS(9193), - [aux_sym__text_token2] = ACTIONS(9193), - [aux_sym__text_token3] = ACTIONS(9195), + [sym__text] = STATE(969), + [aux_sym_php_only_repeat1] = STATE(969), + [sym_comment] = ACTIONS(9243), + [aux_sym_keyword_token1] = ACTIONS(9245), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9247), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9249), + [anon_sym_ATphp] = ACTIONS(9251), + [aux_sym_attribute_token1] = ACTIONS(9253), + [aux_sym__inline_directive_token1] = ACTIONS(9255), + [aux_sym__inline_directive_token2] = ACTIONS(9257), + [anon_sym_ATfragment] = ACTIONS(9259), + [anon_sym_ATsection] = ACTIONS(9261), + [anon_sym_ATonce] = ACTIONS(9263), + [anon_sym_ATverbatim] = ACTIONS(9265), + [anon_sym_ATpush] = ACTIONS(9267), + [anon_sym_ATpushOnce] = ACTIONS(9269), + [anon_sym_ATpushIf] = ACTIONS(9271), + [anon_sym_ATprepend] = ACTIONS(9273), + [anon_sym_ATprependOnce] = ACTIONS(9275), + [anon_sym_ATif] = ACTIONS(9277), + [anon_sym_ATunless] = ACTIONS(9279), + [anon_sym_ATisset] = ACTIONS(9281), + [anon_sym_ATempty] = ACTIONS(9283), + [anon_sym_ATauth] = ACTIONS(9285), + [anon_sym_ATguest] = ACTIONS(9287), + [anon_sym_ATproduction] = ACTIONS(9289), + [anon_sym_ATenv] = ACTIONS(9291), + [anon_sym_AThasSection] = ACTIONS(9293), + [anon_sym_ATsectionMissing] = ACTIONS(9295), + [anon_sym_ATerror] = ACTIONS(9297), + [anon_sym_ATcan] = ACTIONS(9299), + [anon_sym_ATcannot] = ACTIONS(9301), + [anon_sym_ATcanany] = ACTIONS(9303), + [anon_sym_ATfeature] = ACTIONS(9305), + [aux_sym__custom_token1] = ACTIONS(9307), + [aux_sym__custom_token2] = ACTIONS(9309), + [anon_sym_ATswitch] = ACTIONS(9311), + [aux_sym_loop_operator_token1] = ACTIONS(9313), + [anon_sym_ATfor] = ACTIONS(9315), + [anon_sym_ATforeach] = ACTIONS(9317), + [anon_sym_ATforelse] = ACTIONS(9319), + [anon_sym_ATwhile] = ACTIONS(9321), + [anon_sym_ATsetup] = ACTIONS(9323), + [anon_sym_ATtask] = ACTIONS(9325), + [anon_sym_ATstory] = ACTIONS(9327), + [anon_sym_ATbefore] = ACTIONS(9329), + [anon_sym_ATafter] = ACTIONS(9331), + [anon_sym_ATsuccess] = ACTIONS(9333), + [anon_sym_ATfinished] = ACTIONS(9335), + [anon_sym_ATpersist] = ACTIONS(9337), + [anon_sym_ATteleport] = ACTIONS(9339), + [anon_sym_ATendteleport] = ACTIONS(4691), + [anon_sym_ATvolt] = ACTIONS(9341), + [aux_sym__text_token1] = ACTIONS(9343), + [aux_sym__text_token2] = ACTIONS(9343), + [aux_sym__text_token3] = ACTIONS(9345), }, [642] = { [sym__definition] = STATE(651), @@ -103253,61 +103751,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2755), [aux_sym__directive_body] = STATE(651), [sym_text] = STATE(651), - [sym__text] = STATE(968), - [aux_sym_php_only_repeat1] = STATE(968), - [sym_comment] = ACTIONS(9197), - [aux_sym_keyword_token1] = ACTIONS(9097), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9099), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9101), - [anon_sym_ATphp] = ACTIONS(9103), - [aux_sym_attribute_token1] = ACTIONS(9105), - [aux_sym__inline_directive_token1] = ACTIONS(9107), - [anon_sym_ATfragment] = ACTIONS(9109), - [anon_sym_ATsection] = ACTIONS(9111), - [anon_sym_ATonce] = ACTIONS(9113), - [anon_sym_ATverbatim] = ACTIONS(9115), - [anon_sym_ATpush] = ACTIONS(9117), - [anon_sym_ATpushOnce] = ACTIONS(9119), - [anon_sym_ATpushIf] = ACTIONS(9121), - [anon_sym_ATprepend] = ACTIONS(9123), - [anon_sym_ATprependOnce] = ACTIONS(9125), - [anon_sym_ATif] = ACTIONS(9127), - [anon_sym_ATunless] = ACTIONS(9129), - [anon_sym_ATisset] = ACTIONS(9131), - [anon_sym_ATempty] = ACTIONS(9133), - [anon_sym_ATauth] = ACTIONS(9135), - [anon_sym_ATguest] = ACTIONS(9137), - [anon_sym_ATproduction] = ACTIONS(9139), - [anon_sym_ATenv] = ACTIONS(9141), - [anon_sym_AThasSection] = ACTIONS(9143), - [anon_sym_ATsectionMissing] = ACTIONS(9145), - [anon_sym_ATerror] = ACTIONS(9147), - [anon_sym_ATcan] = ACTIONS(9149), - [anon_sym_ATcannot] = ACTIONS(9151), - [anon_sym_ATcanany] = ACTIONS(9153), - [anon_sym_ATfeature] = ACTIONS(9155), - [aux_sym__custom_token1] = ACTIONS(9157), - [aux_sym__custom_token2] = ACTIONS(9159), - [anon_sym_ATswitch] = ACTIONS(9161), - [aux_sym_loop_operator_token1] = ACTIONS(9163), - [anon_sym_ATfor] = ACTIONS(9165), - [anon_sym_ATforeach] = ACTIONS(9167), - [anon_sym_ATforelse] = ACTIONS(9169), - [anon_sym_ATwhile] = ACTIONS(9171), - [anon_sym_ATsetup] = ACTIONS(9173), - [anon_sym_ATtask] = ACTIONS(9175), - [anon_sym_ATstory] = ACTIONS(9177), - [anon_sym_ATbefore] = ACTIONS(9179), - [anon_sym_ATafter] = ACTIONS(9181), - [anon_sym_ATsuccess] = ACTIONS(9183), - [anon_sym_ATfinished] = ACTIONS(9185), - [anon_sym_ATpersist] = ACTIONS(9187), - [anon_sym_ATteleport] = ACTIONS(9189), - [anon_sym_ATendteleport] = ACTIONS(4996), - [anon_sym_ATvolt] = ACTIONS(9191), - [aux_sym__text_token1] = ACTIONS(9193), - [aux_sym__text_token2] = ACTIONS(9193), - [aux_sym__text_token3] = ACTIONS(9195), + [sym__text] = STATE(969), + [aux_sym_php_only_repeat1] = STATE(969), + [sym_comment] = ACTIONS(9347), + [aux_sym_keyword_token1] = ACTIONS(9245), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9247), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9249), + [anon_sym_ATphp] = ACTIONS(9251), + [aux_sym_attribute_token1] = ACTIONS(9253), + [aux_sym__inline_directive_token1] = ACTIONS(9255), + [aux_sym__inline_directive_token2] = ACTIONS(9257), + [anon_sym_ATfragment] = ACTIONS(9259), + [anon_sym_ATsection] = ACTIONS(9261), + [anon_sym_ATonce] = ACTIONS(9263), + [anon_sym_ATverbatim] = ACTIONS(9265), + [anon_sym_ATpush] = ACTIONS(9267), + [anon_sym_ATpushOnce] = ACTIONS(9269), + [anon_sym_ATpushIf] = ACTIONS(9271), + [anon_sym_ATprepend] = ACTIONS(9273), + [anon_sym_ATprependOnce] = ACTIONS(9275), + [anon_sym_ATif] = ACTIONS(9277), + [anon_sym_ATunless] = ACTIONS(9279), + [anon_sym_ATisset] = ACTIONS(9281), + [anon_sym_ATempty] = ACTIONS(9283), + [anon_sym_ATauth] = ACTIONS(9285), + [anon_sym_ATguest] = ACTIONS(9287), + [anon_sym_ATproduction] = ACTIONS(9289), + [anon_sym_ATenv] = ACTIONS(9291), + [anon_sym_AThasSection] = ACTIONS(9293), + [anon_sym_ATsectionMissing] = ACTIONS(9295), + [anon_sym_ATerror] = ACTIONS(9297), + [anon_sym_ATcan] = ACTIONS(9299), + [anon_sym_ATcannot] = ACTIONS(9301), + [anon_sym_ATcanany] = ACTIONS(9303), + [anon_sym_ATfeature] = ACTIONS(9305), + [aux_sym__custom_token1] = ACTIONS(9307), + [aux_sym__custom_token2] = ACTIONS(9309), + [anon_sym_ATswitch] = ACTIONS(9311), + [aux_sym_loop_operator_token1] = ACTIONS(9313), + [anon_sym_ATfor] = ACTIONS(9315), + [anon_sym_ATforeach] = ACTIONS(9317), + [anon_sym_ATforelse] = ACTIONS(9319), + [anon_sym_ATwhile] = ACTIONS(9321), + [anon_sym_ATsetup] = ACTIONS(9323), + [anon_sym_ATtask] = ACTIONS(9325), + [anon_sym_ATstory] = ACTIONS(9327), + [anon_sym_ATbefore] = ACTIONS(9329), + [anon_sym_ATafter] = ACTIONS(9331), + [anon_sym_ATsuccess] = ACTIONS(9333), + [anon_sym_ATfinished] = ACTIONS(9335), + [anon_sym_ATpersist] = ACTIONS(9337), + [anon_sym_ATteleport] = ACTIONS(9339), + [anon_sym_ATendteleport] = ACTIONS(5083), + [anon_sym_ATvolt] = ACTIONS(9341), + [aux_sym__text_token1] = ACTIONS(9343), + [aux_sym__text_token2] = ACTIONS(9343), + [aux_sym__text_token3] = ACTIONS(9345), }, [643] = { [sym__definition] = STATE(643), @@ -103375,59 +103874,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(643), [sym__text] = STATE(977), [aux_sym_php_only_repeat1] = STATE(977), - [sym_comment] = ACTIONS(9199), - [aux_sym_keyword_token1] = ACTIONS(9202), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9205), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9208), - [anon_sym_ATphp] = ACTIONS(9211), - [aux_sym_attribute_token1] = ACTIONS(9214), - [aux_sym__inline_directive_token1] = ACTIONS(9217), - [anon_sym_ATfragment] = ACTIONS(9220), - [anon_sym_ATsection] = ACTIONS(9223), - [anon_sym_ATonce] = ACTIONS(9226), - [anon_sym_ATverbatim] = ACTIONS(9229), - [anon_sym_ATpush] = ACTIONS(9232), - [anon_sym_ATpushOnce] = ACTIONS(9235), - [anon_sym_ATpushIf] = ACTIONS(9238), - [anon_sym_ATprepend] = ACTIONS(9241), - [anon_sym_ATprependOnce] = ACTIONS(9244), - [anon_sym_ATif] = ACTIONS(9247), - [anon_sym_ATunless] = ACTIONS(9250), - [anon_sym_ATisset] = ACTIONS(9253), - [anon_sym_ATempty] = ACTIONS(9256), - [anon_sym_ATauth] = ACTIONS(9259), - [anon_sym_ATguest] = ACTIONS(9262), - [anon_sym_ATproduction] = ACTIONS(9265), - [anon_sym_ATenv] = ACTIONS(9268), - [anon_sym_AThasSection] = ACTIONS(9271), - [anon_sym_ATsectionMissing] = ACTIONS(9274), - [anon_sym_ATerror] = ACTIONS(9277), - [anon_sym_ATcan] = ACTIONS(9280), - [anon_sym_ATcannot] = ACTIONS(9283), - [anon_sym_ATcanany] = ACTIONS(9286), - [anon_sym_ATfeature] = ACTIONS(9289), - [aux_sym__custom_token1] = ACTIONS(9292), - [aux_sym__custom_token2] = ACTIONS(9295), - [anon_sym_ATswitch] = ACTIONS(9298), - [aux_sym_loop_operator_token1] = ACTIONS(9301), - [anon_sym_ATfor] = ACTIONS(9304), - [anon_sym_ATforeach] = ACTIONS(9307), - [anon_sym_ATforelse] = ACTIONS(9310), - [anon_sym_ATwhile] = ACTIONS(9313), - [anon_sym_ATsetup] = ACTIONS(9316), - [anon_sym_ATtask] = ACTIONS(9319), - [anon_sym_ATstory] = ACTIONS(9322), - [anon_sym_ATendstory] = ACTIONS(5035), - [anon_sym_ATbefore] = ACTIONS(9325), - [anon_sym_ATafter] = ACTIONS(9328), - [anon_sym_ATsuccess] = ACTIONS(9331), - [anon_sym_ATfinished] = ACTIONS(9334), - [anon_sym_ATpersist] = ACTIONS(9337), - [anon_sym_ATteleport] = ACTIONS(9340), - [anon_sym_ATvolt] = ACTIONS(9343), - [aux_sym__text_token1] = ACTIONS(9346), - [aux_sym__text_token2] = ACTIONS(9346), - [aux_sym__text_token3] = ACTIONS(9349), + [sym_comment] = ACTIONS(9349), + [aux_sym_keyword_token1] = ACTIONS(9352), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9355), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9358), + [anon_sym_ATphp] = ACTIONS(9361), + [aux_sym_attribute_token1] = ACTIONS(9364), + [aux_sym__inline_directive_token1] = ACTIONS(9367), + [aux_sym__inline_directive_token2] = ACTIONS(9370), + [anon_sym_ATfragment] = ACTIONS(9373), + [anon_sym_ATsection] = ACTIONS(9376), + [anon_sym_ATonce] = ACTIONS(9379), + [anon_sym_ATverbatim] = ACTIONS(9382), + [anon_sym_ATpush] = ACTIONS(9385), + [anon_sym_ATpushOnce] = ACTIONS(9388), + [anon_sym_ATpushIf] = ACTIONS(9391), + [anon_sym_ATprepend] = ACTIONS(9394), + [anon_sym_ATprependOnce] = ACTIONS(9397), + [anon_sym_ATif] = ACTIONS(9400), + [anon_sym_ATunless] = ACTIONS(9403), + [anon_sym_ATisset] = ACTIONS(9406), + [anon_sym_ATempty] = ACTIONS(9409), + [anon_sym_ATauth] = ACTIONS(9412), + [anon_sym_ATguest] = ACTIONS(9415), + [anon_sym_ATproduction] = ACTIONS(9418), + [anon_sym_ATenv] = ACTIONS(9421), + [anon_sym_AThasSection] = ACTIONS(9424), + [anon_sym_ATsectionMissing] = ACTIONS(9427), + [anon_sym_ATerror] = ACTIONS(9430), + [anon_sym_ATcan] = ACTIONS(9433), + [anon_sym_ATcannot] = ACTIONS(9436), + [anon_sym_ATcanany] = ACTIONS(9439), + [anon_sym_ATfeature] = ACTIONS(9442), + [aux_sym__custom_token1] = ACTIONS(9445), + [aux_sym__custom_token2] = ACTIONS(9448), + [anon_sym_ATswitch] = ACTIONS(9451), + [aux_sym_loop_operator_token1] = ACTIONS(9454), + [anon_sym_ATfor] = ACTIONS(9457), + [anon_sym_ATforeach] = ACTIONS(9460), + [anon_sym_ATforelse] = ACTIONS(9463), + [anon_sym_ATwhile] = ACTIONS(9466), + [anon_sym_ATsetup] = ACTIONS(9469), + [anon_sym_ATtask] = ACTIONS(9472), + [anon_sym_ATstory] = ACTIONS(9475), + [anon_sym_ATendstory] = ACTIONS(5125), + [anon_sym_ATbefore] = ACTIONS(9478), + [anon_sym_ATafter] = ACTIONS(9481), + [anon_sym_ATsuccess] = ACTIONS(9484), + [anon_sym_ATfinished] = ACTIONS(9487), + [anon_sym_ATpersist] = ACTIONS(9490), + [anon_sym_ATteleport] = ACTIONS(9493), + [anon_sym_ATvolt] = ACTIONS(9496), + [aux_sym__text_token1] = ACTIONS(9499), + [aux_sym__text_token2] = ACTIONS(9499), + [aux_sym__text_token3] = ACTIONS(9502), }, [644] = { [sym__definition] = STATE(645), @@ -103493,61 +103993,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2837), [aux_sym__directive_body] = STATE(645), [sym_text] = STATE(645), - [sym__text] = STATE(962), - [aux_sym_php_only_repeat1] = STATE(962), - [sym_comment] = ACTIONS(9352), - [aux_sym_keyword_token1] = ACTIONS(9354), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9356), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9358), - [anon_sym_ATphp] = ACTIONS(9360), - [aux_sym_attribute_token1] = ACTIONS(9362), - [aux_sym__inline_directive_token1] = ACTIONS(9364), - [anon_sym_ATfragment] = ACTIONS(9366), - [anon_sym_ATsection] = ACTIONS(9368), - [anon_sym_ATonce] = ACTIONS(9370), - [anon_sym_ATverbatim] = ACTIONS(9372), - [anon_sym_ATpush] = ACTIONS(9374), - [anon_sym_ATpushOnce] = ACTIONS(9376), - [anon_sym_ATpushIf] = ACTIONS(9378), - [anon_sym_ATprepend] = ACTIONS(9380), - [anon_sym_ATprependOnce] = ACTIONS(9382), - [anon_sym_ATif] = ACTIONS(9384), - [anon_sym_ATunless] = ACTIONS(9386), - [anon_sym_ATisset] = ACTIONS(9388), - [anon_sym_ATempty] = ACTIONS(9390), - [anon_sym_ATauth] = ACTIONS(9392), - [anon_sym_ATguest] = ACTIONS(9394), - [anon_sym_ATproduction] = ACTIONS(9396), - [anon_sym_ATenv] = ACTIONS(9398), - [anon_sym_AThasSection] = ACTIONS(9400), - [anon_sym_ATsectionMissing] = ACTIONS(9402), - [anon_sym_ATerror] = ACTIONS(9404), - [anon_sym_ATcan] = ACTIONS(9406), - [anon_sym_ATcannot] = ACTIONS(9408), - [anon_sym_ATcanany] = ACTIONS(9410), - [anon_sym_ATfeature] = ACTIONS(9412), - [aux_sym__custom_token1] = ACTIONS(9414), - [aux_sym__custom_token2] = ACTIONS(9416), - [anon_sym_ATswitch] = ACTIONS(9418), - [aux_sym_loop_operator_token1] = ACTIONS(9420), - [anon_sym_ATfor] = ACTIONS(9422), - [anon_sym_ATforeach] = ACTIONS(9424), - [anon_sym_ATforelse] = ACTIONS(9426), - [anon_sym_ATwhile] = ACTIONS(9428), - [anon_sym_ATsetup] = ACTIONS(9430), - [anon_sym_ATtask] = ACTIONS(9432), - [anon_sym_ATstory] = ACTIONS(9434), - [anon_sym_ATbefore] = ACTIONS(9436), - [anon_sym_ATafter] = ACTIONS(9438), - [anon_sym_ATsuccess] = ACTIONS(9440), - [anon_sym_ATfinished] = ACTIONS(9442), - [anon_sym_ATpersist] = ACTIONS(9444), - [anon_sym_ATteleport] = ACTIONS(9446), - [anon_sym_ATvolt] = ACTIONS(9448), - [anon_sym_ATendvolt] = ACTIONS(4609), - [aux_sym__text_token1] = ACTIONS(9450), - [aux_sym__text_token2] = ACTIONS(9450), - [aux_sym__text_token3] = ACTIONS(9452), + [sym__text] = STATE(963), + [aux_sym_php_only_repeat1] = STATE(963), + [sym_comment] = ACTIONS(9505), + [aux_sym_keyword_token1] = ACTIONS(9507), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9509), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9511), + [anon_sym_ATphp] = ACTIONS(9513), + [aux_sym_attribute_token1] = ACTIONS(9515), + [aux_sym__inline_directive_token1] = ACTIONS(9517), + [aux_sym__inline_directive_token2] = ACTIONS(9519), + [anon_sym_ATfragment] = ACTIONS(9521), + [anon_sym_ATsection] = ACTIONS(9523), + [anon_sym_ATonce] = ACTIONS(9525), + [anon_sym_ATverbatim] = ACTIONS(9527), + [anon_sym_ATpush] = ACTIONS(9529), + [anon_sym_ATpushOnce] = ACTIONS(9531), + [anon_sym_ATpushIf] = ACTIONS(9533), + [anon_sym_ATprepend] = ACTIONS(9535), + [anon_sym_ATprependOnce] = ACTIONS(9537), + [anon_sym_ATif] = ACTIONS(9539), + [anon_sym_ATunless] = ACTIONS(9541), + [anon_sym_ATisset] = ACTIONS(9543), + [anon_sym_ATempty] = ACTIONS(9545), + [anon_sym_ATauth] = ACTIONS(9547), + [anon_sym_ATguest] = ACTIONS(9549), + [anon_sym_ATproduction] = ACTIONS(9551), + [anon_sym_ATenv] = ACTIONS(9553), + [anon_sym_AThasSection] = ACTIONS(9555), + [anon_sym_ATsectionMissing] = ACTIONS(9557), + [anon_sym_ATerror] = ACTIONS(9559), + [anon_sym_ATcan] = ACTIONS(9561), + [anon_sym_ATcannot] = ACTIONS(9563), + [anon_sym_ATcanany] = ACTIONS(9565), + [anon_sym_ATfeature] = ACTIONS(9567), + [aux_sym__custom_token1] = ACTIONS(9569), + [aux_sym__custom_token2] = ACTIONS(9571), + [anon_sym_ATswitch] = ACTIONS(9573), + [aux_sym_loop_operator_token1] = ACTIONS(9575), + [anon_sym_ATfor] = ACTIONS(9577), + [anon_sym_ATforeach] = ACTIONS(9579), + [anon_sym_ATforelse] = ACTIONS(9581), + [anon_sym_ATwhile] = ACTIONS(9583), + [anon_sym_ATsetup] = ACTIONS(9585), + [anon_sym_ATtask] = ACTIONS(9587), + [anon_sym_ATstory] = ACTIONS(9589), + [anon_sym_ATbefore] = ACTIONS(9591), + [anon_sym_ATafter] = ACTIONS(9593), + [anon_sym_ATsuccess] = ACTIONS(9595), + [anon_sym_ATfinished] = ACTIONS(9597), + [anon_sym_ATpersist] = ACTIONS(9599), + [anon_sym_ATteleport] = ACTIONS(9601), + [anon_sym_ATvolt] = ACTIONS(9603), + [anon_sym_ATendvolt] = ACTIONS(4691), + [aux_sym__text_token1] = ACTIONS(9605), + [aux_sym__text_token2] = ACTIONS(9605), + [aux_sym__text_token3] = ACTIONS(9607), }, [645] = { [sym__definition] = STATE(652), @@ -103613,61 +104114,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2837), [aux_sym__directive_body] = STATE(652), [sym_text] = STATE(652), - [sym__text] = STATE(962), - [aux_sym_php_only_repeat1] = STATE(962), - [sym_comment] = ACTIONS(9454), - [aux_sym_keyword_token1] = ACTIONS(9354), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9356), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9358), - [anon_sym_ATphp] = ACTIONS(9360), - [aux_sym_attribute_token1] = ACTIONS(9362), - [aux_sym__inline_directive_token1] = ACTIONS(9364), - [anon_sym_ATfragment] = ACTIONS(9366), - [anon_sym_ATsection] = ACTIONS(9368), - [anon_sym_ATonce] = ACTIONS(9370), - [anon_sym_ATverbatim] = ACTIONS(9372), - [anon_sym_ATpush] = ACTIONS(9374), - [anon_sym_ATpushOnce] = ACTIONS(9376), - [anon_sym_ATpushIf] = ACTIONS(9378), - [anon_sym_ATprepend] = ACTIONS(9380), - [anon_sym_ATprependOnce] = ACTIONS(9382), - [anon_sym_ATif] = ACTIONS(9384), - [anon_sym_ATunless] = ACTIONS(9386), - [anon_sym_ATisset] = ACTIONS(9388), - [anon_sym_ATempty] = ACTIONS(9390), - [anon_sym_ATauth] = ACTIONS(9392), - [anon_sym_ATguest] = ACTIONS(9394), - [anon_sym_ATproduction] = ACTIONS(9396), - [anon_sym_ATenv] = ACTIONS(9398), - [anon_sym_AThasSection] = ACTIONS(9400), - [anon_sym_ATsectionMissing] = ACTIONS(9402), - [anon_sym_ATerror] = ACTIONS(9404), - [anon_sym_ATcan] = ACTIONS(9406), - [anon_sym_ATcannot] = ACTIONS(9408), - [anon_sym_ATcanany] = ACTIONS(9410), - [anon_sym_ATfeature] = ACTIONS(9412), - [aux_sym__custom_token1] = ACTIONS(9414), - [aux_sym__custom_token2] = ACTIONS(9416), - [anon_sym_ATswitch] = ACTIONS(9418), - [aux_sym_loop_operator_token1] = ACTIONS(9420), - [anon_sym_ATfor] = ACTIONS(9422), - [anon_sym_ATforeach] = ACTIONS(9424), - [anon_sym_ATforelse] = ACTIONS(9426), - [anon_sym_ATwhile] = ACTIONS(9428), - [anon_sym_ATsetup] = ACTIONS(9430), - [anon_sym_ATtask] = ACTIONS(9432), - [anon_sym_ATstory] = ACTIONS(9434), - [anon_sym_ATbefore] = ACTIONS(9436), - [anon_sym_ATafter] = ACTIONS(9438), - [anon_sym_ATsuccess] = ACTIONS(9440), - [anon_sym_ATfinished] = ACTIONS(9442), - [anon_sym_ATpersist] = ACTIONS(9444), - [anon_sym_ATteleport] = ACTIONS(9446), - [anon_sym_ATvolt] = ACTIONS(9448), - [anon_sym_ATendvolt] = ACTIONS(4996), - [aux_sym__text_token1] = ACTIONS(9450), - [aux_sym__text_token2] = ACTIONS(9450), - [aux_sym__text_token3] = ACTIONS(9452), + [sym__text] = STATE(963), + [aux_sym_php_only_repeat1] = STATE(963), + [sym_comment] = ACTIONS(9609), + [aux_sym_keyword_token1] = ACTIONS(9507), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9509), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9511), + [anon_sym_ATphp] = ACTIONS(9513), + [aux_sym_attribute_token1] = ACTIONS(9515), + [aux_sym__inline_directive_token1] = ACTIONS(9517), + [aux_sym__inline_directive_token2] = ACTIONS(9519), + [anon_sym_ATfragment] = ACTIONS(9521), + [anon_sym_ATsection] = ACTIONS(9523), + [anon_sym_ATonce] = ACTIONS(9525), + [anon_sym_ATverbatim] = ACTIONS(9527), + [anon_sym_ATpush] = ACTIONS(9529), + [anon_sym_ATpushOnce] = ACTIONS(9531), + [anon_sym_ATpushIf] = ACTIONS(9533), + [anon_sym_ATprepend] = ACTIONS(9535), + [anon_sym_ATprependOnce] = ACTIONS(9537), + [anon_sym_ATif] = ACTIONS(9539), + [anon_sym_ATunless] = ACTIONS(9541), + [anon_sym_ATisset] = ACTIONS(9543), + [anon_sym_ATempty] = ACTIONS(9545), + [anon_sym_ATauth] = ACTIONS(9547), + [anon_sym_ATguest] = ACTIONS(9549), + [anon_sym_ATproduction] = ACTIONS(9551), + [anon_sym_ATenv] = ACTIONS(9553), + [anon_sym_AThasSection] = ACTIONS(9555), + [anon_sym_ATsectionMissing] = ACTIONS(9557), + [anon_sym_ATerror] = ACTIONS(9559), + [anon_sym_ATcan] = ACTIONS(9561), + [anon_sym_ATcannot] = ACTIONS(9563), + [anon_sym_ATcanany] = ACTIONS(9565), + [anon_sym_ATfeature] = ACTIONS(9567), + [aux_sym__custom_token1] = ACTIONS(9569), + [aux_sym__custom_token2] = ACTIONS(9571), + [anon_sym_ATswitch] = ACTIONS(9573), + [aux_sym_loop_operator_token1] = ACTIONS(9575), + [anon_sym_ATfor] = ACTIONS(9577), + [anon_sym_ATforeach] = ACTIONS(9579), + [anon_sym_ATforelse] = ACTIONS(9581), + [anon_sym_ATwhile] = ACTIONS(9583), + [anon_sym_ATsetup] = ACTIONS(9585), + [anon_sym_ATtask] = ACTIONS(9587), + [anon_sym_ATstory] = ACTIONS(9589), + [anon_sym_ATbefore] = ACTIONS(9591), + [anon_sym_ATafter] = ACTIONS(9593), + [anon_sym_ATsuccess] = ACTIONS(9595), + [anon_sym_ATfinished] = ACTIONS(9597), + [anon_sym_ATpersist] = ACTIONS(9599), + [anon_sym_ATteleport] = ACTIONS(9601), + [anon_sym_ATvolt] = ACTIONS(9603), + [anon_sym_ATendvolt] = ACTIONS(5083), + [aux_sym__text_token1] = ACTIONS(9605), + [aux_sym__text_token2] = ACTIONS(9605), + [aux_sym__text_token3] = ACTIONS(9607), }, [646] = { [sym__definition] = STATE(350), @@ -103733,61 +104235,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2018), [aux_sym__directive_body] = STATE(350), [sym_text] = STATE(350), - [sym__text] = STATE(1256), - [aux_sym_php_only_repeat1] = STATE(1256), - [sym_comment] = ACTIONS(9456), - [aux_sym_keyword_token1] = ACTIONS(8159), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8161), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8163), - [anon_sym_ATphp] = ACTIONS(8165), - [aux_sym_attribute_token1] = ACTIONS(8167), - [aux_sym__inline_directive_token1] = ACTIONS(8169), - [anon_sym_ATfragment] = ACTIONS(8171), - [anon_sym_ATsection] = ACTIONS(8173), - [anon_sym_ATonce] = ACTIONS(8175), - [anon_sym_ATverbatim] = ACTIONS(8177), - [anon_sym_ATpush] = ACTIONS(8179), - [anon_sym_ATpushOnce] = ACTIONS(8181), - [anon_sym_ATpushIf] = ACTIONS(8183), - [anon_sym_ATprepend] = ACTIONS(8185), - [anon_sym_ATprependOnce] = ACTIONS(8187), - [anon_sym_ATendPrependOnce] = ACTIONS(4996), - [anon_sym_ATif] = ACTIONS(8189), - [anon_sym_ATunless] = ACTIONS(8191), - [anon_sym_ATisset] = ACTIONS(8193), - [anon_sym_ATempty] = ACTIONS(8195), - [anon_sym_ATauth] = ACTIONS(8197), - [anon_sym_ATguest] = ACTIONS(8199), - [anon_sym_ATproduction] = ACTIONS(8201), - [anon_sym_ATenv] = ACTIONS(8203), - [anon_sym_AThasSection] = ACTIONS(8205), - [anon_sym_ATsectionMissing] = ACTIONS(8207), - [anon_sym_ATerror] = ACTIONS(8209), - [anon_sym_ATcan] = ACTIONS(8211), - [anon_sym_ATcannot] = ACTIONS(8213), - [anon_sym_ATcanany] = ACTIONS(8215), - [anon_sym_ATfeature] = ACTIONS(8217), - [aux_sym__custom_token1] = ACTIONS(8219), - [aux_sym__custom_token2] = ACTIONS(8221), - [anon_sym_ATswitch] = ACTIONS(8223), - [aux_sym_loop_operator_token1] = ACTIONS(8225), - [anon_sym_ATfor] = ACTIONS(8227), - [anon_sym_ATforeach] = ACTIONS(8229), - [anon_sym_ATforelse] = ACTIONS(8231), - [anon_sym_ATwhile] = ACTIONS(8233), - [anon_sym_ATsetup] = ACTIONS(8235), - [anon_sym_ATtask] = ACTIONS(8237), - [anon_sym_ATstory] = ACTIONS(8239), - [anon_sym_ATbefore] = ACTIONS(8241), - [anon_sym_ATafter] = ACTIONS(8243), - [anon_sym_ATsuccess] = ACTIONS(8245), - [anon_sym_ATfinished] = ACTIONS(8247), - [anon_sym_ATpersist] = ACTIONS(8249), - [anon_sym_ATteleport] = ACTIONS(8251), - [anon_sym_ATvolt] = ACTIONS(8253), - [aux_sym__text_token1] = ACTIONS(8255), - [aux_sym__text_token2] = ACTIONS(8255), - [aux_sym__text_token3] = ACTIONS(8257), + [sym__text] = STATE(1258), + [aux_sym_php_only_repeat1] = STATE(1258), + [sym_comment] = ACTIONS(9611), + [aux_sym_keyword_token1] = ACTIONS(8289), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8291), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8293), + [anon_sym_ATphp] = ACTIONS(8295), + [aux_sym_attribute_token1] = ACTIONS(8297), + [aux_sym__inline_directive_token1] = ACTIONS(8299), + [aux_sym__inline_directive_token2] = ACTIONS(8301), + [anon_sym_ATfragment] = ACTIONS(8303), + [anon_sym_ATsection] = ACTIONS(8305), + [anon_sym_ATonce] = ACTIONS(8307), + [anon_sym_ATverbatim] = ACTIONS(8309), + [anon_sym_ATpush] = ACTIONS(8311), + [anon_sym_ATpushOnce] = ACTIONS(8313), + [anon_sym_ATpushIf] = ACTIONS(8315), + [anon_sym_ATprepend] = ACTIONS(8317), + [anon_sym_ATprependOnce] = ACTIONS(8319), + [anon_sym_ATendPrependOnce] = ACTIONS(5083), + [anon_sym_ATif] = ACTIONS(8321), + [anon_sym_ATunless] = ACTIONS(8323), + [anon_sym_ATisset] = ACTIONS(8325), + [anon_sym_ATempty] = ACTIONS(8327), + [anon_sym_ATauth] = ACTIONS(8329), + [anon_sym_ATguest] = ACTIONS(8331), + [anon_sym_ATproduction] = ACTIONS(8333), + [anon_sym_ATenv] = ACTIONS(8335), + [anon_sym_AThasSection] = ACTIONS(8337), + [anon_sym_ATsectionMissing] = ACTIONS(8339), + [anon_sym_ATerror] = ACTIONS(8341), + [anon_sym_ATcan] = ACTIONS(8343), + [anon_sym_ATcannot] = ACTIONS(8345), + [anon_sym_ATcanany] = ACTIONS(8347), + [anon_sym_ATfeature] = ACTIONS(8349), + [aux_sym__custom_token1] = ACTIONS(8351), + [aux_sym__custom_token2] = ACTIONS(8353), + [anon_sym_ATswitch] = ACTIONS(8355), + [aux_sym_loop_operator_token1] = ACTIONS(8357), + [anon_sym_ATfor] = ACTIONS(8359), + [anon_sym_ATforeach] = ACTIONS(8361), + [anon_sym_ATforelse] = ACTIONS(8363), + [anon_sym_ATwhile] = ACTIONS(8365), + [anon_sym_ATsetup] = ACTIONS(8367), + [anon_sym_ATtask] = ACTIONS(8369), + [anon_sym_ATstory] = ACTIONS(8371), + [anon_sym_ATbefore] = ACTIONS(8373), + [anon_sym_ATafter] = ACTIONS(8375), + [anon_sym_ATsuccess] = ACTIONS(8377), + [anon_sym_ATfinished] = ACTIONS(8379), + [anon_sym_ATpersist] = ACTIONS(8381), + [anon_sym_ATteleport] = ACTIONS(8383), + [anon_sym_ATvolt] = ACTIONS(8385), + [aux_sym__text_token1] = ACTIONS(8387), + [aux_sym__text_token2] = ACTIONS(8387), + [aux_sym__text_token3] = ACTIONS(8389), }, [647] = { [sym__definition] = STATE(647), @@ -103853,61 +104356,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2673), [aux_sym__directive_body] = STATE(647), [sym_text] = STATE(647), - [sym__text] = STATE(972), - [aux_sym_php_only_repeat1] = STATE(972), - [sym_comment] = ACTIONS(9458), - [aux_sym_keyword_token1] = ACTIONS(9461), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9464), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9467), - [anon_sym_ATphp] = ACTIONS(9470), - [aux_sym_attribute_token1] = ACTIONS(9473), - [aux_sym__inline_directive_token1] = ACTIONS(9476), - [anon_sym_ATfragment] = ACTIONS(9479), - [anon_sym_ATsection] = ACTIONS(9482), - [anon_sym_ATonce] = ACTIONS(9485), - [anon_sym_ATverbatim] = ACTIONS(9488), - [anon_sym_ATpush] = ACTIONS(9491), - [anon_sym_ATpushOnce] = ACTIONS(9494), - [anon_sym_ATpushIf] = ACTIONS(9497), - [anon_sym_ATprepend] = ACTIONS(9500), - [anon_sym_ATprependOnce] = ACTIONS(9503), - [anon_sym_ATif] = ACTIONS(9506), - [anon_sym_ATunless] = ACTIONS(9509), - [anon_sym_ATisset] = ACTIONS(9512), - [anon_sym_ATempty] = ACTIONS(9515), - [anon_sym_ATauth] = ACTIONS(9518), - [anon_sym_ATguest] = ACTIONS(9521), - [anon_sym_ATproduction] = ACTIONS(9524), - [anon_sym_ATenv] = ACTIONS(9527), - [anon_sym_AThasSection] = ACTIONS(9530), - [anon_sym_ATsectionMissing] = ACTIONS(9533), - [anon_sym_ATerror] = ACTIONS(9536), - [anon_sym_ATcan] = ACTIONS(9539), - [anon_sym_ATcannot] = ACTIONS(9542), - [anon_sym_ATcanany] = ACTIONS(9545), - [anon_sym_ATfeature] = ACTIONS(9548), - [aux_sym__custom_token1] = ACTIONS(9551), - [aux_sym__custom_token2] = ACTIONS(9554), - [anon_sym_ATswitch] = ACTIONS(9557), - [aux_sym_loop_operator_token1] = ACTIONS(9560), - [anon_sym_ATfor] = ACTIONS(9563), - [anon_sym_ATforeach] = ACTIONS(9566), - [anon_sym_ATforelse] = ACTIONS(9569), - [anon_sym_ATwhile] = ACTIONS(9572), - [anon_sym_ATsetup] = ACTIONS(9575), - [anon_sym_ATtask] = ACTIONS(9578), - [anon_sym_ATstory] = ACTIONS(9581), - [anon_sym_ATbefore] = ACTIONS(9584), - [anon_sym_ATafter] = ACTIONS(9587), - [anon_sym_ATsuccess] = ACTIONS(9590), - [anon_sym_ATfinished] = ACTIONS(9593), - [anon_sym_ATpersist] = ACTIONS(9596), - [anon_sym_ATendpersist] = ACTIONS(5035), - [anon_sym_ATteleport] = ACTIONS(9599), - [anon_sym_ATvolt] = ACTIONS(9602), - [aux_sym__text_token1] = ACTIONS(9605), - [aux_sym__text_token2] = ACTIONS(9605), - [aux_sym__text_token3] = ACTIONS(9608), + [sym__text] = STATE(973), + [aux_sym_php_only_repeat1] = STATE(973), + [sym_comment] = ACTIONS(9613), + [aux_sym_keyword_token1] = ACTIONS(9616), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9619), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9622), + [anon_sym_ATphp] = ACTIONS(9625), + [aux_sym_attribute_token1] = ACTIONS(9628), + [aux_sym__inline_directive_token1] = ACTIONS(9631), + [aux_sym__inline_directive_token2] = ACTIONS(9634), + [anon_sym_ATfragment] = ACTIONS(9637), + [anon_sym_ATsection] = ACTIONS(9640), + [anon_sym_ATonce] = ACTIONS(9643), + [anon_sym_ATverbatim] = ACTIONS(9646), + [anon_sym_ATpush] = ACTIONS(9649), + [anon_sym_ATpushOnce] = ACTIONS(9652), + [anon_sym_ATpushIf] = ACTIONS(9655), + [anon_sym_ATprepend] = ACTIONS(9658), + [anon_sym_ATprependOnce] = ACTIONS(9661), + [anon_sym_ATif] = ACTIONS(9664), + [anon_sym_ATunless] = ACTIONS(9667), + [anon_sym_ATisset] = ACTIONS(9670), + [anon_sym_ATempty] = ACTIONS(9673), + [anon_sym_ATauth] = ACTIONS(9676), + [anon_sym_ATguest] = ACTIONS(9679), + [anon_sym_ATproduction] = ACTIONS(9682), + [anon_sym_ATenv] = ACTIONS(9685), + [anon_sym_AThasSection] = ACTIONS(9688), + [anon_sym_ATsectionMissing] = ACTIONS(9691), + [anon_sym_ATerror] = ACTIONS(9694), + [anon_sym_ATcan] = ACTIONS(9697), + [anon_sym_ATcannot] = ACTIONS(9700), + [anon_sym_ATcanany] = ACTIONS(9703), + [anon_sym_ATfeature] = ACTIONS(9706), + [aux_sym__custom_token1] = ACTIONS(9709), + [aux_sym__custom_token2] = ACTIONS(9712), + [anon_sym_ATswitch] = ACTIONS(9715), + [aux_sym_loop_operator_token1] = ACTIONS(9718), + [anon_sym_ATfor] = ACTIONS(9721), + [anon_sym_ATforeach] = ACTIONS(9724), + [anon_sym_ATforelse] = ACTIONS(9727), + [anon_sym_ATwhile] = ACTIONS(9730), + [anon_sym_ATsetup] = ACTIONS(9733), + [anon_sym_ATtask] = ACTIONS(9736), + [anon_sym_ATstory] = ACTIONS(9739), + [anon_sym_ATbefore] = ACTIONS(9742), + [anon_sym_ATafter] = ACTIONS(9745), + [anon_sym_ATsuccess] = ACTIONS(9748), + [anon_sym_ATfinished] = ACTIONS(9751), + [anon_sym_ATpersist] = ACTIONS(9754), + [anon_sym_ATendpersist] = ACTIONS(5125), + [anon_sym_ATteleport] = ACTIONS(9757), + [anon_sym_ATvolt] = ACTIONS(9760), + [aux_sym__text_token1] = ACTIONS(9763), + [aux_sym__text_token2] = ACTIONS(9763), + [aux_sym__text_token3] = ACTIONS(9766), }, [648] = { [sym__definition] = STATE(648), @@ -103927,11 +104431,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(648), [sym_verbatim] = STATE(648), [sym_stack] = STATE(648), - [sym__push] = STATE(2665), - [sym__pushOnce] = STATE(2665), - [sym__pushIf] = STATE(2665), - [sym__prepend] = STATE(2665), - [sym__prependOnce] = STATE(2665), + [sym__push] = STATE(2583), + [sym__pushOnce] = STATE(2583), + [sym__pushIf] = STATE(2583), + [sym__prepend] = STATE(2583), + [sym__prependOnce] = STATE(2583), [sym_conditional] = STATE(648), [sym__if] = STATE(2608), [sym__unless] = STATE(2608), @@ -103945,9 +104449,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__sectionMissing] = STATE(2608), [sym__error] = STATE(2608), [sym_authorization] = STATE(2608), - [sym__can] = STATE(2501), - [sym__cannot] = STATE(2501), - [sym__canany] = STATE(2501), + [sym__can] = STATE(2592), + [sym__cannot] = STATE(2592), + [sym__canany] = STATE(2592), [sym__feature] = STATE(2608), [sym__custom] = STATE(2608), [sym_switch] = STATE(648), @@ -103959,8 +104463,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__while] = STATE(2584), [sym_envoy] = STATE(648), [sym__setup] = STATE(2666), - [sym__task] = STATE(2583), - [sym__story] = STATE(2583), + [sym__task] = STATE(2419), + [sym__story] = STATE(2419), [sym__hooks] = STATE(2666), [sym__before] = STATE(2666), [sym__after] = STATE(2666), @@ -103975,59 +104479,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(648), [sym__text] = STATE(1078), [aux_sym_php_only_repeat1] = STATE(1078), - [sym_comment] = ACTIONS(9611), - [aux_sym_keyword_token1] = ACTIONS(9614), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9617), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9620), - [anon_sym_ATphp] = ACTIONS(9623), - [aux_sym_attribute_token1] = ACTIONS(9626), - [aux_sym__inline_directive_token1] = ACTIONS(9629), - [anon_sym_ATfragment] = ACTIONS(9632), - [anon_sym_ATsection] = ACTIONS(9635), - [anon_sym_ATonce] = ACTIONS(9638), - [anon_sym_ATverbatim] = ACTIONS(9641), - [anon_sym_ATpush] = ACTIONS(9644), - [anon_sym_ATpushOnce] = ACTIONS(9647), - [anon_sym_ATpushIf] = ACTIONS(9650), - [anon_sym_ATendPushIf] = ACTIONS(5035), - [anon_sym_ATprepend] = ACTIONS(9653), - [anon_sym_ATprependOnce] = ACTIONS(9656), - [anon_sym_ATif] = ACTIONS(9659), - [anon_sym_ATunless] = ACTIONS(9662), - [anon_sym_ATisset] = ACTIONS(9665), - [anon_sym_ATempty] = ACTIONS(9668), - [anon_sym_ATauth] = ACTIONS(9671), - [anon_sym_ATguest] = ACTIONS(9674), - [anon_sym_ATproduction] = ACTIONS(9677), - [anon_sym_ATenv] = ACTIONS(9680), - [anon_sym_AThasSection] = ACTIONS(9683), - [anon_sym_ATsectionMissing] = ACTIONS(9686), - [anon_sym_ATerror] = ACTIONS(9689), - [anon_sym_ATcan] = ACTIONS(9692), - [anon_sym_ATcannot] = ACTIONS(9695), - [anon_sym_ATcanany] = ACTIONS(9698), - [anon_sym_ATfeature] = ACTIONS(9701), - [aux_sym__custom_token1] = ACTIONS(9704), - [aux_sym__custom_token2] = ACTIONS(9707), - [anon_sym_ATswitch] = ACTIONS(9710), - [aux_sym_loop_operator_token1] = ACTIONS(9713), - [anon_sym_ATfor] = ACTIONS(9716), - [anon_sym_ATforeach] = ACTIONS(9719), - [anon_sym_ATforelse] = ACTIONS(9722), - [anon_sym_ATwhile] = ACTIONS(9725), - [anon_sym_ATsetup] = ACTIONS(9728), - [anon_sym_ATtask] = ACTIONS(9731), - [anon_sym_ATstory] = ACTIONS(9734), - [anon_sym_ATbefore] = ACTIONS(9737), - [anon_sym_ATafter] = ACTIONS(9740), - [anon_sym_ATsuccess] = ACTIONS(9743), - [anon_sym_ATfinished] = ACTIONS(9746), - [anon_sym_ATpersist] = ACTIONS(9749), - [anon_sym_ATteleport] = ACTIONS(9752), - [anon_sym_ATvolt] = ACTIONS(9755), - [aux_sym__text_token1] = ACTIONS(9758), - [aux_sym__text_token2] = ACTIONS(9758), - [aux_sym__text_token3] = ACTIONS(9761), + [sym_comment] = ACTIONS(9769), + [aux_sym_keyword_token1] = ACTIONS(9772), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9775), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9778), + [anon_sym_ATphp] = ACTIONS(9781), + [aux_sym_attribute_token1] = ACTIONS(9784), + [aux_sym__inline_directive_token1] = ACTIONS(9787), + [aux_sym__inline_directive_token2] = ACTIONS(9790), + [anon_sym_ATfragment] = ACTIONS(9793), + [anon_sym_ATsection] = ACTIONS(9796), + [anon_sym_ATonce] = ACTIONS(9799), + [anon_sym_ATverbatim] = ACTIONS(9802), + [anon_sym_ATpush] = ACTIONS(9805), + [anon_sym_ATpushOnce] = ACTIONS(9808), + [anon_sym_ATpushIf] = ACTIONS(9811), + [anon_sym_ATendPushIf] = ACTIONS(5125), + [anon_sym_ATprepend] = ACTIONS(9814), + [anon_sym_ATprependOnce] = ACTIONS(9817), + [anon_sym_ATif] = ACTIONS(9820), + [anon_sym_ATunless] = ACTIONS(9823), + [anon_sym_ATisset] = ACTIONS(9826), + [anon_sym_ATempty] = ACTIONS(9829), + [anon_sym_ATauth] = ACTIONS(9832), + [anon_sym_ATguest] = ACTIONS(9835), + [anon_sym_ATproduction] = ACTIONS(9838), + [anon_sym_ATenv] = ACTIONS(9841), + [anon_sym_AThasSection] = ACTIONS(9844), + [anon_sym_ATsectionMissing] = ACTIONS(9847), + [anon_sym_ATerror] = ACTIONS(9850), + [anon_sym_ATcan] = ACTIONS(9853), + [anon_sym_ATcannot] = ACTIONS(9856), + [anon_sym_ATcanany] = ACTIONS(9859), + [anon_sym_ATfeature] = ACTIONS(9862), + [aux_sym__custom_token1] = ACTIONS(9865), + [aux_sym__custom_token2] = ACTIONS(9868), + [anon_sym_ATswitch] = ACTIONS(9871), + [aux_sym_loop_operator_token1] = ACTIONS(9874), + [anon_sym_ATfor] = ACTIONS(9877), + [anon_sym_ATforeach] = ACTIONS(9880), + [anon_sym_ATforelse] = ACTIONS(9883), + [anon_sym_ATwhile] = ACTIONS(9886), + [anon_sym_ATsetup] = ACTIONS(9889), + [anon_sym_ATtask] = ACTIONS(9892), + [anon_sym_ATstory] = ACTIONS(9895), + [anon_sym_ATbefore] = ACTIONS(9898), + [anon_sym_ATafter] = ACTIONS(9901), + [anon_sym_ATsuccess] = ACTIONS(9904), + [anon_sym_ATfinished] = ACTIONS(9907), + [anon_sym_ATpersist] = ACTIONS(9910), + [anon_sym_ATteleport] = ACTIONS(9913), + [anon_sym_ATvolt] = ACTIONS(9916), + [aux_sym__text_token1] = ACTIONS(9919), + [aux_sym__text_token2] = ACTIONS(9919), + [aux_sym__text_token3] = ACTIONS(9922), }, [649] = { [sym__definition] = STATE(650), @@ -104095,59 +104600,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(650), [sym__text] = STATE(947), [aux_sym_php_only_repeat1] = STATE(947), - [sym_comment] = ACTIONS(9764), - [aux_sym_keyword_token1] = ACTIONS(9766), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9768), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9770), - [anon_sym_ATphp] = ACTIONS(9772), - [aux_sym_attribute_token1] = ACTIONS(9774), - [aux_sym__inline_directive_token1] = ACTIONS(9776), - [anon_sym_ATfragment] = ACTIONS(9778), - [anon_sym_ATsection] = ACTIONS(9780), - [anon_sym_ATonce] = ACTIONS(9782), - [anon_sym_ATverbatim] = ACTIONS(9784), - [anon_sym_ATpush] = ACTIONS(9786), - [anon_sym_ATpushOnce] = ACTIONS(9788), - [anon_sym_ATpushIf] = ACTIONS(9790), - [anon_sym_ATprepend] = ACTIONS(9792), - [anon_sym_ATprependOnce] = ACTIONS(9794), - [anon_sym_ATif] = ACTIONS(9796), - [anon_sym_ATunless] = ACTIONS(9798), - [anon_sym_ATisset] = ACTIONS(9800), - [anon_sym_ATempty] = ACTIONS(9802), - [anon_sym_ATauth] = ACTIONS(9804), - [anon_sym_ATguest] = ACTIONS(9806), - [anon_sym_ATproduction] = ACTIONS(9808), - [anon_sym_ATenv] = ACTIONS(9810), - [anon_sym_AThasSection] = ACTIONS(9812), - [anon_sym_ATsectionMissing] = ACTIONS(9814), - [anon_sym_ATerror] = ACTIONS(9816), - [anon_sym_ATcan] = ACTIONS(9818), - [anon_sym_ATcannot] = ACTIONS(9820), - [anon_sym_ATcanany] = ACTIONS(9822), - [anon_sym_ATfeature] = ACTIONS(9824), - [aux_sym__custom_token1] = ACTIONS(9826), - [aux_sym__custom_token2] = ACTIONS(9828), - [anon_sym_ATswitch] = ACTIONS(9830), - [anon_sym_ATbreak] = ACTIONS(4609), - [aux_sym_loop_operator_token1] = ACTIONS(9832), - [anon_sym_ATfor] = ACTIONS(9834), - [anon_sym_ATforeach] = ACTIONS(9836), - [anon_sym_ATforelse] = ACTIONS(9838), - [anon_sym_ATwhile] = ACTIONS(9840), - [anon_sym_ATsetup] = ACTIONS(9842), - [anon_sym_ATtask] = ACTIONS(9844), - [anon_sym_ATstory] = ACTIONS(9846), - [anon_sym_ATbefore] = ACTIONS(9848), - [anon_sym_ATafter] = ACTIONS(9850), - [anon_sym_ATsuccess] = ACTIONS(9852), - [anon_sym_ATfinished] = ACTIONS(9854), - [anon_sym_ATpersist] = ACTIONS(9856), - [anon_sym_ATteleport] = ACTIONS(9858), - [anon_sym_ATvolt] = ACTIONS(9860), - [aux_sym__text_token1] = ACTIONS(9862), - [aux_sym__text_token2] = ACTIONS(9862), - [aux_sym__text_token3] = ACTIONS(9864), + [sym_comment] = ACTIONS(9925), + [aux_sym_keyword_token1] = ACTIONS(9927), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9929), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9931), + [anon_sym_ATphp] = ACTIONS(9933), + [aux_sym_attribute_token1] = ACTIONS(9935), + [aux_sym__inline_directive_token1] = ACTIONS(9937), + [aux_sym__inline_directive_token2] = ACTIONS(9939), + [anon_sym_ATfragment] = ACTIONS(9941), + [anon_sym_ATsection] = ACTIONS(9943), + [anon_sym_ATonce] = ACTIONS(9945), + [anon_sym_ATverbatim] = ACTIONS(9947), + [anon_sym_ATpush] = ACTIONS(9949), + [anon_sym_ATpushOnce] = ACTIONS(9951), + [anon_sym_ATpushIf] = ACTIONS(9953), + [anon_sym_ATprepend] = ACTIONS(9955), + [anon_sym_ATprependOnce] = ACTIONS(9957), + [anon_sym_ATif] = ACTIONS(9959), + [anon_sym_ATunless] = ACTIONS(9961), + [anon_sym_ATisset] = ACTIONS(9963), + [anon_sym_ATempty] = ACTIONS(9965), + [anon_sym_ATauth] = ACTIONS(9967), + [anon_sym_ATguest] = ACTIONS(9969), + [anon_sym_ATproduction] = ACTIONS(9971), + [anon_sym_ATenv] = ACTIONS(9973), + [anon_sym_AThasSection] = ACTIONS(9975), + [anon_sym_ATsectionMissing] = ACTIONS(9977), + [anon_sym_ATerror] = ACTIONS(9979), + [anon_sym_ATcan] = ACTIONS(9981), + [anon_sym_ATcannot] = ACTIONS(9983), + [anon_sym_ATcanany] = ACTIONS(9985), + [anon_sym_ATfeature] = ACTIONS(9987), + [aux_sym__custom_token1] = ACTIONS(9989), + [aux_sym__custom_token2] = ACTIONS(9991), + [anon_sym_ATswitch] = ACTIONS(9993), + [anon_sym_ATbreak] = ACTIONS(4691), + [aux_sym_loop_operator_token1] = ACTIONS(9995), + [anon_sym_ATfor] = ACTIONS(9997), + [anon_sym_ATforeach] = ACTIONS(9999), + [anon_sym_ATforelse] = ACTIONS(10001), + [anon_sym_ATwhile] = ACTIONS(10003), + [anon_sym_ATsetup] = ACTIONS(10005), + [anon_sym_ATtask] = ACTIONS(10007), + [anon_sym_ATstory] = ACTIONS(10009), + [anon_sym_ATbefore] = ACTIONS(10011), + [anon_sym_ATafter] = ACTIONS(10013), + [anon_sym_ATsuccess] = ACTIONS(10015), + [anon_sym_ATfinished] = ACTIONS(10017), + [anon_sym_ATpersist] = ACTIONS(10019), + [anon_sym_ATteleport] = ACTIONS(10021), + [anon_sym_ATvolt] = ACTIONS(10023), + [aux_sym__text_token1] = ACTIONS(10025), + [aux_sym__text_token2] = ACTIONS(10025), + [aux_sym__text_token3] = ACTIONS(10027), }, [650] = { [sym__definition] = STATE(657), @@ -104215,59 +104721,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(657), [sym__text] = STATE(947), [aux_sym_php_only_repeat1] = STATE(947), - [sym_comment] = ACTIONS(9866), - [aux_sym_keyword_token1] = ACTIONS(9766), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9768), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9770), - [anon_sym_ATphp] = ACTIONS(9772), - [aux_sym_attribute_token1] = ACTIONS(9774), - [aux_sym__inline_directive_token1] = ACTIONS(9776), - [anon_sym_ATfragment] = ACTIONS(9778), - [anon_sym_ATsection] = ACTIONS(9780), - [anon_sym_ATonce] = ACTIONS(9782), - [anon_sym_ATverbatim] = ACTIONS(9784), - [anon_sym_ATpush] = ACTIONS(9786), - [anon_sym_ATpushOnce] = ACTIONS(9788), - [anon_sym_ATpushIf] = ACTIONS(9790), - [anon_sym_ATprepend] = ACTIONS(9792), - [anon_sym_ATprependOnce] = ACTIONS(9794), - [anon_sym_ATif] = ACTIONS(9796), - [anon_sym_ATunless] = ACTIONS(9798), - [anon_sym_ATisset] = ACTIONS(9800), - [anon_sym_ATempty] = ACTIONS(9802), - [anon_sym_ATauth] = ACTIONS(9804), - [anon_sym_ATguest] = ACTIONS(9806), - [anon_sym_ATproduction] = ACTIONS(9808), - [anon_sym_ATenv] = ACTIONS(9810), - [anon_sym_AThasSection] = ACTIONS(9812), - [anon_sym_ATsectionMissing] = ACTIONS(9814), - [anon_sym_ATerror] = ACTIONS(9816), - [anon_sym_ATcan] = ACTIONS(9818), - [anon_sym_ATcannot] = ACTIONS(9820), - [anon_sym_ATcanany] = ACTIONS(9822), - [anon_sym_ATfeature] = ACTIONS(9824), - [aux_sym__custom_token1] = ACTIONS(9826), - [aux_sym__custom_token2] = ACTIONS(9828), - [anon_sym_ATswitch] = ACTIONS(9830), - [anon_sym_ATbreak] = ACTIONS(4996), - [aux_sym_loop_operator_token1] = ACTIONS(9832), - [anon_sym_ATfor] = ACTIONS(9834), - [anon_sym_ATforeach] = ACTIONS(9836), - [anon_sym_ATforelse] = ACTIONS(9838), - [anon_sym_ATwhile] = ACTIONS(9840), - [anon_sym_ATsetup] = ACTIONS(9842), - [anon_sym_ATtask] = ACTIONS(9844), - [anon_sym_ATstory] = ACTIONS(9846), - [anon_sym_ATbefore] = ACTIONS(9848), - [anon_sym_ATafter] = ACTIONS(9850), - [anon_sym_ATsuccess] = ACTIONS(9852), - [anon_sym_ATfinished] = ACTIONS(9854), - [anon_sym_ATpersist] = ACTIONS(9856), - [anon_sym_ATteleport] = ACTIONS(9858), - [anon_sym_ATvolt] = ACTIONS(9860), - [aux_sym__text_token1] = ACTIONS(9862), - [aux_sym__text_token2] = ACTIONS(9862), - [aux_sym__text_token3] = ACTIONS(9864), + [sym_comment] = ACTIONS(10029), + [aux_sym_keyword_token1] = ACTIONS(9927), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9929), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9931), + [anon_sym_ATphp] = ACTIONS(9933), + [aux_sym_attribute_token1] = ACTIONS(9935), + [aux_sym__inline_directive_token1] = ACTIONS(9937), + [aux_sym__inline_directive_token2] = ACTIONS(9939), + [anon_sym_ATfragment] = ACTIONS(9941), + [anon_sym_ATsection] = ACTIONS(9943), + [anon_sym_ATonce] = ACTIONS(9945), + [anon_sym_ATverbatim] = ACTIONS(9947), + [anon_sym_ATpush] = ACTIONS(9949), + [anon_sym_ATpushOnce] = ACTIONS(9951), + [anon_sym_ATpushIf] = ACTIONS(9953), + [anon_sym_ATprepend] = ACTIONS(9955), + [anon_sym_ATprependOnce] = ACTIONS(9957), + [anon_sym_ATif] = ACTIONS(9959), + [anon_sym_ATunless] = ACTIONS(9961), + [anon_sym_ATisset] = ACTIONS(9963), + [anon_sym_ATempty] = ACTIONS(9965), + [anon_sym_ATauth] = ACTIONS(9967), + [anon_sym_ATguest] = ACTIONS(9969), + [anon_sym_ATproduction] = ACTIONS(9971), + [anon_sym_ATenv] = ACTIONS(9973), + [anon_sym_AThasSection] = ACTIONS(9975), + [anon_sym_ATsectionMissing] = ACTIONS(9977), + [anon_sym_ATerror] = ACTIONS(9979), + [anon_sym_ATcan] = ACTIONS(9981), + [anon_sym_ATcannot] = ACTIONS(9983), + [anon_sym_ATcanany] = ACTIONS(9985), + [anon_sym_ATfeature] = ACTIONS(9987), + [aux_sym__custom_token1] = ACTIONS(9989), + [aux_sym__custom_token2] = ACTIONS(9991), + [anon_sym_ATswitch] = ACTIONS(9993), + [anon_sym_ATbreak] = ACTIONS(5083), + [aux_sym_loop_operator_token1] = ACTIONS(9995), + [anon_sym_ATfor] = ACTIONS(9997), + [anon_sym_ATforeach] = ACTIONS(9999), + [anon_sym_ATforelse] = ACTIONS(10001), + [anon_sym_ATwhile] = ACTIONS(10003), + [anon_sym_ATsetup] = ACTIONS(10005), + [anon_sym_ATtask] = ACTIONS(10007), + [anon_sym_ATstory] = ACTIONS(10009), + [anon_sym_ATbefore] = ACTIONS(10011), + [anon_sym_ATafter] = ACTIONS(10013), + [anon_sym_ATsuccess] = ACTIONS(10015), + [anon_sym_ATfinished] = ACTIONS(10017), + [anon_sym_ATpersist] = ACTIONS(10019), + [anon_sym_ATteleport] = ACTIONS(10021), + [anon_sym_ATvolt] = ACTIONS(10023), + [aux_sym__text_token1] = ACTIONS(10025), + [aux_sym__text_token2] = ACTIONS(10025), + [aux_sym__text_token3] = ACTIONS(10027), }, [651] = { [sym__definition] = STATE(651), @@ -104333,61 +104840,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2755), [aux_sym__directive_body] = STATE(651), [sym_text] = STATE(651), - [sym__text] = STATE(968), - [aux_sym_php_only_repeat1] = STATE(968), - [sym_comment] = ACTIONS(9868), - [aux_sym_keyword_token1] = ACTIONS(9871), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9874), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9877), - [anon_sym_ATphp] = ACTIONS(9880), - [aux_sym_attribute_token1] = ACTIONS(9883), - [aux_sym__inline_directive_token1] = ACTIONS(9886), - [anon_sym_ATfragment] = ACTIONS(9889), - [anon_sym_ATsection] = ACTIONS(9892), - [anon_sym_ATonce] = ACTIONS(9895), - [anon_sym_ATverbatim] = ACTIONS(9898), - [anon_sym_ATpush] = ACTIONS(9901), - [anon_sym_ATpushOnce] = ACTIONS(9904), - [anon_sym_ATpushIf] = ACTIONS(9907), - [anon_sym_ATprepend] = ACTIONS(9910), - [anon_sym_ATprependOnce] = ACTIONS(9913), - [anon_sym_ATif] = ACTIONS(9916), - [anon_sym_ATunless] = ACTIONS(9919), - [anon_sym_ATisset] = ACTIONS(9922), - [anon_sym_ATempty] = ACTIONS(9925), - [anon_sym_ATauth] = ACTIONS(9928), - [anon_sym_ATguest] = ACTIONS(9931), - [anon_sym_ATproduction] = ACTIONS(9934), - [anon_sym_ATenv] = ACTIONS(9937), - [anon_sym_AThasSection] = ACTIONS(9940), - [anon_sym_ATsectionMissing] = ACTIONS(9943), - [anon_sym_ATerror] = ACTIONS(9946), - [anon_sym_ATcan] = ACTIONS(9949), - [anon_sym_ATcannot] = ACTIONS(9952), - [anon_sym_ATcanany] = ACTIONS(9955), - [anon_sym_ATfeature] = ACTIONS(9958), - [aux_sym__custom_token1] = ACTIONS(9961), - [aux_sym__custom_token2] = ACTIONS(9964), - [anon_sym_ATswitch] = ACTIONS(9967), - [aux_sym_loop_operator_token1] = ACTIONS(9970), - [anon_sym_ATfor] = ACTIONS(9973), - [anon_sym_ATforeach] = ACTIONS(9976), - [anon_sym_ATforelse] = ACTIONS(9979), - [anon_sym_ATwhile] = ACTIONS(9982), - [anon_sym_ATsetup] = ACTIONS(9985), - [anon_sym_ATtask] = ACTIONS(9988), - [anon_sym_ATstory] = ACTIONS(9991), - [anon_sym_ATbefore] = ACTIONS(9994), - [anon_sym_ATafter] = ACTIONS(9997), - [anon_sym_ATsuccess] = ACTIONS(10000), - [anon_sym_ATfinished] = ACTIONS(10003), - [anon_sym_ATpersist] = ACTIONS(10006), - [anon_sym_ATteleport] = ACTIONS(10009), - [anon_sym_ATendteleport] = ACTIONS(5035), - [anon_sym_ATvolt] = ACTIONS(10012), - [aux_sym__text_token1] = ACTIONS(10015), - [aux_sym__text_token2] = ACTIONS(10015), - [aux_sym__text_token3] = ACTIONS(10018), + [sym__text] = STATE(969), + [aux_sym_php_only_repeat1] = STATE(969), + [sym_comment] = ACTIONS(10031), + [aux_sym_keyword_token1] = ACTIONS(10034), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10037), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10040), + [anon_sym_ATphp] = ACTIONS(10043), + [aux_sym_attribute_token1] = ACTIONS(10046), + [aux_sym__inline_directive_token1] = ACTIONS(10049), + [aux_sym__inline_directive_token2] = ACTIONS(10052), + [anon_sym_ATfragment] = ACTIONS(10055), + [anon_sym_ATsection] = ACTIONS(10058), + [anon_sym_ATonce] = ACTIONS(10061), + [anon_sym_ATverbatim] = ACTIONS(10064), + [anon_sym_ATpush] = ACTIONS(10067), + [anon_sym_ATpushOnce] = ACTIONS(10070), + [anon_sym_ATpushIf] = ACTIONS(10073), + [anon_sym_ATprepend] = ACTIONS(10076), + [anon_sym_ATprependOnce] = ACTIONS(10079), + [anon_sym_ATif] = ACTIONS(10082), + [anon_sym_ATunless] = ACTIONS(10085), + [anon_sym_ATisset] = ACTIONS(10088), + [anon_sym_ATempty] = ACTIONS(10091), + [anon_sym_ATauth] = ACTIONS(10094), + [anon_sym_ATguest] = ACTIONS(10097), + [anon_sym_ATproduction] = ACTIONS(10100), + [anon_sym_ATenv] = ACTIONS(10103), + [anon_sym_AThasSection] = ACTIONS(10106), + [anon_sym_ATsectionMissing] = ACTIONS(10109), + [anon_sym_ATerror] = ACTIONS(10112), + [anon_sym_ATcan] = ACTIONS(10115), + [anon_sym_ATcannot] = ACTIONS(10118), + [anon_sym_ATcanany] = ACTIONS(10121), + [anon_sym_ATfeature] = ACTIONS(10124), + [aux_sym__custom_token1] = ACTIONS(10127), + [aux_sym__custom_token2] = ACTIONS(10130), + [anon_sym_ATswitch] = ACTIONS(10133), + [aux_sym_loop_operator_token1] = ACTIONS(10136), + [anon_sym_ATfor] = ACTIONS(10139), + [anon_sym_ATforeach] = ACTIONS(10142), + [anon_sym_ATforelse] = ACTIONS(10145), + [anon_sym_ATwhile] = ACTIONS(10148), + [anon_sym_ATsetup] = ACTIONS(10151), + [anon_sym_ATtask] = ACTIONS(10154), + [anon_sym_ATstory] = ACTIONS(10157), + [anon_sym_ATbefore] = ACTIONS(10160), + [anon_sym_ATafter] = ACTIONS(10163), + [anon_sym_ATsuccess] = ACTIONS(10166), + [anon_sym_ATfinished] = ACTIONS(10169), + [anon_sym_ATpersist] = ACTIONS(10172), + [anon_sym_ATteleport] = ACTIONS(10175), + [anon_sym_ATendteleport] = ACTIONS(5125), + [anon_sym_ATvolt] = ACTIONS(10178), + [aux_sym__text_token1] = ACTIONS(10181), + [aux_sym__text_token2] = ACTIONS(10181), + [aux_sym__text_token3] = ACTIONS(10184), }, [652] = { [sym__definition] = STATE(652), @@ -104453,71 +104961,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2837), [aux_sym__directive_body] = STATE(652), [sym_text] = STATE(652), - [sym__text] = STATE(962), - [aux_sym_php_only_repeat1] = STATE(962), - [sym_comment] = ACTIONS(10021), - [aux_sym_keyword_token1] = ACTIONS(10024), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10027), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10030), - [anon_sym_ATphp] = ACTIONS(10033), - [aux_sym_attribute_token1] = ACTIONS(10036), - [aux_sym__inline_directive_token1] = ACTIONS(10039), - [anon_sym_ATfragment] = ACTIONS(10042), - [anon_sym_ATsection] = ACTIONS(10045), - [anon_sym_ATonce] = ACTIONS(10048), - [anon_sym_ATverbatim] = ACTIONS(10051), - [anon_sym_ATpush] = ACTIONS(10054), - [anon_sym_ATpushOnce] = ACTIONS(10057), - [anon_sym_ATpushIf] = ACTIONS(10060), - [anon_sym_ATprepend] = ACTIONS(10063), - [anon_sym_ATprependOnce] = ACTIONS(10066), - [anon_sym_ATif] = ACTIONS(10069), - [anon_sym_ATunless] = ACTIONS(10072), - [anon_sym_ATisset] = ACTIONS(10075), - [anon_sym_ATempty] = ACTIONS(10078), - [anon_sym_ATauth] = ACTIONS(10081), - [anon_sym_ATguest] = ACTIONS(10084), - [anon_sym_ATproduction] = ACTIONS(10087), - [anon_sym_ATenv] = ACTIONS(10090), - [anon_sym_AThasSection] = ACTIONS(10093), - [anon_sym_ATsectionMissing] = ACTIONS(10096), - [anon_sym_ATerror] = ACTIONS(10099), - [anon_sym_ATcan] = ACTIONS(10102), - [anon_sym_ATcannot] = ACTIONS(10105), - [anon_sym_ATcanany] = ACTIONS(10108), - [anon_sym_ATfeature] = ACTIONS(10111), - [aux_sym__custom_token1] = ACTIONS(10114), - [aux_sym__custom_token2] = ACTIONS(10117), - [anon_sym_ATswitch] = ACTIONS(10120), - [aux_sym_loop_operator_token1] = ACTIONS(10123), - [anon_sym_ATfor] = ACTIONS(10126), - [anon_sym_ATforeach] = ACTIONS(10129), - [anon_sym_ATforelse] = ACTIONS(10132), - [anon_sym_ATwhile] = ACTIONS(10135), - [anon_sym_ATsetup] = ACTIONS(10138), - [anon_sym_ATtask] = ACTIONS(10141), - [anon_sym_ATstory] = ACTIONS(10144), - [anon_sym_ATbefore] = ACTIONS(10147), - [anon_sym_ATafter] = ACTIONS(10150), - [anon_sym_ATsuccess] = ACTIONS(10153), - [anon_sym_ATfinished] = ACTIONS(10156), - [anon_sym_ATpersist] = ACTIONS(10159), - [anon_sym_ATteleport] = ACTIONS(10162), - [anon_sym_ATvolt] = ACTIONS(10165), - [anon_sym_ATendvolt] = ACTIONS(5035), - [aux_sym__text_token1] = ACTIONS(10168), - [aux_sym__text_token2] = ACTIONS(10168), - [aux_sym__text_token3] = ACTIONS(10171), + [sym__text] = STATE(963), + [aux_sym_php_only_repeat1] = STATE(963), + [sym_comment] = ACTIONS(10187), + [aux_sym_keyword_token1] = ACTIONS(10190), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10193), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10196), + [anon_sym_ATphp] = ACTIONS(10199), + [aux_sym_attribute_token1] = ACTIONS(10202), + [aux_sym__inline_directive_token1] = ACTIONS(10205), + [aux_sym__inline_directive_token2] = ACTIONS(10208), + [anon_sym_ATfragment] = ACTIONS(10211), + [anon_sym_ATsection] = ACTIONS(10214), + [anon_sym_ATonce] = ACTIONS(10217), + [anon_sym_ATverbatim] = ACTIONS(10220), + [anon_sym_ATpush] = ACTIONS(10223), + [anon_sym_ATpushOnce] = ACTIONS(10226), + [anon_sym_ATpushIf] = ACTIONS(10229), + [anon_sym_ATprepend] = ACTIONS(10232), + [anon_sym_ATprependOnce] = ACTIONS(10235), + [anon_sym_ATif] = ACTIONS(10238), + [anon_sym_ATunless] = ACTIONS(10241), + [anon_sym_ATisset] = ACTIONS(10244), + [anon_sym_ATempty] = ACTIONS(10247), + [anon_sym_ATauth] = ACTIONS(10250), + [anon_sym_ATguest] = ACTIONS(10253), + [anon_sym_ATproduction] = ACTIONS(10256), + [anon_sym_ATenv] = ACTIONS(10259), + [anon_sym_AThasSection] = ACTIONS(10262), + [anon_sym_ATsectionMissing] = ACTIONS(10265), + [anon_sym_ATerror] = ACTIONS(10268), + [anon_sym_ATcan] = ACTIONS(10271), + [anon_sym_ATcannot] = ACTIONS(10274), + [anon_sym_ATcanany] = ACTIONS(10277), + [anon_sym_ATfeature] = ACTIONS(10280), + [aux_sym__custom_token1] = ACTIONS(10283), + [aux_sym__custom_token2] = ACTIONS(10286), + [anon_sym_ATswitch] = ACTIONS(10289), + [aux_sym_loop_operator_token1] = ACTIONS(10292), + [anon_sym_ATfor] = ACTIONS(10295), + [anon_sym_ATforeach] = ACTIONS(10298), + [anon_sym_ATforelse] = ACTIONS(10301), + [anon_sym_ATwhile] = ACTIONS(10304), + [anon_sym_ATsetup] = ACTIONS(10307), + [anon_sym_ATtask] = ACTIONS(10310), + [anon_sym_ATstory] = ACTIONS(10313), + [anon_sym_ATbefore] = ACTIONS(10316), + [anon_sym_ATafter] = ACTIONS(10319), + [anon_sym_ATsuccess] = ACTIONS(10322), + [anon_sym_ATfinished] = ACTIONS(10325), + [anon_sym_ATpersist] = ACTIONS(10328), + [anon_sym_ATteleport] = ACTIONS(10331), + [anon_sym_ATvolt] = ACTIONS(10334), + [anon_sym_ATendvolt] = ACTIONS(5125), + [aux_sym__text_token1] = ACTIONS(10337), + [aux_sym__text_token2] = ACTIONS(10337), + [aux_sym__text_token3] = ACTIONS(10340), }, [653] = { [sym__definition] = STATE(268), [sym_keyword] = STATE(268), [sym_php_statement] = STATE(268), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(268), [sym__inline_directive] = STATE(268), [sym__nested_directive] = STATE(268), @@ -104527,107 +105036,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(268), [sym_verbatim] = STATE(268), [sym_stack] = STATE(268), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(268), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(268), [sym_loop] = STATE(268), [sym_loop_operator] = STATE(268), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(268), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(268), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(268), [sym_text] = STATE(268), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(4441), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(10174), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(4521), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(10343), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [654] = { [sym__definition] = STATE(654), @@ -104693,71 +105203,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__volt] = STATE(2919), [aux_sym__directive_body] = STATE(654), [sym_text] = STATE(654), - [sym__text] = STATE(956), - [aux_sym_php_only_repeat1] = STATE(956), - [sym_comment] = ACTIONS(10176), - [aux_sym_keyword_token1] = ACTIONS(10179), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10182), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10185), - [anon_sym_ATphp] = ACTIONS(10188), - [aux_sym_attribute_token1] = ACTIONS(10191), - [aux_sym__inline_directive_token1] = ACTIONS(10194), - [anon_sym_ATfragment] = ACTIONS(10197), - [anon_sym_ATsection] = ACTIONS(10200), - [aux_sym_section_token1] = ACTIONS(5035), - [anon_sym_ATonce] = ACTIONS(10203), - [anon_sym_ATverbatim] = ACTIONS(10206), - [anon_sym_ATpush] = ACTIONS(10209), - [anon_sym_ATpushOnce] = ACTIONS(10212), - [anon_sym_ATpushIf] = ACTIONS(10215), - [anon_sym_ATprepend] = ACTIONS(10218), - [anon_sym_ATprependOnce] = ACTIONS(10221), - [anon_sym_ATif] = ACTIONS(10224), - [anon_sym_ATunless] = ACTIONS(10227), - [anon_sym_ATisset] = ACTIONS(10230), - [anon_sym_ATempty] = ACTIONS(10233), - [anon_sym_ATauth] = ACTIONS(10236), - [anon_sym_ATguest] = ACTIONS(10239), - [anon_sym_ATproduction] = ACTIONS(10242), - [anon_sym_ATenv] = ACTIONS(10245), - [anon_sym_AThasSection] = ACTIONS(10248), - [anon_sym_ATsectionMissing] = ACTIONS(10251), - [anon_sym_ATerror] = ACTIONS(10254), - [anon_sym_ATcan] = ACTIONS(10257), - [anon_sym_ATcannot] = ACTIONS(10260), - [anon_sym_ATcanany] = ACTIONS(10263), - [anon_sym_ATfeature] = ACTIONS(10266), - [aux_sym__custom_token1] = ACTIONS(10269), - [aux_sym__custom_token2] = ACTIONS(10272), - [anon_sym_ATswitch] = ACTIONS(10275), - [aux_sym_loop_operator_token1] = ACTIONS(10278), - [anon_sym_ATfor] = ACTIONS(10281), - [anon_sym_ATforeach] = ACTIONS(10284), - [anon_sym_ATforelse] = ACTIONS(10287), - [anon_sym_ATwhile] = ACTIONS(10290), - [anon_sym_ATsetup] = ACTIONS(10293), - [anon_sym_ATtask] = ACTIONS(10296), - [anon_sym_ATstory] = ACTIONS(10299), - [anon_sym_ATbefore] = ACTIONS(10302), - [anon_sym_ATafter] = ACTIONS(10305), - [anon_sym_ATsuccess] = ACTIONS(10308), - [anon_sym_ATfinished] = ACTIONS(10311), - [anon_sym_ATpersist] = ACTIONS(10314), - [anon_sym_ATteleport] = ACTIONS(10317), - [anon_sym_ATvolt] = ACTIONS(10320), - [aux_sym__text_token1] = ACTIONS(10323), - [aux_sym__text_token2] = ACTIONS(10323), - [aux_sym__text_token3] = ACTIONS(10326), + [sym__text] = STATE(957), + [aux_sym_php_only_repeat1] = STATE(957), + [sym_comment] = ACTIONS(10345), + [aux_sym_keyword_token1] = ACTIONS(10348), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10351), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10354), + [anon_sym_ATphp] = ACTIONS(10357), + [aux_sym_attribute_token1] = ACTIONS(10360), + [aux_sym__inline_directive_token1] = ACTIONS(10363), + [aux_sym__inline_directive_token2] = ACTIONS(10366), + [anon_sym_ATfragment] = ACTIONS(10369), + [anon_sym_ATsection] = ACTIONS(10372), + [aux_sym_section_token1] = ACTIONS(5125), + [anon_sym_ATonce] = ACTIONS(10375), + [anon_sym_ATverbatim] = ACTIONS(10378), + [anon_sym_ATpush] = ACTIONS(10381), + [anon_sym_ATpushOnce] = ACTIONS(10384), + [anon_sym_ATpushIf] = ACTIONS(10387), + [anon_sym_ATprepend] = ACTIONS(10390), + [anon_sym_ATprependOnce] = ACTIONS(10393), + [anon_sym_ATif] = ACTIONS(10396), + [anon_sym_ATunless] = ACTIONS(10399), + [anon_sym_ATisset] = ACTIONS(10402), + [anon_sym_ATempty] = ACTIONS(10405), + [anon_sym_ATauth] = ACTIONS(10408), + [anon_sym_ATguest] = ACTIONS(10411), + [anon_sym_ATproduction] = ACTIONS(10414), + [anon_sym_ATenv] = ACTIONS(10417), + [anon_sym_AThasSection] = ACTIONS(10420), + [anon_sym_ATsectionMissing] = ACTIONS(10423), + [anon_sym_ATerror] = ACTIONS(10426), + [anon_sym_ATcan] = ACTIONS(10429), + [anon_sym_ATcannot] = ACTIONS(10432), + [anon_sym_ATcanany] = ACTIONS(10435), + [anon_sym_ATfeature] = ACTIONS(10438), + [aux_sym__custom_token1] = ACTIONS(10441), + [aux_sym__custom_token2] = ACTIONS(10444), + [anon_sym_ATswitch] = ACTIONS(10447), + [aux_sym_loop_operator_token1] = ACTIONS(10450), + [anon_sym_ATfor] = ACTIONS(10453), + [anon_sym_ATforeach] = ACTIONS(10456), + [anon_sym_ATforelse] = ACTIONS(10459), + [anon_sym_ATwhile] = ACTIONS(10462), + [anon_sym_ATsetup] = ACTIONS(10465), + [anon_sym_ATtask] = ACTIONS(10468), + [anon_sym_ATstory] = ACTIONS(10471), + [anon_sym_ATbefore] = ACTIONS(10474), + [anon_sym_ATafter] = ACTIONS(10477), + [anon_sym_ATsuccess] = ACTIONS(10480), + [anon_sym_ATfinished] = ACTIONS(10483), + [anon_sym_ATpersist] = ACTIONS(10486), + [anon_sym_ATteleport] = ACTIONS(10489), + [anon_sym_ATvolt] = ACTIONS(10492), + [aux_sym__text_token1] = ACTIONS(10495), + [aux_sym__text_token2] = ACTIONS(10495), + [aux_sym__text_token3] = ACTIONS(10498), }, [655] = { [sym__definition] = STATE(510), [sym_keyword] = STATE(510), [sym_php_statement] = STATE(510), - [sym__escaped] = STATE(3256), - [sym__unescaped] = STATE(3256), - [sym__raw] = STATE(3256), - [sym__inline_raw] = STATE(3256), - [sym__multi_line_raw] = STATE(3256), + [sym__escaped] = STATE(3498), + [sym__unescaped] = STATE(3498), + [sym__raw] = STATE(3498), + [sym__inline_raw] = STATE(3498), + [sym__multi_line_raw] = STATE(3498), [sym_attribute] = STATE(510), [sym__inline_directive] = STATE(510), [sym__nested_directive] = STATE(510), @@ -104767,117 +105278,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(510), [sym_verbatim] = STATE(510), [sym_stack] = STATE(510), - [sym__push] = STATE(3258), - [sym__pushOnce] = STATE(3258), - [sym__pushIf] = STATE(3258), - [sym__prepend] = STATE(3258), - [sym__prependOnce] = STATE(3258), + [sym__push] = STATE(3499), + [sym__pushOnce] = STATE(3499), + [sym__pushIf] = STATE(3499), + [sym__prepend] = STATE(3499), + [sym__prependOnce] = STATE(3499), [sym_conditional] = STATE(510), - [sym__if] = STATE(3259), - [sym__unless] = STATE(3259), - [sym__isset] = STATE(3259), - [sym__empty] = STATE(3259), - [sym__auth] = STATE(3259), - [sym__guest] = STATE(3259), - [sym__production] = STATE(3259), - [sym__env] = STATE(3259), - [sym__hasSection] = STATE(3259), - [sym__sectionMissing] = STATE(3259), - [sym__error] = STATE(3259), - [sym_authorization] = STATE(3259), - [sym__can] = STATE(3260), - [sym__cannot] = STATE(3260), - [sym__canany] = STATE(3260), - [sym__feature] = STATE(3259), - [sym__custom] = STATE(3259), + [sym__if] = STATE(3500), + [sym__unless] = STATE(3500), + [sym__isset] = STATE(3500), + [sym__empty] = STATE(3500), + [sym__auth] = STATE(3500), + [sym__guest] = STATE(3500), + [sym__production] = STATE(3500), + [sym__env] = STATE(3500), + [sym__hasSection] = STATE(3500), + [sym__sectionMissing] = STATE(3500), + [sym__error] = STATE(3500), + [sym_authorization] = STATE(3500), + [sym__can] = STATE(3501), + [sym__cannot] = STATE(3501), + [sym__canany] = STATE(3501), + [sym__feature] = STATE(3500), + [sym__custom] = STATE(3500), [sym_switch] = STATE(510), [sym_loop] = STATE(510), [sym_loop_operator] = STATE(510), - [sym__for] = STATE(3261), - [sym__foreach] = STATE(3261), - [sym__forelse] = STATE(3261), - [sym__while] = STATE(3261), + [sym__for] = STATE(3503), + [sym__foreach] = STATE(3503), + [sym__forelse] = STATE(3503), + [sym__while] = STATE(3503), [sym_envoy] = STATE(510), - [sym__setup] = STATE(3256), - [sym__task] = STATE(3262), - [sym__story] = STATE(3262), - [sym__hooks] = STATE(3256), - [sym__before] = STATE(3256), - [sym__after] = STATE(3256), - [sym__envoy_error] = STATE(3256), - [sym__success] = STATE(3256), - [sym__finished] = STATE(3256), + [sym__setup] = STATE(3498), + [sym__task] = STATE(3504), + [sym__story] = STATE(3504), + [sym__hooks] = STATE(3498), + [sym__before] = STATE(3498), + [sym__after] = STATE(3498), + [sym__envoy_error] = STATE(3498), + [sym__success] = STATE(3498), + [sym__finished] = STATE(3498), [sym_livewire] = STATE(510), - [sym__persist] = STATE(3265), - [sym__teleport] = STATE(3265), - [sym__volt] = STATE(3265), + [sym__persist] = STATE(3506), + [sym__teleport] = STATE(3506), + [sym__volt] = STATE(3506), [aux_sym__directive_body] = STATE(510), [sym_text] = STATE(510), - [sym__text] = STATE(758), - [aux_sym_php_only_repeat1] = STATE(758), - [sym_comment] = ACTIONS(4445), - [aux_sym_keyword_token1] = ACTIONS(4215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4219), - [anon_sym_ATphp] = ACTIONS(4221), - [aux_sym_attribute_token1] = ACTIONS(4223), - [aux_sym__inline_directive_token1] = ACTIONS(4225), - [anon_sym_ATfragment] = ACTIONS(4227), - [anon_sym_ATsection] = ACTIONS(4229), - [anon_sym_ATonce] = ACTIONS(4231), - [anon_sym_ATendonce] = ACTIONS(10329), - [anon_sym_ATverbatim] = ACTIONS(4235), - [anon_sym_ATpush] = ACTIONS(4237), - [anon_sym_ATpushOnce] = ACTIONS(4239), - [anon_sym_ATpushIf] = ACTIONS(4241), - [anon_sym_ATprepend] = ACTIONS(4243), - [anon_sym_ATprependOnce] = ACTIONS(4245), - [anon_sym_ATif] = ACTIONS(4247), - [anon_sym_ATunless] = ACTIONS(4249), - [anon_sym_ATisset] = ACTIONS(4251), - [anon_sym_ATempty] = ACTIONS(4253), - [anon_sym_ATauth] = ACTIONS(4255), - [anon_sym_ATguest] = ACTIONS(4257), - [anon_sym_ATproduction] = ACTIONS(4259), - [anon_sym_ATenv] = ACTIONS(4261), - [anon_sym_AThasSection] = ACTIONS(4263), - [anon_sym_ATsectionMissing] = ACTIONS(4265), - [anon_sym_ATerror] = ACTIONS(4267), - [anon_sym_ATcan] = ACTIONS(4269), - [anon_sym_ATcannot] = ACTIONS(4271), - [anon_sym_ATcanany] = ACTIONS(4273), - [anon_sym_ATfeature] = ACTIONS(4275), - [aux_sym__custom_token1] = ACTIONS(4277), - [aux_sym__custom_token2] = ACTIONS(4279), - [anon_sym_ATswitch] = ACTIONS(4281), - [aux_sym_loop_operator_token1] = ACTIONS(4283), - [anon_sym_ATfor] = ACTIONS(4285), - [anon_sym_ATforeach] = ACTIONS(4287), - [anon_sym_ATforelse] = ACTIONS(4289), - [anon_sym_ATwhile] = ACTIONS(4291), - [anon_sym_ATsetup] = ACTIONS(4293), - [anon_sym_ATtask] = ACTIONS(4295), - [anon_sym_ATstory] = ACTIONS(4297), - [anon_sym_ATbefore] = ACTIONS(4299), - [anon_sym_ATafter] = ACTIONS(4301), - [anon_sym_ATsuccess] = ACTIONS(4303), - [anon_sym_ATfinished] = ACTIONS(4305), - [anon_sym_ATpersist] = ACTIONS(4307), - [anon_sym_ATteleport] = ACTIONS(4309), - [anon_sym_ATvolt] = ACTIONS(4311), - [aux_sym__text_token1] = ACTIONS(4313), - [aux_sym__text_token2] = ACTIONS(4313), - [aux_sym__text_token3] = ACTIONS(4315), + [sym__text] = STATE(871), + [aux_sym_php_only_repeat1] = STATE(871), + [sym_comment] = ACTIONS(4525), + [aux_sym_keyword_token1] = ACTIONS(4291), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4293), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4295), + [anon_sym_ATphp] = ACTIONS(4297), + [aux_sym_attribute_token1] = ACTIONS(4299), + [aux_sym__inline_directive_token1] = ACTIONS(4301), + [aux_sym__inline_directive_token2] = ACTIONS(4303), + [anon_sym_ATfragment] = ACTIONS(4305), + [anon_sym_ATsection] = ACTIONS(4307), + [anon_sym_ATonce] = ACTIONS(4309), + [anon_sym_ATendonce] = ACTIONS(10501), + [anon_sym_ATverbatim] = ACTIONS(4313), + [anon_sym_ATpush] = ACTIONS(4315), + [anon_sym_ATpushOnce] = ACTIONS(4317), + [anon_sym_ATpushIf] = ACTIONS(4319), + [anon_sym_ATprepend] = ACTIONS(4321), + [anon_sym_ATprependOnce] = ACTIONS(4323), + [anon_sym_ATif] = ACTIONS(4325), + [anon_sym_ATunless] = ACTIONS(4327), + [anon_sym_ATisset] = ACTIONS(4329), + [anon_sym_ATempty] = ACTIONS(4331), + [anon_sym_ATauth] = ACTIONS(4333), + [anon_sym_ATguest] = ACTIONS(4335), + [anon_sym_ATproduction] = ACTIONS(4337), + [anon_sym_ATenv] = ACTIONS(4339), + [anon_sym_AThasSection] = ACTIONS(4341), + [anon_sym_ATsectionMissing] = ACTIONS(4343), + [anon_sym_ATerror] = ACTIONS(4345), + [anon_sym_ATcan] = ACTIONS(4347), + [anon_sym_ATcannot] = ACTIONS(4349), + [anon_sym_ATcanany] = ACTIONS(4351), + [anon_sym_ATfeature] = ACTIONS(4353), + [aux_sym__custom_token1] = ACTIONS(4355), + [aux_sym__custom_token2] = ACTIONS(4357), + [anon_sym_ATswitch] = ACTIONS(4359), + [aux_sym_loop_operator_token1] = ACTIONS(4361), + [anon_sym_ATfor] = ACTIONS(4363), + [anon_sym_ATforeach] = ACTIONS(4365), + [anon_sym_ATforelse] = ACTIONS(4367), + [anon_sym_ATwhile] = ACTIONS(4369), + [anon_sym_ATsetup] = ACTIONS(4371), + [anon_sym_ATtask] = ACTIONS(4373), + [anon_sym_ATstory] = ACTIONS(4375), + [anon_sym_ATbefore] = ACTIONS(4377), + [anon_sym_ATafter] = ACTIONS(4379), + [anon_sym_ATsuccess] = ACTIONS(4381), + [anon_sym_ATfinished] = ACTIONS(4383), + [anon_sym_ATpersist] = ACTIONS(4385), + [anon_sym_ATteleport] = ACTIONS(4387), + [anon_sym_ATvolt] = ACTIONS(4389), + [aux_sym__text_token1] = ACTIONS(4391), + [aux_sym__text_token2] = ACTIONS(4391), + [aux_sym__text_token3] = ACTIONS(4393), }, [656] = { [sym__definition] = STATE(653), [sym_keyword] = STATE(653), [sym_php_statement] = STATE(653), - [sym__escaped] = STATE(3355), - [sym__unescaped] = STATE(3355), - [sym__raw] = STATE(3355), - [sym__inline_raw] = STATE(3355), - [sym__multi_line_raw] = STATE(3355), + [sym__escaped] = STATE(3406), + [sym__unescaped] = STATE(3406), + [sym__raw] = STATE(3406), + [sym__inline_raw] = STATE(3406), + [sym__multi_line_raw] = STATE(3406), [sym_attribute] = STATE(653), [sym__inline_directive] = STATE(653), [sym__nested_directive] = STATE(653), @@ -104887,107 +105399,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(653), [sym_verbatim] = STATE(653), [sym_stack] = STATE(653), - [sym__push] = STATE(3356), - [sym__pushOnce] = STATE(3356), - [sym__pushIf] = STATE(3356), - [sym__prepend] = STATE(3356), - [sym__prependOnce] = STATE(3356), + [sym__push] = STATE(3404), + [sym__pushOnce] = STATE(3404), + [sym__pushIf] = STATE(3404), + [sym__prepend] = STATE(3404), + [sym__prependOnce] = STATE(3404), [sym_conditional] = STATE(653), - [sym__if] = STATE(3357), - [sym__unless] = STATE(3357), - [sym__isset] = STATE(3357), - [sym__empty] = STATE(3357), - [sym__auth] = STATE(3357), - [sym__guest] = STATE(3357), - [sym__production] = STATE(3357), - [sym__env] = STATE(3357), - [sym__hasSection] = STATE(3357), - [sym__sectionMissing] = STATE(3357), - [sym__error] = STATE(3357), - [sym_authorization] = STATE(3357), - [sym__can] = STATE(3358), - [sym__cannot] = STATE(3358), - [sym__canany] = STATE(3358), - [sym__feature] = STATE(3357), - [sym__custom] = STATE(3357), + [sym__if] = STATE(3400), + [sym__unless] = STATE(3400), + [sym__isset] = STATE(3400), + [sym__empty] = STATE(3400), + [sym__auth] = STATE(3400), + [sym__guest] = STATE(3400), + [sym__production] = STATE(3400), + [sym__env] = STATE(3400), + [sym__hasSection] = STATE(3400), + [sym__sectionMissing] = STATE(3400), + [sym__error] = STATE(3400), + [sym_authorization] = STATE(3400), + [sym__can] = STATE(3390), + [sym__cannot] = STATE(3390), + [sym__canany] = STATE(3390), + [sym__feature] = STATE(3400), + [sym__custom] = STATE(3400), [sym_switch] = STATE(653), [sym_loop] = STATE(653), [sym_loop_operator] = STATE(653), - [sym__for] = STATE(3359), - [sym__foreach] = STATE(3359), - [sym__forelse] = STATE(3359), - [sym__while] = STATE(3359), + [sym__for] = STATE(3386), + [sym__foreach] = STATE(3386), + [sym__forelse] = STATE(3386), + [sym__while] = STATE(3386), [sym_envoy] = STATE(653), - [sym__setup] = STATE(3355), - [sym__task] = STATE(3360), - [sym__story] = STATE(3360), - [sym__hooks] = STATE(3355), - [sym__before] = STATE(3355), - [sym__after] = STATE(3355), - [sym__envoy_error] = STATE(3355), - [sym__success] = STATE(3355), - [sym__finished] = STATE(3355), + [sym__setup] = STATE(3406), + [sym__task] = STATE(3384), + [sym__story] = STATE(3384), + [sym__hooks] = STATE(3406), + [sym__before] = STATE(3406), + [sym__after] = STATE(3406), + [sym__envoy_error] = STATE(3406), + [sym__success] = STATE(3406), + [sym__finished] = STATE(3406), [sym_livewire] = STATE(653), - [sym__persist] = STATE(3362), - [sym__teleport] = STATE(3362), - [sym__volt] = STATE(3362), + [sym__persist] = STATE(3383), + [sym__teleport] = STATE(3383), + [sym__volt] = STATE(3383), [aux_sym__directive_body] = STATE(653), [sym_text] = STATE(653), - [sym__text] = STATE(762), - [aux_sym_php_only_repeat1] = STATE(762), - [sym_comment] = ACTIONS(10331), - [aux_sym_keyword_token1] = ACTIONS(4111), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4113), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4115), - [anon_sym_ATphp] = ACTIONS(4117), - [aux_sym_attribute_token1] = ACTIONS(4119), - [aux_sym__inline_directive_token1] = ACTIONS(4121), - [anon_sym_ATfragment] = ACTIONS(4123), - [anon_sym_ATsection] = ACTIONS(4125), - [anon_sym_ATonce] = ACTIONS(4127), - [anon_sym_ATverbatim] = ACTIONS(4129), - [anon_sym_ATendverbatim] = ACTIONS(10333), - [anon_sym_ATpush] = ACTIONS(4133), - [anon_sym_ATpushOnce] = ACTIONS(4135), - [anon_sym_ATpushIf] = ACTIONS(4137), - [anon_sym_ATprepend] = ACTIONS(4139), - [anon_sym_ATprependOnce] = ACTIONS(4141), - [anon_sym_ATif] = ACTIONS(4143), - [anon_sym_ATunless] = ACTIONS(4145), - [anon_sym_ATisset] = ACTIONS(4147), - [anon_sym_ATempty] = ACTIONS(4149), - [anon_sym_ATauth] = ACTIONS(4151), - [anon_sym_ATguest] = ACTIONS(4153), - [anon_sym_ATproduction] = ACTIONS(4155), - [anon_sym_ATenv] = ACTIONS(4157), - [anon_sym_AThasSection] = ACTIONS(4159), - [anon_sym_ATsectionMissing] = ACTIONS(4161), - [anon_sym_ATerror] = ACTIONS(4163), - [anon_sym_ATcan] = ACTIONS(4165), - [anon_sym_ATcannot] = ACTIONS(4167), - [anon_sym_ATcanany] = ACTIONS(4169), - [anon_sym_ATfeature] = ACTIONS(4171), - [aux_sym__custom_token1] = ACTIONS(4173), - [aux_sym__custom_token2] = ACTIONS(4175), - [anon_sym_ATswitch] = ACTIONS(4177), - [aux_sym_loop_operator_token1] = ACTIONS(4179), - [anon_sym_ATfor] = ACTIONS(4181), - [anon_sym_ATforeach] = ACTIONS(4183), - [anon_sym_ATforelse] = ACTIONS(4185), - [anon_sym_ATwhile] = ACTIONS(4187), - [anon_sym_ATsetup] = ACTIONS(4189), - [anon_sym_ATtask] = ACTIONS(4191), - [anon_sym_ATstory] = ACTIONS(4193), - [anon_sym_ATbefore] = ACTIONS(4195), - [anon_sym_ATafter] = ACTIONS(4197), - [anon_sym_ATsuccess] = ACTIONS(4199), - [anon_sym_ATfinished] = ACTIONS(4201), - [anon_sym_ATpersist] = ACTIONS(4203), - [anon_sym_ATteleport] = ACTIONS(4205), - [anon_sym_ATvolt] = ACTIONS(4207), - [aux_sym__text_token1] = ACTIONS(4209), - [aux_sym__text_token2] = ACTIONS(4209), - [aux_sym__text_token3] = ACTIONS(4211), + [sym__text] = STATE(818), + [aux_sym_php_only_repeat1] = STATE(818), + [sym_comment] = ACTIONS(10503), + [aux_sym_keyword_token1] = ACTIONS(4185), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4187), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4189), + [anon_sym_ATphp] = ACTIONS(4191), + [aux_sym_attribute_token1] = ACTIONS(4193), + [aux_sym__inline_directive_token1] = ACTIONS(4195), + [aux_sym__inline_directive_token2] = ACTIONS(4197), + [anon_sym_ATfragment] = ACTIONS(4199), + [anon_sym_ATsection] = ACTIONS(4201), + [anon_sym_ATonce] = ACTIONS(4203), + [anon_sym_ATverbatim] = ACTIONS(4205), + [anon_sym_ATendverbatim] = ACTIONS(10505), + [anon_sym_ATpush] = ACTIONS(4209), + [anon_sym_ATpushOnce] = ACTIONS(4211), + [anon_sym_ATpushIf] = ACTIONS(4213), + [anon_sym_ATprepend] = ACTIONS(4215), + [anon_sym_ATprependOnce] = ACTIONS(4217), + [anon_sym_ATif] = ACTIONS(4219), + [anon_sym_ATunless] = ACTIONS(4221), + [anon_sym_ATisset] = ACTIONS(4223), + [anon_sym_ATempty] = ACTIONS(4225), + [anon_sym_ATauth] = ACTIONS(4227), + [anon_sym_ATguest] = ACTIONS(4229), + [anon_sym_ATproduction] = ACTIONS(4231), + [anon_sym_ATenv] = ACTIONS(4233), + [anon_sym_AThasSection] = ACTIONS(4235), + [anon_sym_ATsectionMissing] = ACTIONS(4237), + [anon_sym_ATerror] = ACTIONS(4239), + [anon_sym_ATcan] = ACTIONS(4241), + [anon_sym_ATcannot] = ACTIONS(4243), + [anon_sym_ATcanany] = ACTIONS(4245), + [anon_sym_ATfeature] = ACTIONS(4247), + [aux_sym__custom_token1] = ACTIONS(4249), + [aux_sym__custom_token2] = ACTIONS(4251), + [anon_sym_ATswitch] = ACTIONS(4253), + [aux_sym_loop_operator_token1] = ACTIONS(4255), + [anon_sym_ATfor] = ACTIONS(4257), + [anon_sym_ATforeach] = ACTIONS(4259), + [anon_sym_ATforelse] = ACTIONS(4261), + [anon_sym_ATwhile] = ACTIONS(4263), + [anon_sym_ATsetup] = ACTIONS(4265), + [anon_sym_ATtask] = ACTIONS(4267), + [anon_sym_ATstory] = ACTIONS(4269), + [anon_sym_ATbefore] = ACTIONS(4271), + [anon_sym_ATafter] = ACTIONS(4273), + [anon_sym_ATsuccess] = ACTIONS(4275), + [anon_sym_ATfinished] = ACTIONS(4277), + [anon_sym_ATpersist] = ACTIONS(4279), + [anon_sym_ATteleport] = ACTIONS(4281), + [anon_sym_ATvolt] = ACTIONS(4283), + [aux_sym__text_token1] = ACTIONS(4285), + [aux_sym__text_token2] = ACTIONS(4285), + [aux_sym__text_token3] = ACTIONS(4287), }, [657] = { [sym__definition] = STATE(657), @@ -105055,73 +105568,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_text] = STATE(657), [sym__text] = STATE(947), [aux_sym_php_only_repeat1] = STATE(947), - [sym_comment] = ACTIONS(10335), - [aux_sym_keyword_token1] = ACTIONS(10338), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10341), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10344), - [anon_sym_ATphp] = ACTIONS(10347), - [aux_sym_attribute_token1] = ACTIONS(10350), - [aux_sym__inline_directive_token1] = ACTIONS(10353), - [anon_sym_ATfragment] = ACTIONS(10356), - [anon_sym_ATsection] = ACTIONS(10359), - [anon_sym_ATonce] = ACTIONS(10362), - [anon_sym_ATverbatim] = ACTIONS(10365), - [anon_sym_ATpush] = ACTIONS(10368), - [anon_sym_ATpushOnce] = ACTIONS(10371), - [anon_sym_ATpushIf] = ACTIONS(10374), - [anon_sym_ATprepend] = ACTIONS(10377), - [anon_sym_ATprependOnce] = ACTIONS(10380), - [anon_sym_ATif] = ACTIONS(10383), - [anon_sym_ATunless] = ACTIONS(10386), - [anon_sym_ATisset] = ACTIONS(10389), - [anon_sym_ATempty] = ACTIONS(10392), - [anon_sym_ATauth] = ACTIONS(10395), - [anon_sym_ATguest] = ACTIONS(10398), - [anon_sym_ATproduction] = ACTIONS(10401), - [anon_sym_ATenv] = ACTIONS(10404), - [anon_sym_AThasSection] = ACTIONS(10407), - [anon_sym_ATsectionMissing] = ACTIONS(10410), - [anon_sym_ATerror] = ACTIONS(10413), - [anon_sym_ATcan] = ACTIONS(10416), - [anon_sym_ATcannot] = ACTIONS(10419), - [anon_sym_ATcanany] = ACTIONS(10422), - [anon_sym_ATfeature] = ACTIONS(10425), - [aux_sym__custom_token1] = ACTIONS(10428), - [aux_sym__custom_token2] = ACTIONS(10431), - [anon_sym_ATswitch] = ACTIONS(10434), - [anon_sym_ATbreak] = ACTIONS(5035), - [aux_sym_loop_operator_token1] = ACTIONS(10437), - [anon_sym_ATfor] = ACTIONS(10440), - [anon_sym_ATforeach] = ACTIONS(10443), - [anon_sym_ATforelse] = ACTIONS(10446), - [anon_sym_ATwhile] = ACTIONS(10449), - [anon_sym_ATsetup] = ACTIONS(10452), - [anon_sym_ATtask] = ACTIONS(10455), - [anon_sym_ATstory] = ACTIONS(10458), - [anon_sym_ATbefore] = ACTIONS(10461), - [anon_sym_ATafter] = ACTIONS(10464), - [anon_sym_ATsuccess] = ACTIONS(10467), - [anon_sym_ATfinished] = ACTIONS(10470), - [anon_sym_ATpersist] = ACTIONS(10473), - [anon_sym_ATteleport] = ACTIONS(10476), - [anon_sym_ATvolt] = ACTIONS(10479), - [aux_sym__text_token1] = ACTIONS(10482), - [aux_sym__text_token2] = ACTIONS(10482), - [aux_sym__text_token3] = ACTIONS(10485), + [sym_comment] = ACTIONS(10507), + [aux_sym_keyword_token1] = ACTIONS(10510), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10513), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10516), + [anon_sym_ATphp] = ACTIONS(10519), + [aux_sym_attribute_token1] = ACTIONS(10522), + [aux_sym__inline_directive_token1] = ACTIONS(10525), + [aux_sym__inline_directive_token2] = ACTIONS(10528), + [anon_sym_ATfragment] = ACTIONS(10531), + [anon_sym_ATsection] = ACTIONS(10534), + [anon_sym_ATonce] = ACTIONS(10537), + [anon_sym_ATverbatim] = ACTIONS(10540), + [anon_sym_ATpush] = ACTIONS(10543), + [anon_sym_ATpushOnce] = ACTIONS(10546), + [anon_sym_ATpushIf] = ACTIONS(10549), + [anon_sym_ATprepend] = ACTIONS(10552), + [anon_sym_ATprependOnce] = ACTIONS(10555), + [anon_sym_ATif] = ACTIONS(10558), + [anon_sym_ATunless] = ACTIONS(10561), + [anon_sym_ATisset] = ACTIONS(10564), + [anon_sym_ATempty] = ACTIONS(10567), + [anon_sym_ATauth] = ACTIONS(10570), + [anon_sym_ATguest] = ACTIONS(10573), + [anon_sym_ATproduction] = ACTIONS(10576), + [anon_sym_ATenv] = ACTIONS(10579), + [anon_sym_AThasSection] = ACTIONS(10582), + [anon_sym_ATsectionMissing] = ACTIONS(10585), + [anon_sym_ATerror] = ACTIONS(10588), + [anon_sym_ATcan] = ACTIONS(10591), + [anon_sym_ATcannot] = ACTIONS(10594), + [anon_sym_ATcanany] = ACTIONS(10597), + [anon_sym_ATfeature] = ACTIONS(10600), + [aux_sym__custom_token1] = ACTIONS(10603), + [aux_sym__custom_token2] = ACTIONS(10606), + [anon_sym_ATswitch] = ACTIONS(10609), + [anon_sym_ATbreak] = ACTIONS(5125), + [aux_sym_loop_operator_token1] = ACTIONS(10612), + [anon_sym_ATfor] = ACTIONS(10615), + [anon_sym_ATforeach] = ACTIONS(10618), + [anon_sym_ATforelse] = ACTIONS(10621), + [anon_sym_ATwhile] = ACTIONS(10624), + [anon_sym_ATsetup] = ACTIONS(10627), + [anon_sym_ATtask] = ACTIONS(10630), + [anon_sym_ATstory] = ACTIONS(10633), + [anon_sym_ATbefore] = ACTIONS(10636), + [anon_sym_ATafter] = ACTIONS(10639), + [anon_sym_ATsuccess] = ACTIONS(10642), + [anon_sym_ATfinished] = ACTIONS(10645), + [anon_sym_ATpersist] = ACTIONS(10648), + [anon_sym_ATteleport] = ACTIONS(10651), + [anon_sym_ATvolt] = ACTIONS(10654), + [aux_sym__text_token1] = ACTIONS(10657), + [aux_sym__text_token2] = ACTIONS(10657), + [aux_sym__text_token3] = ACTIONS(10660), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 5, - ACTIONS(10492), 1, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6316), 1, + STATE(6593), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105132,12 +105646,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105176,16 +105691,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69] = 5, - ACTIONS(10492), 1, + [70] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6068), 1, + STATE(5607), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105196,12 +105711,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105240,16 +105756,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138] = 5, - ACTIONS(10492), 1, + [140] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6143), 1, + STATE(6369), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105260,12 +105776,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105304,16 +105821,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [207] = 5, - ACTIONS(10492), 1, + [210] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6097), 1, + STATE(6314), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105324,12 +105841,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105368,16 +105886,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [276] = 5, - ACTIONS(10492), 1, + [280] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6289), 1, + STATE(5726), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105388,12 +105906,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105432,16 +105951,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [345] = 5, - ACTIONS(10492), 1, + [350] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6505), 1, + STATE(5850), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105452,12 +105971,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105496,16 +106016,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [414] = 5, - ACTIONS(10492), 1, + [420] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6443), 1, + STATE(6610), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105516,12 +106036,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105560,16 +106081,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [483] = 5, - ACTIONS(10492), 1, + [490] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6188), 1, + STATE(6427), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105580,12 +106101,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105624,16 +106146,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [552] = 5, - ACTIONS(10492), 1, + [560] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6405), 1, + STATE(6691), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105644,12 +106166,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105688,16 +106211,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [621] = 5, - ACTIONS(10492), 1, + [630] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6267), 1, + STATE(6540), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105708,12 +106231,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105752,16 +106276,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [690] = 5, - ACTIONS(10492), 1, + [700] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6047), 1, + STATE(6257), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105772,12 +106296,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105816,16 +106341,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [759] = 5, - ACTIONS(10492), 1, + [770] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6362), 1, + STATE(6655), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105836,12 +106361,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105880,16 +106406,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [828] = 5, - ACTIONS(10492), 1, + [840] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6226), 1, + STATE(6479), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105900,12 +106426,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -105944,16 +106471,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [897] = 5, - ACTIONS(10492), 1, + [910] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6003), 1, + STATE(6200), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -105964,12 +106491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106008,14 +106536,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [966] = 4, - ACTIONS(10494), 1, + [980] = 4, + ACTIONS(10669), 1, anon_sym_LPAREN2, STATE(984), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106026,12 +106554,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106070,14 +106599,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1032] = 4, - ACTIONS(10500), 1, + [1047] = 4, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(1118), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106088,12 +106617,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106132,18 +106662,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1098] = 5, - ACTIONS(10508), 1, + [1114] = 5, + ACTIONS(10683), 1, aux_sym__text_token3, - ACTIONS(10506), 2, + ACTIONS(10681), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(701), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106152,12 +106682,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106195,14 +106726,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1166] = 4, - ACTIONS(10510), 1, + [1183] = 4, + ACTIONS(10685), 1, anon_sym_LPAREN2, - STATE(1696), 1, + STATE(1698), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106213,12 +106744,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106257,14 +106789,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1232] = 4, - ACTIONS(10512), 1, + [1250] = 4, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(1156), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106275,12 +106807,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106319,18 +106852,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1298] = 5, - ACTIONS(10516), 1, + [1317] = 5, + ACTIONS(10691), 1, aux_sym__text_token3, - ACTIONS(10514), 2, + ACTIONS(10689), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(696), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106339,12 +106872,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106382,14 +106916,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1366] = 4, - ACTIONS(10518), 1, + [1386] = 4, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(1613), 1, + STATE(1615), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106400,12 +106934,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106444,18 +106979,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1432] = 5, - ACTIONS(10522), 1, + [1453] = 5, + ACTIONS(10697), 1, aux_sym__text_token3, - ACTIONS(10520), 2, + ACTIONS(10695), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(714), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106464,12 +106999,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106507,14 +107043,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1500] = 4, - ACTIONS(10524), 1, + [1522] = 4, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(1069), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106525,12 +107061,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106569,18 +107106,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1566] = 5, - ACTIONS(10528), 1, + [1589] = 5, + ACTIONS(10703), 1, aux_sym__text_token3, - ACTIONS(10526), 2, + ACTIONS(10701), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(694), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106589,12 +107126,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106632,14 +107170,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1634] = 4, - ACTIONS(10492), 1, + [1658] = 4, + ACTIONS(10667), 1, anon_sym_LPAREN2, - STATE(1529), 1, + STATE(1531), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106650,12 +107188,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106694,18 +107233,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1700] = 5, - ACTIONS(10532), 1, + [1725] = 5, + ACTIONS(10707), 1, aux_sym__text_token3, - ACTIONS(10530), 2, + ACTIONS(10705), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(717), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106714,12 +107253,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106757,18 +107297,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1768] = 5, - ACTIONS(10541), 1, + [1794] = 5, + ACTIONS(10716), 1, aux_sym__text_token3, - ACTIONS(10538), 2, + ACTIONS(10713), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(684), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106777,12 +107317,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106820,14 +107361,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1836] = 4, - ACTIONS(10544), 1, + [1863] = 4, + ACTIONS(10719), 1, anon_sym_LPAREN2, - STATE(760), 1, + STATE(849), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106838,12 +107379,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106882,18 +107424,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1902] = 5, - ACTIONS(10548), 1, + [1930] = 5, + ACTIONS(10723), 1, aux_sym__text_token3, - ACTIONS(10546), 2, + ACTIONS(10721), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(689), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106902,12 +107444,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -106945,14 +107488,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1970] = 4, - ACTIONS(10550), 1, + [1999] = 4, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(1444), 1, + STATE(1446), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -106963,12 +107506,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107007,18 +107551,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2036] = 5, - ACTIONS(10554), 1, + [2066] = 5, + ACTIONS(10729), 1, aux_sym__text_token3, - ACTIONS(10552), 2, + ACTIONS(10727), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(719), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107027,12 +107571,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107070,18 +107615,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2104] = 5, - ACTIONS(10559), 1, + [2135] = 5, + ACTIONS(10734), 1, aux_sym__text_token3, - ACTIONS(10556), 2, + ACTIONS(10731), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(689), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107090,12 +107635,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107133,14 +107679,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2172] = 4, - ACTIONS(10524), 1, + [2204] = 4, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(1383), 1, + STATE(1385), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107151,12 +107697,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107195,14 +107742,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2238] = 4, - ACTIONS(10518), 1, + [2271] = 4, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(844), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107213,12 +107760,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107257,18 +107805,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2304] = 5, - ACTIONS(10564), 1, + [2338] = 5, + ACTIONS(10739), 1, aux_sym__text_token3, - ACTIONS(10562), 2, + ACTIONS(10737), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(684), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107277,12 +107825,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107320,14 +107869,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2372] = 4, - ACTIONS(10566), 1, + [2407] = 4, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(1358), 1, + STATE(1360), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107338,12 +107887,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107382,18 +107932,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2438] = 5, - ACTIONS(10571), 1, + [2474] = 5, + ACTIONS(10746), 1, aux_sym__text_token3, - ACTIONS(10568), 2, + ACTIONS(10743), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(694), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107402,12 +107952,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107445,18 +107996,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2506] = 5, - ACTIONS(10577), 1, + [2543] = 5, + ACTIONS(10752), 1, aux_sym__text_token3, - ACTIONS(10574), 2, + ACTIONS(10749), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(695), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107465,12 +108016,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107508,18 +108060,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2574] = 5, - ACTIONS(10583), 1, + [2612] = 5, + ACTIONS(10758), 1, aux_sym__text_token3, - ACTIONS(10580), 2, + ACTIONS(10755), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(696), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107528,12 +108080,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107571,14 +108124,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2642] = 4, - ACTIONS(10512), 1, + [2681] = 4, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(1294), 1, + STATE(1296), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107589,12 +108142,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107633,14 +108187,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2708] = 4, - ACTIONS(10494), 1, + [2748] = 4, + ACTIONS(10669), 1, anon_sym_LPAREN2, - STATE(764), 1, + STATE(801), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107651,12 +108205,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107695,14 +108250,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2774] = 4, - ACTIONS(10586), 1, + [2815] = 4, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(1269), 1, + STATE(1271), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107713,12 +108268,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107757,14 +108313,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2840] = 4, - ACTIONS(10500), 1, + [2882] = 4, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(1862), 1, + STATE(1864), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107775,12 +108331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107819,18 +108376,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2906] = 5, - ACTIONS(10591), 1, + [2949] = 5, + ACTIONS(10766), 1, aux_sym__text_token3, - ACTIONS(10588), 2, + ACTIONS(10763), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(701), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107839,12 +108396,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107882,14 +108440,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2974] = 4, - ACTIONS(10594), 1, + [3018] = 4, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(1242), 1, + STATE(1244), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107900,12 +108458,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -107944,14 +108503,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3040] = 4, - ACTIONS(10596), 1, + [3085] = 4, + ACTIONS(10771), 1, anon_sym_LPAREN2, - STATE(782), 1, + STATE(760), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -107962,12 +108521,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108006,18 +108566,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3106] = 5, - ACTIONS(10601), 1, + [3152] = 5, + ACTIONS(10776), 1, aux_sym__text_token3, - ACTIONS(10598), 2, + ACTIONS(10773), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(704), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108026,12 +108586,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108069,14 +108630,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3174] = 4, - ACTIONS(10594), 1, + [3221] = 4, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(1206), 1, + STATE(1207), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108087,12 +108648,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108131,18 +108693,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3240] = 5, - ACTIONS(10606), 1, + [3288] = 5, + ACTIONS(10781), 1, aux_sym__text_token3, - ACTIONS(10604), 2, + ACTIONS(10779), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(716), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108151,12 +108713,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108194,14 +108757,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3308] = 4, - ACTIONS(10586), 1, + [3357] = 4, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(805), 1, + STATE(791), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108212,12 +108775,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108256,14 +108820,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3374] = 4, - ACTIONS(10550), 1, + [3424] = 4, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(1844), 1, + STATE(1846), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108274,12 +108838,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108318,18 +108883,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3440] = 5, - ACTIONS(10611), 1, + [3491] = 5, + ACTIONS(10786), 1, aux_sym__text_token3, - ACTIONS(10608), 2, + ACTIONS(10783), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(709), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108338,12 +108903,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108381,18 +108947,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3508] = 5, - ACTIONS(10616), 1, + [3560] = 5, + ACTIONS(10791), 1, aux_sym__text_token3, - ACTIONS(10614), 2, + ACTIONS(10789), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(704), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108401,12 +108967,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108444,18 +109011,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3576] = 5, - ACTIONS(10621), 1, + [3629] = 5, + ACTIONS(10796), 1, aux_sym__text_token3, - ACTIONS(10618), 2, + ACTIONS(10793), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(711), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108464,12 +109031,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108507,18 +109075,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3644] = 5, - ACTIONS(10626), 1, + [3698] = 5, + ACTIONS(10801), 1, aux_sym__text_token3, - ACTIONS(10624), 2, + ACTIONS(10799), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(711), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108527,12 +109095,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108570,14 +109139,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3712] = 4, - ACTIONS(10544), 1, + [3767] = 4, + ACTIONS(10719), 1, anon_sym_LPAREN2, - STATE(863), 1, + STATE(855), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108588,12 +109157,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108632,18 +109202,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3778] = 5, - ACTIONS(10631), 1, + [3834] = 5, + ACTIONS(10806), 1, aux_sym__text_token3, - ACTIONS(10628), 2, + ACTIONS(10803), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(714), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108652,12 +109222,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108695,14 +109266,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3846] = 4, - ACTIONS(10510), 1, + [3903] = 4, + ACTIONS(10685), 1, anon_sym_LPAREN2, STATE(936), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108713,12 +109284,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108757,18 +109329,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3912] = 5, - ACTIONS(10637), 1, + [3970] = 5, + ACTIONS(10812), 1, aux_sym__text_token3, - ACTIONS(10634), 2, + ACTIONS(10809), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(716), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108777,12 +109349,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108820,18 +109393,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3980] = 5, - ACTIONS(10643), 1, + [4039] = 5, + ACTIONS(10818), 1, aux_sym__text_token3, - ACTIONS(10640), 2, + ACTIONS(10815), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(717), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108840,12 +109413,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108883,18 +109457,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4048] = 5, - ACTIONS(10649), 1, + [4108] = 5, + ACTIONS(10824), 1, aux_sym__text_token3, - ACTIONS(10646), 2, + ACTIONS(10821), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(718), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108903,12 +109477,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -108946,18 +109521,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4116] = 5, - ACTIONS(10655), 1, + [4177] = 5, + ACTIONS(10830), 1, aux_sym__text_token3, - ACTIONS(10652), 2, + ACTIONS(10827), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(719), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -108966,12 +109541,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 42, + ACTIONS(10709), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109009,18 +109585,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4184] = 5, - ACTIONS(10660), 1, + [4246] = 5, + ACTIONS(10835), 1, aux_sym__text_token3, - ACTIONS(10658), 2, + ACTIONS(10833), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(695), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109029,12 +109605,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109072,14 +109649,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4252] = 4, - ACTIONS(10662), 1, + [4315] = 4, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(1027), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109090,12 +109667,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109134,18 +109712,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4318] = 5, - ACTIONS(10666), 1, + [4382] = 5, + ACTIONS(10841), 1, aux_sym__text_token3, - ACTIONS(10664), 2, + ACTIONS(10839), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(718), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109154,12 +109732,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109197,14 +109776,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4386] = 4, - ACTIONS(10566), 1, + [4451] = 4, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(886), 1, + STATE(881), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109215,12 +109794,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109259,14 +109839,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4452] = 4, - ACTIONS(10492), 1, + [4518] = 4, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(753), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109277,12 +109857,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109321,18 +109902,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4518] = 5, - ACTIONS(10670), 1, + [4585] = 5, + ACTIONS(10845), 1, aux_sym__text_token3, - ACTIONS(10668), 2, + ACTIONS(10843), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(709), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109341,12 +109922,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 42, + ACTIONS(10677), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109384,14 +109966,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4586] = 4, - ACTIONS(10662), 1, + [4654] = 4, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(1779), 1, + STATE(1781), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109402,12 +109984,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 43, + ACTIONS(10663), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109446,14 +110029,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4652] = 4, - ACTIONS(10596), 1, + [4721] = 4, + ACTIONS(10771), 1, anon_sym_LPAREN2, - STATE(756), 1, + STATE(906), 1, sym__directive_parameter, - ACTIONS(10498), 12, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109464,12 +110047,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109508,16 +110092,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4718] = 5, - ACTIONS(10492), 1, + [4788] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5732), 1, + STATE(5824), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109527,12 +110111,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109570,16 +110155,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4785] = 5, - ACTIONS(10492), 1, + [4856] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, STATE(5561), 1, sym__if_statement_directive_body, - ACTIONS(10490), 12, + ACTIONS(10665), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109590,12 +110175,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 41, + ACTIONS(10663), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109632,16 +110218,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4852] = 5, - ACTIONS(10492), 1, + [4924] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, STATE(5490), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109651,12 +110237,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109694,16 +110281,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4919] = 5, - ACTIONS(10492), 1, + [4992] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5498), 1, + STATE(5532), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109713,12 +110300,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -109756,16 +110344,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4986] = 5, - ACTIONS(10492), 1, + [5060] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5598), 1, + STATE(5645), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109775,12 +110363,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109818,16 +110407,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [5053] = 5, - ACTIONS(10492), 1, + [5128] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6532), 1, + STATE(6396), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109837,12 +110426,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109880,16 +110470,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5120] = 5, - ACTIONS(10492), 1, + [5196] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5645), 1, + STATE(5702), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109899,12 +110489,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -109942,16 +110533,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5187] = 5, - ACTIONS(10492), 1, + [5264] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5687), 1, + STATE(5765), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -109961,12 +110552,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110004,16 +110596,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5254] = 5, - ACTIONS(10492), 1, + [5332] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6622), 1, + STATE(6197), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110023,12 +110615,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110066,16 +110659,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5321] = 5, - ACTIONS(10492), 1, + [5400] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6485), 1, + STATE(6502), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110085,12 +110678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110128,16 +110722,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5388] = 5, - ACTIONS(10492), 1, + [5468] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6579), 1, + STATE(6290), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110147,12 +110741,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110190,16 +110785,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5455] = 5, - ACTIONS(10492), 1, + [5536] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5771), 1, + STATE(5889), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110209,12 +110804,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110252,16 +110848,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5522] = 5, - ACTIONS(10492), 1, + [5604] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6634), 1, + STATE(5971), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110271,12 +110867,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -110314,16 +110911,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5589] = 5, - ACTIONS(10492), 1, + [5672] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5817), 1, + STATE(5946), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110333,12 +110930,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110376,16 +110974,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5656] = 5, - ACTIONS(10492), 1, + [5740] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5838), 1, + STATE(5530), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110395,12 +110993,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110438,16 +111037,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5723] = 5, - ACTIONS(10492), 1, + [5808] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5867), 1, + STATE(6015), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110457,12 +111056,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110500,16 +111100,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5790] = 5, - ACTIONS(10492), 1, + [5876] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5916), 1, + STATE(6074), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110519,12 +111119,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110562,16 +111163,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5857] = 5, - ACTIONS(10492), 1, + [5944] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, STATE(5917), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110581,13 +111182,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110624,16 +111226,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5924] = 5, - ACTIONS(10492), 1, + [6012] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5962), 1, + STATE(6142), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110643,12 +111245,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110686,16 +111289,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5991] = 5, - ACTIONS(10492), 1, + [6080] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(6659), 1, + STATE(6094), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110705,12 +111308,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110748,16 +111352,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6058] = 5, - ACTIONS(10492), 1, + [6148] = 5, + ACTIONS(10667), 1, anon_sym_LPAREN2, STATE(114), 1, sym__directive_parameter, - STATE(5528), 1, + STATE(5947), 1, sym__if_statement_directive_body, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110767,12 +111371,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATendonce, @@ -110810,10 +111415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6125] = 2, - ACTIONS(10674), 12, + [6216] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110824,12 +111429,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110868,10 +111474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6185] = 2, - ACTIONS(10678), 12, + [6277] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -110882,12 +111488,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -110896,12 +111503,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, @@ -110926,40 +111533,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6245] = 4, - ACTIONS(10680), 1, - anon_sym_LPAREN2, - STATE(3168), 1, - sym__directive_parameter, - ACTIONS(10490), 11, + [6338] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10488), 42, - ts_builtin_sym_end, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -110986,42 +111592,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6309] = 5, - ACTIONS(10684), 1, - aux_sym__text_token3, - ACTIONS(10682), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(755), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + [6399] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10502), 41, - ts_builtin_sym_end, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -111047,10 +111650,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [6375] = 2, - ACTIONS(10688), 12, + aux_sym__text_token3, + [6460] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111061,12 +111665,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111105,10 +111710,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6435] = 2, - ACTIONS(10498), 12, + [6521] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111119,12 +111724,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111163,39 +111769,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6495] = 5, - ACTIONS(10693), 1, - aux_sym__text_token3, - ACTIONS(10690), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(755), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + [6582] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10534), 41, - ts_builtin_sym_end, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -111224,10 +111827,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [6561] = 2, - ACTIONS(10688), 12, + aux_sym__text_token3, + [6643] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111238,12 +111842,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111282,40 +111887,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6621] = 4, - ACTIONS(10696), 1, - anon_sym_LPAREN2, - STATE(3279), 1, - sym__directive_parameter, - ACTIONS(10490), 11, + [6704] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10488), 42, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -111342,42 +111946,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6685] = 5, - ACTIONS(10700), 1, - aux_sym__text_token3, - ACTIONS(10698), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(869), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + [6765] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10502), 41, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -111403,10 +112004,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [6751] = 2, - ACTIONS(10498), 12, + aux_sym__text_token3, + [6826] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111417,12 +112019,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111434,8 +112037,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, @@ -111461,10 +112064,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6811] = 2, - ACTIONS(10688), 12, + [6887] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111475,12 +112078,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111492,8 +112096,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, @@ -111519,40 +112123,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6871] = 4, - ACTIONS(10702), 1, - anon_sym_LPAREN2, - STATE(3374), 1, - sym__directive_parameter, - ACTIONS(10490), 11, + [6948] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10488), 42, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -111579,42 +112182,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6935] = 5, - ACTIONS(10706), 1, - aux_sym__text_token3, - ACTIONS(10704), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1003), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + [7009] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10502), 41, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -111640,10 +112240,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [7001] = 2, - ACTIONS(10498), 12, + aux_sym__text_token3, + [7070] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111654,12 +112255,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111671,9 +112273,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, @@ -111698,10 +112300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7061] = 2, - ACTIONS(10688), 12, + [7131] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111712,12 +112314,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111729,9 +112332,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, @@ -111756,10 +112359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7121] = 2, - ACTIONS(10710), 12, + [7192] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111770,12 +112373,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111814,10 +112418,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7181] = 2, - ACTIONS(10714), 12, + [7253] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111828,12 +112432,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111872,10 +112477,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7241] = 2, - ACTIONS(10718), 12, + [7314] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111886,12 +112491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111930,10 +112536,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7301] = 2, - ACTIONS(10722), 12, + [7375] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -111944,12 +112550,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -111988,10 +112595,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7361] = 2, - ACTIONS(10674), 12, + [7436] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112002,12 +112609,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112046,10 +112654,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7421] = 2, - ACTIONS(10726), 12, + [7497] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112060,12 +112668,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112104,10 +112713,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7481] = 2, - ACTIONS(10730), 12, + [7558] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112118,12 +112727,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112162,10 +112772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7541] = 2, - ACTIONS(10734), 12, + [7619] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112176,12 +112786,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112220,10 +112831,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7601] = 2, - ACTIONS(10738), 12, + [7680] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112234,12 +112845,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112278,10 +112890,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7661] = 2, - ACTIONS(10742), 12, + [7741] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112292,12 +112904,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112336,10 +112949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7721] = 2, - ACTIONS(10746), 12, + [7802] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112350,12 +112963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112394,10 +113008,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7781] = 2, - ACTIONS(10750), 12, + [7863] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112408,12 +113022,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112452,10 +113067,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7841] = 2, - ACTIONS(10754), 12, + [7924] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112466,12 +113081,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112510,10 +113126,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7901] = 2, - ACTIONS(10758), 12, + [7985] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112524,12 +113140,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112568,10 +113185,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7961] = 2, - ACTIONS(10762), 12, + [8046] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112582,12 +113199,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112626,10 +113244,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8021] = 2, - ACTIONS(10498), 12, + [8107] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112640,12 +113258,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112654,10 +113273,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, @@ -112684,10 +113303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8081] = 2, - ACTIONS(10766), 12, + [8168] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112698,12 +113317,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112742,10 +113362,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8141] = 2, - ACTIONS(10770), 12, + [8229] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112756,12 +113376,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112800,10 +113421,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8201] = 2, - ACTIONS(10774), 12, + [8290] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112814,12 +113435,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112858,10 +113480,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8261] = 2, - ACTIONS(10778), 12, + [8351] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112872,12 +113494,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112916,10 +113539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8321] = 2, - ACTIONS(10782), 12, + [8412] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112930,12 +113553,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -112974,10 +113598,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8381] = 2, - ACTIONS(10786), 12, + [8473] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -112988,12 +113612,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113032,10 +113657,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8441] = 2, - ACTIONS(10790), 12, + [8534] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113046,12 +113671,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113090,10 +113716,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8501] = 2, - ACTIONS(10794), 12, + [8595] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113104,12 +113730,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113148,10 +113775,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8561] = 2, - ACTIONS(10798), 12, + [8656] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113162,12 +113789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113206,10 +113834,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8621] = 2, - ACTIONS(10802), 12, + [8717] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113220,12 +113848,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113264,10 +113893,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8681] = 2, - ACTIONS(10806), 12, + [8778] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113278,12 +113907,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113292,10 +113922,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, @@ -113322,10 +113952,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8741] = 2, - ACTIONS(10810), 12, + [8839] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113336,12 +113966,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113380,10 +114011,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8801] = 2, - ACTIONS(10814), 12, + [8900] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113394,12 +114025,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113438,10 +114070,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8861] = 2, - ACTIONS(10818), 12, + [8961] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113452,12 +114084,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113496,14 +114129,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8921] = 4, - ACTIONS(10820), 1, + [9022] = 4, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(3509), 1, + STATE(3381), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113513,12 +114146,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113556,10 +114190,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8985] = 2, - ACTIONS(10824), 12, + [9087] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113570,12 +114204,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113614,10 +114249,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9045] = 2, - ACTIONS(10828), 12, + [9148] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113628,12 +114263,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113672,10 +114308,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9105] = 2, - ACTIONS(10832), 12, + [9209] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113686,12 +114322,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113730,10 +114367,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9165] = 2, - ACTIONS(10836), 12, + [9270] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113744,12 +114381,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113788,10 +114426,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9225] = 2, - ACTIONS(10840), 12, + [9331] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113802,12 +114440,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113846,10 +114485,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9285] = 2, - ACTIONS(10678), 12, + [9392] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113860,12 +114499,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113877,9 +114517,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, @@ -113904,10 +114544,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9345] = 2, - ACTIONS(10844), 12, + [9453] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113918,12 +114558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -113962,10 +114603,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9405] = 2, - ACTIONS(10848), 12, + [9514] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -113976,12 +114617,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114020,10 +114662,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9465] = 2, - ACTIONS(10852), 12, + [9575] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114034,12 +114676,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114078,10 +114721,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9525] = 2, - ACTIONS(10688), 12, + [9636] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114092,12 +114735,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114106,10 +114750,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, @@ -114136,10 +114780,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9585] = 2, - ACTIONS(10856), 12, + [9697] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114150,12 +114794,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114194,10 +114839,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9645] = 2, - ACTIONS(10860), 12, + [9758] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114208,12 +114853,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114252,10 +114898,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9705] = 2, - ACTIONS(10864), 12, + [9819] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114266,12 +114912,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114310,10 +114957,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9765] = 2, - ACTIONS(10868), 12, + [9880] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114324,12 +114971,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114368,10 +115016,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9825] = 2, - ACTIONS(10872), 12, + [9941] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114382,12 +115030,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114426,10 +115075,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9885] = 2, - ACTIONS(10876), 12, + [10002] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114440,12 +115089,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114484,10 +115134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9945] = 2, - ACTIONS(10880), 12, + [10063] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114498,12 +115148,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114542,10 +115193,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10005] = 2, - ACTIONS(10884), 12, + [10124] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114556,12 +115207,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114600,10 +115252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10065] = 2, - ACTIONS(10888), 12, + [10185] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114614,12 +115266,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114658,10 +115311,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10125] = 2, - ACTIONS(10498), 12, + [10246] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114672,12 +115325,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114716,10 +115370,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10185] = 2, - ACTIONS(10892), 12, + [10307] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114730,12 +115384,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114747,9 +115402,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, @@ -114774,10 +115429,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10245] = 2, - ACTIONS(10896), 12, + [10368] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114788,12 +115443,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114832,38 +115488,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10305] = 2, - ACTIONS(10900), 12, + [10429] = 5, + ACTIONS(11095), 1, + aux_sym__text_token3, + ACTIONS(11093), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1003), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10898), 43, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -114889,11 +115550,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [10365] = 2, - ACTIONS(10904), 12, + [10496] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114904,12 +115564,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -114948,10 +115609,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10425] = 2, - ACTIONS(10908), 12, + [10557] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -114962,12 +115623,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115006,38 +115668,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10485] = 2, - ACTIONS(10912), 12, + [10618] = 4, + ACTIONS(11105), 1, + anon_sym_LPAREN2, + STATE(3369), 1, + sym__directive_parameter, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10910), 43, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -115064,10 +115729,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10545] = 2, - ACTIONS(10916), 12, + [10683] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115078,12 +115743,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115122,10 +115788,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10605] = 2, - ACTIONS(10920), 12, + [10744] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115136,12 +115802,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115180,10 +115847,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10665] = 2, - ACTIONS(10924), 12, + [10805] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115194,12 +115861,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115238,10 +115906,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10725] = 2, - ACTIONS(10928), 12, + [10866] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115252,12 +115920,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115296,10 +115965,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10785] = 2, - ACTIONS(10932), 12, + [10927] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115310,12 +115979,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115354,10 +116024,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10845] = 2, - ACTIONS(10936), 12, + [10988] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115368,12 +116038,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115412,10 +116083,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10905] = 2, - ACTIONS(10940), 12, + [11049] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115426,12 +116097,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115470,10 +116142,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10965] = 2, - ACTIONS(10944), 12, + [11110] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115484,12 +116156,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115528,10 +116201,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11025] = 2, - ACTIONS(10948), 12, + [11171] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115542,12 +116215,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115586,10 +116260,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11085] = 2, - ACTIONS(10952), 12, + [11232] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115600,12 +116274,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115644,10 +116319,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11145] = 2, - ACTIONS(10956), 12, + [11293] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115658,12 +116333,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115702,10 +116378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11205] = 2, - ACTIONS(10960), 12, + [11354] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115716,12 +116392,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115760,10 +116437,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11265] = 2, - ACTIONS(10964), 12, + [11415] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115774,12 +116451,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115818,10 +116496,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11325] = 2, - ACTIONS(10968), 12, + [11476] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115832,12 +116510,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115849,8 +116528,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, @@ -115876,10 +116555,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11385] = 2, - ACTIONS(10972), 12, + [11537] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115890,12 +116569,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115907,8 +116587,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, @@ -115934,10 +116614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11445] = 2, - ACTIONS(10976), 12, + [11598] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -115948,12 +116628,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -115965,8 +116646,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, @@ -115992,10 +116673,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11505] = 2, - ACTIONS(10980), 12, + [11659] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116006,12 +116687,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116023,8 +116705,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, @@ -116050,10 +116732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11565] = 2, - ACTIONS(10984), 12, + [11720] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116064,12 +116746,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116081,8 +116764,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, @@ -116108,10 +116791,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11625] = 2, - ACTIONS(10988), 12, + [11781] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116122,12 +116805,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116139,8 +116823,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, @@ -116166,10 +116850,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11685] = 2, - ACTIONS(10992), 12, + [11842] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116180,12 +116864,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116197,8 +116882,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, @@ -116224,10 +116909,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11745] = 2, - ACTIONS(10996), 12, + [11903] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116238,12 +116923,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116255,8 +116941,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, @@ -116282,10 +116968,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11805] = 2, - ACTIONS(11000), 12, + [11964] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116296,12 +116982,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116313,8 +117000,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, @@ -116340,10 +117027,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11865] = 2, - ACTIONS(10688), 12, + [12025] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116354,12 +117041,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116398,10 +117086,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11925] = 2, - ACTIONS(10710), 12, + [12086] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116412,12 +117100,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116456,10 +117145,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11985] = 2, - ACTIONS(10714), 12, + [12147] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116470,12 +117159,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116514,10 +117204,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12045] = 2, - ACTIONS(10718), 12, + [12208] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116528,12 +117218,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116572,10 +117263,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12105] = 2, - ACTIONS(10722), 12, + [12269] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116586,12 +117277,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116630,10 +117322,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12165] = 2, - ACTIONS(10802), 12, + [12330] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116644,12 +117336,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116688,10 +117381,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12225] = 2, - ACTIONS(10674), 12, + [12391] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116702,12 +117395,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116719,8 +117413,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, @@ -116746,10 +117440,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12285] = 2, - ACTIONS(10726), 12, + [12452] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116760,12 +117454,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116804,10 +117499,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12345] = 2, - ACTIONS(10730), 12, + [12513] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116818,12 +117513,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116862,10 +117558,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12405] = 2, - ACTIONS(10734), 12, + [12574] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116876,12 +117572,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116890,11 +117587,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, @@ -116920,10 +117617,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12465] = 2, - ACTIONS(10738), 12, + [12635] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116934,12 +117631,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -116978,10 +117676,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12525] = 2, - ACTIONS(10742), 12, + [12696] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -116992,12 +117690,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117036,10 +117735,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12585] = 2, - ACTIONS(10746), 12, + [12757] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117050,12 +117749,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117094,10 +117794,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12645] = 2, - ACTIONS(10750), 12, + [12818] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117108,12 +117808,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117152,10 +117853,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12705] = 2, - ACTIONS(11004), 12, + [12879] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117166,12 +117867,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117183,8 +117885,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, @@ -117210,10 +117912,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12765] = 2, - ACTIONS(10758), 12, + [12940] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117224,12 +117926,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117268,10 +117971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12825] = 2, - ACTIONS(10762), 12, + [13001] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117282,12 +117985,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117326,35 +118030,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12885] = 2, - ACTIONS(10498), 12, + [13062] = 5, + ACTIONS(11166), 1, + aux_sym__text_token3, + ACTIONS(11163), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(861), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10496), 43, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -117383,11 +118092,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [12945] = 2, - ACTIONS(10766), 12, + [13129] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117398,12 +118106,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117442,10 +118151,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13005] = 2, - ACTIONS(10770), 12, + [13190] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117456,12 +118165,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117500,10 +118210,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13065] = 2, - ACTIONS(10774), 12, + [13251] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117514,12 +118224,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117558,10 +118269,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13125] = 2, - ACTIONS(10778), 12, + [13312] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117572,12 +118283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117616,10 +118328,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13185] = 2, - ACTIONS(10782), 12, + [13373] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117630,12 +118342,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117674,10 +118387,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13245] = 2, - ACTIONS(10786), 12, + [13434] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117688,12 +118401,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117732,10 +118446,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13305] = 2, - ACTIONS(10790), 12, + [13495] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117746,12 +118460,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117790,43 +118505,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13365] = 5, - ACTIONS(11009), 1, - aux_sym__text_token3, - ACTIONS(11006), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(869), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + [13556] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10534), 41, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -117851,10 +118563,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [13431] = 2, - ACTIONS(10794), 12, + aux_sym__text_token3, + [13617] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117865,12 +118578,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -117909,39 +118623,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13491] = 2, - ACTIONS(10798), 12, + [13678] = 5, + ACTIONS(11171), 1, + aux_sym__text_token3, + ACTIONS(11169), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(861), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10796), 43, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -117966,11 +118685,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [13551] = 2, - ACTIONS(10806), 12, + [13745] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -117981,12 +118699,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118025,39 +118744,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13611] = 2, - ACTIONS(10810), 12, + [13806] = 4, + ACTIONS(11173), 1, + anon_sym_LPAREN2, + STATE(3546), 1, + sym__directive_parameter, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10808), 43, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -118083,10 +118805,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13671] = 2, - ACTIONS(11014), 12, + [13871] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118097,12 +118819,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118141,10 +118864,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13731] = 2, - ACTIONS(10814), 12, + [13932] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118155,12 +118878,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118199,10 +118923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13791] = 2, - ACTIONS(10818), 12, + [13993] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118213,12 +118937,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118257,10 +118982,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13851] = 2, - ACTIONS(10824), 12, + [14054] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118271,12 +118996,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118315,10 +119041,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13911] = 2, - ACTIONS(10828), 12, + [14115] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118329,12 +119055,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118373,10 +119100,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13971] = 2, - ACTIONS(10832), 12, + [14176] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118387,12 +119114,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118431,10 +119159,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14031] = 2, - ACTIONS(10836), 12, + [14237] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118445,12 +119173,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118489,10 +119218,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14091] = 2, - ACTIONS(10754), 12, + [14298] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118503,12 +119232,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118517,11 +119247,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, @@ -118547,10 +119277,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14151] = 2, - ACTIONS(10678), 12, + [14359] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118561,12 +119291,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118605,10 +119336,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14211] = 2, - ACTIONS(10844), 12, + [14420] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118619,12 +119350,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118663,10 +119395,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14271] = 2, - ACTIONS(10848), 12, + [14481] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118677,12 +119409,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118721,10 +119454,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14331] = 2, - ACTIONS(10852), 12, + [14542] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118735,12 +119468,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118779,10 +119513,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14391] = 2, - ACTIONS(10688), 12, + [14603] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118793,12 +119527,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118807,11 +119542,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, @@ -118837,14 +119572,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14451] = 4, - ACTIONS(11016), 1, + [14664] = 4, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(3336), 1, + STATE(3326), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118854,12 +119589,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118897,10 +119633,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14515] = 2, - ACTIONS(10856), 12, + [14729] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118911,12 +119647,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -118955,10 +119692,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14575] = 2, - ACTIONS(10860), 12, + [14790] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -118969,12 +119706,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119013,10 +119751,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14635] = 2, - ACTIONS(10864), 12, + [14851] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119027,12 +119765,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119071,10 +119810,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14695] = 2, - ACTIONS(10868), 12, + [14912] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119085,12 +119824,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119129,10 +119869,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14755] = 2, - ACTIONS(10872), 12, + [14973] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119143,12 +119883,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119187,10 +119928,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14815] = 2, - ACTIONS(10876), 12, + [15034] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119201,12 +119942,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119245,10 +119987,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14875] = 2, - ACTIONS(10880), 12, + [15095] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119259,12 +120001,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119303,18 +120046,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14935] = 5, - ACTIONS(11020), 1, + [15156] = 5, + ACTIONS(11187), 1, aux_sym__text_token3, - ACTIONS(11018), 2, + ACTIONS(11185), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(1702), 2, + STATE(1704), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119322,12 +120065,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119364,10 +120108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [15001] = 2, - ACTIONS(10884), 12, + [15223] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119378,12 +120122,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119422,10 +120167,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15061] = 2, - ACTIONS(11024), 12, + [15284] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119436,12 +120181,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119480,10 +120226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15121] = 2, - ACTIONS(10888), 12, + [15345] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119494,12 +120240,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119538,10 +120285,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15181] = 2, - ACTIONS(10892), 12, + [15406] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119552,12 +120299,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119596,10 +120344,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15241] = 2, - ACTIONS(10896), 12, + [15467] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119610,12 +120358,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119654,10 +120403,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15301] = 2, - ACTIONS(10900), 12, + [15528] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119668,12 +120417,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119712,10 +120462,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15361] = 2, - ACTIONS(10904), 12, + [15589] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119726,12 +120476,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119770,10 +120521,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15421] = 2, - ACTIONS(10908), 12, + [15650] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119784,12 +120535,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119828,10 +120580,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15481] = 2, - ACTIONS(10912), 12, + [15711] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119842,12 +120594,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119886,10 +120639,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15541] = 2, - ACTIONS(10840), 12, + [15772] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119900,12 +120653,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119944,10 +120698,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15601] = 2, - ACTIONS(10920), 12, + [15833] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -119958,12 +120712,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -119975,8 +120730,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, @@ -120002,10 +120757,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15661] = 2, - ACTIONS(10498), 12, + [15894] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120016,12 +120771,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120060,10 +120816,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15721] = 2, - ACTIONS(10924), 12, + [15955] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120074,12 +120830,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120118,10 +120875,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15781] = 2, - ACTIONS(10928), 12, + [16016] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120132,12 +120889,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120176,10 +120934,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15841] = 2, - ACTIONS(10932), 12, + [16077] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120190,12 +120948,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120234,10 +120993,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15901] = 2, - ACTIONS(10940), 12, + [16138] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120248,12 +121007,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120292,10 +121052,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15961] = 2, - ACTIONS(10944), 12, + [16199] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120306,12 +121066,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120350,10 +121111,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16021] = 2, - ACTIONS(10948), 12, + [16260] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120364,12 +121125,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120408,10 +121170,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16081] = 2, - ACTIONS(10952), 12, + [16321] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120422,12 +121184,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120466,10 +121229,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16141] = 2, - ACTIONS(10956), 12, + [16382] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120480,12 +121243,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120524,10 +121288,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16201] = 2, - ACTIONS(10960), 12, + [16443] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120538,12 +121302,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120582,10 +121347,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16261] = 2, - ACTIONS(10964), 12, + [16504] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120596,12 +121361,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120640,10 +121406,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16321] = 2, - ACTIONS(10968), 12, + [16565] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120654,12 +121420,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120698,10 +121465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16381] = 2, - ACTIONS(10936), 12, + [16626] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120712,12 +121479,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120756,39 +121524,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16441] = 2, - ACTIONS(10972), 12, + [16687] = 5, + ACTIONS(11192), 1, + aux_sym__text_token3, + ACTIONS(11189), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(920), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10970), 43, + ACTIONS(10709), 42, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -120813,11 +121586,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [16501] = 2, - ACTIONS(10976), 12, + [16754] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120828,12 +121600,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120872,10 +121645,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16561] = 2, - ACTIONS(10980), 12, + [16815] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120886,12 +121659,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120930,10 +121704,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16621] = 2, - ACTIONS(10984), 12, + [16876] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -120944,12 +121718,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -120988,10 +121763,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16681] = 2, - ACTIONS(11000), 12, + [16937] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121002,12 +121777,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121046,10 +121822,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16741] = 2, - ACTIONS(10988), 12, + [16998] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121060,12 +121836,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121104,10 +121881,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16801] = 2, - ACTIONS(10992), 12, + [17059] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121118,12 +121895,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121136,8 +121914,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, @@ -121162,10 +121940,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16861] = 2, - ACTIONS(10996), 12, + [17120] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121176,12 +121954,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121194,8 +121973,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, @@ -121220,10 +121999,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16921] = 2, - ACTIONS(11004), 12, + [17181] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121234,12 +122013,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121278,10 +122058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16981] = 2, - ACTIONS(10710), 12, + [17242] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121292,12 +122072,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121309,9 +122090,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, @@ -121336,10 +122117,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17041] = 2, - ACTIONS(10714), 12, + [17303] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121350,12 +122131,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121394,10 +122176,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17101] = 2, - ACTIONS(10916), 12, + [17364] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121408,12 +122190,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121425,8 +122208,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, @@ -121452,10 +122235,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17161] = 2, - ACTIONS(10722), 12, + [17425] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121466,12 +122249,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121510,10 +122294,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17221] = 2, - ACTIONS(10802), 12, + [17486] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121524,12 +122308,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121568,40 +122353,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17281] = 2, - ACTIONS(10674), 12, + [17547] = 5, + ACTIONS(11197), 1, + aux_sym__text_token3, + ACTIONS(11195), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(920), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10672), 43, + ACTIONS(10677), 42, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -121625,11 +122415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [17341] = 2, - ACTIONS(10726), 12, + [17614] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121640,12 +122429,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121684,10 +122474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17401] = 2, - ACTIONS(10688), 12, + [17675] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121698,12 +122488,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121742,10 +122533,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17461] = 2, - ACTIONS(10718), 12, + [17736] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121756,12 +122547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121800,18 +122592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17521] = 5, - ACTIONS(11029), 1, + [17797] = 5, + ACTIONS(11202), 1, aux_sym__text_token3, - ACTIONS(11026), 2, + ACTIONS(11199), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(938), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 10, + ACTIONS(10711), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121820,12 +122612,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token2, aux_sym_loop_operator_token1, anon_sym_ATfor, - ACTIONS(10534), 40, + ACTIONS(10709), 41, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121861,18 +122654,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [17587] = 5, - ACTIONS(11035), 1, + [17864] = 5, + ACTIONS(11208), 1, aux_sym__text_token3, - ACTIONS(11032), 2, + ACTIONS(11205), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(939), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121880,12 +122673,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -121922,18 +122716,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [17653] = 5, - ACTIONS(11041), 1, + [17931] = 5, + ACTIONS(11214), 1, aux_sym__text_token3, - ACTIONS(11038), 2, + ACTIONS(11211), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(940), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -121941,12 +122735,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -121983,18 +122778,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [17719] = 5, - ACTIONS(11047), 1, + [17998] = 5, + ACTIONS(11220), 1, aux_sym__text_token3, - ACTIONS(11044), 2, + ACTIONS(11217), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(941), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122002,12 +122797,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122044,18 +122840,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, anon_sym_ATendvolt, - [17785] = 5, - ACTIONS(11053), 1, + [18065] = 5, + ACTIONS(11226), 1, aux_sym__text_token3, - ACTIONS(11050), 2, + ACTIONS(11223), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(942), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122063,12 +122859,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122105,18 +122902,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATendteleport, anon_sym_ATvolt, - [17851] = 5, - ACTIONS(11059), 1, + [18132] = 5, + ACTIONS(11232), 1, aux_sym__text_token3, - ACTIONS(11056), 2, + ACTIONS(11229), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(943), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122124,12 +122921,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122166,18 +122964,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [17917] = 5, - ACTIONS(11065), 1, + [18199] = 5, + ACTIONS(11238), 1, aux_sym__text_token3, - ACTIONS(11062), 2, + ACTIONS(11235), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(944), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122185,12 +122983,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122227,18 +123026,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [17983] = 5, - ACTIONS(11071), 1, + [18266] = 5, + ACTIONS(11244), 1, aux_sym__text_token3, - ACTIONS(11068), 2, + ACTIONS(11241), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(945), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122246,12 +123045,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122288,18 +123088,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18049] = 5, - ACTIONS(11077), 1, + [18333] = 5, + ACTIONS(11250), 1, aux_sym__text_token3, - ACTIONS(11074), 2, + ACTIONS(11247), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(946), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122307,12 +123107,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122349,18 +123150,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18115] = 5, - ACTIONS(11082), 1, + [18400] = 5, + ACTIONS(11255), 1, aux_sym__text_token3, - ACTIONS(11080), 2, + ACTIONS(11253), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(938), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 10, + ACTIONS(10679), 10, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122369,12 +123170,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token2, aux_sym_loop_operator_token1, anon_sym_ATfor, - ACTIONS(10502), 40, + ACTIONS(10677), 41, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122410,18 +123212,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18181] = 5, - ACTIONS(11087), 1, + [18467] = 5, + ACTIONS(11260), 1, aux_sym__text_token3, - ACTIONS(11084), 2, + ACTIONS(11257), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(948), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122429,12 +123231,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122471,18 +123274,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18247] = 5, - ACTIONS(11092), 1, + [18534] = 5, + ACTIONS(11265), 1, aux_sym__text_token3, - ACTIONS(11090), 2, + ACTIONS(11263), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(939), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122490,12 +123293,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122532,18 +123336,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18313] = 5, - ACTIONS(11097), 1, + [18601] = 5, + ACTIONS(11270), 1, aux_sym__text_token3, - ACTIONS(11094), 2, + ACTIONS(11267), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(950), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122551,12 +123355,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122593,14 +123398,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18379] = 4, - ACTIONS(11100), 1, + [18668] = 4, + ACTIONS(11273), 1, anon_sym_LPAREN2, - STATE(3094), 1, + STATE(3230), 1, sym__directive_parameter, - ACTIONS(10490), 12, + ACTIONS(10665), 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(10663), 43, + ts_builtin_sym_end, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [18733] = 4, + ACTIONS(11275), 1, + anon_sym_LPAREN2, + STATE(3094), 1, + sym__directive_parameter, + ACTIONS(10665), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122611,12 +123477,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 41, + ACTIONS(10663), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122653,10 +123520,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18443] = 2, - ACTIONS(10734), 12, + [18798] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122667,12 +123534,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122711,10 +123579,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18503] = 2, - ACTIONS(11014), 12, + [18859] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122725,12 +123593,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122769,10 +123638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18563] = 2, - ACTIONS(10936), 12, + [18920] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122783,12 +123652,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122827,18 +123697,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18623] = 5, - ACTIONS(11105), 1, + [18981] = 5, + ACTIONS(11280), 1, aux_sym__text_token3, - ACTIONS(11102), 2, + ACTIONS(11277), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(955), 2, + STATE(956), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122846,12 +123716,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -122888,18 +123759,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18689] = 5, - ACTIONS(11110), 1, + [19048] = 5, + ACTIONS(11285), 1, aux_sym__text_token3, - ACTIONS(11108), 2, + ACTIONS(11283), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(940), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122907,12 +123778,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -122949,14 +123821,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18755] = 4, - ACTIONS(11112), 1, + [19115] = 4, + ACTIONS(11287), 1, anon_sym_LPAREN2, STATE(3012), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -122966,12 +123838,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123009,10 +123882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18819] = 2, - ACTIONS(10730), 12, + [19180] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123023,12 +123896,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123067,10 +123941,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18879] = 2, - ACTIONS(11014), 12, + [19241] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123081,12 +123955,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123125,10 +124000,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18939] = 2, - ACTIONS(10936), 12, + [19302] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123139,12 +124014,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123183,10 +124059,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18999] = 2, - ACTIONS(10738), 12, + [19363] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123197,12 +124073,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123241,18 +124118,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19059] = 5, - ACTIONS(11116), 1, + [19424] = 5, + ACTIONS(11291), 1, aux_sym__text_token3, - ACTIONS(11114), 2, + ACTIONS(11289), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(941), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123260,12 +124137,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123302,14 +124180,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, anon_sym_ATendvolt, - [19125] = 4, - ACTIONS(11118), 1, + [19491] = 4, + ACTIONS(11293), 1, anon_sym_LPAREN2, STATE(2930), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123319,12 +124197,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -123362,10 +124241,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19189] = 2, - ACTIONS(10742), 12, + [19556] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123376,12 +124255,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123420,10 +124300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19249] = 2, - ACTIONS(11014), 12, + [19617] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123434,12 +124314,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123448,10 +124329,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, @@ -123478,10 +124359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19309] = 2, - ACTIONS(11014), 12, + [19678] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123492,12 +124373,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123506,10 +124388,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, @@ -123536,10 +124418,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19369] = 2, - ACTIONS(10936), 12, + [19739] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123550,12 +124432,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123594,18 +124477,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19429] = 5, - ACTIONS(11122), 1, + [19800] = 5, + ACTIONS(11297), 1, aux_sym__text_token3, - ACTIONS(11120), 2, + ACTIONS(11295), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(942), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123613,12 +124496,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123655,14 +124539,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATendteleport, anon_sym_ATvolt, - [19495] = 4, - ACTIONS(11124), 1, + [19867] = 4, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(2848), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123672,12 +124556,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123715,10 +124600,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [19559] = 2, - ACTIONS(10750), 12, + [19932] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123729,12 +124614,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123773,10 +124659,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19619] = 2, - ACTIONS(10754), 12, + [19993] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123787,12 +124673,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123831,18 +124718,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19679] = 5, - ACTIONS(11128), 1, + [20054] = 5, + ACTIONS(11303), 1, aux_sym__text_token3, - ACTIONS(11126), 2, + ACTIONS(11301), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(943), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123850,12 +124737,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123892,14 +124780,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [19745] = 4, - ACTIONS(11130), 1, + [20121] = 4, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(2766), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123909,12 +124797,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -123952,10 +124841,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19809] = 2, - ACTIONS(10746), 12, + [20186] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -123966,12 +124855,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124010,10 +124900,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19869] = 2, - ACTIONS(11024), 12, + [20247] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124024,12 +124914,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124041,9 +124932,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, @@ -124068,40 +124959,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19929] = 2, - ACTIONS(10762), 12, + [20308] = 5, + ACTIONS(11309), 1, + aux_sym__text_token3, + ACTIONS(11307), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(944), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10760), 43, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -124118,6 +125013,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, @@ -124125,19 +125021,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [19989] = 5, - ACTIONS(11134), 1, - aux_sym__text_token3, - ACTIONS(11132), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(944), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + [20375] = 4, + ACTIONS(11311), 1, + anon_sym_LPAREN2, + STATE(2684), 1, + sym__directive_parameter, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124145,12 +125036,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124179,22 +125073,23 @@ 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, - [20055] = 4, - ACTIONS(11136), 1, + aux_sym__text_token3, + [20440] = 4, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(2684), 1, + STATE(2173), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124204,17 +125099,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -124243,42 +125140,40 @@ 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, - [20119] = 4, - ACTIONS(11138), 1, - anon_sym_LPAREN2, - STATE(2280), 1, - sym__directive_parameter, - ACTIONS(10490), 11, + [20505] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10488), 42, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, 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_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -124307,10 +125202,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20183] = 2, - ACTIONS(10498), 12, + [20566] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124321,70 +125216,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [20243] = 2, - ACTIONS(10758), 12, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10756), 43, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124423,18 +125261,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20303] = 5, - ACTIONS(11142), 1, + [20627] = 5, + ACTIONS(11317), 1, aux_sym__text_token3, - ACTIONS(11140), 2, + ACTIONS(11315), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(945), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124442,12 +125280,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124484,14 +125323,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [20369] = 4, - ACTIONS(11144), 1, + [20694] = 4, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(2602), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124501,12 +125340,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124544,10 +125384,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20433] = 2, - ACTIONS(10770), 12, + [20759] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124558,12 +125398,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124602,10 +125443,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20493] = 2, - ACTIONS(10774), 12, + [20820] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124616,12 +125457,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124660,18 +125502,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20553] = 5, - ACTIONS(11148), 1, + [20881] = 5, + ACTIONS(11323), 1, aux_sym__text_token3, - ACTIONS(11146), 2, + ACTIONS(11321), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(946), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124679,12 +125521,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124721,18 +125564,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [20619] = 5, - ACTIONS(11152), 1, + [20948] = 5, + ACTIONS(11327), 1, aux_sym__text_token3, - ACTIONS(11150), 2, + ACTIONS(11325), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(1785), 2, + STATE(1787), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124740,12 +125583,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124782,14 +125626,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [20685] = 4, - ACTIONS(11154), 1, + [21015] = 4, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(2520), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124799,12 +125643,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124842,10 +125687,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20749] = 2, - ACTIONS(10766), 12, + [21080] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124856,12 +125701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124900,10 +125746,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20809] = 2, - ACTIONS(10782), 12, + [21141] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124914,12 +125760,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -124958,18 +125805,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20869] = 5, - ACTIONS(11158), 1, + [21202] = 5, + ACTIONS(11333), 1, aux_sym__text_token3, - ACTIONS(11156), 2, + ACTIONS(11331), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(948), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -124977,12 +125824,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125019,14 +125867,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [20935] = 4, - ACTIONS(11160), 1, + [21269] = 4, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(2438), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125036,12 +125884,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125079,10 +125928,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20999] = 2, - ACTIONS(10786), 12, + [21334] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125093,12 +125942,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125137,10 +125987,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21059] = 2, - ACTIONS(10790), 12, + [21395] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125151,12 +126001,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125195,18 +126046,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21119] = 5, - ACTIONS(11164), 1, + [21456] = 5, + ACTIONS(11339), 1, aux_sym__text_token3, - ACTIONS(11162), 2, + ACTIONS(11337), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(950), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125214,12 +126065,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125256,14 +126108,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [21185] = 4, - ACTIONS(11166), 1, + [21523] = 4, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(2356), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125273,12 +126125,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125316,10 +126169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21249] = 2, - ACTIONS(10778), 12, + [21588] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125330,12 +126183,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125374,10 +126228,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21309] = 2, - ACTIONS(10498), 12, + [21649] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125388,12 +126242,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125432,10 +126287,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21369] = 2, - ACTIONS(10498), 12, + [21710] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125446,12 +126301,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125490,10 +126346,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21429] = 2, - ACTIONS(10794), 12, + [21771] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125504,12 +126360,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125548,18 +126405,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21489] = 5, - ACTIONS(11170), 1, + [21832] = 5, + ACTIONS(11345), 1, aux_sym__text_token3, - ACTIONS(11168), 2, + ACTIONS(11343), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(955), 2, + STATE(956), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125567,12 +126424,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125609,14 +126467,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [21555] = 4, - ACTIONS(11172), 1, + [21899] = 4, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(2274), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125626,12 +126484,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125669,18 +126528,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21619] = 5, - ACTIONS(11177), 1, + [21964] = 5, + ACTIONS(11352), 1, aux_sym__text_token3, - ACTIONS(11174), 2, + ACTIONS(11349), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(1003), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125688,12 +126547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125730,10 +126590,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [21685] = 2, - ACTIONS(10806), 12, + [22031] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125744,12 +126604,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125788,14 +126649,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21745] = 4, - ACTIONS(11180), 1, + [22092] = 4, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(2192), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125805,12 +126666,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125848,10 +126710,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21809] = 2, - ACTIONS(10810), 12, + [22157] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125862,12 +126724,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125906,10 +126769,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21869] = 2, - ACTIONS(11004), 12, + [22218] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125920,12 +126783,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -125964,10 +126828,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21929] = 2, - ACTIONS(10996), 12, + [22279] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -125978,12 +126842,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126022,10 +126887,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21989] = 2, - ACTIONS(10992), 12, + [22340] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126036,12 +126901,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126080,10 +126946,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22049] = 2, - ACTIONS(10936), 12, + [22401] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126094,12 +126960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126138,10 +127005,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22109] = 2, - ACTIONS(10988), 12, + [22462] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126152,12 +127019,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126196,10 +127064,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22169] = 2, - ACTIONS(11000), 12, + [22523] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126210,12 +127078,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126254,10 +127123,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22229] = 2, - ACTIONS(10984), 12, + [22584] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126268,12 +127137,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126312,10 +127182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22289] = 2, - ACTIONS(10980), 12, + [22645] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126326,12 +127196,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126370,10 +127241,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22349] = 2, - ACTIONS(10976), 12, + [22706] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126384,12 +127255,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126428,10 +127300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22409] = 2, - ACTIONS(10972), 12, + [22767] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126442,12 +127314,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126486,10 +127359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22469] = 2, - ACTIONS(10968), 12, + [22828] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126500,12 +127373,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126544,10 +127418,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22529] = 2, - ACTIONS(10964), 12, + [22889] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126558,12 +127432,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126602,10 +127477,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22589] = 2, - ACTIONS(10960), 12, + [22950] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126616,12 +127491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126660,10 +127536,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22649] = 2, - ACTIONS(10956), 12, + [23011] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126674,12 +127550,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126718,10 +127595,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22709] = 2, - ACTIONS(10952), 12, + [23072] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126732,12 +127609,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126776,10 +127654,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22769] = 2, - ACTIONS(10948), 12, + [23133] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126790,12 +127668,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126834,10 +127713,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22829] = 2, - ACTIONS(10944), 12, + [23194] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126848,12 +127727,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126892,10 +127772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22889] = 2, - ACTIONS(10940), 12, + [23255] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126906,12 +127786,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -126950,10 +127831,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22949] = 2, - ACTIONS(10932), 12, + [23316] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -126964,12 +127845,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127008,10 +127890,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23009] = 2, - ACTIONS(10928), 12, + [23377] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127022,12 +127904,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127066,10 +127949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23069] = 2, - ACTIONS(10688), 12, + [23438] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127080,12 +127963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127124,10 +128008,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23129] = 2, - ACTIONS(10924), 12, + [23499] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127138,12 +128022,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127182,10 +128067,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23189] = 2, - ACTIONS(10920), 12, + [23560] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127196,12 +128081,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127240,10 +128126,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23249] = 2, - ACTIONS(10916), 12, + [23621] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127254,12 +128140,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127298,10 +128185,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23309] = 2, - ACTIONS(10912), 12, + [23682] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127312,12 +128199,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127356,10 +128244,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23369] = 2, - ACTIONS(10908), 12, + [23743] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127370,12 +128258,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127414,10 +128303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23429] = 2, - ACTIONS(10904), 12, + [23804] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127428,12 +128317,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127472,10 +128362,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23489] = 2, - ACTIONS(10900), 12, + [23865] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127486,12 +128376,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127530,10 +128421,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23549] = 2, - ACTIONS(10896), 12, + [23926] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127544,12 +128435,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127588,10 +128480,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23609] = 2, - ACTIONS(10892), 12, + [23987] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127602,12 +128494,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127646,10 +128539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23669] = 2, - ACTIONS(10888), 12, + [24048] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127660,12 +128553,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127704,10 +128598,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23729] = 2, - ACTIONS(11024), 12, + [24109] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127718,12 +128612,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127762,10 +128657,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23789] = 2, - ACTIONS(10884), 12, + [24170] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127776,12 +128671,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127820,10 +128716,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23849] = 2, - ACTIONS(10880), 12, + [24231] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127834,12 +128730,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127878,10 +128775,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23909] = 2, - ACTIONS(10876), 12, + [24292] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127892,12 +128789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127936,10 +128834,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23969] = 2, - ACTIONS(10872), 12, + [24353] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -127950,12 +128848,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -127994,10 +128893,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24029] = 2, - ACTIONS(10868), 12, + [24414] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128008,12 +128907,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128052,10 +128952,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24089] = 2, - ACTIONS(10864), 12, + [24475] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128066,12 +128966,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128110,10 +129011,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24149] = 2, - ACTIONS(10860), 12, + [24536] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128124,12 +129025,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128168,10 +129070,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24209] = 2, - ACTIONS(10856), 12, + [24597] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128182,12 +129084,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128226,10 +129129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24269] = 2, - ACTIONS(10852), 12, + [24658] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128240,12 +129143,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128284,10 +129188,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24329] = 2, - ACTIONS(10848), 12, + [24719] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128298,12 +129202,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128342,10 +129247,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24389] = 2, - ACTIONS(10844), 12, + [24780] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128356,12 +129261,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128400,10 +129306,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24449] = 2, - ACTIONS(10678), 12, + [24841] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128414,12 +129320,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128458,10 +129365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24509] = 2, - ACTIONS(10840), 12, + [24902] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128472,12 +129379,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128516,10 +129424,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24569] = 2, - ACTIONS(10836), 12, + [24963] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128530,12 +129438,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128574,10 +129483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24629] = 2, - ACTIONS(10832), 12, + [25024] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128588,12 +129497,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128632,10 +129542,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24689] = 2, - ACTIONS(10828), 12, + [25085] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128646,12 +129556,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128690,10 +129601,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24749] = 2, - ACTIONS(10824), 12, + [25146] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128704,12 +129615,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128748,10 +129660,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24809] = 2, - ACTIONS(10818), 12, + [25207] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128762,12 +129674,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128806,10 +129719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24869] = 2, - ACTIONS(11014), 12, + [25268] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128820,12 +129733,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128864,10 +129778,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24929] = 2, - ACTIONS(10814), 12, + [25329] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128878,12 +129792,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128922,10 +129837,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24989] = 2, - ACTIONS(10810), 12, + [25390] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128936,12 +129851,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -128980,10 +129896,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25049] = 2, - ACTIONS(10806), 12, + [25451] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -128994,12 +129910,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129038,10 +129955,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25109] = 2, - ACTIONS(10798), 12, + [25512] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129052,12 +129969,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129096,10 +130014,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25169] = 2, - ACTIONS(10794), 12, + [25573] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129110,12 +130028,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129154,10 +130073,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25229] = 2, - ACTIONS(10814), 12, + [25634] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129168,12 +130087,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129212,10 +130132,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25289] = 2, - ACTIONS(10790), 12, + [25695] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129226,12 +130146,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129270,10 +130191,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25349] = 2, - ACTIONS(10786), 12, + [25756] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129284,12 +130205,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129328,10 +130250,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25409] = 2, - ACTIONS(10782), 12, + [25817] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129342,12 +130264,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129386,10 +130309,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25469] = 2, - ACTIONS(10778), 12, + [25878] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129400,12 +130323,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129444,10 +130368,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25529] = 2, - ACTIONS(10774), 12, + [25939] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129458,12 +130382,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129502,10 +130427,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25589] = 2, - ACTIONS(10770), 12, + [26000] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129516,12 +130441,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129560,14 +130486,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25649] = 4, - ACTIONS(11182), 1, + [26061] = 4, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(2091), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129577,12 +130503,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129620,10 +130547,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25713] = 2, - ACTIONS(10766), 12, + [26126] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129634,12 +130561,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129678,10 +130606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25773] = 2, - ACTIONS(10762), 12, + [26187] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129692,12 +130620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129736,10 +130665,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25833] = 2, - ACTIONS(10758), 12, + [26248] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129750,12 +130679,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129794,10 +130724,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25893] = 2, - ACTIONS(10754), 12, + [26309] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129808,12 +130738,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129852,10 +130783,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25953] = 2, - ACTIONS(10750), 12, + [26370] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129866,12 +130797,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129910,10 +130842,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26013] = 2, - ACTIONS(10746), 12, + [26431] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129924,12 +130856,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -129968,10 +130901,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26073] = 2, - ACTIONS(10742), 12, + [26492] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -129982,12 +130915,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130026,18 +130960,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26133] = 5, - ACTIONS(11186), 1, + [26553] = 5, + ACTIONS(11361), 1, aux_sym__text_token3, - ACTIONS(11184), 2, + ACTIONS(11359), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(1868), 2, + STATE(1870), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130045,12 +130979,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130087,10 +131022,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [26199] = 2, - ACTIONS(10738), 12, + [26620] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130101,12 +131036,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130145,10 +131081,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26259] = 2, - ACTIONS(10734), 12, + [26681] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130159,12 +131095,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130203,10 +131140,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26319] = 2, - ACTIONS(10818), 12, + [26742] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130217,12 +131154,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130261,10 +131199,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26379] = 2, - ACTIONS(10730), 12, + [26803] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130275,12 +131213,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130319,10 +131258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26439] = 2, - ACTIONS(10726), 12, + [26864] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130333,12 +131272,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130377,10 +131317,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26499] = 2, - ACTIONS(10674), 12, + [26925] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130391,12 +131331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130435,10 +131376,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26559] = 2, - ACTIONS(10802), 12, + [26986] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130449,12 +131390,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130493,10 +131435,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26619] = 2, - ACTIONS(10722), 12, + [27047] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130507,12 +131449,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130551,10 +131494,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26679] = 2, - ACTIONS(10718), 12, + [27108] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130565,12 +131508,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130609,10 +131553,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26739] = 2, - ACTIONS(10714), 12, + [27169] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130623,12 +131567,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130667,10 +131612,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26799] = 2, - ACTIONS(10498), 12, + [27230] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130681,12 +131626,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130725,10 +131671,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26859] = 2, - ACTIONS(10824), 12, + [27291] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130739,12 +131685,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130783,10 +131730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26919] = 2, - ACTIONS(10798), 12, + [27352] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130797,12 +131744,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130841,10 +131789,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26979] = 2, - ACTIONS(10710), 12, + [27413] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130855,12 +131803,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130899,10 +131848,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27039] = 2, - ACTIONS(11004), 12, + [27474] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130913,12 +131862,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -130957,10 +131907,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27099] = 2, - ACTIONS(10996), 12, + [27535] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -130971,12 +131921,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131015,10 +131966,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27159] = 2, - ACTIONS(10992), 12, + [27596] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131029,12 +131980,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131073,10 +132025,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27219] = 2, - ACTIONS(10988), 12, + [27657] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131087,12 +132039,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131131,10 +132084,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27279] = 2, - ACTIONS(11000), 12, + [27718] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131145,12 +132098,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131189,10 +132143,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27339] = 2, - ACTIONS(10984), 12, + [27779] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131203,12 +132157,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131247,10 +132202,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27399] = 2, - ACTIONS(10980), 12, + [27840] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131261,12 +132216,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131305,10 +132261,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27459] = 2, - ACTIONS(10976), 12, + [27901] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131319,12 +132275,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131363,10 +132320,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27519] = 2, - ACTIONS(10936), 12, + [27962] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131377,12 +132334,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131421,10 +132379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27579] = 2, - ACTIONS(10972), 12, + [28023] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131435,12 +132393,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131479,10 +132438,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27639] = 2, - ACTIONS(10968), 12, + [28084] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131493,12 +132452,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131537,10 +132497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27699] = 2, - ACTIONS(10964), 12, + [28145] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131551,12 +132511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131595,10 +132556,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27759] = 2, - ACTIONS(10960), 12, + [28206] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131609,12 +132570,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131653,18 +132615,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27819] = 5, - ACTIONS(11190), 1, + [28267] = 5, + ACTIONS(11365), 1, aux_sym__text_token3, - ACTIONS(11188), 2, + ACTIONS(11363), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(1535), 2, + STATE(1537), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131672,12 +132634,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -131714,10 +132677,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [27885] = 2, - ACTIONS(10956), 12, + [28334] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131728,12 +132691,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131772,10 +132736,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27945] = 2, - ACTIONS(10952), 12, + [28395] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131786,12 +132750,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131830,10 +132795,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28005] = 2, - ACTIONS(10948), 12, + [28456] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131844,12 +132809,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131888,10 +132854,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28065] = 2, - ACTIONS(10944), 12, + [28517] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131902,12 +132868,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -131946,10 +132913,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28125] = 2, - ACTIONS(10940), 12, + [28578] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -131960,12 +132927,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132004,10 +132972,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28185] = 2, - ACTIONS(10932), 12, + [28639] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132018,12 +132986,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132062,10 +133031,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28245] = 2, - ACTIONS(10928), 12, + [28700] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132076,12 +133045,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132120,10 +133090,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28305] = 2, - ACTIONS(10924), 12, + [28761] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132134,12 +133104,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132178,10 +133149,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28365] = 2, - ACTIONS(10920), 12, + [28822] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132192,12 +133163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132236,10 +133208,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28425] = 2, - ACTIONS(10916), 12, + [28883] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132250,12 +133222,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132294,10 +133267,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28485] = 2, - ACTIONS(10912), 12, + [28944] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132308,12 +133281,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132352,10 +133326,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28545] = 2, - ACTIONS(10688), 12, + [29005] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132366,12 +133340,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132410,10 +133385,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28605] = 2, - ACTIONS(10908), 12, + [29066] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132424,12 +133399,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132468,10 +133444,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28665] = 2, - ACTIONS(10904), 12, + [29127] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132482,12 +133458,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132526,10 +133503,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28725] = 2, - ACTIONS(10900), 12, + [29188] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132540,12 +133517,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132584,10 +133562,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28785] = 2, - ACTIONS(10896), 12, + [29249] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132598,12 +133576,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132642,10 +133621,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28845] = 2, - ACTIONS(10892), 12, + [29310] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132656,12 +133635,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132700,10 +133680,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28905] = 2, - ACTIONS(10888), 12, + [29371] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132714,12 +133694,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132758,10 +133739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28965] = 2, - ACTIONS(11024), 12, + [29432] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132772,12 +133753,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132816,10 +133798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29025] = 2, - ACTIONS(10884), 12, + [29493] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132830,12 +133812,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132874,10 +133857,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29085] = 2, - ACTIONS(10880), 12, + [29554] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132888,12 +133871,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132932,10 +133916,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29145] = 2, - ACTIONS(10876), 12, + [29615] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -132946,12 +133930,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -132990,10 +133975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29205] = 2, - ACTIONS(10872), 12, + [29676] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133004,12 +133989,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133048,10 +134034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29265] = 2, - ACTIONS(10868), 12, + [29737] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133062,12 +134048,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133106,10 +134093,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29325] = 2, - ACTIONS(10864), 12, + [29798] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133120,12 +134107,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133164,10 +134152,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29385] = 2, - ACTIONS(10860), 12, + [29859] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133178,12 +134166,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133222,10 +134211,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29445] = 2, - ACTIONS(10856), 12, + [29920] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133236,12 +134225,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133280,10 +134270,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29505] = 2, - ACTIONS(10852), 12, + [29981] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133294,12 +134284,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133338,10 +134329,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29565] = 2, - ACTIONS(10848), 12, + [30042] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133352,12 +134343,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133396,10 +134388,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29625] = 2, - ACTIONS(10844), 12, + [30103] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133410,12 +134402,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133454,10 +134447,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29685] = 2, - ACTIONS(10678), 12, + [30164] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133468,12 +134461,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133512,10 +134506,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29745] = 2, - ACTIONS(10840), 12, + [30225] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133526,12 +134520,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133570,10 +134565,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29805] = 2, - ACTIONS(10836), 12, + [30286] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133584,12 +134579,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133628,10 +134624,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29865] = 2, - ACTIONS(10832), 12, + [30347] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133642,12 +134638,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133686,10 +134683,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29925] = 2, - ACTIONS(10828), 12, + [30408] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133700,12 +134697,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133744,10 +134742,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29985] = 2, - ACTIONS(10824), 12, + [30469] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133758,12 +134756,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133802,10 +134801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30045] = 2, - ACTIONS(10818), 12, + [30530] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133816,12 +134815,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133860,10 +134860,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30105] = 2, - ACTIONS(10814), 12, + [30591] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133874,12 +134874,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133918,10 +134919,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30165] = 2, - ACTIONS(10810), 12, + [30652] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133932,12 +134933,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -133976,10 +134978,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30225] = 2, - ACTIONS(10806), 12, + [30713] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -133990,12 +134992,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134034,10 +135037,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30285] = 2, - ACTIONS(10798), 12, + [30774] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134048,12 +135051,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134092,10 +135096,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30345] = 2, - ACTIONS(11014), 12, + [30835] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134106,12 +135110,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134150,10 +135155,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30405] = 2, - ACTIONS(10794), 12, + [30896] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134164,12 +135169,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134208,18 +135214,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30465] = 5, - ACTIONS(11195), 1, + [30957] = 5, + ACTIONS(11370), 1, aux_sym__text_token3, - ACTIONS(11192), 2, + ACTIONS(11367), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(1150), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134227,12 +135233,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10534), 41, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134269,10 +135276,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [30531] = 2, - ACTIONS(10790), 12, + [31024] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134283,12 +135290,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134327,10 +135335,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30591] = 2, - ACTIONS(10786), 12, + [31085] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134341,12 +135349,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134385,10 +135394,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30651] = 2, - ACTIONS(10782), 12, + [31146] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134399,12 +135408,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134443,10 +135453,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30711] = 2, - ACTIONS(10778), 12, + [31207] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134457,12 +135467,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134501,10 +135512,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30771] = 2, - ACTIONS(10774), 12, + [31268] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134515,12 +135526,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134559,10 +135571,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30831] = 2, - ACTIONS(10770), 12, + [31329] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134573,12 +135585,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134617,10 +135630,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30891] = 2, - ACTIONS(10766), 12, + [31390] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134631,12 +135644,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134675,10 +135689,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30951] = 2, - ACTIONS(10762), 12, + [31451] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134689,12 +135703,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134733,10 +135748,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31011] = 2, - ACTIONS(10758), 12, + [31512] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134747,12 +135762,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134791,10 +135807,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31071] = 2, - ACTIONS(10754), 12, + [31573] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134805,12 +135821,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134849,14 +135866,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31131] = 4, - ACTIONS(11198), 1, + [31634] = 4, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(2006), 1, sym__directive_parameter, - ACTIONS(10490), 11, + ACTIONS(10665), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134866,12 +135883,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10488), 42, + ACTIONS(10663), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134909,10 +135927,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31195] = 2, - ACTIONS(10750), 12, + [31699] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134923,12 +135941,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -134967,10 +135986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31255] = 2, - ACTIONS(10746), 12, + [31760] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -134981,12 +136000,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135025,10 +136045,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31315] = 2, - ACTIONS(10742), 12, + [31821] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135039,12 +136059,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135083,10 +136104,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31375] = 2, - ACTIONS(10738), 12, + [31882] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135097,12 +136118,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135141,10 +136163,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31435] = 2, - ACTIONS(10734), 12, + [31943] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135155,12 +136177,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135199,10 +136222,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31495] = 2, - ACTIONS(10832), 12, + [32004] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135213,12 +136236,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135257,10 +136281,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31555] = 2, - ACTIONS(10730), 12, + [32065] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135271,12 +136295,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135315,18 +136340,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31615] = 5, - ACTIONS(11202), 1, + [32126] = 5, + ACTIONS(11377), 1, aux_sym__text_token3, - ACTIONS(11200), 2, + ACTIONS(11375), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(1236), 2, + STATE(1238), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135334,12 +136359,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135376,10 +136402,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [31681] = 2, - ACTIONS(10726), 12, + [32193] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135390,12 +136416,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135434,10 +136461,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31741] = 2, - ACTIONS(10674), 12, + [32254] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135448,12 +136475,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135492,10 +136520,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31801] = 2, - ACTIONS(10802), 12, + [32315] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135506,12 +136534,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135550,10 +136579,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31861] = 2, - ACTIONS(10722), 12, + [32376] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135564,12 +136593,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135608,10 +136638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31921] = 2, - ACTIONS(10718), 12, + [32437] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135622,12 +136652,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135666,10 +136697,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31981] = 2, - ACTIONS(10714), 12, + [32498] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135680,12 +136711,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135724,10 +136756,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32041] = 2, - ACTIONS(10836), 12, + [32559] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135738,12 +136770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135782,10 +136815,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32101] = 2, - ACTIONS(10828), 12, + [32620] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135796,12 +136829,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135840,10 +136874,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32161] = 2, - ACTIONS(10710), 12, + [32681] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135854,12 +136888,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -135898,10 +136933,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32221] = 2, - ACTIONS(10498), 12, + [32742] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -135912,70 +136947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [32281] = 2, - ACTIONS(11004), 12, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(11002), 43, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136014,10 +136992,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32341] = 2, - ACTIONS(10996), 12, + [32803] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136028,12 +137006,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136072,10 +137051,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32401] = 2, - ACTIONS(10992), 12, + [32864] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136086,12 +137065,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136130,10 +137110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32461] = 2, - ACTIONS(10988), 12, + [32925] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136144,12 +137124,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136188,10 +137169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32521] = 2, - ACTIONS(11000), 12, + [32986] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136202,12 +137183,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136246,10 +137228,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32581] = 2, - ACTIONS(10984), 12, + [33047] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136260,12 +137242,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136304,10 +137287,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32641] = 2, - ACTIONS(10980), 12, + [33108] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136318,12 +137301,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136362,10 +137346,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32701] = 2, - ACTIONS(10976), 12, + [33169] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136376,12 +137360,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136420,10 +137405,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32761] = 2, - ACTIONS(10972), 12, + [33230] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136434,12 +137419,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136478,10 +137464,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32821] = 2, - ACTIONS(10968), 12, + [33291] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136492,12 +137478,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136536,10 +137523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32881] = 2, - ACTIONS(10964), 12, + [33352] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136550,12 +137537,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136594,10 +137582,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32941] = 2, - ACTIONS(10960), 12, + [33413] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136608,12 +137596,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136652,10 +137641,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33001] = 2, - ACTIONS(10956), 12, + [33474] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136666,12 +137655,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136710,10 +137700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33061] = 2, - ACTIONS(10980), 12, + [33535] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136724,12 +137714,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136743,13 +137734,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, @@ -136768,10 +137759,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33121] = 2, - ACTIONS(10952), 12, + [33596] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136782,12 +137773,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136801,13 +137793,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, @@ -136826,10 +137818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33181] = 2, - ACTIONS(10948), 12, + [33657] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136840,12 +137832,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136884,10 +137877,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33241] = 2, - ACTIONS(10944), 12, + [33718] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136898,12 +137891,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -136942,10 +137936,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33301] = 2, - ACTIONS(10940), 12, + [33779] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -136956,12 +137950,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137000,10 +137995,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33361] = 2, - ACTIONS(10932), 12, + [33840] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137014,12 +138009,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137058,10 +138054,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33421] = 2, - ACTIONS(10928), 12, + [33901] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137072,12 +138068,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137116,10 +138113,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33481] = 2, - ACTIONS(10924), 12, + [33962] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137130,12 +138127,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137174,10 +138172,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33541] = 2, - ACTIONS(10920), 12, + [34023] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137188,12 +138186,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137232,10 +138231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33601] = 2, - ACTIONS(10916), 12, + [34084] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137246,12 +138245,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137290,10 +138290,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33661] = 2, - ACTIONS(10912), 12, + [34145] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137304,12 +138304,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137348,10 +138349,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33721] = 2, - ACTIONS(10908), 12, + [34206] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137362,12 +138363,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137406,10 +138408,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33781] = 2, - ACTIONS(10904), 12, + [34267] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137420,12 +138422,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137464,10 +138467,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33841] = 2, - ACTIONS(10688), 12, + [34328] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137478,12 +138481,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137522,10 +138526,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33901] = 2, - ACTIONS(10900), 12, + [34389] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137536,12 +138540,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137580,36 +138585,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33961] = 4, - ACTIONS(11204), 1, - anon_sym_LPAREN2, - STATE(2419), 1, - sym__directive_parameter, - ACTIONS(10490), 11, + [34450] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10488), 42, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -137622,6 +138625,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, @@ -137640,10 +138644,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34025] = 2, - ACTIONS(10896), 12, + [34511] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137654,12 +138658,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137698,10 +138703,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34085] = 2, - ACTIONS(10892), 12, + [34572] = 4, + ACTIONS(11379), 1, + anon_sym_LPAREN2, + STATE(2280), 1, + sym__directive_parameter, + ACTIONS(10665), 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(10663), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATendfragment, + 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, + [34637] = 2, + ACTIONS(11047), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137712,12 +138778,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137756,10 +138823,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34145] = 2, - ACTIONS(10888), 12, + [34698] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137770,12 +138837,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137814,10 +138882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34205] = 2, - ACTIONS(11024), 12, + [34759] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137828,12 +138896,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137872,10 +138941,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34265] = 2, - ACTIONS(10884), 12, + [34820] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137886,12 +138955,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137930,10 +139000,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34325] = 2, - ACTIONS(10880), 12, + [34881] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -137944,12 +139014,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -137988,10 +139059,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34385] = 2, - ACTIONS(10876), 12, + [34942] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138002,12 +139073,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138046,10 +139118,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34445] = 2, - ACTIONS(10872), 12, + [35003] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138060,12 +139132,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138104,10 +139177,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34505] = 2, - ACTIONS(10868), 12, + [35064] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138118,12 +139191,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138162,10 +139236,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34565] = 2, - ACTIONS(10864), 12, + [35125] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138176,12 +139250,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138220,10 +139295,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34625] = 2, - ACTIONS(10860), 12, + [35186] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138234,12 +139309,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138278,10 +139354,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34685] = 2, - ACTIONS(10856), 12, + [35247] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138292,12 +139368,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138336,10 +139413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34745] = 2, - ACTIONS(10852), 12, + [35308] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138350,12 +139427,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138394,10 +139472,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34805] = 2, - ACTIONS(10848), 12, + [35369] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138408,12 +139486,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138452,10 +139531,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34865] = 2, - ACTIONS(10844), 12, + [35430] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138466,12 +139545,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138510,10 +139590,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34925] = 2, - ACTIONS(10678), 12, + [35491] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138524,12 +139604,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138568,10 +139649,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34985] = 2, - ACTIONS(10840), 12, + [35552] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138582,12 +139663,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138626,10 +139708,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35045] = 2, - ACTIONS(10836), 12, + [35613] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138640,12 +139722,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138684,10 +139767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35105] = 2, - ACTIONS(10832), 12, + [35674] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138698,12 +139781,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138742,10 +139826,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35165] = 2, - ACTIONS(10828), 12, + [35735] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138756,12 +139840,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138800,10 +139885,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35225] = 2, - ACTIONS(10824), 12, + [35796] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138814,12 +139899,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138858,10 +139944,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35285] = 2, - ACTIONS(10818), 12, + [35857] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138872,12 +139958,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138916,10 +140003,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35345] = 2, - ACTIONS(10814), 12, + [35918] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138930,12 +140017,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -138974,10 +140062,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35405] = 2, - ACTIONS(10810), 12, + [35979] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -138988,12 +140076,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139032,10 +140121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35465] = 2, - ACTIONS(10806), 12, + [36040] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139046,12 +140135,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139090,10 +140180,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35525] = 2, - ACTIONS(10798), 12, + [36101] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139104,12 +140194,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139148,10 +140239,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35585] = 2, - ACTIONS(10794), 12, + [36162] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139162,12 +140253,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139206,38 +140298,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35645] = 5, - ACTIONS(11209), 1, - aux_sym__text_token3, - ACTIONS(11206), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1236), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + [36223] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10534), 41, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, 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, @@ -139250,6 +140338,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, @@ -139267,10 +140356,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [35711] = 2, - ACTIONS(10790), 12, + aux_sym__text_token3, + [36284] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139281,12 +140371,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139325,10 +140416,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35771] = 2, - ACTIONS(10786), 12, + [36345] = 5, + ACTIONS(11384), 1, + aux_sym__text_token3, + ACTIONS(11381), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1238), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10711), 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(10709), 42, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATendprepend, + 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, + [36412] = 2, + ACTIONS(10917), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139339,12 +140492,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139383,10 +140537,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35831] = 2, - ACTIONS(10782), 12, + [36473] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139397,12 +140551,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139441,10 +140596,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35891] = 2, - ACTIONS(10778), 12, + [36534] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139455,12 +140610,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139499,10 +140655,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35951] = 2, - ACTIONS(10774), 12, + [36595] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139513,12 +140669,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139557,10 +140714,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36011] = 2, - ACTIONS(10770), 12, + [36656] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139571,12 +140728,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139615,10 +140773,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36071] = 2, - ACTIONS(10766), 12, + [36717] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139629,12 +140787,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139673,10 +140832,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36131] = 2, - ACTIONS(10762), 12, + [36778] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139687,12 +140846,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139731,10 +140891,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36191] = 2, - ACTIONS(10758), 12, + [36839] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139745,12 +140905,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139789,10 +140950,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36251] = 2, - ACTIONS(10710), 12, + [36900] = 2, + ACTIONS(10925), 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(10923), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [36961] = 2, + ACTIONS(10945), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139803,12 +141023,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139847,10 +141068,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36311] = 2, - ACTIONS(10754), 12, + [37022] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139861,12 +141082,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139905,10 +141127,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36371] = 2, - ACTIONS(11004), 12, + [37083] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139919,12 +141141,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -139963,10 +141186,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36431] = 2, - ACTIONS(10714), 12, + [37144] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -139977,12 +141200,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140021,10 +141245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36491] = 2, - ACTIONS(10718), 12, + [37205] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140035,12 +141259,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140079,10 +141304,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36551] = 2, - ACTIONS(10722), 12, + [37266] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140093,12 +141318,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140137,10 +141363,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36611] = 2, - ACTIONS(10802), 12, + [37327] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140151,12 +141377,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140195,10 +141422,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36671] = 2, - ACTIONS(10674), 12, + [37388] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140209,12 +141436,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140253,10 +141481,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36731] = 2, - ACTIONS(10726), 12, + [37449] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140267,12 +141495,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140311,10 +141540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36791] = 2, - ACTIONS(10730), 12, + [37510] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140325,12 +141554,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140369,18 +141599,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36851] = 5, - ACTIONS(11214), 1, + [37571] = 5, + ACTIONS(11389), 1, aux_sym__text_token3, - ACTIONS(11212), 2, + ACTIONS(11387), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(1150), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10504), 9, + ACTIONS(10679), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140388,12 +141618,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(10502), 41, + ACTIONS(10677), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140430,10 +141661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [36917] = 2, - ACTIONS(10734), 12, + [37638] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140444,12 +141675,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140488,10 +141720,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36977] = 2, - ACTIONS(10738), 12, + [37699] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140502,12 +141734,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140546,10 +141779,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37037] = 2, - ACTIONS(10742), 12, + [37760] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140560,12 +141793,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140604,10 +141838,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37097] = 2, - ACTIONS(10746), 12, + [37821] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140618,12 +141852,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140662,10 +141897,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37157] = 2, - ACTIONS(10750), 12, + [37882] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140676,12 +141911,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140720,10 +141956,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37217] = 2, - ACTIONS(10754), 12, + [37943] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140734,12 +141970,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140778,10 +142015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37277] = 2, - ACTIONS(10996), 12, + [38004] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140792,12 +142029,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140836,10 +142074,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37337] = 2, - ACTIONS(10758), 12, + [38065] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140850,12 +142088,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140894,10 +142133,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37397] = 2, - ACTIONS(10762), 12, + [38126] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140908,12 +142147,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -140952,10 +142192,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37457] = 2, - ACTIONS(10498), 12, + [38187] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -140966,12 +142206,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141010,10 +142251,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37517] = 2, - ACTIONS(10992), 12, + [38248] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141024,12 +142265,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141068,10 +142310,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37577] = 2, - ACTIONS(10766), 12, + [38309] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141082,12 +142324,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141126,10 +142369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37637] = 2, - ACTIONS(10770), 12, + [38370] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141140,12 +142383,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141184,10 +142428,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37697] = 2, - ACTIONS(10774), 12, + [38431] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141198,12 +142442,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141242,10 +142487,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37757] = 2, - ACTIONS(10778), 12, + [38492] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141256,12 +142501,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141300,10 +142546,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37817] = 2, - ACTIONS(10782), 12, + [38553] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141314,12 +142560,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141358,10 +142605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37877] = 2, - ACTIONS(10786), 12, + [38614] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141372,12 +142619,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141416,10 +142664,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37937] = 2, - ACTIONS(10790), 12, + [38675] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141430,12 +142678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141474,10 +142723,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37997] = 2, - ACTIONS(10750), 12, + [38736] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141488,12 +142737,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141532,10 +142782,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38057] = 2, - ACTIONS(10794), 12, + [38797] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141546,12 +142796,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141590,10 +142841,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38117] = 2, - ACTIONS(10798), 12, + [38858] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141604,12 +142855,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141648,10 +142900,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38177] = 2, - ACTIONS(10936), 12, + [38919] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141662,12 +142914,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141706,10 +142959,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38237] = 2, - ACTIONS(10806), 12, + [38980] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141720,12 +142973,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141764,10 +143018,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38297] = 2, - ACTIONS(10810), 12, + [39041] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141778,12 +143032,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141822,10 +143077,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38357] = 2, - ACTIONS(10988), 12, + [39102] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141836,12 +143091,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141880,10 +143136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38417] = 2, - ACTIONS(10814), 12, + [39163] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141894,12 +143150,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141938,10 +143195,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38477] = 2, - ACTIONS(11000), 12, + [39224] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -141952,12 +143209,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -141996,10 +143254,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38537] = 2, - ACTIONS(10818), 12, + [39285] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142010,12 +143268,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142054,10 +143313,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38597] = 2, - ACTIONS(10824), 12, + [39346] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142068,12 +143327,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142112,10 +143372,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38657] = 2, - ACTIONS(10828), 12, + [39407] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142126,12 +143386,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142170,10 +143431,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38717] = 2, - ACTIONS(10832), 12, + [39468] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142184,12 +143445,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142228,10 +143490,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38777] = 2, - ACTIONS(10836), 12, + [39529] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142242,12 +143504,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142286,10 +143549,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38837] = 2, - ACTIONS(10840), 12, + [39590] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142300,12 +143563,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142344,10 +143608,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38897] = 2, - ACTIONS(10678), 12, + [39651] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142358,12 +143622,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142402,10 +143667,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38957] = 2, - ACTIONS(10844), 12, + [39712] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142416,12 +143681,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142460,10 +143726,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39017] = 2, - ACTIONS(10848), 12, + [39773] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142474,12 +143740,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142518,10 +143785,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39077] = 2, - ACTIONS(10852), 12, + [39834] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142532,12 +143799,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142576,10 +143844,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39137] = 2, - ACTIONS(10688), 12, + [39895] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142590,12 +143858,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142634,10 +143903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39197] = 2, - ACTIONS(10856), 12, + [39956] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142648,12 +143917,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142692,10 +143962,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39257] = 2, - ACTIONS(10984), 12, + [40017] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142706,12 +143976,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142750,10 +144021,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39317] = 2, - ACTIONS(10860), 12, + [40078] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142764,12 +144035,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142808,10 +144080,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39377] = 2, - ACTIONS(10864), 12, + [40139] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142822,12 +144094,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142866,10 +144139,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39437] = 2, - ACTIONS(10868), 12, + [40200] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142880,12 +144153,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142924,10 +144198,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39497] = 2, - ACTIONS(10872), 12, + [40261] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142938,12 +144212,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -142982,10 +144257,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39557] = 2, - ACTIONS(10876), 12, + [40322] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -142996,12 +144271,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143040,10 +144316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39617] = 2, - ACTIONS(10880), 12, + [40383] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143054,12 +144330,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143098,10 +144375,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39677] = 2, - ACTIONS(10884), 12, + [40444] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143112,12 +144389,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143156,10 +144434,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39737] = 2, - ACTIONS(11024), 12, + [40505] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143170,12 +144448,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143214,10 +144493,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39797] = 2, - ACTIONS(10888), 12, + [40566] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143228,12 +144507,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143272,10 +144552,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39857] = 2, - ACTIONS(10892), 12, + [40627] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143286,12 +144566,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143330,10 +144611,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39917] = 2, - ACTIONS(10896), 12, + [40688] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143344,12 +144625,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143388,10 +144670,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39977] = 2, - ACTIONS(10900), 12, + [40749] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143402,12 +144684,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143446,10 +144729,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40037] = 2, - ACTIONS(10904), 12, + [40810] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143460,12 +144743,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143504,10 +144788,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40097] = 2, - ACTIONS(10908), 12, + [40871] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143518,12 +144802,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143562,10 +144847,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40157] = 2, - ACTIONS(10912), 12, + [40932] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143576,12 +144861,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143620,10 +144906,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40217] = 2, - ACTIONS(10916), 12, + [40993] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143634,12 +144920,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143678,10 +144965,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40277] = 2, - ACTIONS(10920), 12, + [41054] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143692,12 +144979,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143736,10 +145024,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40337] = 2, - ACTIONS(10924), 12, + [41115] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143750,12 +145038,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143794,10 +145083,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40397] = 2, - ACTIONS(10928), 12, + [41176] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143808,12 +145097,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143852,10 +145142,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40457] = 2, - ACTIONS(10932), 12, + [41237] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143866,12 +145156,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143910,10 +145201,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40517] = 2, - ACTIONS(10940), 12, + [41298] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143924,12 +145215,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -143968,10 +145260,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40577] = 2, - ACTIONS(10944), 12, + [41359] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -143982,12 +145274,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144026,10 +145319,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40637] = 2, - ACTIONS(10948), 12, + [41420] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144040,12 +145333,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144084,10 +145378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40697] = 2, - ACTIONS(10952), 12, + [41481] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144098,12 +145392,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144142,10 +145437,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40757] = 2, - ACTIONS(10956), 12, + [41542] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144156,12 +145451,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144200,10 +145496,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40817] = 2, - ACTIONS(10960), 12, + [41603] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144214,12 +145510,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144258,10 +145555,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40877] = 2, - ACTIONS(10964), 12, + [41664] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144272,12 +145569,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144316,10 +145614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40937] = 2, - ACTIONS(11014), 12, + [41725] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144330,12 +145628,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144374,10 +145673,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40997] = 2, - ACTIONS(10968), 12, + [41786] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144388,12 +145687,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144432,10 +145732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41057] = 2, - ACTIONS(10972), 12, + [41847] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144446,12 +145746,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144490,10 +145791,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41117] = 2, - ACTIONS(10976), 12, + [41908] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144504,12 +145805,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144548,10 +145850,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41177] = 2, - ACTIONS(10980), 12, + [41969] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144562,12 +145864,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144606,10 +145909,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41237] = 2, - ACTIONS(10984), 12, + [42030] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144620,12 +145923,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144664,10 +145968,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41297] = 2, - ACTIONS(11000), 12, + [42091] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144678,12 +145982,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144722,10 +146027,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41357] = 2, - ACTIONS(10988), 12, + [42152] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144736,12 +146041,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144780,10 +146086,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41417] = 2, - ACTIONS(10992), 12, + [42213] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144794,12 +146100,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144838,10 +146145,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41477] = 2, - ACTIONS(10996), 12, + [42274] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144852,12 +146159,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144896,10 +146204,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41537] = 2, - ACTIONS(11004), 12, + [42335] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144910,12 +146218,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -144954,10 +146263,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41597] = 2, - ACTIONS(10710), 12, + [42396] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -144968,12 +146277,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145012,10 +146322,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41657] = 2, - ACTIONS(10944), 12, + [42457] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145026,12 +146336,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145070,10 +146381,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41717] = 2, - ACTIONS(10976), 12, + [42518] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145084,12 +146395,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145128,10 +146440,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41777] = 2, - ACTIONS(10714), 12, + [42579] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145142,12 +146454,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145186,10 +146499,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41837] = 2, - ACTIONS(10718), 12, + [42640] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145200,12 +146513,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145244,10 +146558,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41897] = 2, - ACTIONS(10722), 12, + [42701] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145258,12 +146572,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145272,7 +146587,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, @@ -145284,6 +146598,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, @@ -145302,10 +146617,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41957] = 2, - ACTIONS(10802), 12, + [42762] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145316,12 +146631,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145360,10 +146676,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42017] = 2, - ACTIONS(10674), 12, + [42823] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145374,12 +146690,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145418,10 +146735,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42077] = 2, - ACTIONS(10726), 12, + [42884] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145432,12 +146749,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145476,10 +146794,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42137] = 2, - ACTIONS(10730), 12, + [42945] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145490,12 +146808,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145534,10 +146853,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42197] = 2, - ACTIONS(10972), 12, + [43006] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145548,12 +146867,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145592,10 +146912,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42257] = 2, - ACTIONS(10734), 12, + [43067] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145606,12 +146926,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145650,10 +146971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42317] = 2, - ACTIONS(10738), 12, + [43128] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145664,12 +146985,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145708,10 +147030,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42377] = 2, - ACTIONS(10742), 12, + [43189] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145722,12 +147044,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145766,10 +147089,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42437] = 2, - ACTIONS(10746), 12, + [43250] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145780,12 +147103,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145824,10 +147148,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42497] = 2, - ACTIONS(10750), 12, + [43311] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145838,12 +147162,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145882,10 +147207,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42557] = 2, - ACTIONS(10754), 12, + [43372] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145896,12 +147221,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145940,10 +147266,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42617] = 2, - ACTIONS(10968), 12, + [43433] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -145954,12 +147280,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -145998,10 +147325,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42677] = 2, - ACTIONS(10758), 12, + [43494] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146012,12 +147339,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146056,10 +147384,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42737] = 2, - ACTIONS(10762), 12, + [43555] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146070,12 +147398,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146114,10 +147443,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42797] = 2, - ACTIONS(10498), 12, + [43616] = 2, + ACTIONS(10673), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146128,12 +147457,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10496), 43, + ACTIONS(10671), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146172,10 +147502,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42857] = 2, - ACTIONS(10746), 12, + [43677] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146186,12 +147516,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146230,10 +147561,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42917] = 2, - ACTIONS(10766), 12, + [43738] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146244,12 +147575,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146288,10 +147620,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42977] = 2, - ACTIONS(10770), 12, + [43799] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146302,12 +147634,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146346,10 +147679,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43037] = 2, - ACTIONS(10774), 12, + [43860] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146360,12 +147693,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146404,10 +147738,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43097] = 2, - ACTIONS(10778), 12, + [43921] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146418,12 +147752,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146462,10 +147797,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43157] = 2, - ACTIONS(10782), 12, + [43982] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146476,12 +147811,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146520,10 +147856,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43217] = 2, - ACTIONS(10786), 12, + [44043] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146534,12 +147870,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146578,10 +147915,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43277] = 2, - ACTIONS(10790), 12, + [44104] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146592,12 +147929,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146636,10 +147974,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43337] = 2, - ACTIONS(10742), 12, + [44165] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146650,12 +147988,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146694,10 +148033,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43397] = 2, - ACTIONS(10794), 12, + [44226] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146708,12 +148047,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146752,10 +148092,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43457] = 2, - ACTIONS(10798), 12, + [44287] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146766,12 +148106,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146810,10 +148151,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43517] = 2, - ACTIONS(10936), 12, + [44348] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146824,12 +148165,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146868,10 +148210,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43577] = 2, - ACTIONS(10806), 12, + [44409] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146882,12 +148224,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146926,10 +148269,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43637] = 2, - ACTIONS(10810), 12, + [44470] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146940,12 +148283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -146984,10 +148328,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43697] = 2, - ACTIONS(10964), 12, + [44531] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -146998,12 +148342,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147042,10 +148387,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43757] = 2, - ACTIONS(10814), 12, + [44592] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147056,12 +148401,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147100,10 +148446,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43817] = 2, - ACTIONS(10960), 12, + [44653] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147114,12 +148460,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147158,10 +148505,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43877] = 2, - ACTIONS(10818), 12, + [44714] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147172,12 +148519,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147216,10 +148564,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43937] = 2, - ACTIONS(10824), 12, + [44775] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147230,12 +148578,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147274,10 +148623,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43997] = 2, - ACTIONS(10828), 12, + [44836] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147288,12 +148637,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147332,10 +148682,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44057] = 2, - ACTIONS(10832), 12, + [44897] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147346,12 +148696,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147390,10 +148741,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44117] = 2, - ACTIONS(10836), 12, + [44958] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147404,12 +148755,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147448,10 +148800,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44177] = 2, - ACTIONS(10840), 12, + [45019] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147462,12 +148814,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147506,10 +148859,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44237] = 2, - ACTIONS(10678), 12, + [45080] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147520,12 +148873,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147564,10 +148918,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44297] = 2, - ACTIONS(10844), 12, + [45141] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147578,12 +148932,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147622,10 +148977,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44357] = 2, - ACTIONS(10848), 12, + [45202] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147636,12 +148991,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147680,10 +149036,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44417] = 2, - ACTIONS(10852), 12, + [45263] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147694,12 +149050,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147738,10 +149095,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44477] = 2, - ACTIONS(10688), 12, + [45324] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147752,12 +149109,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147796,10 +149154,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44537] = 2, - ACTIONS(10856), 12, + [45385] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147810,70 +149168,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [44597] = 2, - ACTIONS(10860), 12, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10858), 43, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -147912,10 +149213,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44657] = 2, - ACTIONS(10864), 12, + [45446] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -147926,70 +149227,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [44717] = 2, - ACTIONS(10868), 12, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10866), 43, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148028,10 +149272,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44777] = 2, - ACTIONS(10872), 12, + [45507] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148042,70 +149286,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [44837] = 2, - ACTIONS(10876), 12, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10874), 43, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148144,10 +149331,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44897] = 2, - ACTIONS(10880), 12, + [45568] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148158,12 +149345,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148202,10 +149390,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44957] = 2, - ACTIONS(10884), 12, + [45629] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148216,12 +149404,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148260,10 +149449,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45017] = 2, - ACTIONS(11024), 12, + [45690] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148274,12 +149463,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148318,10 +149508,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45077] = 2, - ACTIONS(10888), 12, + [45751] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148332,12 +149522,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148376,10 +149567,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45137] = 2, - ACTIONS(10892), 12, + [45812] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148390,12 +149581,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148434,10 +149626,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45197] = 2, - ACTIONS(10896), 12, + [45873] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148448,12 +149640,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148492,10 +149685,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45257] = 2, - ACTIONS(10900), 12, + [45934] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148506,12 +149699,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148550,10 +149744,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45317] = 2, - ACTIONS(10904), 12, + [45995] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148564,12 +149758,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148608,10 +149803,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45377] = 2, - ACTIONS(10908), 12, + [46056] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148622,12 +149817,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148666,10 +149862,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45437] = 2, - ACTIONS(10912), 12, + [46117] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148680,12 +149876,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148724,10 +149921,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45497] = 2, - ACTIONS(10916), 12, + [46178] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148738,12 +149935,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148782,10 +149980,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45557] = 2, - ACTIONS(10920), 12, + [46239] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148796,12 +149994,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148840,10 +150039,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45617] = 2, - ACTIONS(10924), 12, + [46300] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148854,12 +150053,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148898,10 +150098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45677] = 2, - ACTIONS(10928), 12, + [46361] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148912,12 +150112,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -148956,10 +150157,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45737] = 2, - ACTIONS(10932), 12, + [46422] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -148970,12 +150171,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149014,10 +150216,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45797] = 2, - ACTIONS(10940), 12, + [46483] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149028,12 +150230,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149072,10 +150275,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45857] = 2, - ACTIONS(10944), 12, + [46544] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149086,12 +150289,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149130,10 +150334,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45917] = 2, - ACTIONS(10948), 12, + [46605] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149144,12 +150348,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149188,10 +150393,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45977] = 2, - ACTIONS(10952), 12, + [46666] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149202,12 +150407,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149246,10 +150452,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46037] = 2, - ACTIONS(10956), 12, + [46727] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149260,12 +150466,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149304,10 +150511,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46097] = 2, - ACTIONS(10960), 12, + [46788] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149318,12 +150525,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149362,10 +150570,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46157] = 2, - ACTIONS(10964), 12, + [46849] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149376,12 +150584,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149420,10 +150629,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46217] = 2, - ACTIONS(11014), 12, + [46910] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149434,12 +150643,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149448,6 +150658,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, @@ -149457,7 +150668,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, @@ -149478,10 +150688,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46277] = 2, - ACTIONS(10968), 12, + [46971] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149492,12 +150702,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149536,10 +150747,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46337] = 2, - ACTIONS(10972), 12, + [47032] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149550,12 +150761,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149594,10 +150806,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46397] = 2, - ACTIONS(10976), 12, + [47093] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149608,12 +150820,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149622,7 +150835,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, @@ -149632,6 +150844,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, @@ -149652,10 +150865,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46457] = 2, - ACTIONS(10980), 12, + [47154] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149666,12 +150879,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149710,10 +150924,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46517] = 2, - ACTIONS(10984), 12, + [47215] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149724,12 +150938,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149768,10 +150983,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46577] = 2, - ACTIONS(11000), 12, + [47276] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149782,12 +150997,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149826,10 +151042,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46637] = 2, - ACTIONS(10988), 12, + [47337] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149840,12 +151056,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149884,10 +151101,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46697] = 2, - ACTIONS(10992), 12, + [47398] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149898,12 +151115,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -149942,10 +151160,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46757] = 2, - ACTIONS(10996), 12, + [47459] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -149956,12 +151174,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150000,10 +151219,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46817] = 2, - ACTIONS(11004), 12, + [47520] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150014,12 +151233,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150058,10 +151278,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46877] = 2, - ACTIONS(10710), 12, + [47581] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150072,12 +151292,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150086,8 +151307,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, @@ -150116,10 +151337,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46937] = 2, - ACTIONS(10956), 12, + [47642] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150130,12 +151351,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150144,12 +151366,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, @@ -150174,10 +151396,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46997] = 2, - ACTIONS(10952), 12, + [47703] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150188,12 +151410,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150202,12 +151425,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, @@ -150232,10 +151455,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47057] = 2, - ACTIONS(10714), 12, + [47764] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150246,12 +151469,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150290,10 +151514,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47117] = 2, - ACTIONS(10718), 12, + [47825] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150304,12 +151528,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150319,11 +151544,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, @@ -150348,10 +151573,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47177] = 2, - ACTIONS(10722), 12, + [47886] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150362,12 +151587,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150377,11 +151603,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, @@ -150406,10 +151632,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47237] = 2, - ACTIONS(10802), 12, + [47947] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150420,12 +151646,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150464,10 +151691,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47297] = 2, - ACTIONS(10674), 12, + [48008] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150478,12 +151705,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150522,10 +151750,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47357] = 2, - ACTIONS(10726), 12, + [48069] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150536,12 +151764,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150580,10 +151809,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47417] = 2, - ACTIONS(10730), 12, + [48130] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150594,12 +151823,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150638,10 +151868,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47477] = 2, - ACTIONS(10948), 12, + [48191] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150652,12 +151882,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150667,11 +151898,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, @@ -150696,10 +151927,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47537] = 2, - ACTIONS(10734), 12, + [48252] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150710,12 +151941,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150754,10 +151986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47597] = 2, - ACTIONS(10738), 12, + [48313] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150768,12 +152000,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150812,10 +152045,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47657] = 2, - ACTIONS(10742), 12, + [48374] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150826,12 +152059,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150841,11 +152075,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, @@ -150870,10 +152104,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47717] = 2, - ACTIONS(10746), 12, + [48435] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150884,12 +152118,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150928,10 +152163,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47777] = 2, - ACTIONS(10750), 12, + [48496] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -150942,12 +152177,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -150986,10 +152222,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47837] = 2, - ACTIONS(10754), 12, + [48557] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151000,12 +152236,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151044,10 +152281,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47897] = 2, - ACTIONS(10904), 12, + [48618] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151058,12 +152295,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151073,11 +152311,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, @@ -151102,10 +152340,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47957] = 2, - ACTIONS(10758), 12, + [48679] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151116,12 +152354,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151160,10 +152399,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48017] = 2, - ACTIONS(10762), 12, + [48740] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151174,12 +152413,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151218,10 +152458,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48077] = 2, - ACTIONS(10766), 12, + [48801] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151232,12 +152472,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151247,11 +152488,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, @@ -151276,10 +152517,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48137] = 2, - ACTIONS(10770), 12, + [48862] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151290,12 +152531,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151334,10 +152576,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48197] = 2, - ACTIONS(10774), 12, + [48923] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151348,12 +152590,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151392,10 +152635,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48257] = 2, - ACTIONS(10778), 12, + [48984] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151406,12 +152649,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151450,10 +152694,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48317] = 2, - ACTIONS(10782), 12, + [49045] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151464,12 +152708,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151508,10 +152753,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48377] = 2, - ACTIONS(10786), 12, + [49106] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151522,12 +152767,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151566,10 +152812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48437] = 2, - ACTIONS(10790), 12, + [49167] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151580,12 +152826,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151624,10 +152871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48497] = 2, - ACTIONS(10738), 12, + [49228] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151638,12 +152885,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151653,6 +152901,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, @@ -151663,7 +152912,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, @@ -151682,10 +152930,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48557] = 2, - ACTIONS(10794), 12, + [49289] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151696,12 +152944,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151740,10 +152989,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48617] = 2, - ACTIONS(10798), 12, + [49350] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151754,12 +153003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151798,10 +153048,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48677] = 2, - ACTIONS(10936), 12, + [49411] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151812,12 +153062,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151835,9 +153086,9 @@ 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_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -151856,10 +153107,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48737] = 2, - ACTIONS(10806), 12, + [49472] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151870,12 +153121,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151914,10 +153166,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48797] = 2, - ACTIONS(10810), 12, + [49533] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151928,12 +153180,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -151972,10 +153225,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48857] = 2, - ACTIONS(10940), 12, + [49594] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -151986,12 +153239,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152005,11 +153259,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_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -152030,10 +153284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48917] = 2, - ACTIONS(10814), 12, + [49655] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152044,12 +153298,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152088,10 +153343,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48977] = 2, - ACTIONS(10932), 12, + [49716] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152102,12 +153357,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152117,11 +153373,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, @@ -152146,10 +153402,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49037] = 2, - ACTIONS(10818), 12, + [49777] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152160,12 +153416,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152175,11 +153432,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, @@ -152204,10 +153461,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49097] = 2, - ACTIONS(10824), 12, + [49838] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152218,12 +153475,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152262,10 +153520,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49157] = 2, - ACTIONS(10828), 12, + [49899] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152276,12 +153534,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152291,11 +153550,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, @@ -152320,10 +153579,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49217] = 2, - ACTIONS(10832), 12, + [49960] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152334,12 +153593,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152378,10 +153638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49277] = 2, - ACTIONS(10836), 12, + [50021] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152392,12 +153652,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152436,10 +153697,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49337] = 2, - ACTIONS(10840), 12, + [50082] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152450,12 +153711,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152494,10 +153756,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49397] = 2, - ACTIONS(10678), 12, + [50143] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152508,12 +153770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152552,10 +153815,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49457] = 2, - ACTIONS(10844), 12, + [50204] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152566,12 +153829,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152610,10 +153874,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49517] = 2, - ACTIONS(10848), 12, + [50265] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152624,12 +153888,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152668,10 +153933,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49577] = 2, - ACTIONS(10852), 12, + [50326] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152682,12 +153947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152726,10 +153992,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49637] = 2, - ACTIONS(10856), 12, + [50387] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152740,12 +154006,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152784,10 +154051,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49697] = 2, - ACTIONS(10860), 12, + [50448] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152798,12 +154065,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152842,10 +154110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49757] = 2, - ACTIONS(10864), 12, + [50509] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152856,12 +154124,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152900,10 +154169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49817] = 2, - ACTIONS(10868), 12, + [50570] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152914,12 +154183,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -152958,10 +154228,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49877] = 2, - ACTIONS(10872), 12, + [50631] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -152972,12 +154242,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153016,10 +154287,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49937] = 2, - ACTIONS(10876), 12, + [50692] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153030,12 +154301,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153074,10 +154346,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49997] = 2, - ACTIONS(10880), 12, + [50753] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153088,12 +154360,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153132,10 +154405,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50057] = 2, - ACTIONS(10884), 12, + [50814] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153146,12 +154419,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153190,10 +154464,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50117] = 2, - ACTIONS(11024), 12, + [50875] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153204,12 +154478,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153248,10 +154523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50177] = 2, - ACTIONS(10888), 12, + [50936] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153262,12 +154537,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153306,10 +154582,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50237] = 2, - ACTIONS(10892), 12, + [50997] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153320,12 +154596,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153364,10 +154641,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50297] = 2, - ACTIONS(10896), 12, + [51058] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153378,12 +154655,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153422,10 +154700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50357] = 2, - ACTIONS(10900), 12, + [51119] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153436,12 +154714,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153480,10 +154759,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50417] = 2, - ACTIONS(10904), 12, + [51180] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153494,12 +154773,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153538,10 +154818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50477] = 2, - ACTIONS(10908), 12, + [51241] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153552,12 +154832,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153596,10 +154877,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50537] = 2, - ACTIONS(10912), 12, + [51302] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153610,12 +154891,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153654,10 +154936,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50597] = 2, - ACTIONS(10916), 12, + [51363] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153668,12 +154950,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153712,10 +154995,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50657] = 2, - ACTIONS(10920), 12, + [51424] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153726,12 +155009,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153770,10 +155054,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50717] = 2, - ACTIONS(10924), 12, + [51485] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153784,12 +155068,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153828,10 +155113,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50777] = 2, - ACTIONS(10928), 12, + [51546] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153842,12 +155127,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153886,10 +155172,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50837] = 2, - ACTIONS(10932), 12, + [51607] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153900,12 +155186,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -153944,10 +155231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50897] = 2, - ACTIONS(10940), 12, + [51668] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -153958,12 +155245,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154002,10 +155290,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50957] = 2, - ACTIONS(10944), 12, + [51729] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154016,12 +155304,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154060,10 +155349,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51017] = 2, - ACTIONS(10948), 12, + [51790] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154074,12 +155363,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154118,10 +155408,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51077] = 2, - ACTIONS(10952), 12, + [51851] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154132,12 +155422,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154176,10 +155467,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51137] = 2, - ACTIONS(10956), 12, + [51912] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154190,12 +155481,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154234,10 +155526,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51197] = 2, - ACTIONS(10960), 12, + [51973] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154248,12 +155540,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154292,10 +155585,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51257] = 2, - ACTIONS(10964), 12, + [52034] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154306,12 +155599,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154350,10 +155644,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51317] = 2, - ACTIONS(11014), 12, + [52095] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154364,12 +155658,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154379,6 +155674,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, @@ -154387,7 +155683,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, @@ -154408,10 +155703,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51377] = 2, - ACTIONS(10968), 12, + [52156] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154422,12 +155717,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154466,10 +155762,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51437] = 2, - ACTIONS(10972), 12, + [52217] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154480,12 +155776,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154524,10 +155821,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51497] = 2, - ACTIONS(10976), 12, + [52278] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154538,12 +155835,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154553,7 +155851,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, @@ -154562,6 +155859,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, @@ -154582,10 +155880,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51557] = 2, - ACTIONS(10980), 12, + [52339] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154596,12 +155894,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154640,10 +155939,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51617] = 2, - ACTIONS(10984), 12, + [52400] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154654,12 +155953,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154698,10 +155998,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51677] = 2, - ACTIONS(11000), 12, + [52461] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154712,12 +156012,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154756,10 +156057,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51737] = 2, - ACTIONS(10988), 12, + [52522] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154770,12 +156071,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154814,10 +156116,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51797] = 2, - ACTIONS(10992), 12, + [52583] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154828,12 +156130,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154872,10 +156175,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51857] = 2, - ACTIONS(10996), 12, + [52644] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154886,12 +156189,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154930,10 +156234,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51917] = 2, - ACTIONS(11004), 12, + [52705] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -154944,12 +156248,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -154988,10 +156293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51977] = 2, - ACTIONS(10710), 12, + [52766] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155002,12 +156307,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155017,8 +156323,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, @@ -155046,10 +156352,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52037] = 2, - ACTIONS(10928), 12, + [52827] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155060,12 +156366,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155075,11 +156382,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, @@ -155104,10 +156411,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52097] = 2, - ACTIONS(10924), 12, + [52888] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155118,12 +156425,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155133,11 +156441,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, @@ -155162,10 +156470,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52157] = 2, - ACTIONS(10714), 12, + [52949] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155176,12 +156484,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155220,10 +156529,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52217] = 2, - ACTIONS(10718), 12, + [53010] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155234,12 +156543,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155250,10 +156560,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, @@ -155278,10 +156588,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52277] = 2, - ACTIONS(10722), 12, + [53071] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155292,12 +156602,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155308,10 +156619,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, @@ -155336,10 +156647,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52337] = 2, - ACTIONS(10802), 12, + [53132] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155350,12 +156661,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155394,10 +156706,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52397] = 2, - ACTIONS(10674), 12, + [53193] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155408,12 +156720,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155452,10 +156765,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52457] = 2, - ACTIONS(10726), 12, + [53254] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155466,12 +156779,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155510,10 +156824,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52517] = 2, - ACTIONS(10730), 12, + [53315] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155524,12 +156838,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155568,10 +156883,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52577] = 2, - ACTIONS(10920), 12, + [53376] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155582,70 +156897,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [52637] = 2, - ACTIONS(10734), 12, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10732), 43, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155684,10 +156942,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52697] = 2, - ACTIONS(10738), 12, + [53437] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155698,12 +156956,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155742,10 +157001,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52757] = 2, - ACTIONS(10742), 12, + [53498] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155756,12 +157015,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155800,10 +157060,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52817] = 2, - ACTIONS(10746), 12, + [53559] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155814,12 +157074,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155830,10 +157091,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, @@ -155858,10 +157119,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52877] = 2, - ACTIONS(10750), 12, + [53620] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155872,12 +157133,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155916,10 +157178,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52937] = 2, - ACTIONS(10754), 12, + [53681] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155930,12 +157192,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -155974,10 +157237,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52997] = 2, - ACTIONS(10916), 12, + [53742] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -155988,12 +157251,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156004,10 +157268,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, @@ -156032,10 +157296,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53057] = 2, - ACTIONS(10758), 12, + [53803] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156046,12 +157310,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156090,10 +157355,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53117] = 2, - ACTIONS(10762), 12, + [53864] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156104,12 +157369,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156148,10 +157414,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53177] = 2, - ACTIONS(10766), 12, + [53925] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156162,12 +157428,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156206,10 +157473,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53237] = 2, - ACTIONS(10770), 12, + [53986] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156220,12 +157487,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156236,10 +157504,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, @@ -156264,10 +157532,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53297] = 2, - ACTIONS(10774), 12, + [54047] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156278,12 +157546,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156322,10 +157591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53357] = 2, - ACTIONS(10778), 12, + [54108] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156336,12 +157605,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156380,10 +157650,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53417] = 2, - ACTIONS(10782), 12, + [54169] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156394,12 +157664,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156438,10 +157709,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53477] = 2, - ACTIONS(10786), 12, + [54230] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156452,12 +157723,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156496,10 +157768,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53537] = 2, - ACTIONS(10790), 12, + [54291] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156510,12 +157782,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156554,71 +157827,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53597] = 5, - ACTIONS(11219), 1, - aux_sym__text_token3, - ACTIONS(11216), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1535), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10536), 9, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - ACTIONS(10534), 41, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATendfragment, - 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, - [53663] = 2, - ACTIONS(10794), 12, + [54352] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156629,12 +157841,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156673,10 +157886,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53723] = 2, - ACTIONS(10798), 12, + [54413] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156687,12 +157900,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156731,10 +157945,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53783] = 2, - ACTIONS(10936), 12, + [54474] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156745,12 +157959,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156761,6 +157976,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, @@ -156769,7 +157985,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, @@ -156789,10 +158004,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53843] = 2, - ACTIONS(10806), 12, + [54535] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156803,12 +158018,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156847,37 +158063,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53903] = 2, - ACTIONS(10810), 12, + [54596] = 5, + ACTIONS(11394), 1, + aux_sym__text_token3, + ACTIONS(11391), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1537), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10808), 43, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -156904,11 +158125,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [53963] = 2, - ACTIONS(10912), 12, + [54663] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156919,12 +158139,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -156935,10 +158156,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, @@ -156963,10 +158184,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54023] = 2, - ACTIONS(10814), 12, + [54724] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -156977,12 +158198,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157021,10 +158243,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54083] = 2, - ACTIONS(10908), 12, + [54785] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157035,12 +158257,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157054,12 +158277,12 @@ 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_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -157079,10 +158302,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54143] = 2, - ACTIONS(10818), 12, + [54846] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157093,12 +158316,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157137,10 +158361,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54203] = 2, - ACTIONS(10824), 12, + [54907] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157151,12 +158375,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157195,10 +158420,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54263] = 2, - ACTIONS(10828), 12, + [54968] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157209,12 +158434,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157225,10 +158451,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, @@ -157253,10 +158479,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54323] = 2, - ACTIONS(10832), 12, + [55029] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157267,12 +158493,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157311,10 +158538,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54383] = 2, - ACTIONS(10836), 12, + [55090] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157325,12 +158552,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157341,10 +158569,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, @@ -157369,10 +158597,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54443] = 2, - ACTIONS(10840), 12, + [55151] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157383,12 +158611,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157427,10 +158656,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54503] = 2, - ACTIONS(10678), 12, + [55212] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157441,12 +158670,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157485,10 +158715,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54563] = 2, - ACTIONS(10844), 12, + [55273] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157499,12 +158729,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157543,10 +158774,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54623] = 2, - ACTIONS(10848), 12, + [55334] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157557,12 +158788,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157601,10 +158833,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54683] = 2, - ACTIONS(10852), 12, + [55395] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157615,12 +158847,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157659,10 +158892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54743] = 2, - ACTIONS(10856), 12, + [55456] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157673,12 +158906,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157717,10 +158951,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54803] = 2, - ACTIONS(10860), 12, + [55517] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157731,12 +158965,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157775,10 +159010,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54863] = 2, - ACTIONS(10864), 12, + [55578] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157789,12 +159024,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157833,10 +159069,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54923] = 2, - ACTIONS(10868), 12, + [55639] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157847,12 +159083,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157891,10 +159128,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54983] = 2, - ACTIONS(10872), 12, + [55700] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157905,12 +159142,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -157949,10 +159187,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55043] = 2, - ACTIONS(10876), 12, + [55761] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -157963,12 +159201,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158007,10 +159246,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55103] = 2, - ACTIONS(10880), 12, + [55822] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158021,12 +159260,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158065,10 +159305,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55163] = 2, - ACTIONS(10884), 12, + [55883] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158079,12 +159319,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158123,10 +159364,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55223] = 2, - ACTIONS(11024), 12, + [55944] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158137,12 +159378,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158181,10 +159423,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55283] = 2, - ACTIONS(10888), 12, + [56005] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158195,12 +159437,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158239,10 +159482,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55343] = 2, - ACTIONS(10892), 12, + [56066] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158253,12 +159496,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158297,10 +159541,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55403] = 2, - ACTIONS(10896), 12, + [56127] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158311,12 +159555,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158355,10 +159600,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55463] = 2, - ACTIONS(10900), 12, + [56188] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158369,12 +159614,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158413,10 +159659,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55523] = 2, - ACTIONS(10904), 12, + [56249] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158427,12 +159673,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158471,10 +159718,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55583] = 2, - ACTIONS(10908), 12, + [56310] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158485,12 +159732,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158529,10 +159777,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55643] = 2, - ACTIONS(10912), 12, + [56371] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158543,12 +159791,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158587,10 +159836,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55703] = 2, - ACTIONS(10916), 12, + [56432] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158601,12 +159850,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158645,10 +159895,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55763] = 2, - ACTIONS(10920), 12, + [56493] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158659,12 +159909,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158703,10 +159954,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55823] = 2, - ACTIONS(10924), 12, + [56554] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158717,12 +159968,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158761,10 +160013,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55883] = 2, - ACTIONS(10928), 12, + [56615] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158775,12 +160027,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158819,10 +160072,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55943] = 2, - ACTIONS(10932), 12, + [56676] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158833,12 +160086,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158877,10 +160131,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56003] = 2, - ACTIONS(10940), 12, + [56737] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158891,12 +160145,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158935,10 +160190,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56063] = 2, - ACTIONS(10944), 12, + [56798] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -158949,12 +160204,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -158993,10 +160249,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56123] = 2, - ACTIONS(10948), 12, + [56859] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159007,12 +160263,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159051,10 +160308,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56183] = 2, - ACTIONS(10952), 12, + [56920] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159065,12 +160322,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159109,10 +160367,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56243] = 2, - ACTIONS(10956), 12, + [56981] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159123,12 +160381,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159167,10 +160426,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56303] = 2, - ACTIONS(10960), 12, + [57042] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159181,12 +160440,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159225,10 +160485,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56363] = 2, - ACTIONS(10964), 12, + [57103] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159239,12 +160499,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159283,10 +160544,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56423] = 2, - ACTIONS(11014), 12, + [57164] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159297,12 +160558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159313,6 +160575,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, @@ -159321,7 +160584,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, @@ -159341,10 +160603,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56483] = 2, - ACTIONS(10968), 12, + [57225] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159355,12 +160617,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159399,10 +160662,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56543] = 2, - ACTIONS(10972), 12, + [57286] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159413,12 +160676,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159457,10 +160721,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56603] = 2, - ACTIONS(10976), 12, + [57347] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159471,12 +160735,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159515,10 +160780,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56663] = 2, - ACTIONS(10980), 12, + [57408] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159529,12 +160794,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159573,10 +160839,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56723] = 2, - ACTIONS(10984), 12, + [57469] = 2, + ACTIONS(11177), 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(11175), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [57530] = 2, + ACTIONS(11121), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159587,12 +160912,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159631,10 +160957,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56783] = 2, - ACTIONS(11000), 12, + [57591] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159645,12 +160971,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159689,10 +161016,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56843] = 2, - ACTIONS(10988), 12, + [57652] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159703,12 +161030,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159747,10 +161075,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56903] = 2, - ACTIONS(10992), 12, + [57713] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159761,12 +161089,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159805,10 +161134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56963] = 2, - ACTIONS(10996), 12, + [57774] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159819,12 +161148,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159863,10 +161193,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57023] = 2, - ACTIONS(11004), 12, + [57835] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159877,12 +161207,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159921,10 +161252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57083] = 2, - ACTIONS(10710), 12, + [57896] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159935,12 +161266,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -159951,11 +161283,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, @@ -159979,10 +161311,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57143] = 2, - ACTIONS(10876), 12, + [57957] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -159993,12 +161325,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160009,10 +161342,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, @@ -160037,10 +161370,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57203] = 2, - ACTIONS(10900), 12, + [58018] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160051,12 +161384,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160067,10 +161401,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, @@ -160095,10 +161429,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57263] = 2, - ACTIONS(10714), 12, + [58079] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160109,12 +161443,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160125,11 +161460,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, @@ -160153,10 +161488,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57323] = 2, - ACTIONS(10718), 12, + [58140] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160167,12 +161502,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160211,10 +161547,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57383] = 2, - ACTIONS(10722), 12, + [58201] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160225,12 +161561,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160244,8 +161581,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, @@ -160269,10 +161606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57443] = 2, - ACTIONS(10802), 12, + [58262] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160283,12 +161620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160302,8 +161640,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, @@ -160327,10 +161665,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57503] = 2, - ACTIONS(10674), 12, + [58323] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160341,12 +161679,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160385,10 +161724,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57563] = 2, - ACTIONS(10726), 12, + [58384] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160399,12 +161738,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160443,10 +161783,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57623] = 2, - ACTIONS(10730), 12, + [58445] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160457,12 +161797,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160501,10 +161842,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57683] = 2, - ACTIONS(10896), 12, + [58506] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160515,12 +161856,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160534,8 +161876,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, @@ -160559,10 +161901,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57743] = 2, - ACTIONS(10734), 12, + [58567] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160573,12 +161915,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160617,10 +161960,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57803] = 2, - ACTIONS(10738), 12, + [58628] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160631,12 +161974,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160675,10 +162019,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57863] = 2, - ACTIONS(10742), 12, + [58689] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160689,12 +162033,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160733,10 +162078,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57923] = 2, - ACTIONS(10746), 12, + [58750] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160747,12 +162092,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160766,8 +162112,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, @@ -160791,10 +162137,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57983] = 2, - ACTIONS(10750), 12, + [58811] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160805,12 +162151,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160849,10 +162196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58043] = 2, - ACTIONS(10754), 12, + [58872] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160863,12 +162210,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160907,10 +162255,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58103] = 2, - ACTIONS(10758), 12, + [58933] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160921,12 +162269,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -160965,10 +162314,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58163] = 2, - ACTIONS(10762), 12, + [58994] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -160979,12 +162328,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161023,10 +162373,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58223] = 2, - ACTIONS(10766), 12, + [59055] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161037,12 +162387,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161081,10 +162432,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58283] = 2, - ACTIONS(10770), 12, + [59116] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161095,12 +162446,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161139,10 +162491,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58343] = 2, - ACTIONS(10774), 12, + [59177] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161153,12 +162505,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161197,10 +162550,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58403] = 2, - ACTIONS(10778), 12, + [59238] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161211,12 +162564,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161255,10 +162609,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58463] = 2, - ACTIONS(10782), 12, + [59299] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161269,12 +162623,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161313,10 +162668,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58523] = 2, - ACTIONS(10786), 12, + [59360] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161327,12 +162682,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161371,10 +162727,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58583] = 2, - ACTIONS(10790), 12, + [59421] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161385,12 +162741,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161429,10 +162786,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58643] = 2, - ACTIONS(10734), 12, + [59482] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161443,12 +162800,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161463,12 +162821,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, @@ -161487,10 +162845,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58703] = 2, - ACTIONS(10794), 12, + [59543] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161501,12 +162859,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161545,10 +162904,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58763] = 2, - ACTIONS(10798), 12, + [59604] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161559,12 +162918,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161603,10 +162963,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58823] = 2, - ACTIONS(10936), 12, + [59665] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161617,12 +162977,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161637,12 +162998,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, @@ -161661,10 +163022,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58883] = 2, - ACTIONS(10806), 12, + [59726] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161675,12 +163036,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161695,12 +163057,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, @@ -161719,10 +163081,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58943] = 2, - ACTIONS(10810), 12, + [59787] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161733,12 +163095,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161777,10 +163140,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59003] = 2, - ACTIONS(10814), 12, + [59848] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161791,12 +163154,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161835,10 +163199,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59063] = 2, - ACTIONS(10892), 12, + [59909] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161849,12 +163213,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161868,13 +163233,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, @@ -161893,10 +163258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59123] = 2, - ACTIONS(10818), 12, + [59970] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161907,12 +163272,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -161951,10 +163317,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59183] = 2, - ACTIONS(10824), 12, + [60031] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -161965,12 +163331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162009,10 +163376,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59243] = 2, - ACTIONS(10828), 12, + [60092] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162023,12 +163390,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162067,10 +163435,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59303] = 2, - ACTIONS(10832), 12, + [60153] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162081,12 +163449,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162100,8 +163469,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, @@ -162125,10 +163494,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59363] = 2, - ACTIONS(10836), 12, + [60214] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162139,12 +163508,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162183,10 +163553,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59423] = 2, - ACTIONS(10840), 12, + [60275] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162197,12 +163567,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162241,10 +163612,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59483] = 2, - ACTIONS(10678), 12, + [60336] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162255,12 +163626,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162299,10 +163671,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59543] = 2, - ACTIONS(10844), 12, + [60397] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162313,12 +163685,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162357,10 +163730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59603] = 2, - ACTIONS(10848), 12, + [60458] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162371,12 +163744,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162415,10 +163789,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59663] = 2, - ACTIONS(10852), 12, + [60519] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162429,12 +163803,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162473,10 +163848,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59723] = 2, - ACTIONS(10856), 12, + [60580] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162487,12 +163862,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162531,10 +163907,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59783] = 2, - ACTIONS(10860), 12, + [60641] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162545,12 +163921,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162589,10 +163966,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59843] = 2, - ACTIONS(10864), 12, + [60702] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162603,12 +163980,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162647,10 +164025,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59903] = 2, - ACTIONS(10868), 12, + [60763] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162661,12 +164039,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162705,10 +164084,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59963] = 2, - ACTIONS(10872), 12, + [60824] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162719,12 +164098,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162763,10 +164143,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60023] = 2, - ACTIONS(10876), 12, + [60885] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162777,12 +164157,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162821,10 +164202,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60083] = 2, - ACTIONS(10880), 12, + [60946] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162835,12 +164216,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162879,10 +164261,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60143] = 2, - ACTIONS(10884), 12, + [61007] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162893,12 +164275,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162937,10 +164320,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60203] = 2, - ACTIONS(11024), 12, + [61068] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -162951,12 +164334,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -162995,10 +164379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60263] = 2, - ACTIONS(10888), 12, + [61129] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163009,12 +164393,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163053,10 +164438,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60323] = 2, - ACTIONS(10892), 12, + [61190] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163067,12 +164452,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163111,10 +164497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60383] = 2, - ACTIONS(10896), 12, + [61251] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163125,12 +164511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163169,10 +164556,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60443] = 2, - ACTIONS(10900), 12, + [61312] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163183,12 +164570,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163227,10 +164615,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60503] = 2, - ACTIONS(10904), 12, + [61373] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163241,12 +164629,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163285,10 +164674,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60563] = 2, - ACTIONS(10908), 12, + [61434] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163299,12 +164688,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163343,10 +164733,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60623] = 2, - ACTIONS(10912), 12, + [61495] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163357,12 +164747,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163401,10 +164792,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60683] = 2, - ACTIONS(10916), 12, + [61556] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163415,12 +164806,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163459,10 +164851,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60743] = 2, - ACTIONS(10920), 12, + [61617] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163473,12 +164865,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163517,10 +164910,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60803] = 2, - ACTIONS(10924), 12, + [61678] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163531,12 +164924,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163575,10 +164969,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60863] = 2, - ACTIONS(10928), 12, + [61739] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163589,12 +164983,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163633,10 +165028,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60923] = 2, - ACTIONS(10932), 12, + [61800] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163647,12 +165042,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163691,10 +165087,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60983] = 2, - ACTIONS(10940), 12, + [61861] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163705,12 +165101,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163749,10 +165146,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61043] = 2, - ACTIONS(10944), 12, + [61922] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163763,12 +165160,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163807,10 +165205,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61103] = 2, - ACTIONS(10948), 12, + [61983] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163821,12 +165219,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163865,10 +165264,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61163] = 2, - ACTIONS(10952), 12, + [62044] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163879,12 +165278,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163923,10 +165323,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61223] = 2, - ACTIONS(10956), 12, + [62105] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163937,12 +165337,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -163981,10 +165382,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61283] = 2, - ACTIONS(10960), 12, + [62166] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -163995,12 +165396,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164039,10 +165441,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61343] = 2, - ACTIONS(10964), 12, + [62227] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164053,12 +165455,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164097,10 +165500,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61403] = 2, - ACTIONS(11014), 12, + [62288] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164111,12 +165514,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164131,12 +165535,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, @@ -164155,10 +165559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61463] = 2, - ACTIONS(10968), 12, + [62349] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164169,12 +165573,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164213,10 +165618,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61523] = 2, - ACTIONS(10972), 12, + [62410] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164227,12 +165632,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164271,10 +165677,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61583] = 2, - ACTIONS(10976), 12, + [62471] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164285,12 +165691,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164329,10 +165736,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61643] = 2, - ACTIONS(10980), 12, + [62532] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164343,12 +165750,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164363,12 +165771,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, @@ -164387,10 +165795,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61703] = 2, - ACTIONS(10984), 12, + [62593] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164401,12 +165809,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164445,10 +165854,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61763] = 2, - ACTIONS(11000), 12, + [62654] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164459,12 +165868,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164503,10 +165913,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61823] = 2, - ACTIONS(10988), 12, + [62715] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164517,12 +165927,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164561,10 +165972,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61883] = 2, - ACTIONS(10992), 12, + [62776] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164575,12 +165986,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164619,10 +166031,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61943] = 2, - ACTIONS(10996), 12, + [62837] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164633,12 +166045,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164677,10 +166090,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62003] = 2, - ACTIONS(11004), 12, + [62898] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164691,12 +166104,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164735,10 +166149,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62063] = 2, - ACTIONS(10710), 12, + [62959] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164749,12 +166163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164769,10 +166184,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, @@ -164793,10 +166208,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62123] = 2, - ACTIONS(10888), 12, + [63020] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164807,12 +166222,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164826,8 +166242,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, @@ -164851,10 +166267,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62183] = 2, - ACTIONS(11024), 12, + [63081] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164865,12 +166281,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164884,8 +166301,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, @@ -164909,10 +166326,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62243] = 2, - ACTIONS(10714), 12, + [63142] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164923,12 +166340,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -164943,10 +166361,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, @@ -164967,10 +166385,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62303] = 2, - ACTIONS(10718), 12, + [63203] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -164981,12 +166399,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165025,10 +166444,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62363] = 2, - ACTIONS(10722), 12, + [63264] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165039,12 +166458,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165058,11 +166478,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, @@ -165083,10 +166503,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62423] = 2, - ACTIONS(10802), 12, + [63325] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165097,12 +166517,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165116,11 +166537,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, @@ -165141,10 +166562,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62483] = 2, - ACTIONS(10884), 12, + [63386] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165155,12 +166576,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165174,11 +166596,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, @@ -165199,10 +166621,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62543] = 2, - ACTIONS(10726), 12, + [63447] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165213,12 +166635,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165257,10 +166680,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62603] = 2, - ACTIONS(10730), 12, + [63508] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165271,12 +166694,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165315,10 +166739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62663] = 2, - ACTIONS(10880), 12, + [63569] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165329,12 +166753,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165348,11 +166773,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, @@ -165373,10 +166798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62723] = 2, - ACTIONS(10734), 12, + [63630] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165387,12 +166812,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165406,11 +166832,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, @@ -165431,10 +166857,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62783] = 2, - ACTIONS(10738), 12, + [63691] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165445,12 +166871,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165489,10 +166916,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62843] = 2, - ACTIONS(10742), 12, + [63752] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165503,12 +166930,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165547,10 +166975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62903] = 2, - ACTIONS(10746), 12, + [63813] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165561,12 +166989,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165580,11 +167009,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, @@ -165605,10 +167034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62963] = 2, - ACTIONS(10750), 12, + [63874] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165619,12 +167048,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165663,10 +167093,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63023] = 2, - ACTIONS(10754), 12, + [63935] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165677,12 +167107,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165721,10 +167152,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63083] = 2, - ACTIONS(10758), 12, + [63996] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165735,12 +167166,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165779,10 +167211,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63143] = 2, - ACTIONS(10762), 12, + [64057] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165793,12 +167225,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165837,10 +167270,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63203] = 2, - ACTIONS(10766), 12, + [64118] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165851,12 +167284,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165895,10 +167329,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63263] = 2, - ACTIONS(10770), 12, + [64179] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165909,12 +167343,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -165953,10 +167388,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63323] = 2, - ACTIONS(10774), 12, + [64240] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -165967,12 +167402,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166011,10 +167447,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63383] = 2, - ACTIONS(10778), 12, + [64301] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166025,12 +167461,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166069,10 +167506,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63443] = 2, - ACTIONS(10782), 12, + [64362] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166083,12 +167520,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166127,10 +167565,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63503] = 2, - ACTIONS(10786), 12, + [64423] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166141,12 +167579,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166185,10 +167624,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63563] = 2, - ACTIONS(10790), 12, + [64484] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166199,12 +167638,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166243,38 +167683,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63623] = 5, - ACTIONS(11225), 1, - aux_sym__text_token3, - ACTIONS(11222), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1702), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + [64545] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10534), 41, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -166285,6 +167721,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, @@ -166304,10 +167741,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [63689] = 2, - ACTIONS(10794), 12, + aux_sym__text_token3, + [64606] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166318,12 +167756,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166362,10 +167801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63749] = 2, - ACTIONS(10798), 12, + [64667] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166376,12 +167815,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166420,10 +167860,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63809] = 2, - ACTIONS(10936), 12, + [64728] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166434,12 +167874,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166457,10 +167898,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, @@ -166478,33 +167919,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63869] = 2, - ACTIONS(10806), 12, + [64789] = 5, + ACTIONS(11400), 1, + aux_sym__text_token3, + ACTIONS(11397), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1704), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10804), 43, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -166515,7 +167962,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, @@ -166535,11 +167981,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [63929] = 2, - ACTIONS(10810), 12, + [64856] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166550,12 +167995,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166594,10 +168040,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63989] = 2, - ACTIONS(10814), 12, + [64917] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166608,12 +168054,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166652,10 +168099,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64049] = 2, - ACTIONS(10856), 12, + [64978] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166666,12 +168113,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166685,7 +168133,6 @@ 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, @@ -166693,6 +168140,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, @@ -166710,10 +168158,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64109] = 2, - ACTIONS(10818), 12, + [65039] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166724,12 +168172,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166768,10 +168217,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64169] = 2, - ACTIONS(10824), 12, + [65100] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166782,12 +168231,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166826,10 +168276,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64229] = 2, - ACTIONS(10828), 12, + [65161] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166840,12 +168290,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166884,10 +168335,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64289] = 2, - ACTIONS(10832), 12, + [65222] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166898,12 +168349,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -166917,11 +168369,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, @@ -166942,10 +168394,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64349] = 2, - ACTIONS(10836), 12, + [65283] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -166956,12 +168408,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167000,10 +168453,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64409] = 2, - ACTIONS(10840), 12, + [65344] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167014,12 +168467,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167058,10 +168512,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64469] = 2, - ACTIONS(10678), 12, + [65405] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167072,12 +168526,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167116,10 +168571,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64529] = 2, - ACTIONS(10844), 12, + [65466] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167130,12 +168585,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167174,10 +168630,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64589] = 2, - ACTIONS(10848), 12, + [65527] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167188,12 +168644,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167232,10 +168689,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64649] = 2, - ACTIONS(10852), 12, + [65588] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167246,12 +168703,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167290,10 +168748,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64709] = 2, - ACTIONS(10856), 12, + [65649] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167304,12 +168762,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167348,10 +168807,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64769] = 2, - ACTIONS(10860), 12, + [65710] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167362,12 +168821,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167406,10 +168866,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64829] = 2, - ACTIONS(10864), 12, + [65771] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167420,12 +168880,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167464,10 +168925,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64889] = 2, - ACTIONS(10868), 12, + [65832] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167478,12 +168939,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167522,10 +168984,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64949] = 2, - ACTIONS(10872), 12, + [65893] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167536,12 +168998,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167580,10 +169043,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65009] = 2, - ACTIONS(10876), 12, + [65954] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167594,12 +169057,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167638,10 +169102,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65069] = 2, - ACTIONS(10880), 12, + [66015] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167652,12 +169116,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167696,10 +169161,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65129] = 2, - ACTIONS(10884), 12, + [66076] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167710,12 +169175,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167754,10 +169220,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65189] = 2, - ACTIONS(11024), 12, + [66137] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167768,12 +169234,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167812,10 +169279,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65249] = 2, - ACTIONS(10888), 12, + [66198] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167826,12 +169293,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167870,10 +169338,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65309] = 2, - ACTIONS(10892), 12, + [66259] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167884,12 +169352,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167928,10 +169397,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65369] = 2, - ACTIONS(10896), 12, + [66320] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -167942,12 +169411,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -167986,10 +169456,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65429] = 2, - ACTIONS(10900), 12, + [66381] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168000,12 +169470,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168044,10 +169515,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65489] = 2, - ACTIONS(10904), 12, + [66442] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168058,12 +169529,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168102,10 +169574,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65549] = 2, - ACTIONS(10908), 12, + [66503] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168116,12 +169588,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168160,10 +169633,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65609] = 2, - ACTIONS(10912), 12, + [66564] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168174,12 +169647,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168218,10 +169692,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65669] = 2, - ACTIONS(10916), 12, + [66625] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168232,12 +169706,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168276,10 +169751,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65729] = 2, - ACTIONS(10920), 12, + [66686] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168290,12 +169765,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168334,10 +169810,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65789] = 2, - ACTIONS(10924), 12, + [66747] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168348,12 +169824,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168392,10 +169869,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65849] = 2, - ACTIONS(10928), 12, + [66808] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168406,12 +169883,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168450,10 +169928,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65909] = 2, - ACTIONS(10932), 12, + [66869] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168464,12 +169942,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168508,10 +169987,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65969] = 2, - ACTIONS(10940), 12, + [66930] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168522,12 +170001,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168566,10 +170046,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66029] = 2, - ACTIONS(10944), 12, + [66991] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168580,12 +170060,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168624,10 +170105,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66089] = 2, - ACTIONS(10948), 12, + [67052] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168638,12 +170119,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168682,10 +170164,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66149] = 2, - ACTIONS(10952), 12, + [67113] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168696,12 +170178,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168740,10 +170223,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66209] = 2, - ACTIONS(10956), 12, + [67174] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168754,12 +170237,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168798,10 +170282,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66269] = 2, - ACTIONS(10960), 12, + [67235] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168812,12 +170296,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168856,10 +170341,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66329] = 2, - ACTIONS(10964), 12, + [67296] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168870,12 +170355,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168914,10 +170400,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66389] = 2, - ACTIONS(11014), 12, + [67357] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168928,12 +170414,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -168951,10 +170438,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, @@ -168972,10 +170459,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66449] = 2, - ACTIONS(10968), 12, + [67418] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -168986,12 +170473,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169030,10 +170518,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66509] = 2, - ACTIONS(10972), 12, + [67479] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169044,12 +170532,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169088,10 +170577,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66569] = 2, - ACTIONS(10976), 12, + [67540] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169102,12 +170591,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169146,10 +170636,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66629] = 2, - ACTIONS(10980), 12, + [67601] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169160,12 +170650,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169183,10 +170674,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, @@ -169204,10 +170695,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66689] = 2, - ACTIONS(10984), 12, + [67662] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169218,12 +170709,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169262,10 +170754,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66749] = 2, - ACTIONS(11000), 12, + [67723] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169276,12 +170768,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169320,10 +170813,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66809] = 2, - ACTIONS(10988), 12, + [67784] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169334,12 +170827,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169378,10 +170872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66869] = 2, - ACTIONS(10992), 12, + [67845] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169392,12 +170886,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169436,10 +170931,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66929] = 2, - ACTIONS(10996), 12, + [67906] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169450,12 +170945,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169494,10 +170990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66989] = 2, - ACTIONS(11004), 12, + [67967] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169508,12 +171004,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169552,10 +171049,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67049] = 2, - ACTIONS(10710), 12, + [68028] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169566,12 +171063,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169589,7 +171087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -169610,10 +171108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67109] = 2, - ACTIONS(10872), 12, + [68089] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169624,12 +171122,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169643,11 +171142,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, @@ -169668,10 +171167,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67169] = 2, - ACTIONS(10868), 12, + [68150] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169682,12 +171181,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169701,11 +171201,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, @@ -169726,10 +171226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67229] = 2, - ACTIONS(10714), 12, + [68211] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169740,12 +171240,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169763,7 +171264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -169784,10 +171285,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67289] = 2, - ACTIONS(10718), 12, + [68272] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169798,12 +171299,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169842,10 +171344,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67349] = 2, - ACTIONS(10722), 12, + [68333] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169856,12 +171358,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169875,11 +171378,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_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -169900,10 +171403,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67409] = 2, - ACTIONS(10802), 12, + [68394] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169914,12 +171417,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -169933,11 +171437,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_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -169958,10 +171462,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67469] = 2, - ACTIONS(10674), 12, + [68455] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -169972,12 +171476,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170016,10 +171521,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67529] = 2, - ACTIONS(10726), 12, + [68516] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170030,12 +171535,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170074,10 +171580,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67589] = 2, - ACTIONS(10730), 12, + [68577] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170088,12 +171594,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170132,10 +171639,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67649] = 2, - ACTIONS(10864), 12, + [68638] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170146,12 +171653,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170165,11 +171673,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_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -170190,10 +171698,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67709] = 2, - ACTIONS(10734), 12, + [68699] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170204,12 +171712,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170248,10 +171757,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67769] = 2, - ACTIONS(10738), 12, + [68760] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170262,12 +171771,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170306,10 +171816,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67829] = 2, - ACTIONS(10742), 12, + [68821] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170320,12 +171830,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170364,10 +171875,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67889] = 2, - ACTIONS(10746), 12, + [68882] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170378,12 +171889,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170397,11 +171909,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_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -170422,10 +171934,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67949] = 2, - ACTIONS(10750), 12, + [68943] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170436,12 +171948,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170480,10 +171993,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68009] = 2, - ACTIONS(10754), 12, + [69004] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170494,12 +172007,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170538,10 +172052,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68069] = 2, - ACTIONS(10758), 12, + [69065] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170552,12 +172066,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170596,10 +172111,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68129] = 2, - ACTIONS(10762), 12, + [69126] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170610,12 +172125,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170654,10 +172170,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68189] = 2, - ACTIONS(10766), 12, + [69187] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170668,12 +172184,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170712,10 +172229,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68249] = 2, - ACTIONS(10770), 12, + [69248] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170726,12 +172243,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170770,10 +172288,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68309] = 2, - ACTIONS(10774), 12, + [69309] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170784,12 +172302,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170828,10 +172347,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68369] = 2, - ACTIONS(10778), 12, + [69370] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170842,12 +172361,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170886,10 +172406,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68429] = 2, - ACTIONS(10782), 12, + [69431] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170900,12 +172420,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -170944,10 +172465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68489] = 2, - ACTIONS(10786), 12, + [69492] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -170958,12 +172479,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171002,10 +172524,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68549] = 2, - ACTIONS(10790), 12, + [69553] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171016,12 +172538,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171060,38 +172583,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68609] = 5, - ACTIONS(11231), 1, - aux_sym__text_token3, - ACTIONS(11228), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1785), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + [69614] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10534), 41, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, 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, @@ -171102,6 +172621,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, @@ -171121,10 +172641,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [68675] = 2, - ACTIONS(10794), 12, + aux_sym__text_token3, + [69675] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171135,12 +172656,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171179,10 +172701,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68735] = 2, - ACTIONS(10798), 12, + [69736] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171193,12 +172715,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171237,10 +172760,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68795] = 2, - ACTIONS(10936), 12, + [69797] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171251,12 +172774,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171274,11 +172798,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, @@ -171295,33 +172819,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68855] = 2, - ACTIONS(10806), 12, + [69858] = 5, + ACTIONS(11406), 1, + aux_sym__text_token3, + ACTIONS(11403), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1787), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10711), 9, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10804), 43, + ACTIONS(10709), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, 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, @@ -171332,7 +172862,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, @@ -171352,11 +172881,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [68915] = 2, - ACTIONS(10810), 12, + [69925] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171367,12 +172895,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171411,10 +172940,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68975] = 2, - ACTIONS(10814), 12, + [69986] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171425,12 +172954,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171469,10 +172999,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69035] = 2, - ACTIONS(10860), 12, + [70047] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171483,12 +173013,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(11127), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171502,7 +173033,6 @@ 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, @@ -171511,6 +173041,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, @@ -171527,10 +173058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69095] = 2, - ACTIONS(10818), 12, + [70108] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171541,12 +173072,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171585,10 +173117,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69155] = 2, - ACTIONS(10824), 12, + [70169] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171599,12 +173131,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171643,10 +173176,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69215] = 2, - ACTIONS(10828), 12, + [70230] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171657,12 +173190,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171701,10 +173235,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69275] = 2, - ACTIONS(10832), 12, + [70291] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171715,12 +173249,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171734,11 +173269,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_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -171759,10 +173294,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69335] = 2, - ACTIONS(10836), 12, + [70352] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171773,12 +173308,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171817,10 +173353,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69395] = 2, - ACTIONS(10840), 12, + [70413] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171831,12 +173367,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171875,10 +173412,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69455] = 2, - ACTIONS(10678), 12, + [70474] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171889,12 +173426,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171933,10 +173471,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69515] = 2, - ACTIONS(10844), 12, + [70535] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -171947,12 +173485,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -171991,10 +173530,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69575] = 2, - ACTIONS(10848), 12, + [70596] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172005,12 +173544,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172049,10 +173589,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69635] = 2, - ACTIONS(10852), 12, + [70657] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172063,12 +173603,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172107,10 +173648,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69695] = 2, - ACTIONS(10856), 12, + [70718] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172121,12 +173662,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172165,10 +173707,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69755] = 2, - ACTIONS(10860), 12, + [70779] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172179,12 +173721,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172223,10 +173766,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69815] = 2, - ACTIONS(10864), 12, + [70840] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172237,12 +173780,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172281,10 +173825,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69875] = 2, - ACTIONS(10868), 12, + [70901] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172295,12 +173839,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172339,10 +173884,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69935] = 2, - ACTIONS(10872), 12, + [70962] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172353,12 +173898,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172397,10 +173943,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69995] = 2, - ACTIONS(10876), 12, + [71023] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172411,12 +173957,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172455,10 +174002,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70055] = 2, - ACTIONS(10880), 12, + [71084] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172469,12 +174016,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172513,10 +174061,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70115] = 2, - ACTIONS(10884), 12, + [71145] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172527,12 +174075,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172571,10 +174120,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70175] = 2, - ACTIONS(11024), 12, + [71206] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172585,12 +174134,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172629,10 +174179,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70235] = 2, - ACTIONS(10888), 12, + [71267] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172643,12 +174193,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172687,10 +174238,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70295] = 2, - ACTIONS(10892), 12, + [71328] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172701,12 +174252,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172745,10 +174297,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70355] = 2, - ACTIONS(10896), 12, + [71389] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172759,12 +174311,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172803,10 +174356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70415] = 2, - ACTIONS(10900), 12, + [71450] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172817,12 +174370,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172861,10 +174415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70475] = 2, - ACTIONS(10904), 12, + [71511] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172875,12 +174429,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172919,10 +174474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70535] = 2, - ACTIONS(10908), 12, + [71572] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172933,12 +174488,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -172977,10 +174533,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70595] = 2, - ACTIONS(10912), 12, + [71633] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -172991,12 +174547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173035,10 +174592,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70655] = 2, - ACTIONS(10916), 12, + [71694] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173049,12 +174606,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173093,10 +174651,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70715] = 2, - ACTIONS(10920), 12, + [71755] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173107,12 +174665,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173151,10 +174710,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70775] = 2, - ACTIONS(10924), 12, + [71816] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173165,12 +174724,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173209,10 +174769,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70835] = 2, - ACTIONS(10928), 12, + [71877] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173223,12 +174783,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173267,10 +174828,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70895] = 2, - ACTIONS(10932), 12, + [71938] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173281,12 +174842,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173325,10 +174887,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70955] = 2, - ACTIONS(10940), 12, + [71999] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173339,12 +174901,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173383,10 +174946,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71015] = 2, - ACTIONS(10944), 12, + [72060] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173397,12 +174960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173441,10 +175005,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71075] = 2, - ACTIONS(10948), 12, + [72121] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173455,12 +175019,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173499,10 +175064,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71135] = 2, - ACTIONS(10952), 12, + [72182] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173513,12 +175078,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173557,10 +175123,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71195] = 2, - ACTIONS(10956), 12, + [72243] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173571,12 +175137,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173615,10 +175182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71255] = 2, - ACTIONS(10960), 12, + [72304] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173629,12 +175196,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173673,10 +175241,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71315] = 2, - ACTIONS(10964), 12, + [72365] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173687,12 +175255,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173731,10 +175300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71375] = 2, - ACTIONS(11014), 12, + [72426] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173745,12 +175314,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173768,11 +175338,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, @@ -173789,10 +175359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71435] = 2, - ACTIONS(10968), 12, + [72487] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173803,12 +175373,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173847,10 +175418,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71495] = 2, - ACTIONS(10972), 12, + [72548] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173861,12 +175432,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173905,10 +175477,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71555] = 2, - ACTIONS(10976), 12, + [72609] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173919,12 +175491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -173963,10 +175536,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71615] = 2, - ACTIONS(10980), 12, + [72670] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -173977,12 +175550,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11175), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174000,11 +175574,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, @@ -174021,10 +175595,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71675] = 2, - ACTIONS(10984), 12, + [72731] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174035,12 +175609,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174079,10 +175654,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71735] = 2, - ACTIONS(11000), 12, + [72792] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174093,12 +175668,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174137,10 +175713,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71795] = 2, - ACTIONS(10988), 12, + [72853] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174151,12 +175727,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174195,10 +175772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71855] = 2, - ACTIONS(10992), 12, + [72914] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174209,12 +175786,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174253,10 +175831,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71915] = 2, - ACTIONS(10996), 12, + [72975] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174267,12 +175845,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174311,10 +175890,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71975] = 2, - ACTIONS(11004), 12, + [73036] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174325,12 +175904,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11155), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174369,10 +175949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72035] = 2, - ACTIONS(10710), 12, + [73097] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174383,12 +175963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174406,8 +175987,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, @@ -174427,10 +176008,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72095] = 2, - ACTIONS(10840), 12, + [73158] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174441,12 +176022,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(11147), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174460,11 +176042,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_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -174485,10 +176067,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72155] = 2, - ACTIONS(10688), 12, + [73219] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174499,12 +176081,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10686), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174514,7 +176097,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, @@ -174523,6 +176105,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, @@ -174543,10 +176126,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72215] = 2, - ACTIONS(10714), 12, + [73280] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174557,12 +176140,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(11159), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174580,8 +176164,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, @@ -174601,10 +176185,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72275] = 2, - ACTIONS(10718), 12, + [73341] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174615,12 +176199,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174659,10 +176244,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72335] = 2, - ACTIONS(10722), 12, + [73402] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174673,12 +176258,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174692,12 +176278,12 @@ 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_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -174717,10 +176303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72395] = 2, - ACTIONS(10802), 12, + [73463] = 2, + ACTIONS(10865), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174731,12 +176317,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(10863), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174746,6 +176333,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, @@ -174755,7 +176343,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, @@ -174775,10 +176362,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72455] = 2, - ACTIONS(10674), 12, + [73524] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174789,12 +176376,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174833,10 +176421,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72515] = 2, - ACTIONS(10726), 12, + [73585] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174847,12 +176435,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 43, + ACTIONS(10935), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174891,10 +176480,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72575] = 2, - ACTIONS(10730), 12, + [73646] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174905,12 +176494,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174949,10 +176539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72635] = 2, - ACTIONS(10852), 12, + [73707] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -174963,12 +176553,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -174982,12 +176573,12 @@ 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_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -175007,10 +176598,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72695] = 2, - ACTIONS(10734), 12, + [73768] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175021,12 +176612,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 43, + ACTIONS(10847), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175065,10 +176657,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72755] = 2, - ACTIONS(10738), 12, + [73829] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175079,12 +176671,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 43, + ACTIONS(10919), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175123,10 +176716,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72815] = 2, - ACTIONS(10742), 12, + [73890] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175137,12 +176730,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 43, + ACTIONS(10855), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175181,10 +176775,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72875] = 2, - ACTIONS(10746), 12, + [73951] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175195,12 +176789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175214,12 +176809,12 @@ 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_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -175239,10 +176834,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72935] = 2, - ACTIONS(10750), 12, + [74012] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175253,12 +176848,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 43, + ACTIONS(10859), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175297,10 +176893,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72995] = 2, - ACTIONS(10754), 12, + [74073] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175311,12 +176907,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 43, + ACTIONS(10871), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175355,10 +176952,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73055] = 2, - ACTIONS(10758), 12, + [74134] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175369,12 +176966,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 43, + ACTIONS(10875), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175413,10 +177011,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73115] = 2, - ACTIONS(10762), 12, + [74195] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175427,12 +177025,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 43, + ACTIONS(10879), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175471,10 +177070,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73175] = 2, - ACTIONS(10766), 12, + [74256] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175485,12 +177084,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 43, + ACTIONS(10891), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175529,10 +177129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73235] = 2, - ACTIONS(10770), 12, + [74317] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175543,12 +177143,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 43, + ACTIONS(10899), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175587,10 +177188,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73295] = 2, - ACTIONS(10774), 12, + [74378] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175601,12 +177202,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 43, + ACTIONS(10923), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175645,10 +177247,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73355] = 2, - ACTIONS(10778), 12, + [74439] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175659,12 +177261,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 43, + ACTIONS(10867), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175703,10 +177306,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73415] = 2, - ACTIONS(10782), 12, + [74500] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175717,12 +177320,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 43, + ACTIONS(10883), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175761,10 +177365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73475] = 2, - ACTIONS(10786), 12, + [74561] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175775,12 +177379,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 43, + ACTIONS(10887), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175819,10 +177424,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73535] = 2, - ACTIONS(10790), 12, + [74622] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175833,12 +177438,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 43, + ACTIONS(10895), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175877,38 +177483,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73595] = 5, - ACTIONS(11237), 1, - aux_sym__text_token3, - ACTIONS(11234), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1868), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(10536), 9, + [74683] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10534), 41, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(10903), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, 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, @@ -175920,6 +177522,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, @@ -175938,10 +177541,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [73661] = 2, - ACTIONS(10794), 12, + aux_sym__text_token3, + [74744] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -175952,12 +177556,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 43, + ACTIONS(10907), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -175996,10 +177601,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73721] = 2, - ACTIONS(10798), 12, + [74805] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176010,12 +177615,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 43, + ACTIONS(10911), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176054,10 +177660,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73781] = 2, - ACTIONS(10806), 12, + [74866] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176068,12 +177674,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 43, + ACTIONS(10915), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176112,10 +177719,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73841] = 2, - ACTIONS(10810), 12, + [74927] = 5, + ACTIONS(11412), 1, + aux_sym__text_token3, + ACTIONS(11409), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1870), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(10711), 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(10709), 42, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [74994] = 2, + ACTIONS(10929), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176126,12 +177795,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 43, + ACTIONS(10927), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176170,10 +177840,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73901] = 2, - ACTIONS(10814), 12, + [75055] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176184,12 +177854,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 43, + ACTIONS(10931), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176228,10 +177899,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73961] = 2, - ACTIONS(10818), 12, + [75116] = 2, + ACTIONS(10989), 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(10987), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [75177] = 2, + ACTIONS(10953), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176242,12 +177972,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 43, + ACTIONS(10951), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176286,10 +178017,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74021] = 2, - ACTIONS(10824), 12, + [75238] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176300,12 +178031,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 43, + ACTIONS(10955), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176344,10 +178076,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74081] = 2, - ACTIONS(10828), 12, + [75299] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176358,12 +178090,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 43, + ACTIONS(10959), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176402,10 +178135,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74141] = 2, - ACTIONS(10832), 12, + [75360] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176416,12 +178149,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 43, + ACTIONS(10963), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176460,10 +178194,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74201] = 2, - ACTIONS(10836), 12, + [75421] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176474,12 +178208,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 43, + ACTIONS(10967), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176518,10 +178253,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74261] = 2, - ACTIONS(10840), 12, + [75482] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176532,12 +178267,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 43, + ACTIONS(10971), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176576,10 +178312,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74321] = 2, - ACTIONS(10678), 12, + [75543] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176590,12 +178326,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 43, + ACTIONS(10975), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176634,10 +178371,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74381] = 2, - ACTIONS(10844), 12, + [75604] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176648,12 +178385,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10979), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176692,10 +178430,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74441] = 2, - ACTIONS(10848), 12, + [75665] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176706,12 +178444,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10983), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176750,10 +178489,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74501] = 2, - ACTIONS(10852), 12, + [75726] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176764,12 +178503,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 43, + ACTIONS(10987), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176808,10 +178548,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74561] = 2, - ACTIONS(10856), 12, + [75787] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176822,12 +178562,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176866,10 +178607,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74621] = 2, - ACTIONS(10860), 12, + [75848] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176880,12 +178621,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176924,10 +178666,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74681] = 2, - ACTIONS(10864), 12, + [75909] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176938,12 +178680,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 43, + ACTIONS(10999), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -176982,10 +178725,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74741] = 2, - ACTIONS(10868), 12, + [75970] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -176996,12 +178739,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 43, + ACTIONS(11003), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177040,10 +178784,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74801] = 2, - ACTIONS(10872), 12, + [76031] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177054,12 +178798,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 43, + ACTIONS(11007), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177098,10 +178843,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74861] = 2, - ACTIONS(10876), 12, + [76092] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177112,12 +178857,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 43, + ACTIONS(11011), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177156,10 +178902,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74921] = 2, - ACTIONS(10880), 12, + [76153] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177170,12 +178916,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 43, + ACTIONS(11017), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177214,10 +178961,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74981] = 2, - ACTIONS(10884), 12, + [76214] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177228,12 +178975,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 43, + ACTIONS(11021), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177272,10 +179020,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75041] = 2, - ACTIONS(11024), 12, + [76275] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177286,12 +179034,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 43, + ACTIONS(11025), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177330,10 +179079,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75101] = 2, - ACTIONS(10888), 12, + [76336] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177344,12 +179093,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 43, + ACTIONS(11029), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177388,10 +179138,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75161] = 2, - ACTIONS(10892), 12, + [76397] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177402,12 +179152,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177446,10 +179197,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75221] = 2, - ACTIONS(10896), 12, + [76458] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177460,12 +179211,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 43, + ACTIONS(11181), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177504,10 +179256,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75281] = 2, - ACTIONS(10900), 12, + [76519] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177518,12 +179270,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 43, + ACTIONS(11037), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177562,10 +179315,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75341] = 2, - ACTIONS(10904), 12, + [76580] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177576,12 +179329,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 43, + ACTIONS(11041), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177620,10 +179374,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75401] = 2, - ACTIONS(10908), 12, + [76641] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177634,12 +179388,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 43, + ACTIONS(11045), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177678,10 +179433,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75461] = 2, - ACTIONS(10912), 12, + [76702] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177692,12 +179447,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 43, + ACTIONS(11049), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177736,10 +179492,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75521] = 2, - ACTIONS(10916), 12, + [76763] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177750,12 +179506,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 43, + ACTIONS(11053), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177794,10 +179551,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75581] = 2, - ACTIONS(10920), 12, + [76824] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177808,12 +179565,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 43, + ACTIONS(11057), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177852,10 +179610,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75641] = 2, - ACTIONS(10924), 12, + [76885] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177866,12 +179624,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 43, + ACTIONS(11061), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177910,10 +179669,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75701] = 2, - ACTIONS(10928), 12, + [76946] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177924,12 +179683,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 43, + ACTIONS(11065), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -177968,10 +179728,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75761] = 2, - ACTIONS(10932), 12, + [77007] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -177982,12 +179742,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 43, + ACTIONS(11069), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178026,10 +179787,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75821] = 2, - ACTIONS(10940), 12, + [77068] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178040,12 +179801,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 43, + ACTIONS(11073), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178084,10 +179846,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75881] = 2, - ACTIONS(10944), 12, + [77129] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178098,12 +179860,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 43, + ACTIONS(11077), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178142,10 +179905,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75941] = 2, - ACTIONS(10948), 12, + [77190] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178156,12 +179919,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 43, + ACTIONS(11081), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178200,10 +179964,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76001] = 2, - ACTIONS(10952), 12, + [77251] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178214,12 +179978,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 43, + ACTIONS(11085), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178258,10 +180023,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76061] = 2, - ACTIONS(10956), 12, + [77312] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178272,12 +180037,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 43, + ACTIONS(11089), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178316,10 +180082,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76121] = 2, - ACTIONS(10960), 12, + [77373] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178330,12 +180096,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 43, + ACTIONS(11097), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178374,10 +180141,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76181] = 2, - ACTIONS(10964), 12, + [77434] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178388,12 +180155,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 43, + ACTIONS(11101), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178432,10 +180200,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76241] = 2, - ACTIONS(10968), 12, + [77495] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178446,12 +180214,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 43, + ACTIONS(11107), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178490,10 +180259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76301] = 2, - ACTIONS(10972), 12, + [77556] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178504,12 +180273,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 43, + ACTIONS(11111), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178548,10 +180318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76361] = 2, - ACTIONS(10976), 12, + [77617] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178562,12 +180332,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 43, + ACTIONS(11115), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178606,10 +180377,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76421] = 2, - ACTIONS(10980), 12, + [77678] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178620,12 +180391,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 43, + ACTIONS(11119), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178664,10 +180436,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76481] = 2, - ACTIONS(10984), 12, + [77739] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178678,12 +180450,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 43, + ACTIONS(11123), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178722,10 +180495,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76541] = 2, - ACTIONS(11000), 12, + [77800] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178736,12 +180509,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 43, + ACTIONS(11131), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178780,10 +180554,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76601] = 2, - ACTIONS(10988), 12, + [77861] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178794,12 +180568,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 43, + ACTIONS(11135), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178838,10 +180613,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76661] = 2, - ACTIONS(10992), 12, + [77922] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178852,12 +180627,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 43, + ACTIONS(11139), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178896,10 +180672,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76721] = 2, - ACTIONS(10996), 12, + [77983] = 2, + ACTIONS(11157), 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(11155), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [78044] = 2, + ACTIONS(11145), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178910,12 +180745,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 43, + ACTIONS(11143), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -178954,10 +180790,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76781] = 2, - ACTIONS(11004), 12, + [78105] = 2, + ACTIONS(11149), 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(11147), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [78166] = 2, + ACTIONS(11153), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -178968,12 +180863,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 43, + ACTIONS(11151), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179012,10 +180908,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76841] = 2, - ACTIONS(10710), 12, + [78227] = 2, + ACTIONS(11161), 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(11159), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [78288] = 2, + ACTIONS(10945), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179026,12 +180981,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 43, + ACTIONS(10943), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179070,10 +181026,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76901] = 2, - ACTIONS(10848), 12, + [78349] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179084,12 +181040,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 43, + ACTIONS(10995), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179128,10 +181085,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76961] = 2, - ACTIONS(10844), 12, + [78410] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179142,12 +181099,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 43, + ACTIONS(10991), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179186,10 +181144,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77021] = 2, - ACTIONS(10714), 12, + [78471] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179200,12 +181158,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 43, + ACTIONS(10939), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179244,10 +181203,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77081] = 2, - ACTIONS(10718), 12, + [78532] = 2, + ACTIONS(10937), 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(10935), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [78593] = 2, + ACTIONS(10853), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179258,12 +181276,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 43, + ACTIONS(10851), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179302,10 +181321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77141] = 2, - ACTIONS(10722), 12, + [78654] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179316,12 +181335,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 43, + ACTIONS(10947), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179360,10 +181380,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77201] = 2, - ACTIONS(10802), 12, + [78715] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179374,12 +181394,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 43, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179399,7 +181420,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, @@ -179418,10 +181438,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77261] = 2, - ACTIONS(10674), 12, + [78775] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179432,12 +181452,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 43, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -179457,7 +181478,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, @@ -179476,33 +181496,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77321] = 2, - ACTIONS(10726), 12, + [78835] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10724), 43, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -179515,13 +181534,13 @@ 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, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -179534,33 +181553,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77381] = 2, - ACTIONS(10730), 12, + [78894] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10728), 43, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -179573,10 +181591,10 @@ 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, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -179592,33 +181610,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77441] = 2, - ACTIONS(10936), 12, + [78953] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(10934), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -179649,33 +181667,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77500] = 2, - ACTIONS(11014), 12, + [79012] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + 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(11012), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -179706,10 +181724,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77559] = 2, - ACTIONS(10798), 11, + [79071] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179719,13 +181737,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -179758,14 +181778,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_ATvolt, aux_sym__text_token3, - [77617] = 2, - ACTIONS(10936), 11, + [79130] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179775,14 +181794,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, - ts_builtin_sym_end, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -179818,10 +181838,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77675] = 2, - ACTIONS(10710), 11, + [79189] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179831,16 +181851,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, - ts_builtin_sym_end, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -179874,10 +181895,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77733] = 2, - ACTIONS(10848), 11, + [79248] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179887,18 +181908,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -179930,10 +181952,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77791] = 2, - ACTIONS(10714), 11, + [79307] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179943,19 +181965,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, - ts_builtin_sym_end, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -179986,10 +182009,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77849] = 2, - ACTIONS(10718), 11, + [79366] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -179999,14 +182022,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, - ts_builtin_sym_end, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -180042,10 +182066,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77907] = 2, - ACTIONS(10722), 11, + [79425] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180055,19 +182079,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, - ts_builtin_sym_end, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -180098,10 +182123,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77965] = 2, - ACTIONS(11014), 11, + [79484] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180111,19 +182136,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, 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, @@ -180154,10 +182180,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78023] = 2, - ACTIONS(10984), 11, + [79543] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180167,12 +182193,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180210,10 +182237,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78081] = 2, - ACTIONS(10710), 11, + [79602] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180223,19 +182250,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, 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, @@ -180266,10 +182294,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78139] = 2, - ACTIONS(11004), 11, + [79661] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180279,12 +182307,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180322,10 +182351,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78197] = 2, - ACTIONS(10996), 11, + [79720] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180335,12 +182364,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180378,10 +182408,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78255] = 2, - ACTIONS(10992), 11, + [79779] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180391,12 +182421,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180434,10 +182465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78313] = 2, - ACTIONS(10988), 11, + [79838] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180447,12 +182478,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180490,10 +182522,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78371] = 2, - ACTIONS(11000), 11, + [79897] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180503,12 +182535,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180546,10 +182579,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78429] = 2, - ACTIONS(10912), 11, + [79956] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180559,19 +182592,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, 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, @@ -180602,10 +182636,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78487] = 2, - ACTIONS(10980), 11, + [80015] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180615,12 +182649,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180658,10 +182693,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78545] = 2, - ACTIONS(10976), 11, + [80074] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180671,19 +182706,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -180700,6 +182735,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, @@ -180714,10 +182750,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78603] = 2, - ACTIONS(10972), 11, + [80133] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180727,12 +182763,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180770,10 +182807,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78661] = 2, - ACTIONS(10968), 11, + [80192] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180783,12 +182820,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180826,10 +182864,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78719] = 2, - ACTIONS(10964), 11, + [80251] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180839,12 +182877,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180882,10 +182921,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78777] = 2, - ACTIONS(10936), 11, + [80310] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180895,18 +182934,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -180923,7 +182964,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, @@ -180938,10 +182978,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78835] = 2, - ACTIONS(10960), 11, + [80369] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -180951,12 +182991,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -180994,10 +183035,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78893] = 2, - ACTIONS(10956), 11, + [80428] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181007,12 +183048,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181050,10 +183092,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78951] = 2, - ACTIONS(10952), 11, + [80487] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181063,12 +183105,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181106,10 +183149,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79009] = 2, - ACTIONS(10948), 11, + [80546] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181119,12 +183162,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181162,10 +183206,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79067] = 2, - ACTIONS(10944), 11, + [80605] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181175,12 +183219,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181218,10 +183263,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79125] = 2, - ACTIONS(10940), 11, + [80664] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181231,12 +183276,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181274,10 +183320,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79183] = 2, - ACTIONS(10932), 11, + [80723] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181287,12 +183333,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181330,10 +183377,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79241] = 2, - ACTIONS(10928), 11, + [80782] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181343,12 +183390,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181386,10 +183434,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79299] = 2, - ACTIONS(10924), 11, + [80841] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181399,12 +183447,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181442,10 +183491,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79357] = 2, - ACTIONS(10920), 11, + [80900] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181455,12 +183504,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181498,10 +183548,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79415] = 2, - ACTIONS(10916), 11, + [80959] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181511,12 +183561,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181554,10 +183605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79473] = 2, - ACTIONS(10912), 11, + [81018] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181567,12 +183618,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181610,10 +183662,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79531] = 2, - ACTIONS(10908), 11, + [81077] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181623,12 +183675,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181666,10 +183719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79589] = 2, - ACTIONS(10904), 11, + [81136] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181679,12 +183732,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181722,10 +183776,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79647] = 2, - ACTIONS(10900), 11, + [81195] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181735,12 +183789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181778,10 +183833,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79705] = 2, - ACTIONS(10896), 11, + [81254] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181791,12 +183846,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181834,10 +183890,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79763] = 2, - ACTIONS(10892), 11, + [81313] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181847,12 +183903,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181890,10 +183947,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79821] = 2, - ACTIONS(10888), 11, + [81372] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181903,12 +183960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -181946,10 +184004,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79879] = 2, - ACTIONS(11024), 11, + [81431] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -181959,12 +184017,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182002,10 +184061,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79937] = 2, - ACTIONS(10884), 11, + [81490] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182015,12 +184074,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182058,10 +184118,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79995] = 2, - ACTIONS(10880), 11, + [81549] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182071,12 +184131,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182114,10 +184175,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80053] = 2, - ACTIONS(10876), 11, + [81608] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182127,12 +184188,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182170,10 +184232,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80111] = 2, - ACTIONS(10872), 11, + [81667] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182183,12 +184245,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182226,10 +184289,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80169] = 2, - ACTIONS(10868), 11, + [81726] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182239,12 +184302,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182282,10 +184346,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80227] = 2, - ACTIONS(10864), 11, + [81785] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182295,12 +184359,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182338,10 +184403,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80285] = 2, - ACTIONS(10860), 11, + [81844] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182351,12 +184416,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182394,10 +184460,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80343] = 2, - ACTIONS(10856), 11, + [81903] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182407,12 +184473,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182450,10 +184517,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80401] = 2, - ACTIONS(10852), 11, + [81962] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182463,12 +184530,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182506,10 +184574,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80459] = 2, - ACTIONS(10848), 11, + [82021] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182519,12 +184587,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182562,10 +184631,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80517] = 2, - ACTIONS(10844), 11, + [82080] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182575,12 +184644,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182618,10 +184688,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80575] = 2, - ACTIONS(10678), 11, + [82139] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182631,12 +184701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182674,10 +184745,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80633] = 2, - ACTIONS(10840), 11, + [82198] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182687,12 +184758,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182730,10 +184802,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80691] = 2, - ACTIONS(10836), 11, + [82257] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182743,12 +184815,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182786,10 +184859,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80749] = 2, - ACTIONS(10832), 11, + [82316] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182799,19 +184872,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, 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, @@ -182842,10 +184916,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80807] = 2, - ACTIONS(10828), 11, + [82375] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182855,12 +184929,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182898,10 +184973,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80865] = 2, - ACTIONS(10824), 11, + [82434] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182911,12 +184986,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -182954,10 +185030,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80923] = 2, - ACTIONS(10818), 11, + [82493] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -182967,12 +185043,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183010,10 +185087,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80981] = 2, - ACTIONS(10714), 11, + [82552] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183023,14 +185100,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -183052,6 +185129,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, @@ -183066,10 +185144,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81039] = 2, - ACTIONS(10814), 11, + [82611] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183079,12 +185157,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183122,10 +185201,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81097] = 2, - ACTIONS(10810), 11, + [82670] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183135,12 +185214,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183178,10 +185258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81155] = 2, - ACTIONS(10806), 11, + [82729] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183191,19 +185271,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10943), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -183234,10 +185315,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81213] = 2, - ACTIONS(11014), 11, + [82788] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183247,18 +185328,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -183275,7 +185358,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, @@ -183290,10 +185372,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81271] = 2, - ACTIONS(10798), 11, + [82847] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183303,12 +185385,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183346,10 +185429,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81329] = 2, - ACTIONS(10794), 11, + [82906] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183359,12 +185442,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183402,10 +185486,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81387] = 2, - ACTIONS(10802), 11, + [82965] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183415,19 +185499,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, - ts_builtin_sym_end, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -183458,10 +185543,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81445] = 2, - ACTIONS(10790), 11, + [83024] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183471,12 +185556,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183514,10 +185600,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81503] = 2, - ACTIONS(10786), 11, + [83083] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183527,12 +185613,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183570,10 +185657,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81561] = 2, - ACTIONS(10782), 11, + [83142] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183583,12 +185670,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183626,10 +185714,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81619] = 2, - ACTIONS(10778), 11, + [83201] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183639,19 +185727,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, 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, @@ -183682,10 +185771,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81677] = 2, - ACTIONS(10774), 11, + [83260] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183695,12 +185784,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183738,10 +185828,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81735] = 2, - ACTIONS(10770), 11, + [83319] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183751,12 +185841,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183794,10 +185885,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81793] = 2, - ACTIONS(10766), 11, + [83378] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183807,19 +185898,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, 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, @@ -183850,10 +185942,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81851] = 2, - ACTIONS(10722), 11, + [83437] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183863,19 +185955,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, 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, @@ -183906,10 +185999,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81909] = 2, - ACTIONS(10762), 11, + [83496] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183919,12 +186012,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -183962,10 +186056,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81967] = 2, - ACTIONS(10758), 11, + [83555] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -183975,12 +186069,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184018,10 +186113,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82025] = 2, - ACTIONS(10802), 11, + [83614] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184031,19 +186126,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, 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, @@ -184074,10 +186170,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82083] = 2, - ACTIONS(10754), 11, + [83673] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184087,12 +186183,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184130,10 +186227,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82141] = 2, - ACTIONS(10750), 11, + [83732] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184143,19 +186240,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, 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, @@ -184186,10 +186284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82199] = 2, - ACTIONS(10746), 11, + [83791] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184199,12 +186297,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184242,10 +186341,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82257] = 2, - ACTIONS(10742), 11, + [83850] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184255,12 +186354,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184298,10 +186398,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82315] = 2, - ACTIONS(10738), 11, + [83909] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184311,12 +186411,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184354,10 +186455,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82373] = 2, - ACTIONS(10734), 11, + [83968] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184367,12 +186468,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184410,10 +186512,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82431] = 2, - ACTIONS(10730), 11, + [84027] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184423,12 +186525,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184466,10 +186569,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82489] = 2, - ACTIONS(10726), 11, + [84086] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184479,12 +186582,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184522,10 +186626,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82547] = 2, - ACTIONS(10674), 11, + [84145] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184535,12 +186639,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184578,10 +186683,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82605] = 2, - ACTIONS(10802), 11, + [84204] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184591,19 +186696,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, 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, @@ -184634,10 +186740,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82663] = 2, - ACTIONS(10722), 11, + [84263] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184647,68 +186753,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [82721] = 2, - ACTIONS(10718), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10716), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184746,10 +186797,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82779] = 2, - ACTIONS(10714), 11, + [84322] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184759,19 +186810,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, 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, @@ -184802,10 +186854,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82837] = 2, - ACTIONS(10674), 11, + [84381] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184815,18 +186867,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -184858,10 +186911,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82895] = 2, - ACTIONS(10710), 11, + [84440] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184871,19 +186924,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, 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, @@ -184914,10 +186968,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82953] = 2, - ACTIONS(11004), 11, + [84499] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184927,12 +186981,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -184970,10 +187025,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83011] = 2, - ACTIONS(10996), 11, + [84558] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -184983,12 +187038,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185026,10 +187082,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83069] = 2, - ACTIONS(10992), 11, + [84617] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185039,12 +187095,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185082,10 +187139,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83127] = 2, - ACTIONS(10988), 11, + [84676] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185095,12 +187152,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185138,10 +187196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83185] = 2, - ACTIONS(11000), 11, + [84735] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185151,12 +187209,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185194,10 +187253,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83243] = 2, - ACTIONS(10984), 11, + [84794] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185207,12 +187266,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185250,10 +187310,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83301] = 2, - ACTIONS(10980), 11, + [84853] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185263,12 +187323,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185306,10 +187367,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83359] = 2, - ACTIONS(10976), 11, + [84912] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185319,18 +187380,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -185349,6 +187410,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, @@ -185362,10 +187424,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83417] = 2, - ACTIONS(10972), 11, + [84971] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185375,12 +187437,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185418,10 +187481,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83475] = 2, - ACTIONS(10968), 11, + [85030] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185431,12 +187494,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185474,10 +187538,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83533] = 2, - ACTIONS(10936), 11, + [85089] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185487,17 +187551,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -185516,7 +187582,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, @@ -185530,10 +187595,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83591] = 2, - ACTIONS(10964), 11, + [85148] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185543,12 +187608,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185586,10 +187652,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83649] = 2, - ACTIONS(10960), 11, + [85207] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185599,12 +187665,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185642,10 +187709,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83707] = 2, - ACTIONS(10956), 11, + [85266] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185655,12 +187722,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185698,10 +187766,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83765] = 2, - ACTIONS(10952), 11, + [85325] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185711,12 +187779,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185754,10 +187823,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83823] = 2, - ACTIONS(10948), 11, + [85384] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185767,12 +187836,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185810,10 +187880,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83881] = 2, - ACTIONS(10944), 11, + [85443] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185823,12 +187893,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185866,10 +187937,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83939] = 2, - ACTIONS(10940), 11, + [85502] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185879,12 +187950,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185922,10 +187994,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83997] = 2, - ACTIONS(10932), 11, + [85561] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185935,12 +188007,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -185978,10 +188051,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84055] = 2, - ACTIONS(10928), 11, + [85620] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -185991,12 +188064,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186034,10 +188108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84113] = 2, - ACTIONS(10924), 11, + [85679] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186047,18 +188121,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -186090,10 +188165,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84171] = 2, - ACTIONS(10920), 11, + [85738] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186103,12 +188178,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186146,10 +188222,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84229] = 2, - ACTIONS(10916), 11, + [85797] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186159,12 +188235,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186202,10 +188279,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84287] = 2, - ACTIONS(10818), 11, + [85856] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186215,12 +188292,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186258,10 +188336,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84345] = 2, - ACTIONS(10908), 11, + [85915] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186271,12 +188349,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186314,10 +188393,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84403] = 2, - ACTIONS(10904), 11, + [85974] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186327,12 +188406,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186370,10 +188450,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84461] = 2, - ACTIONS(10900), 11, + [86033] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186383,12 +188463,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186426,10 +188507,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84519] = 2, - ACTIONS(10896), 11, + [86092] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186439,12 +188520,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186482,10 +188564,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84577] = 2, - ACTIONS(10892), 11, + [86151] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186495,12 +188577,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186538,10 +188621,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84635] = 2, - ACTIONS(10888), 11, + [86210] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186551,12 +188634,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186594,10 +188678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84693] = 2, - ACTIONS(11024), 11, + [86269] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186607,12 +188691,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186650,10 +188735,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84751] = 2, - ACTIONS(10884), 11, + [86328] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186663,12 +188748,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186706,10 +188792,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84809] = 2, - ACTIONS(10880), 11, + [86387] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186719,12 +188805,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186762,10 +188849,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84867] = 2, - ACTIONS(10876), 11, + [86446] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186775,12 +188862,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186818,10 +188906,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84925] = 2, - ACTIONS(10872), 11, + [86505] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186831,12 +188919,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186874,10 +188963,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84983] = 2, - ACTIONS(10868), 11, + [86564] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186887,18 +188976,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -186930,10 +189020,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85041] = 2, - ACTIONS(10864), 11, + [86623] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186943,12 +189033,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -186986,10 +189077,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85099] = 2, - ACTIONS(10860), 11, + [86682] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -186999,12 +189090,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187042,10 +189134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85157] = 2, - ACTIONS(10726), 11, + [86741] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187055,18 +189147,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -187098,10 +189191,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85215] = 2, - ACTIONS(10856), 11, + [86800] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187111,12 +189204,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187154,10 +189248,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85273] = 2, - ACTIONS(10852), 11, + [86859] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187167,18 +189261,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -187210,10 +189305,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85331] = 2, - ACTIONS(10848), 11, + [86918] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187223,12 +189318,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187266,10 +189362,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85389] = 2, - ACTIONS(10844), 11, + [86977] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187279,12 +189375,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187322,10 +189419,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85447] = 2, - ACTIONS(10730), 11, + [87036] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187335,18 +189432,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -187378,10 +189476,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85505] = 2, - ACTIONS(10678), 11, + [87095] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187391,12 +189489,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187434,10 +189533,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85563] = 2, - ACTIONS(10840), 11, + [87154] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187447,12 +189546,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187490,10 +189590,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85621] = 2, - ACTIONS(10836), 11, + [87213] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187503,12 +189603,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187546,10 +189647,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85679] = 2, - ACTIONS(10832), 11, + [87272] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187559,12 +189660,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187602,10 +189704,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85737] = 2, - ACTIONS(10828), 11, + [87331] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187615,12 +189717,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187658,10 +189761,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85795] = 2, - ACTIONS(10824), 11, + [87390] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187671,18 +189774,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -187701,6 +189804,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, @@ -187714,10 +189818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85853] = 2, - ACTIONS(10674), 11, + [87449] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187727,14 +189831,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, - ts_builtin_sym_end, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -187770,10 +189875,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85911] = 2, - ACTIONS(10814), 11, + [87508] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187783,12 +189888,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187826,10 +189932,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85969] = 2, - ACTIONS(11014), 11, + [87567] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187839,17 +189945,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -187868,7 +189976,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, @@ -187882,10 +189989,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86027] = 2, - ACTIONS(10734), 11, + [87626] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187895,18 +190002,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -187938,10 +190046,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86085] = 2, - ACTIONS(10810), 11, + [87685] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -187951,12 +190059,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -187994,10 +190103,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86143] = 2, - ACTIONS(10806), 11, + [87744] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188007,18 +190116,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -188050,10 +190160,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86201] = 2, - ACTIONS(10798), 11, + [87803] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188063,12 +190173,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188106,10 +190217,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86259] = 2, - ACTIONS(10794), 11, + [87862] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188119,12 +190230,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188162,10 +190274,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86317] = 2, - ACTIONS(10726), 11, + [87921] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188175,18 +190287,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, - ts_builtin_sym_end, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -188218,10 +190331,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86375] = 2, - ACTIONS(10790), 11, + [87980] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188231,12 +190344,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188274,10 +190388,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86433] = 2, - ACTIONS(10786), 11, + [88039] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188287,12 +190401,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188330,10 +190445,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86491] = 2, - ACTIONS(10782), 11, + [88098] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188343,12 +190458,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188386,10 +190502,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86549] = 2, - ACTIONS(10778), 11, + [88157] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188399,12 +190515,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188442,10 +190559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86607] = 2, - ACTIONS(10774), 11, + [88216] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188455,18 +190572,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -188498,10 +190616,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86665] = 2, - ACTIONS(10770), 11, + [88275] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188511,18 +190629,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -188554,10 +190673,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86723] = 2, - ACTIONS(10766), 11, + [88334] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188567,12 +190686,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188610,10 +190730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86781] = 2, - ACTIONS(10852), 11, + [88393] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188623,18 +190743,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -188666,10 +190787,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86839] = 2, - ACTIONS(10738), 11, + [88452] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188679,12 +190800,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -188722,10 +190844,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86897] = 2, - ACTIONS(10762), 11, + [88511] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188735,12 +190857,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188778,10 +190901,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86955] = 2, - ACTIONS(10758), 11, + [88570] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188791,12 +190914,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188834,10 +190958,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87013] = 2, - ACTIONS(10742), 11, + [88629] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188847,18 +190971,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -188890,10 +191015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87071] = 2, - ACTIONS(10754), 11, + [88688] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188903,12 +191028,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -188946,10 +191072,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87129] = 2, - ACTIONS(10750), 11, + [88747] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -188959,12 +191085,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189002,10 +191129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87187] = 2, - ACTIONS(10746), 11, + [88806] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189015,12 +191142,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189058,10 +191186,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87245] = 2, - ACTIONS(10742), 11, + [88865] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189071,12 +191199,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189114,10 +191243,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87303] = 2, - ACTIONS(10738), 11, + [88924] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189127,12 +191256,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189170,10 +191300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87361] = 2, - ACTIONS(10734), 11, + [88983] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189183,12 +191313,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189226,10 +191357,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87419] = 2, - ACTIONS(10730), 11, + [89042] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189239,12 +191370,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189282,10 +191414,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87477] = 2, - ACTIONS(10726), 11, + [89101] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189295,12 +191427,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189338,10 +191471,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87535] = 2, - ACTIONS(10674), 11, + [89160] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189351,12 +191484,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189394,10 +191528,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87593] = 2, - ACTIONS(10802), 11, + [89219] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189407,12 +191541,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189450,10 +191585,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87651] = 2, - ACTIONS(10722), 11, + [89278] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189463,18 +191598,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -189506,10 +191642,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87709] = 2, - ACTIONS(10718), 11, + [89337] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189519,12 +191655,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189562,10 +191699,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87767] = 2, - ACTIONS(10714), 11, + [89396] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189575,18 +191712,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -189618,10 +191756,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87825] = 2, - ACTIONS(10718), 11, + [89455] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189631,18 +191769,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -189674,10 +191813,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87883] = 2, - ACTIONS(10710), 11, + [89514] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189687,18 +191826,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -189730,10 +191870,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87941] = 2, - ACTIONS(11004), 11, + [89573] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189743,12 +191883,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189786,10 +191927,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87999] = 2, - ACTIONS(10996), 11, + [89632] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189799,12 +191940,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189842,10 +191984,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88057] = 2, - ACTIONS(10992), 11, + [89691] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189855,12 +191997,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -189898,10 +192041,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88115] = 2, - ACTIONS(10988), 11, + [89750] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189911,18 +192054,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -189942,6 +192085,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, @@ -189954,10 +192098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88173] = 2, - ACTIONS(11000), 11, + [89809] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -189967,12 +192111,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190010,10 +192155,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88231] = 2, - ACTIONS(10984), 11, + [89868] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190023,12 +192168,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190066,10 +192212,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88289] = 2, - ACTIONS(10936), 11, + [89927] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190079,17 +192225,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -190109,7 +192257,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, @@ -190122,10 +192269,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88347] = 2, - ACTIONS(10980), 11, + [89986] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190135,12 +192282,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190178,10 +192326,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88405] = 2, - ACTIONS(10976), 11, + [90045] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190191,12 +192339,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190234,10 +192383,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88463] = 2, - ACTIONS(10972), 11, + [90104] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190247,12 +192396,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190290,10 +192440,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88521] = 2, - ACTIONS(10968), 11, + [90163] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190303,12 +192453,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190346,10 +192497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88579] = 2, - ACTIONS(10964), 11, + [90222] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190359,12 +192510,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190402,10 +192554,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88637] = 2, - ACTIONS(10960), 11, + [90281] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190415,12 +192567,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190458,10 +192611,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88695] = 2, - ACTIONS(10956), 11, + [90340] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190471,12 +192624,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190514,10 +192668,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88753] = 2, - ACTIONS(10952), 11, + [90399] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190527,12 +192681,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190570,10 +192725,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88811] = 2, - ACTIONS(10948), 11, + [90458] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190583,12 +192738,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190626,10 +192782,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88869] = 2, - ACTIONS(10944), 11, + [90517] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190639,12 +192795,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190682,10 +192839,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88927] = 2, - ACTIONS(10940), 11, + [90576] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190695,12 +192852,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190738,10 +192896,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88985] = 2, - ACTIONS(10932), 11, + [90635] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190751,12 +192909,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190794,10 +192953,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89043] = 2, - ACTIONS(10928), 11, + [90694] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190807,12 +192966,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190850,10 +193010,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89101] = 2, - ACTIONS(10924), 11, + [90753] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190863,12 +193023,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190906,10 +193067,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89159] = 2, - ACTIONS(10920), 11, + [90812] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190919,12 +193080,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -190962,10 +193124,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89217] = 2, - ACTIONS(10916), 11, + [90871] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -190975,12 +193137,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191018,10 +193181,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89275] = 2, - ACTIONS(10912), 11, + [90930] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191031,12 +193194,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191074,10 +193238,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89333] = 2, - ACTIONS(10908), 11, + [90989] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191087,12 +193251,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191130,10 +193295,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89391] = 2, - ACTIONS(10904), 11, + [91048] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191143,12 +193308,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191186,10 +193352,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89449] = 2, - ACTIONS(10900), 11, + [91107] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191199,12 +193365,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191242,10 +193409,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89507] = 2, - ACTIONS(10896), 11, + [91166] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191255,12 +193422,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191298,10 +193466,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89565] = 2, - ACTIONS(10892), 11, + [91225] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191311,12 +193479,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191354,10 +193523,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89623] = 2, - ACTIONS(10888), 11, + [91284] = 2, + ACTIONS(11027), 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(11025), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATendfragment, + 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, + [91343] = 2, + ACTIONS(11027), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191367,12 +193593,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191410,10 +193637,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89681] = 2, - ACTIONS(11024), 11, + [91402] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191423,12 +193650,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191466,10 +193694,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89739] = 2, - ACTIONS(10884), 11, + [91461] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191479,12 +193707,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191522,10 +193751,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89797] = 2, - ACTIONS(10880), 11, + [91520] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191535,12 +193764,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191578,10 +193808,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89855] = 2, - ACTIONS(10876), 11, + [91579] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191591,12 +193821,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191634,10 +193865,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89913] = 2, - ACTIONS(10872), 11, + [91638] = 2, + ACTIONS(10893), 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(10891), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATendfragment, + 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, + [91697] = 2, + ACTIONS(11005), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191647,12 +193935,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191690,10 +193979,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89971] = 2, - ACTIONS(10868), 11, + [91756] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191703,12 +193992,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191746,10 +194036,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90029] = 2, - ACTIONS(10864), 11, + [91815] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191759,12 +194049,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191802,10 +194093,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90087] = 2, - ACTIONS(10860), 11, + [91874] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191815,12 +194106,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191858,10 +194150,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90145] = 2, - ACTIONS(10750), 11, + [91933] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191871,12 +194163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -191914,10 +194207,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90203] = 2, - ACTIONS(10856), 11, + [91992] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191927,12 +194220,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -191970,10 +194264,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90261] = 2, - ACTIONS(10852), 11, + [92051] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -191983,12 +194277,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192026,10 +194321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90319] = 2, - ACTIONS(10848), 11, + [92110] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192039,12 +194334,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192082,10 +194378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90377] = 2, - ACTIONS(10844), 11, + [92169] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192095,12 +194391,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192138,10 +194435,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90435] = 2, - ACTIONS(10754), 11, + [92228] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192151,14 +194448,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -192182,6 +194479,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, @@ -192194,10 +194492,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90493] = 2, - ACTIONS(10678), 11, + [92287] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192207,12 +194505,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192250,10 +194549,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90551] = 2, - ACTIONS(10840), 11, + [92346] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192263,12 +194562,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192306,10 +194606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90609] = 2, - ACTIONS(10836), 11, + [92405] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192319,12 +194619,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192362,10 +194663,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90667] = 2, - ACTIONS(10832), 11, + [92464] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192375,18 +194676,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -192418,10 +194720,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90725] = 2, - ACTIONS(11014), 11, + [92523] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192431,17 +194733,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -192461,7 +194765,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, @@ -192474,10 +194777,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90783] = 2, - ACTIONS(10828), 11, + [92582] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192487,18 +194790,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -192530,10 +194834,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90841] = 2, - ACTIONS(10824), 11, + [92641] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192543,12 +194847,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192586,10 +194891,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90899] = 2, - ACTIONS(10818), 11, + [92700] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192599,12 +194904,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192642,10 +194948,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90957] = 2, - ACTIONS(10758), 11, + [92759] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192655,18 +194961,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -192698,10 +195005,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91015] = 2, - ACTIONS(10814), 11, + [92818] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192711,12 +195018,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192754,10 +195062,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91073] = 2, - ACTIONS(10762), 11, + [92877] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192767,14 +195075,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -192796,6 +195104,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, @@ -192810,10 +195119,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91131] = 2, - ACTIONS(10810), 11, + [92936] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192823,12 +195132,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192866,10 +195176,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91189] = 2, - ACTIONS(10806), 11, + [92995] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192879,12 +195189,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -192922,10 +195233,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91247] = 2, - ACTIONS(10798), 11, + [93054] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192935,18 +195246,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -192964,6 +195275,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, @@ -192978,10 +195290,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91305] = 2, - ACTIONS(10794), 11, + [93113] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -192991,18 +195303,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -193020,6 +195332,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, @@ -193034,10 +195347,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91363] = 2, - ACTIONS(10710), 11, + [93172] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193047,12 +195360,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193090,10 +195404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91421] = 2, - ACTIONS(10782), 11, + [93231] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193103,18 +195417,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -193132,6 +195446,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, @@ -193146,10 +195461,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91479] = 2, - ACTIONS(10790), 11, + [93290] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193159,18 +195474,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -193188,6 +195503,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, @@ -193202,10 +195518,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91537] = 2, - ACTIONS(10714), 11, + [93349] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193215,12 +195531,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193258,10 +195575,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91595] = 2, - ACTIONS(10718), 11, + [93408] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193271,12 +195588,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193314,10 +195632,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91653] = 2, - ACTIONS(10722), 11, + [93467] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193327,17 +195645,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -193355,7 +195675,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, @@ -193370,10 +195689,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91711] = 2, - ACTIONS(10802), 11, + [93526] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193383,12 +195702,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193426,10 +195746,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91769] = 2, - ACTIONS(10674), 11, + [93585] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193439,12 +195759,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193482,10 +195803,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91827] = 2, - ACTIONS(10726), 11, + [93644] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193495,12 +195816,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193538,10 +195860,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91885] = 2, - ACTIONS(10730), 11, + [93703] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193551,12 +195873,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193594,10 +195917,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91943] = 2, - ACTIONS(10786), 11, + [93762] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193607,18 +195930,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -193636,6 +195959,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, @@ -193650,10 +195974,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92001] = 2, - ACTIONS(10734), 11, + [93821] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193663,12 +195987,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193706,10 +196031,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92059] = 2, - ACTIONS(10738), 11, + [93880] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193719,12 +196044,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193762,10 +196088,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92117] = 2, - ACTIONS(10742), 11, + [93939] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193775,12 +196101,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193818,10 +196145,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92175] = 2, - ACTIONS(10746), 11, + [93998] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193831,12 +196158,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193874,10 +196202,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92233] = 2, - ACTIONS(10750), 11, + [94057] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193887,12 +196215,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193930,10 +196259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92291] = 2, - ACTIONS(10754), 11, + [94116] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193943,12 +196272,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -193986,10 +196316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92349] = 2, - ACTIONS(10758), 11, + [94175] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -193999,12 +196329,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194042,10 +196373,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92407] = 2, - ACTIONS(10762), 11, + [94234] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194055,12 +196386,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194098,10 +196430,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92465] = 2, - ACTIONS(10766), 11, + [94293] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194111,12 +196443,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194154,10 +196487,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92523] = 2, - ACTIONS(10770), 11, + [94352] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194167,12 +196500,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194210,10 +196544,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92581] = 2, - ACTIONS(10774), 11, + [94411] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194223,17 +196557,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -194251,7 +196587,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, @@ -194266,10 +196601,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92639] = 2, - ACTIONS(10778), 11, + [94470] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194279,12 +196614,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194322,10 +196658,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92697] = 2, - ACTIONS(10782), 11, + [94529] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194335,12 +196671,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194378,10 +196715,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92755] = 2, - ACTIONS(10786), 11, + [94588] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194391,12 +196728,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194419,10 +196757,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, @@ -194434,10 +196772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92813] = 2, - ACTIONS(10790), 11, + [94647] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194447,12 +196785,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194490,10 +196829,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92871] = 2, - ACTIONS(10936), 11, + [94706] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194503,18 +196842,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -194532,6 +196871,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, @@ -194546,10 +196886,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92929] = 2, - ACTIONS(10794), 11, + [94765] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194559,12 +196899,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194602,10 +196943,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92987] = 2, - ACTIONS(10798), 11, + [94824] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194615,12 +196956,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194658,10 +197000,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93045] = 2, - ACTIONS(10936), 11, + [94883] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194671,12 +197013,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194699,10 +197042,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, @@ -194714,10 +197057,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93103] = 2, - ACTIONS(10806), 11, + [94942] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194727,12 +197070,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194770,10 +197114,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93161] = 2, - ACTIONS(10810), 11, + [95001] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194783,12 +197127,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194826,10 +197171,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93219] = 2, - ACTIONS(10814), 11, + [95060] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194839,12 +197184,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194882,10 +197228,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93277] = 2, - ACTIONS(10818), 11, + [95119] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194895,12 +197241,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194938,10 +197285,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93335] = 2, - ACTIONS(10824), 11, + [95178] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -194951,12 +197298,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -194994,10 +197342,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93393] = 2, - ACTIONS(10828), 11, + [95237] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195007,12 +197355,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195050,10 +197399,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93451] = 2, - ACTIONS(10832), 11, + [95296] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195063,12 +197412,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195106,10 +197456,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93509] = 2, - ACTIONS(10836), 11, + [95355] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195119,12 +197469,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195162,10 +197513,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93567] = 2, - ACTIONS(10840), 11, + [95414] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195175,12 +197526,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195218,10 +197570,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93625] = 2, - ACTIONS(10678), 11, + [95473] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195231,12 +197583,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195274,10 +197627,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93683] = 2, - ACTIONS(10844), 11, + [95532] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195287,12 +197640,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195330,10 +197684,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93741] = 2, - ACTIONS(10848), 11, + [95591] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195343,12 +197697,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195386,10 +197741,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93799] = 2, - ACTIONS(10852), 11, + [95650] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195399,12 +197754,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195442,10 +197798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93857] = 2, - ACTIONS(10856), 11, + [95709] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195455,12 +197811,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195498,10 +197855,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93915] = 2, - ACTIONS(10860), 11, + [95768] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195511,12 +197868,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195554,10 +197912,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93973] = 2, - ACTIONS(10864), 11, + [95827] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195567,12 +197925,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195610,10 +197969,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94031] = 2, - ACTIONS(10868), 11, + [95886] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195623,12 +197982,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195666,10 +198026,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94089] = 2, - ACTIONS(10872), 11, + [95945] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195679,12 +198039,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195722,10 +198083,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94147] = 2, - ACTIONS(10876), 11, + [96004] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195735,12 +198096,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195778,10 +198140,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94205] = 2, - ACTIONS(10880), 11, + [96063] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195791,12 +198153,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195834,10 +198197,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94263] = 2, - ACTIONS(10884), 11, + [96122] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195847,12 +198210,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195890,10 +198254,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94321] = 2, - ACTIONS(11024), 11, + [96181] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195903,12 +198267,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -195946,10 +198311,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94379] = 2, - ACTIONS(10888), 11, + [96240] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -195959,12 +198324,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196002,10 +198368,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94437] = 2, - ACTIONS(10892), 11, + [96299] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196015,12 +198381,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196058,10 +198425,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94495] = 2, - ACTIONS(10896), 11, + [96358] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196071,12 +198438,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196114,10 +198482,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94553] = 2, - ACTIONS(10900), 11, + [96417] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196127,12 +198495,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196170,10 +198539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94611] = 2, - ACTIONS(10904), 11, + [96476] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196183,12 +198552,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196226,10 +198596,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94669] = 2, - ACTIONS(10908), 11, + [96535] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196239,12 +198609,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196282,10 +198653,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94727] = 2, - ACTIONS(10912), 11, + [96594] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196295,12 +198666,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196338,10 +198710,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94785] = 2, - ACTIONS(10916), 11, + [96653] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196351,12 +198723,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196394,10 +198767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94843] = 2, - ACTIONS(10920), 11, + [96712] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196407,12 +198780,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196450,10 +198824,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94901] = 2, - ACTIONS(10924), 11, + [96771] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196463,12 +198837,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196506,10 +198881,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94959] = 2, - ACTIONS(10928), 11, + [96830] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196519,12 +198894,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196562,10 +198938,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95017] = 2, - ACTIONS(10932), 11, + [96889] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196575,12 +198951,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196618,10 +198995,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95075] = 2, - ACTIONS(10940), 11, + [96948] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196631,12 +199008,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196674,10 +199052,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95133] = 2, - ACTIONS(10944), 11, + [97007] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196687,12 +199065,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196730,10 +199109,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95191] = 2, - ACTIONS(10948), 11, + [97066] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196743,12 +199122,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196771,10 +199151,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, @@ -196786,10 +199166,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95249] = 2, - ACTIONS(10952), 11, + [97125] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196799,12 +199179,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196842,10 +199223,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95307] = 2, - ACTIONS(10956), 11, + [97184] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196855,12 +199236,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196898,10 +199280,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95365] = 2, - ACTIONS(10960), 11, + [97243] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196911,12 +199293,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -196954,10 +199337,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95423] = 2, - ACTIONS(10964), 11, + [97302] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -196967,12 +199350,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197010,10 +199394,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95481] = 2, - ACTIONS(11014), 11, + [97361] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197023,12 +199407,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197051,10 +199436,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, @@ -197066,10 +199451,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95539] = 2, - ACTIONS(10968), 11, + [97420] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197079,12 +199464,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197122,10 +199508,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95597] = 2, - ACTIONS(10972), 11, + [97479] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197135,12 +199521,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197178,10 +199565,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95655] = 2, - ACTIONS(10976), 11, + [97538] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197191,12 +199578,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197234,10 +199622,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95713] = 2, - ACTIONS(10980), 11, + [97597] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197247,12 +199635,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197290,10 +199679,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95771] = 2, - ACTIONS(10984), 11, + [97656] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197303,12 +199692,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197346,10 +199736,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95829] = 2, - ACTIONS(11000), 11, + [97715] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197359,12 +199749,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197387,8 +199778,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, @@ -197402,10 +199793,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95887] = 2, - ACTIONS(10988), 11, + [97774] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197415,17 +199806,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -197443,7 +199836,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, @@ -197458,10 +199850,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95945] = 2, - ACTIONS(10992), 11, + [97833] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197471,17 +199863,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -197499,7 +199893,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, @@ -197514,10 +199907,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96003] = 2, - ACTIONS(10996), 11, + [97892] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197527,12 +199920,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197555,8 +199949,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, @@ -197570,10 +199964,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96061] = 2, - ACTIONS(11004), 11, + [97951] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197583,12 +199977,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197611,8 +200006,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, @@ -197626,10 +200021,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96119] = 2, - ACTIONS(10710), 11, + [98010] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197639,12 +200034,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197682,10 +200078,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96177] = 2, - ACTIONS(10766), 11, + [98069] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197695,18 +200091,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -197725,6 +200121,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, @@ -197738,10 +200135,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96235] = 2, - ACTIONS(10778), 11, + [98128] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197751,18 +200148,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -197781,6 +200178,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, @@ -197794,10 +200192,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96293] = 2, - ACTIONS(10714), 11, + [98187] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197807,12 +200205,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197850,10 +200249,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96351] = 2, - ACTIONS(10718), 11, + [98246] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197863,12 +200262,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -197906,10 +200306,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96409] = 2, - ACTIONS(10722), 11, + [98305] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197919,17 +200319,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -197948,7 +200350,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, @@ -197962,10 +200363,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96467] = 2, - ACTIONS(10802), 11, + [98364] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -197975,12 +200376,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198018,10 +200420,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96525] = 2, - ACTIONS(10674), 11, + [98423] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198031,12 +200433,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198074,10 +200477,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96583] = 2, - ACTIONS(10726), 11, + [98482] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198087,12 +200490,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198130,10 +200534,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96641] = 2, - ACTIONS(10730), 11, + [98541] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198143,12 +200547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198186,10 +200591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96699] = 2, - ACTIONS(10774), 11, + [98600] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198199,18 +200604,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -198229,6 +200634,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, @@ -198242,10 +200648,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96757] = 2, - ACTIONS(10734), 11, + [98659] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198255,12 +200661,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198298,10 +200705,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96815] = 2, - ACTIONS(10738), 11, + [98718] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198311,12 +200718,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198354,10 +200762,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96873] = 2, - ACTIONS(10742), 11, + [98777] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198367,12 +200775,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198410,10 +200819,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96931] = 2, - ACTIONS(10746), 11, + [98836] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198423,12 +200832,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198466,10 +200876,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96989] = 2, - ACTIONS(10750), 11, + [98895] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198479,12 +200889,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198522,10 +200933,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97047] = 2, - ACTIONS(10754), 11, + [98954] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198535,12 +200946,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198578,10 +200990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97105] = 2, - ACTIONS(10758), 11, + [99013] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198591,12 +201003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198634,10 +201047,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97163] = 2, - ACTIONS(10762), 11, + [99072] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198647,12 +201060,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198690,10 +201104,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97221] = 2, - ACTIONS(10766), 11, + [99131] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198703,12 +201117,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198746,10 +201161,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97279] = 2, - ACTIONS(10770), 11, + [99190] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198759,12 +201174,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198802,10 +201218,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97337] = 2, - ACTIONS(10774), 11, + [99249] = 2, + ACTIONS(10889), 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(10887), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATendfragment, + 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, + [99308] = 2, + ACTIONS(10929), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198815,12 +201288,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198858,10 +201332,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97395] = 2, - ACTIONS(10778), 11, + [99367] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198871,12 +201345,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198914,10 +201389,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97453] = 2, - ACTIONS(10782), 11, + [99426] = 2, + ACTIONS(11129), 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(11127), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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_ATendtask, + 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, + [99485] = 2, + ACTIONS(10953), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198927,12 +201459,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -198970,10 +201503,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97511] = 2, - ACTIONS(10786), 11, + [99544] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -198983,12 +201516,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199026,10 +201560,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97569] = 2, - ACTIONS(10790), 11, + [99603] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199039,12 +201573,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199082,10 +201617,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97627] = 2, - ACTIONS(10770), 11, + [99662] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199095,18 +201630,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -199125,6 +201660,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, @@ -199138,10 +201674,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97685] = 2, - ACTIONS(10794), 11, + [99721] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199151,12 +201687,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199194,10 +201731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97743] = 2, - ACTIONS(10798), 11, + [99780] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199207,12 +201744,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199250,10 +201788,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97801] = 2, - ACTIONS(10936), 11, + [99839] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199263,12 +201801,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199292,11 +201831,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, @@ -199306,10 +201845,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97859] = 2, - ACTIONS(10806), 11, + [99898] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199319,12 +201858,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199362,10 +201902,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97917] = 2, - ACTIONS(10810), 11, + [99957] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199375,12 +201915,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199418,10 +201959,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97975] = 2, - ACTIONS(10814), 11, + [100016] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199431,12 +201972,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199474,10 +202016,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98033] = 2, - ACTIONS(10818), 11, + [100075] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199487,12 +202029,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199530,10 +202073,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98091] = 2, - ACTIONS(10824), 11, + [100134] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199543,12 +202086,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199586,10 +202130,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98149] = 2, - ACTIONS(10828), 11, + [100193] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199599,12 +202143,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199642,10 +202187,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98207] = 2, - ACTIONS(10832), 11, + [100252] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199655,12 +202200,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199698,10 +202244,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98265] = 2, - ACTIONS(10836), 11, + [100311] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199711,12 +202257,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199754,10 +202301,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98323] = 2, - ACTIONS(10840), 11, + [100370] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199767,12 +202314,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199810,10 +202358,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98381] = 2, - ACTIONS(10678), 11, + [100429] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199823,12 +202371,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199866,10 +202415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98439] = 2, - ACTIONS(10844), 11, + [100488] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199879,12 +202428,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199922,10 +202472,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98497] = 2, - ACTIONS(10848), 11, + [100547] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199935,12 +202485,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -199978,10 +202529,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98555] = 2, - ACTIONS(10852), 11, + [100606] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -199991,12 +202542,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200034,10 +202586,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98613] = 2, - ACTIONS(10856), 11, + [100665] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200047,12 +202599,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200090,10 +202643,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98671] = 2, - ACTIONS(10860), 11, + [100724] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200103,12 +202656,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200146,10 +202700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98729] = 2, - ACTIONS(10864), 11, + [100783] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200159,12 +202713,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200202,10 +202757,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98787] = 2, - ACTIONS(10868), 11, + [100842] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200215,12 +202770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200258,10 +202814,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98845] = 2, - ACTIONS(10872), 11, + [100901] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200271,12 +202827,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200314,10 +202871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98903] = 2, - ACTIONS(10876), 11, + [100960] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200327,12 +202884,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200370,10 +202928,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98961] = 2, - ACTIONS(10880), 11, + [101019] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200383,12 +202941,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200426,10 +202985,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99019] = 2, - ACTIONS(10884), 11, + [101078] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200439,12 +202998,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200482,10 +203042,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99077] = 2, - ACTIONS(11024), 11, + [101137] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200495,12 +203055,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200538,10 +203099,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99135] = 2, - ACTIONS(10888), 11, + [101196] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200551,12 +203112,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200594,10 +203156,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99193] = 2, - ACTIONS(10892), 11, + [101255] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200607,12 +203169,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200650,10 +203213,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99251] = 2, - ACTIONS(10896), 11, + [101314] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200663,12 +203226,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200706,10 +203270,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99309] = 2, - ACTIONS(10900), 11, + [101373] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200719,12 +203283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200762,10 +203327,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99367] = 2, - ACTIONS(10904), 11, + [101432] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200775,12 +203340,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200818,10 +203384,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99425] = 2, - ACTIONS(10908), 11, + [101491] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200831,12 +203397,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200874,10 +203441,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99483] = 2, - ACTIONS(10912), 11, + [101550] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200887,12 +203454,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200930,10 +203498,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99541] = 2, - ACTIONS(10916), 11, + [101609] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200943,12 +203511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -200986,10 +203555,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99599] = 2, - ACTIONS(10920), 11, + [101668] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -200999,12 +203568,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201042,10 +203612,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99657] = 2, - ACTIONS(10924), 11, + [101727] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201055,12 +203625,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201098,10 +203669,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99715] = 2, - ACTIONS(10928), 11, + [101786] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201111,12 +203682,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201154,10 +203726,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99773] = 2, - ACTIONS(10932), 11, + [101845] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201167,12 +203739,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201210,10 +203783,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99831] = 2, - ACTIONS(10940), 11, + [101904] = 2, + ACTIONS(11177), 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(11175), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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_ATendtask, + 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, + [101963] = 2, + ACTIONS(11121), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201223,12 +203853,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201266,10 +203897,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99889] = 2, - ACTIONS(10944), 11, + [102022] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201279,12 +203910,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201322,10 +203954,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99947] = 2, - ACTIONS(10948), 11, + [102081] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201335,12 +203967,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201378,10 +204011,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100005] = 2, - ACTIONS(10952), 11, + [102140] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201391,12 +204024,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201434,10 +204068,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100063] = 2, - ACTIONS(10956), 11, + [102199] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201447,12 +204081,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201490,10 +204125,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100121] = 2, - ACTIONS(10960), 11, + [102258] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201503,12 +204138,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201546,10 +204182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100179] = 2, - ACTIONS(10964), 11, + [102317] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201559,12 +204195,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201602,10 +204239,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100237] = 2, - ACTIONS(11014), 11, + [102376] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201615,12 +204252,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201644,11 +204282,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, @@ -201658,10 +204296,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100295] = 2, - ACTIONS(10968), 11, + [102435] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201671,12 +204309,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201714,10 +204353,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100353] = 2, - ACTIONS(10972), 11, + [102494] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201727,12 +204366,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201770,10 +204410,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100411] = 2, - ACTIONS(10976), 11, + [102553] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201783,12 +204423,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201812,8 +204453,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, @@ -201826,10 +204467,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100469] = 2, - ACTIONS(10980), 11, + [102612] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201839,17 +204480,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -201868,7 +204511,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, @@ -201882,10 +204524,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100527] = 2, - ACTIONS(10984), 11, + [102671] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201895,13 +204537,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -201924,7 +204568,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, @@ -201938,10 +204581,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100585] = 2, - ACTIONS(11000), 11, + [102730] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -201951,12 +204594,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -201980,8 +204624,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, @@ -201994,10 +204638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100643] = 2, - ACTIONS(10988), 11, + [102789] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202007,12 +204651,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202036,8 +204681,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, @@ -202050,10 +204695,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100701] = 2, - ACTIONS(10992), 11, + [102848] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202063,12 +204708,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202092,8 +204738,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, @@ -202106,10 +204752,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100759] = 2, - ACTIONS(10996), 11, + [102907] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202119,12 +204765,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202148,8 +204795,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, @@ -202162,10 +204809,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100817] = 2, - ACTIONS(11004), 11, + [102966] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202175,12 +204822,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202204,8 +204852,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, @@ -202218,10 +204866,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100875] = 2, - ACTIONS(10710), 11, + [103025] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202231,12 +204879,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202274,10 +204923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100933] = 2, - ACTIONS(10742), 11, + [103084] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202287,18 +204936,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -202318,6 +204967,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, @@ -202330,10 +204980,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100991] = 2, - ACTIONS(10766), 11, + [103143] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202343,18 +204993,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -202386,10 +205037,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101049] = 2, - ACTIONS(10714), 11, + [103202] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202399,12 +205050,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202442,10 +205094,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101107] = 2, - ACTIONS(10718), 11, + [103261] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202455,12 +205107,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202498,10 +205151,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101165] = 2, - ACTIONS(10722), 11, + [103320] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202511,12 +205164,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202554,10 +205208,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101223] = 2, - ACTIONS(10802), 11, + [103379] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202567,12 +205221,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202610,10 +205265,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101281] = 2, - ACTIONS(10674), 11, + [103438] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202623,12 +205278,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202666,10 +205322,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101339] = 2, - ACTIONS(10726), 11, + [103497] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202679,12 +205335,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202722,10 +205379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101397] = 2, - ACTIONS(10730), 11, + [103556] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202735,12 +205392,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202778,10 +205436,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101455] = 2, - ACTIONS(10762), 11, + [103615] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202791,18 +205449,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -202822,6 +205480,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, @@ -202834,10 +205493,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101513] = 2, - ACTIONS(10734), 11, + [103674] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202847,12 +205506,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202890,10 +205550,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101571] = 2, - ACTIONS(10738), 11, + [103733] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202903,12 +205563,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -202946,10 +205607,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101629] = 2, - ACTIONS(10742), 11, + [103792] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -202959,12 +205620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203002,10 +205664,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101687] = 2, - ACTIONS(10746), 11, + [103851] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203015,12 +205677,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203058,10 +205721,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101745] = 2, - ACTIONS(10750), 11, + [103910] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203071,12 +205734,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203114,10 +205778,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101803] = 2, - ACTIONS(10754), 11, + [103969] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203127,12 +205791,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203170,10 +205835,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101861] = 2, - ACTIONS(10758), 11, + [104028] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203183,12 +205848,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203226,10 +205892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101919] = 2, - ACTIONS(10762), 11, + [104087] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203239,17 +205905,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -203269,7 +205937,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, @@ -203282,10 +205949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101977] = 2, - ACTIONS(10766), 11, + [104146] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203295,12 +205962,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203338,10 +206006,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102035] = 2, - ACTIONS(10770), 11, + [104205] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203351,12 +206019,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203394,10 +206063,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102093] = 2, - ACTIONS(10774), 11, + [104264] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203407,12 +206076,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203437,11 +206107,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, @@ -203450,10 +206120,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102151] = 2, - ACTIONS(10778), 11, + [104323] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203463,12 +206133,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203506,10 +206177,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102209] = 2, - ACTIONS(10782), 11, + [104382] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203519,12 +206190,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203562,10 +206234,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102267] = 2, - ACTIONS(10786), 11, + [104441] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203575,12 +206247,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203618,10 +206291,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102325] = 2, - ACTIONS(10790), 11, + [104500] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203631,12 +206304,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203674,10 +206348,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102383] = 2, - ACTIONS(10758), 11, + [104559] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203687,18 +206361,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -203718,6 +206392,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, @@ -203730,10 +206405,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102441] = 2, - ACTIONS(10794), 11, + [104618] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203743,12 +206418,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203786,10 +206462,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102499] = 2, - ACTIONS(10798), 11, + [104677] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203799,12 +206475,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203842,10 +206519,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102557] = 2, - ACTIONS(10936), 11, + [104736] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203855,12 +206532,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203885,11 +206563,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, @@ -203898,10 +206576,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102615] = 2, - ACTIONS(10806), 11, + [104795] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203911,12 +206589,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -203954,10 +206633,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102673] = 2, - ACTIONS(10810), 11, + [104854] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -203967,12 +206646,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204010,10 +206690,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102731] = 2, - ACTIONS(10814), 11, + [104913] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204023,12 +206703,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204066,10 +206747,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102789] = 2, - ACTIONS(10818), 11, + [104972] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204079,12 +206760,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204122,10 +206804,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102847] = 2, - ACTIONS(10824), 11, + [105031] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204135,12 +206817,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204178,10 +206861,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102905] = 2, - ACTIONS(10828), 11, + [105090] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204191,12 +206874,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204234,10 +206918,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102963] = 2, - ACTIONS(10832), 11, + [105149] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204247,12 +206931,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204290,10 +206975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103021] = 2, - ACTIONS(10836), 11, + [105208] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204303,12 +206988,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204346,10 +207032,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103079] = 2, - ACTIONS(10840), 11, + [105267] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204359,12 +207045,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204402,10 +207089,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103137] = 2, - ACTIONS(10678), 11, + [105326] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204415,12 +207102,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204458,10 +207146,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103195] = 2, - ACTIONS(10844), 11, + [105385] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204471,12 +207159,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204514,10 +207203,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103253] = 2, - ACTIONS(10848), 11, + [105444] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204527,12 +207216,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204570,10 +207260,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103311] = 2, - ACTIONS(10852), 11, + [105503] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204583,12 +207273,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204626,10 +207317,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103369] = 2, - ACTIONS(10856), 11, + [105562] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204639,12 +207330,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204682,10 +207374,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103427] = 2, - ACTIONS(10860), 11, + [105621] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204695,12 +207387,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204738,10 +207431,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103485] = 2, - ACTIONS(10864), 11, + [105680] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204751,12 +207444,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204794,10 +207488,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103543] = 2, - ACTIONS(10868), 11, + [105739] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204807,12 +207501,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204850,10 +207545,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103601] = 2, - ACTIONS(10872), 11, + [105798] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204863,12 +207558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204906,10 +207602,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103659] = 2, - ACTIONS(10876), 11, + [105857] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204919,12 +207615,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -204962,10 +207659,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103717] = 2, - ACTIONS(10880), 11, + [105916] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -204975,12 +207672,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205018,10 +207716,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103775] = 2, - ACTIONS(10884), 11, + [105975] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205031,12 +207729,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205074,10 +207773,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103833] = 2, - ACTIONS(11024), 11, + [106034] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205087,12 +207786,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205130,10 +207830,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103891] = 2, - ACTIONS(10888), 11, + [106093] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205143,12 +207843,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205186,10 +207887,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103949] = 2, - ACTIONS(10892), 11, + [106152] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205199,12 +207900,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205242,10 +207944,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104007] = 2, - ACTIONS(10896), 11, + [106211] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205255,12 +207957,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205298,10 +208001,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104065] = 2, - ACTIONS(10900), 11, + [106270] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205311,12 +208014,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205354,10 +208058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104123] = 2, - ACTIONS(10904), 11, + [106329] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205367,12 +208071,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205410,10 +208115,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104181] = 2, - ACTIONS(10908), 11, + [106388] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205423,12 +208128,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205466,10 +208172,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104239] = 2, - ACTIONS(10912), 11, + [106447] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205479,12 +208185,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205522,10 +208229,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104297] = 2, - ACTIONS(10916), 11, + [106506] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205535,12 +208242,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205578,10 +208286,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104355] = 2, - ACTIONS(10920), 11, + [106565] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205591,12 +208299,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205634,10 +208343,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104413] = 2, - ACTIONS(10924), 11, + [106624] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205647,12 +208356,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205690,10 +208400,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104471] = 2, - ACTIONS(10928), 11, + [106683] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205703,12 +208413,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205746,10 +208457,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104529] = 2, - ACTIONS(10932), 11, + [106742] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205759,12 +208470,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205789,11 +208501,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, @@ -205802,10 +208514,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104587] = 2, - ACTIONS(10940), 11, + [106801] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205815,13 +208527,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -205845,7 +208559,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, @@ -205858,10 +208571,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104645] = 2, - ACTIONS(10944), 11, + [106860] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205871,12 +208584,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205914,10 +208628,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104703] = 2, - ACTIONS(10948), 11, + [106919] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205927,12 +208641,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -205970,10 +208685,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104761] = 2, - ACTIONS(10952), 11, + [106978] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -205983,12 +208698,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206026,10 +208742,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104819] = 2, - ACTIONS(10956), 11, + [107037] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206039,12 +208755,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206082,10 +208799,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104877] = 2, - ACTIONS(10960), 11, + [107096] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206095,12 +208812,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206138,10 +208856,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104935] = 2, - ACTIONS(10964), 11, + [107155] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206151,12 +208869,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206194,10 +208913,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104993] = 2, - ACTIONS(11014), 11, + [107214] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206207,12 +208926,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206237,11 +208957,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, @@ -206250,10 +208970,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105051] = 2, - ACTIONS(10968), 11, + [107273] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206263,12 +208983,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206306,10 +209027,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105109] = 2, - ACTIONS(10972), 11, + [107332] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206319,12 +209040,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206362,10 +209084,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105167] = 2, - ACTIONS(10976), 11, + [107391] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206375,12 +209097,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206405,8 +209128,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, @@ -206418,10 +209141,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105225] = 2, - ACTIONS(10980), 11, + [107450] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206431,17 +209154,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -206461,7 +209186,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, @@ -206474,10 +209198,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105283] = 2, - ACTIONS(10984), 11, + [107509] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206487,17 +209211,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -206517,7 +209243,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, @@ -206530,10 +209255,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105341] = 2, - ACTIONS(11000), 11, + [107568] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206543,12 +209268,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206573,8 +209299,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, @@ -206586,10 +209312,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105399] = 2, - ACTIONS(10988), 11, + [107627] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206599,12 +209325,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206629,8 +209356,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, @@ -206642,10 +209369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105457] = 2, - ACTIONS(10992), 11, + [107686] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206655,12 +209382,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206685,8 +209413,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, @@ -206698,10 +209426,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105515] = 2, - ACTIONS(10996), 11, + [107745] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206711,12 +209439,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206741,8 +209470,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, @@ -206754,10 +209483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105573] = 2, - ACTIONS(11004), 11, + [107804] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206767,12 +209496,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206797,8 +209527,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, @@ -206810,10 +209540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105631] = 2, - ACTIONS(10710), 11, + [107863] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206823,12 +209553,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206866,10 +209597,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105689] = 2, - ACTIONS(10770), 11, + [107922] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206879,14 +209610,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -206911,6 +209642,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, @@ -206922,10 +209654,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105747] = 2, - ACTIONS(10754), 11, + [107981] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206935,12 +209667,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -206978,10 +209711,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105805] = 2, - ACTIONS(10714), 11, + [108040] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -206991,12 +209724,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207034,10 +209768,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105863] = 2, - ACTIONS(10718), 11, + [108099] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207047,12 +209781,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207090,10 +209825,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105921] = 2, - ACTIONS(10722), 11, + [108158] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207103,12 +209838,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207146,10 +209882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105979] = 2, - ACTIONS(10802), 11, + [108217] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207159,12 +209895,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207202,10 +209939,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106037] = 2, - ACTIONS(10674), 11, + [108276] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207215,12 +209952,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207258,10 +209996,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106095] = 2, - ACTIONS(10726), 11, + [108335] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207271,12 +210009,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207314,10 +210053,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106153] = 2, - ACTIONS(10730), 11, + [108394] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207327,12 +210066,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207370,10 +210110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106211] = 2, - ACTIONS(10750), 11, + [108453] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207383,68 +210123,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [106269] = 2, - ACTIONS(10734), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10732), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207482,10 +210167,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106327] = 2, - ACTIONS(10738), 11, + [108512] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207495,12 +210180,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207538,10 +210224,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106385] = 2, - ACTIONS(10742), 11, + [108571] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207551,12 +210237,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207594,10 +210281,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106443] = 2, - ACTIONS(10746), 11, + [108630] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207607,12 +210294,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207650,10 +210338,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106501] = 2, - ACTIONS(10750), 11, + [108689] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207663,12 +210351,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207706,10 +210395,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106559] = 2, - ACTIONS(10754), 11, + [108748] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207719,12 +210408,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207762,10 +210452,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106617] = 2, - ACTIONS(10758), 11, + [108807] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207775,12 +210465,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207818,10 +210509,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106675] = 2, - ACTIONS(10762), 11, + [108866] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207831,12 +210522,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207874,10 +210566,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106733] = 2, - ACTIONS(10766), 11, + [108925] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207887,17 +210579,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -207918,7 +210612,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, @@ -207930,10 +210623,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106791] = 2, - ACTIONS(10770), 11, + [108984] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207943,12 +210636,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -207986,10 +210680,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106849] = 2, - ACTIONS(10774), 11, + [109043] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -207999,12 +210693,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208042,10 +210737,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106907] = 2, - ACTIONS(10778), 11, + [109102] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208055,12 +210750,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208086,7 +210782,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, @@ -208095,13 +210790,14 @@ 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, - [106965] = 2, - ACTIONS(10782), 11, + [109161] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208111,12 +210807,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208154,10 +210851,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107023] = 2, - ACTIONS(10786), 11, + [109220] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208167,12 +210864,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208210,10 +210908,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107081] = 2, - ACTIONS(10790), 11, + [109279] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208223,12 +210921,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208266,10 +210965,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107139] = 2, - ACTIONS(10746), 11, + [109338] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208279,18 +210978,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -208311,6 +211010,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, @@ -208322,10 +211022,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107197] = 2, - ACTIONS(10794), 11, + [109397] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208335,12 +211035,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208378,10 +211079,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107255] = 2, - ACTIONS(10798), 11, + [109456] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208391,12 +211092,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208434,10 +211136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107313] = 2, - ACTIONS(10936), 11, + [109515] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208447,12 +211149,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208478,6 +211181,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, @@ -208486,14 +211190,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_ATvolt, aux_sym__text_token3, - [107371] = 2, - ACTIONS(10806), 11, + [109574] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208503,12 +211206,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208546,10 +211250,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107429] = 2, - ACTIONS(10810), 11, + [109633] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208559,12 +211263,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208602,10 +211307,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107487] = 2, - ACTIONS(10814), 11, + [109692] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208615,12 +211320,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208658,10 +211364,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107545] = 2, - ACTIONS(10818), 11, + [109751] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208671,12 +211377,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208714,10 +211421,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107603] = 2, - ACTIONS(10824), 11, + [109810] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208727,12 +211434,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208770,10 +211478,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107661] = 2, - ACTIONS(10828), 11, + [109869] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208783,12 +211491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208826,10 +211535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107719] = 2, - ACTIONS(10832), 11, + [109928] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208839,12 +211548,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208882,10 +211592,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107777] = 2, - ACTIONS(10836), 11, + [109987] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208895,12 +211605,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208938,10 +211649,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107835] = 2, - ACTIONS(10840), 11, + [110046] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -208951,12 +211662,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -208994,10 +211706,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107893] = 2, - ACTIONS(10678), 11, + [110105] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209007,12 +211719,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209050,10 +211763,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107951] = 2, - ACTIONS(10844), 11, + [110164] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209063,12 +211776,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209106,10 +211820,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108009] = 2, - ACTIONS(10848), 11, + [110223] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209119,12 +211833,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209162,10 +211877,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108067] = 2, - ACTIONS(10852), 11, + [110282] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209175,12 +211890,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209218,10 +211934,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108125] = 2, - ACTIONS(10856), 11, + [110341] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209231,12 +211947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209274,10 +211991,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108183] = 2, - ACTIONS(10860), 11, + [110400] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209287,12 +212004,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209330,10 +212048,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108241] = 2, - ACTIONS(10864), 11, + [110459] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209343,12 +212061,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209386,10 +212105,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108299] = 2, - ACTIONS(10868), 11, + [110518] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209399,12 +212118,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209442,10 +212162,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108357] = 2, - ACTIONS(10872), 11, + [110577] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209455,12 +212175,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209498,10 +212219,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108415] = 2, - ACTIONS(10876), 11, + [110636] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209511,12 +212232,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209554,10 +212276,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108473] = 2, - ACTIONS(10880), 11, + [110695] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209567,12 +212289,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209610,10 +212333,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108531] = 2, - ACTIONS(10884), 11, + [110754] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209623,12 +212346,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209666,10 +212390,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108589] = 2, - ACTIONS(11024), 11, + [110813] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209679,12 +212403,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209722,10 +212447,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108647] = 2, - ACTIONS(10888), 11, + [110872] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209735,12 +212460,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209778,10 +212504,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108705] = 2, - ACTIONS(10892), 11, + [110931] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209791,12 +212517,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209834,10 +212561,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108763] = 2, - ACTIONS(10896), 11, + [110990] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209847,12 +212574,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209890,10 +212618,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108821] = 2, - ACTIONS(10900), 11, + [111049] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209903,12 +212631,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -209946,10 +212675,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108879] = 2, - ACTIONS(10904), 11, + [111108] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -209959,12 +212688,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210002,10 +212732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108937] = 2, - ACTIONS(10908), 11, + [111167] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210015,12 +212745,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210058,10 +212789,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108995] = 2, - ACTIONS(10912), 11, + [111226] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210071,12 +212802,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210114,10 +212846,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109053] = 2, - ACTIONS(10916), 11, + [111285] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210127,12 +212859,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210170,10 +212903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109111] = 2, - ACTIONS(10920), 11, + [111344] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210183,12 +212916,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210226,10 +212960,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109169] = 2, - ACTIONS(10924), 11, + [111403] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210239,12 +212973,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210282,10 +213017,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109227] = 2, - ACTIONS(10928), 11, + [111462] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210295,12 +213030,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210338,10 +213074,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109285] = 2, - ACTIONS(10932), 11, + [111521] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210351,12 +213087,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210394,10 +213131,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109343] = 2, - ACTIONS(10940), 11, + [111580] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210407,12 +213144,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210438,7 +213176,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, @@ -210447,13 +213184,14 @@ 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, - [109401] = 2, - ACTIONS(10944), 11, + [111639] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210463,12 +213201,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210506,10 +213245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109459] = 2, - ACTIONS(10948), 11, + [111698] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210519,12 +213258,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210562,10 +213302,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109517] = 2, - ACTIONS(10952), 11, + [111757] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210575,12 +213315,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210618,10 +213359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109575] = 2, - ACTIONS(10956), 11, + [111816] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210631,12 +213372,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210674,10 +213416,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109633] = 2, - ACTIONS(10960), 11, + [111875] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210687,12 +213429,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210730,10 +213473,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109691] = 2, - ACTIONS(10964), 11, + [111934] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210743,12 +213486,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210786,10 +213530,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109749] = 2, - ACTIONS(11014), 11, + [111993] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210799,12 +213543,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210830,6 +213575,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, @@ -210838,14 +213584,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_ATvolt, aux_sym__text_token3, - [109807] = 2, - ACTIONS(10968), 11, + [112052] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210855,12 +213600,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210898,10 +213644,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109865] = 2, - ACTIONS(10972), 11, + [112111] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210911,12 +213657,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -210954,10 +213701,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109923] = 2, - ACTIONS(10976), 11, + [112170] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -210967,12 +213714,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211010,10 +213758,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109981] = 2, - ACTIONS(10980), 11, + [112229] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211023,12 +213771,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211054,9 +213803,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, @@ -211066,10 +213815,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110039] = 2, - ACTIONS(10984), 11, + [112288] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211079,17 +213828,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -211110,7 +213861,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, @@ -211122,10 +213872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110097] = 2, - ACTIONS(11000), 11, + [112347] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211135,17 +213885,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -211166,7 +213918,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, @@ -211178,10 +213929,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110155] = 2, - ACTIONS(10988), 11, + [112406] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211191,12 +213942,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211222,9 +213974,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, @@ -211234,10 +213986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110213] = 2, - ACTIONS(10992), 11, + [112465] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211247,12 +213999,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211278,9 +214031,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, @@ -211290,10 +214043,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110271] = 2, - ACTIONS(10996), 11, + [112524] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211303,12 +214056,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211334,9 +214088,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, @@ -211346,10 +214100,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110329] = 2, - ACTIONS(11004), 11, + [112583] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211359,12 +214113,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211390,9 +214145,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, @@ -211402,10 +214157,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110387] = 2, - ACTIONS(10710), 11, + [112642] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211415,12 +214170,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211458,10 +214214,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110445] = 2, - ACTIONS(10802), 11, + [112701] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211471,18 +214227,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -211505,6 +214261,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, @@ -211514,10 +214271,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110503] = 2, - ACTIONS(10738), 11, + [112760] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211527,18 +214284,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -211561,6 +214318,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, @@ -211570,10 +214328,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110561] = 2, - ACTIONS(10714), 11, + [112819] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211583,17 +214341,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -211616,7 +214376,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, @@ -211626,10 +214385,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110619] = 2, - ACTIONS(10718), 11, + [112878] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211639,12 +214398,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211682,10 +214442,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110677] = 2, - ACTIONS(10722), 11, + [112937] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211695,12 +214455,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211738,10 +214499,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110735] = 2, - ACTIONS(10802), 11, + [112996] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211751,12 +214512,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211794,10 +214556,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110793] = 2, - ACTIONS(10674), 11, + [113055] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211807,12 +214569,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211850,10 +214613,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110851] = 2, - ACTIONS(10726), 11, + [113114] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211863,12 +214626,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211906,10 +214670,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110909] = 2, - ACTIONS(10730), 11, + [113173] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211919,12 +214683,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -211962,10 +214727,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110967] = 2, - ACTIONS(10734), 11, + [113232] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -211975,18 +214740,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -212009,6 +214774,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, @@ -212018,10 +214784,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111025] = 2, - ACTIONS(10734), 11, + [113291] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212031,12 +214797,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212074,10 +214841,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111083] = 2, - ACTIONS(10738), 11, + [113350] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212087,12 +214854,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212130,10 +214898,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111141] = 2, - ACTIONS(10742), 11, + [113409] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212143,12 +214911,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212186,10 +214955,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111199] = 2, - ACTIONS(10746), 11, + [113468] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212199,12 +214968,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212242,10 +215012,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111257] = 2, - ACTIONS(10750), 11, + [113527] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212255,12 +215025,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212298,10 +215069,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111315] = 2, - ACTIONS(10754), 11, + [113586] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212311,12 +215082,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212354,10 +215126,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111373] = 2, - ACTIONS(10758), 11, + [113645] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212367,12 +215139,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212410,10 +215183,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111431] = 2, - ACTIONS(10762), 11, + [113704] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212423,12 +215196,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212466,10 +215240,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111489] = 2, - ACTIONS(10766), 11, + [113763] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212479,17 +215253,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -212512,7 +215288,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, @@ -212522,10 +215297,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111547] = 2, - ACTIONS(10770), 11, + [113822] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212535,12 +215310,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212578,10 +215354,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111605] = 2, - ACTIONS(10774), 11, + [113881] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212591,12 +215367,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212634,10 +215411,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111663] = 2, - ACTIONS(10778), 11, + [113940] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212647,12 +215424,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212680,7 +215458,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, @@ -212688,12 +215465,13 @@ 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, - [111721] = 2, - ACTIONS(10782), 11, + [113999] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212703,12 +215481,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212746,10 +215525,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111779] = 2, - ACTIONS(10786), 11, + [114058] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212759,12 +215538,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212802,10 +215582,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111837] = 2, - ACTIONS(10790), 11, + [114117] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212815,12 +215595,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212858,10 +215639,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111895] = 2, - ACTIONS(10730), 11, + [114176] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212871,18 +215652,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -212905,6 +215686,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, @@ -212914,10 +215696,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111953] = 2, - ACTIONS(10794), 11, + [114235] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212927,12 +215709,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -212970,10 +215753,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112011] = 2, - ACTIONS(10798), 11, + [114294] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -212983,12 +215766,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213026,10 +215810,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112069] = 2, - ACTIONS(10936), 11, + [114353] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213039,12 +215823,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213072,6 +215857,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, @@ -213079,13 +215865,12 @@ 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, - [112127] = 2, - ACTIONS(10806), 11, + [114412] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213095,12 +215880,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213138,10 +215924,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112185] = 2, - ACTIONS(10810), 11, + [114471] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213151,12 +215937,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213194,10 +215981,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112243] = 2, - ACTIONS(10814), 11, + [114530] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213207,12 +215994,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213250,10 +216038,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112301] = 2, - ACTIONS(10818), 11, + [114589] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213263,12 +216051,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213306,10 +216095,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112359] = 2, - ACTIONS(10824), 11, + [114648] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213319,12 +216108,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213362,10 +216152,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112417] = 2, - ACTIONS(10828), 11, + [114707] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213375,12 +216165,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213418,10 +216209,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112475] = 2, - ACTIONS(10832), 11, + [114766] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213431,12 +216222,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213474,10 +216266,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112533] = 2, - ACTIONS(10836), 11, + [114825] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213487,12 +216279,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213530,10 +216323,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112591] = 2, - ACTIONS(10840), 11, + [114884] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213543,12 +216336,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213586,10 +216380,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112649] = 2, - ACTIONS(10678), 11, + [114943] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213599,12 +216393,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213642,10 +216437,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112707] = 2, - ACTIONS(10844), 11, + [115002] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213655,12 +216450,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213698,10 +216494,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112765] = 2, - ACTIONS(10848), 11, + [115061] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213711,12 +216507,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213754,10 +216551,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112823] = 2, - ACTIONS(10852), 11, + [115120] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213767,12 +216564,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213810,10 +216608,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112881] = 2, - ACTIONS(10856), 11, + [115179] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213823,12 +216621,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213866,10 +216665,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112939] = 2, - ACTIONS(10860), 11, + [115238] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213879,12 +216678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213922,10 +216722,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112997] = 2, - ACTIONS(10864), 11, + [115297] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213935,12 +216735,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -213978,10 +216779,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113055] = 2, - ACTIONS(10868), 11, + [115356] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -213991,12 +216792,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214034,10 +216836,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113113] = 2, - ACTIONS(10872), 11, + [115415] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214047,12 +216849,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214090,10 +216893,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113171] = 2, - ACTIONS(10876), 11, + [115474] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214103,12 +216906,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214146,10 +216950,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113229] = 2, - ACTIONS(10880), 11, + [115533] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214159,12 +216963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214202,10 +217007,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113287] = 2, - ACTIONS(10884), 11, + [115592] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214215,12 +217020,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214258,10 +217064,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113345] = 2, - ACTIONS(11024), 11, + [115651] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214271,12 +217077,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214314,10 +217121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113403] = 2, - ACTIONS(10888), 11, + [115710] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214327,12 +217134,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214370,10 +217178,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113461] = 2, - ACTIONS(10892), 11, + [115769] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214383,12 +217191,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214426,10 +217235,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113519] = 2, - ACTIONS(10896), 11, + [115828] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214439,12 +217248,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214482,10 +217292,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113577] = 2, - ACTIONS(10900), 11, + [115887] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214495,12 +217305,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214538,10 +217349,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113635] = 2, - ACTIONS(10904), 11, + [115946] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214551,12 +217362,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214594,10 +217406,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113693] = 2, - ACTIONS(10908), 11, + [116005] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214607,12 +217419,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214650,10 +217463,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113751] = 2, - ACTIONS(10912), 11, + [116064] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214663,12 +217476,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214706,10 +217520,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113809] = 2, - ACTIONS(10916), 11, + [116123] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214719,12 +217533,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214762,10 +217577,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113867] = 2, - ACTIONS(10920), 11, + [116182] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214775,12 +217590,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214818,10 +217634,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113925] = 2, - ACTIONS(10924), 11, + [116241] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214831,12 +217647,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214874,10 +217691,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113983] = 2, - ACTIONS(10928), 11, + [116300] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214887,12 +217704,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214930,10 +217748,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114041] = 2, - ACTIONS(10932), 11, + [116359] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214943,12 +217761,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -214986,10 +217805,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114099] = 2, - ACTIONS(10940), 11, + [116418] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -214999,12 +217818,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215032,7 +217852,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, @@ -215040,12 +217859,13 @@ 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, - [114157] = 2, - ACTIONS(10944), 11, + [116477] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215055,12 +217875,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215098,10 +217919,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114215] = 2, - ACTIONS(10948), 11, + [116536] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215111,12 +217932,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215154,10 +217976,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114273] = 2, - ACTIONS(10952), 11, + [116595] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215167,12 +217989,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215210,10 +218033,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114331] = 2, - ACTIONS(10956), 11, + [116654] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215223,12 +218046,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215266,10 +218090,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114389] = 2, - ACTIONS(10960), 11, + [116713] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215279,12 +218103,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215322,10 +218147,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114447] = 2, - ACTIONS(10964), 11, + [116772] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215335,12 +218160,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215378,10 +218204,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114505] = 2, - ACTIONS(11014), 11, + [116831] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215391,12 +218217,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215424,6 +218251,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, @@ -215431,13 +218259,12 @@ 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, - [114563] = 2, - ACTIONS(10968), 11, + [116890] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215447,12 +218274,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215490,10 +218318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114621] = 2, - ACTIONS(10972), 11, + [116949] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215503,12 +218331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215546,10 +218375,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114679] = 2, - ACTIONS(10976), 11, + [117008] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215559,12 +218388,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215602,10 +218432,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114737] = 2, - ACTIONS(10980), 11, + [117067] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215615,12 +218445,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215648,8 +218479,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, @@ -215658,10 +218489,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114795] = 2, - ACTIONS(10984), 11, + [117126] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215671,17 +218502,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -215704,7 +218537,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, @@ -215714,10 +218546,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114853] = 2, - ACTIONS(11000), 11, + [117185] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215727,17 +218559,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -215760,7 +218594,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, @@ -215770,10 +218603,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114911] = 2, - ACTIONS(10988), 11, + [117244] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215783,12 +218616,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215816,8 +218650,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, @@ -215826,10 +218660,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114969] = 2, - ACTIONS(10992), 11, + [117303] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215839,12 +218673,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215872,8 +218707,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, @@ -215882,10 +218717,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115027] = 2, - ACTIONS(10996), 11, + [117362] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215895,12 +218730,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215928,8 +218764,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, @@ -215938,10 +218774,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115085] = 2, - ACTIONS(11004), 11, + [117421] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -215951,12 +218787,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -215984,8 +218821,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, @@ -215994,10 +218831,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115143] = 2, - ACTIONS(10710), 11, + [117480] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216007,12 +218844,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216050,10 +218888,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115201] = 2, - ACTIONS(10726), 11, + [117539] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216063,18 +218901,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -216098,6 +218936,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, @@ -216106,10 +218945,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115259] = 2, - ACTIONS(10674), 11, + [117598] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216119,18 +218958,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -216154,6 +218993,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, @@ -216162,10 +219002,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115317] = 2, - ACTIONS(10714), 11, + [117657] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216175,17 +219015,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -216209,7 +219051,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, @@ -216218,10 +219059,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115375] = 2, - ACTIONS(10718), 11, + [117716] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216231,12 +219072,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216274,10 +219116,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115433] = 2, - ACTIONS(10722), 11, + [117775] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216287,12 +219129,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216330,10 +219173,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115491] = 2, - ACTIONS(10802), 11, + [117834] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216343,12 +219186,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216386,10 +219230,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115549] = 2, - ACTIONS(10674), 11, + [117893] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216399,12 +219243,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216442,10 +219287,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115607] = 2, - ACTIONS(10726), 11, + [117952] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216455,12 +219300,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216498,10 +219344,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115665] = 2, - ACTIONS(10730), 11, + [118011] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216511,12 +219357,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216554,10 +219401,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115723] = 2, - ACTIONS(10996), 11, + [118070] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216567,17 +219414,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -216602,6 +219449,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, @@ -216610,10 +219458,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115781] = 2, - ACTIONS(10734), 11, + [118129] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216623,12 +219471,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216666,10 +219515,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115839] = 2, - ACTIONS(10738), 11, + [118188] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216679,12 +219528,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216722,10 +219572,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115897] = 2, - ACTIONS(10742), 11, + [118247] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216735,12 +219585,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216778,10 +219629,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115955] = 2, - ACTIONS(10746), 11, + [118306] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216791,12 +219642,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216834,10 +219686,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116013] = 2, - ACTIONS(10750), 11, + [118365] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216847,12 +219699,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216890,10 +219743,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116071] = 2, - ACTIONS(10754), 11, + [118424] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216903,12 +219756,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -216946,10 +219800,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116129] = 2, - ACTIONS(10758), 11, + [118483] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -216959,12 +219813,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217002,10 +219857,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116187] = 2, - ACTIONS(10762), 11, + [118542] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217015,12 +219870,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217058,10 +219914,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116245] = 2, - ACTIONS(10766), 11, + [118601] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217071,17 +219927,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -217105,7 +219963,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, @@ -217114,10 +219971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116303] = 2, - ACTIONS(10770), 11, + [118660] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217127,12 +219984,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217170,10 +220028,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116361] = 2, - ACTIONS(10774), 11, + [118719] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217183,12 +220041,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217226,10 +220085,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116419] = 2, - ACTIONS(10778), 11, + [118778] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217239,12 +220098,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217273,7 +220133,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, @@ -217281,11 +220140,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [116477] = 2, - ACTIONS(10782), 11, + [118837] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217295,12 +220155,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217338,10 +220199,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116535] = 2, - ACTIONS(10786), 11, + [118896] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217351,12 +220212,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217394,10 +220256,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116593] = 2, - ACTIONS(10790), 11, + [118955] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217407,12 +220269,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217450,10 +220313,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116651] = 2, - ACTIONS(10722), 11, + [119014] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217463,18 +220326,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -217498,6 +220361,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, @@ -217506,10 +220370,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116709] = 2, - ACTIONS(10794), 11, + [119073] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217519,12 +220383,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217562,10 +220427,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116767] = 2, - ACTIONS(10798), 11, + [119132] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217575,12 +220440,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217618,10 +220484,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116825] = 2, - ACTIONS(10936), 11, + [119191] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217631,12 +220497,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217665,6 +220532,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, @@ -217672,12 +220540,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [116883] = 2, - ACTIONS(10806), 11, + [119250] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217687,12 +220554,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217730,10 +220598,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116941] = 2, - ACTIONS(10810), 11, + [119309] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217743,12 +220611,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217786,10 +220655,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116999] = 2, - ACTIONS(10814), 11, + [119368] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217799,12 +220668,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217842,10 +220712,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117057] = 2, - ACTIONS(10818), 11, + [119427] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217855,12 +220725,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217898,10 +220769,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117115] = 2, - ACTIONS(10824), 11, + [119486] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217911,12 +220782,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -217954,10 +220826,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117173] = 2, - ACTIONS(10828), 11, + [119545] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -217967,12 +220839,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218010,10 +220883,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117231] = 2, - ACTIONS(10832), 11, + [119604] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218023,12 +220896,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218066,10 +220940,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117289] = 2, - ACTIONS(10836), 11, + [119663] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218079,12 +220953,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218122,10 +220997,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117347] = 2, - ACTIONS(10840), 11, + [119722] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218135,12 +221010,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218178,10 +221054,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117405] = 2, - ACTIONS(10678), 11, + [119781] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218191,12 +221067,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218234,10 +221111,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117463] = 2, - ACTIONS(10844), 11, + [119840] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218247,12 +221124,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218290,10 +221168,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117521] = 2, - ACTIONS(10848), 11, + [119899] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218303,12 +221181,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218346,10 +221225,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117579] = 2, - ACTIONS(10852), 11, + [119958] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218359,12 +221238,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218402,10 +221282,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117637] = 2, - ACTIONS(10856), 11, + [120017] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218415,12 +221295,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218458,10 +221339,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117695] = 2, - ACTIONS(10860), 11, + [120076] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218471,12 +221352,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218514,10 +221396,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117753] = 2, - ACTIONS(10864), 11, + [120135] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218527,12 +221409,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218570,10 +221453,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117811] = 2, - ACTIONS(10868), 11, + [120194] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218583,12 +221466,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218626,10 +221510,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117869] = 2, - ACTIONS(10872), 11, + [120253] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218639,12 +221523,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218682,10 +221567,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117927] = 2, - ACTIONS(10876), 11, + [120312] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218695,12 +221580,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218738,10 +221624,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117985] = 2, - ACTIONS(10880), 11, + [120371] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218751,12 +221637,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218794,10 +221681,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118043] = 2, - ACTIONS(10884), 11, + [120430] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218807,12 +221694,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218850,10 +221738,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118101] = 2, - ACTIONS(11024), 11, + [120489] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218863,12 +221751,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218906,10 +221795,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118159] = 2, - ACTIONS(10888), 11, + [120548] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218919,12 +221808,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -218962,10 +221852,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118217] = 2, - ACTIONS(10892), 11, + [120607] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -218975,12 +221865,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219018,10 +221909,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118275] = 2, - ACTIONS(10896), 11, + [120666] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219031,12 +221922,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219074,10 +221966,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118333] = 2, - ACTIONS(10900), 11, + [120725] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219087,12 +221979,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219130,10 +222023,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118391] = 2, - ACTIONS(10904), 11, + [120784] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219143,12 +222036,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219186,10 +222080,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118449] = 2, - ACTIONS(10908), 11, + [120843] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219199,12 +222093,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219242,10 +222137,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118507] = 2, - ACTIONS(10912), 11, + [120902] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219255,12 +222150,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219298,10 +222194,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118565] = 2, - ACTIONS(10916), 11, + [120961] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219311,12 +222207,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219354,10 +222251,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118623] = 2, - ACTIONS(10920), 11, + [121020] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219367,12 +222264,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219410,10 +222308,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118681] = 2, - ACTIONS(10924), 11, + [121079] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219423,12 +222321,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219466,10 +222365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118739] = 2, - ACTIONS(10928), 11, + [121138] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219479,12 +222378,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219522,10 +222422,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118797] = 2, - ACTIONS(10932), 11, + [121197] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219535,12 +222435,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219578,10 +222479,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118855] = 2, - ACTIONS(10940), 11, + [121256] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219591,12 +222492,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219625,7 +222527,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, @@ -219633,11 +222534,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [118913] = 2, - ACTIONS(10944), 11, + [121315] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219647,12 +222549,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219690,10 +222593,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118971] = 2, - ACTIONS(10948), 11, + [121374] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219703,12 +222606,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219746,10 +222650,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119029] = 2, - ACTIONS(10952), 11, + [121433] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219759,12 +222663,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219802,10 +222707,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119087] = 2, - ACTIONS(10956), 11, + [121492] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219815,12 +222720,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219858,10 +222764,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119145] = 2, - ACTIONS(10960), 11, + [121551] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219871,12 +222777,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219914,10 +222821,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119203] = 2, - ACTIONS(10964), 11, + [121610] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219927,12 +222834,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -219970,10 +222878,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119261] = 2, - ACTIONS(11014), 11, + [121669] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -219983,12 +222891,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220017,6 +222926,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, @@ -220024,12 +222934,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [119319] = 2, - ACTIONS(10968), 11, + [121728] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220039,12 +222948,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220082,10 +222992,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119377] = 2, - ACTIONS(10972), 11, + [121787] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220095,12 +223005,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220138,10 +223049,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119435] = 2, - ACTIONS(10976), 11, + [121846] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220151,12 +223062,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220194,10 +223106,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119493] = 2, - ACTIONS(10980), 11, + [121905] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220207,12 +223119,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220241,19 +223154,19 @@ 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, - [119551] = 2, - ACTIONS(10984), 11, + [121964] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220263,16 +223176,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -220297,7 +223212,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, @@ -220306,10 +223220,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119609] = 2, - ACTIONS(11000), 11, + [122023] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220319,17 +223233,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -220353,7 +223269,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, @@ -220362,10 +223277,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119667] = 2, - ACTIONS(10988), 11, + [122082] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220375,12 +223290,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220409,19 +223325,19 @@ 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, - [119725] = 2, - ACTIONS(10992), 11, + [122141] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220431,12 +223347,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220465,19 +223382,19 @@ 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, - [119783] = 2, - ACTIONS(10996), 11, + [122200] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220487,12 +223404,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220521,19 +223439,19 @@ 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, - [119841] = 2, - ACTIONS(11004), 11, + [122259] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220543,12 +223461,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220577,19 +223496,19 @@ 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, - [119899] = 2, - ACTIONS(10710), 11, + [122318] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220599,12 +223518,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220642,10 +223562,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119957] = 2, - ACTIONS(10718), 11, + [122377] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220655,18 +223575,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -220695,13 +223615,14 @@ 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, - [120015] = 2, - ACTIONS(10714), 11, + [122436] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220711,18 +223632,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -220751,13 +223672,14 @@ 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, - [120073] = 2, - ACTIONS(10714), 11, + [122495] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220767,13 +223689,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -220806,14 +223730,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_ATvolt, aux_sym__text_token3, - [120131] = 2, - ACTIONS(10718), 11, + [122554] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220823,12 +223746,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220866,10 +223790,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120189] = 2, - ACTIONS(10722), 11, + [122613] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220879,12 +223803,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220922,10 +223847,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120247] = 2, - ACTIONS(10802), 11, + [122672] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220935,12 +223860,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -220978,10 +223904,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120305] = 2, - ACTIONS(10674), 11, + [122731] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -220991,12 +223917,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221034,10 +223961,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120363] = 2, - ACTIONS(10726), 11, + [122790] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221047,12 +223974,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221090,10 +224018,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120421] = 2, - ACTIONS(10730), 11, + [122849] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221103,12 +224031,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221146,10 +224075,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120479] = 2, - ACTIONS(10774), 11, + [122908] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221159,14 +224088,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -221199,13 +224128,14 @@ 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, - [120537] = 2, - ACTIONS(10734), 11, + [122967] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221215,12 +224145,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221258,10 +224189,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120595] = 2, - ACTIONS(10738), 11, + [123026] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221271,12 +224202,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221314,10 +224246,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120653] = 2, - ACTIONS(10742), 11, + [123085] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221327,12 +224259,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221370,10 +224303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120711] = 2, - ACTIONS(10746), 11, + [123144] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221383,12 +224316,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221426,10 +224360,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120769] = 2, - ACTIONS(10750), 11, + [123203] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221439,12 +224373,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221482,10 +224417,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120827] = 2, - ACTIONS(10754), 11, + [123262] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221495,12 +224430,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221538,10 +224474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120885] = 2, - ACTIONS(10758), 11, + [123321] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221551,12 +224487,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221594,10 +224531,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120943] = 2, - ACTIONS(10762), 11, + [123380] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221607,12 +224544,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221650,10 +224588,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121001] = 2, - ACTIONS(10766), 11, + [123439] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221663,17 +224601,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -221702,14 +224642,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_ATvolt, aux_sym__text_token3, - [121059] = 2, - ACTIONS(10770), 11, + [123498] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221719,12 +224658,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221762,10 +224702,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121117] = 2, - ACTIONS(10774), 11, + [123557] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221775,12 +224715,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221818,10 +224759,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121175] = 2, - ACTIONS(10778), 11, + [123616] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221831,14 +224772,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -221870,14 +224813,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_ATvolt, aux_sym__text_token3, - [121233] = 2, - ACTIONS(10782), 11, + [123675] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221887,12 +224829,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221930,10 +224873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121291] = 2, - ACTIONS(10786), 11, + [123734] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221943,12 +224886,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -221986,10 +224930,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121349] = 2, - ACTIONS(10790), 11, + [123793] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -221999,12 +224943,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222042,10 +224987,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121407] = 2, - ACTIONS(10710), 11, + [123852] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222055,18 +225000,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -222095,13 +225040,14 @@ 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, - [121465] = 2, - ACTIONS(10794), 11, + [123911] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222111,12 +225057,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222154,10 +225101,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121523] = 2, - ACTIONS(11004), 11, + [123970] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222167,17 +225114,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -222207,13 +225154,14 @@ 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, - [121581] = 2, - ACTIONS(10936), 11, + [124029] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222223,15 +225171,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -222263,13 +225211,14 @@ 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, - [121639] = 2, - ACTIONS(10806), 11, + [124088] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222279,12 +225228,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222322,10 +225272,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121697] = 2, - ACTIONS(10810), 11, + [124147] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222335,12 +225285,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222378,10 +225329,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121755] = 2, - ACTIONS(10814), 11, + [124206] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222391,12 +225342,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222434,10 +225386,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121813] = 2, - ACTIONS(10818), 11, + [124265] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222447,12 +225399,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222490,10 +225443,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121871] = 2, - ACTIONS(10824), 11, + [124324] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222503,12 +225456,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222546,10 +225500,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121929] = 2, - ACTIONS(10828), 11, + [124383] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222559,12 +225513,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222602,10 +225557,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121987] = 2, - ACTIONS(10832), 11, + [124442] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222615,12 +225570,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222658,10 +225614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122045] = 2, - ACTIONS(10836), 11, + [124501] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222671,12 +225627,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222714,10 +225671,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122103] = 2, - ACTIONS(10840), 11, + [124560] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222727,12 +225684,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222770,10 +225728,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122161] = 2, - ACTIONS(10678), 11, + [124619] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222783,12 +225741,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222826,10 +225785,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122219] = 2, - ACTIONS(10844), 11, + [124678] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222839,12 +225798,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222882,10 +225842,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122277] = 2, - ACTIONS(10848), 11, + [124737] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222895,12 +225855,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222938,10 +225899,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122335] = 2, - ACTIONS(10852), 11, + [124796] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -222951,12 +225912,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -222994,10 +225956,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122393] = 2, - ACTIONS(10856), 11, + [124855] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223007,12 +225969,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223050,10 +226013,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122451] = 2, - ACTIONS(10860), 11, + [124914] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223063,12 +226026,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223106,10 +226070,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122509] = 2, - ACTIONS(10864), 11, + [124973] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223119,12 +226083,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223162,10 +226127,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122567] = 2, - ACTIONS(10868), 11, + [125032] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223175,12 +226140,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223218,10 +226184,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122625] = 2, - ACTIONS(10872), 11, + [125091] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223231,12 +226197,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223274,10 +226241,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122683] = 2, - ACTIONS(10734), 11, + [125150] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223287,13 +226254,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, - ts_builtin_sym_end, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223327,13 +226294,14 @@ 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, - [122741] = 2, - ACTIONS(10880), 11, + [125209] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223343,12 +226311,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223386,10 +226355,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122799] = 2, - ACTIONS(10884), 11, + [125268] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223399,12 +226368,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223442,10 +226412,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122857] = 2, - ACTIONS(11024), 11, + [125327] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223455,12 +226425,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223498,10 +226469,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122915] = 2, - ACTIONS(10888), 11, + [125386] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223511,12 +226482,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223554,10 +226526,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122973] = 2, - ACTIONS(10892), 11, + [125445] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223567,12 +226539,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223610,10 +226583,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123031] = 2, - ACTIONS(10896), 11, + [125504] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223623,12 +226596,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223666,10 +226640,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123089] = 2, - ACTIONS(10900), 11, + [125563] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223679,12 +226653,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223722,10 +226697,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123147] = 2, - ACTIONS(10904), 11, + [125622] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223735,12 +226710,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223778,10 +226754,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123205] = 2, - ACTIONS(10908), 11, + [125681] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223791,12 +226767,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223834,10 +226811,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123263] = 2, - ACTIONS(10912), 11, + [125740] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223847,12 +226824,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223890,10 +226868,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123321] = 2, - ACTIONS(10916), 11, + [125799] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223903,12 +226881,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -223946,10 +226925,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123379] = 2, - ACTIONS(10920), 11, + [125858] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -223959,12 +226938,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224002,10 +226982,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123437] = 2, - ACTIONS(10924), 11, + [125917] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224015,12 +226995,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224058,10 +227039,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123495] = 2, - ACTIONS(10928), 11, + [125976] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224071,12 +227052,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224114,10 +227096,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123553] = 2, - ACTIONS(10932), 11, + [126035] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224127,12 +227109,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224170,10 +227153,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123611] = 2, - ACTIONS(10940), 11, + [126094] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224183,14 +227166,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -224222,14 +227207,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_ATvolt, aux_sym__text_token3, - [123669] = 2, - ACTIONS(10944), 11, + [126153] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224239,12 +227223,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224282,10 +227267,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123727] = 2, - ACTIONS(10948), 11, + [126212] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224295,12 +227280,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224338,10 +227324,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123785] = 2, - ACTIONS(10952), 11, + [126271] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224351,12 +227337,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224394,10 +227381,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123843] = 2, - ACTIONS(10956), 11, + [126330] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224407,12 +227394,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224450,10 +227438,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123901] = 2, - ACTIONS(10960), 11, + [126389] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224463,12 +227451,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224506,10 +227495,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123959] = 2, - ACTIONS(10964), 11, + [126448] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224519,12 +227508,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224562,10 +227552,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124017] = 2, - ACTIONS(11014), 11, + [126507] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224575,68 +227565,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATendonce, - 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, - [124075] = 2, - ACTIONS(10968), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10966), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224674,10 +227609,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124133] = 2, - ACTIONS(10972), 11, + [126566] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224687,12 +227622,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224730,10 +227666,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124191] = 2, - ACTIONS(10976), 11, + [126625] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224743,12 +227679,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224786,10 +227723,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124249] = 2, - ACTIONS(10980), 11, + [126684] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224799,12 +227736,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224842,10 +227780,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124307] = 2, - ACTIONS(10984), 11, + [126743] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224855,12 +227793,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -224894,14 +227833,14 @@ 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, - [124365] = 2, - ACTIONS(11000), 11, + [126802] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224911,16 +227850,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -224950,14 +227891,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_ATvolt, aux_sym__text_token3, - [124423] = 2, - ACTIONS(10988), 11, + [126861] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -224967,16 +227907,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -225006,14 +227948,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_ATvolt, aux_sym__text_token3, - [124481] = 2, - ACTIONS(10992), 11, + [126920] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225023,12 +227964,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225062,14 +228004,14 @@ 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, - [124539] = 2, - ACTIONS(10996), 11, + [126979] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225079,12 +228021,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225118,14 +228061,14 @@ 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, - [124597] = 2, - ACTIONS(11004), 11, + [127038] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225135,12 +228078,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225174,14 +228118,14 @@ 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, - [124655] = 2, - ACTIONS(10710), 11, + [127097] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225191,12 +228135,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225234,10 +228179,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124713] = 2, - ACTIONS(10972), 11, + [127156] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225247,17 +228192,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -225288,12 +228233,13 @@ 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, - [124771] = 2, - ACTIONS(10992), 11, + [127215] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225303,17 +228249,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -225344,12 +228290,13 @@ 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, - [124829] = 2, - ACTIONS(10714), 11, + [127274] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225359,12 +228306,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225402,10 +228350,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124887] = 2, - ACTIONS(10718), 11, + [127333] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225415,16 +228363,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -225455,13 +228405,12 @@ 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, - [124945] = 2, - ACTIONS(10722), 11, + [127392] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225471,12 +228420,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225514,10 +228464,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125003] = 2, - ACTIONS(10802), 11, + [127451] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225527,12 +228477,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225570,10 +228521,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125061] = 2, - ACTIONS(10674), 11, + [127510] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225583,12 +228534,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225626,10 +228578,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125119] = 2, - ACTIONS(10726), 11, + [127569] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225639,12 +228591,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225682,10 +228635,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125177] = 2, - ACTIONS(10730), 11, + [127628] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225695,12 +228648,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225738,10 +228692,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125235] = 2, - ACTIONS(10988), 11, + [127687] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225751,17 +228705,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -225792,12 +228746,13 @@ 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, - [125293] = 2, - ACTIONS(10734), 11, + [127746] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225807,12 +228762,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225850,10 +228806,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125351] = 2, - ACTIONS(10738), 11, + [127805] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225863,12 +228819,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225906,10 +228863,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125409] = 2, - ACTIONS(10742), 11, + [127864] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225919,12 +228876,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -225962,10 +228920,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125467] = 2, - ACTIONS(10746), 11, + [127923] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -225975,12 +228933,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226018,10 +228977,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125525] = 2, - ACTIONS(10750), 11, + [127982] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226031,12 +228990,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226074,10 +229034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125583] = 2, - ACTIONS(10754), 11, + [128041] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226087,12 +229047,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226130,10 +229091,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125641] = 2, - ACTIONS(10758), 11, + [128100] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226143,12 +229104,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226186,10 +229148,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125699] = 2, - ACTIONS(10762), 11, + [128159] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226199,12 +229161,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226242,10 +229205,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125757] = 2, - ACTIONS(10766), 11, + [128218] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226255,12 +229218,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226298,10 +229262,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125815] = 2, - ACTIONS(10770), 11, + [128277] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226311,16 +229275,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -226351,13 +229317,12 @@ 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, - [125873] = 2, - ACTIONS(10774), 11, + [128336] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226367,12 +229332,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226410,10 +229376,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125931] = 2, - ACTIONS(10778), 11, + [128395] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226423,12 +229389,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226466,10 +229433,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125989] = 2, - ACTIONS(10782), 11, + [128454] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226479,15 +229446,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -226519,13 +229488,12 @@ 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, - [126047] = 2, - ACTIONS(10786), 11, + [128513] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226535,12 +229503,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226578,10 +229547,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126105] = 2, - ACTIONS(10790), 11, + [128572] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226591,12 +229560,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226634,10 +229604,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126163] = 2, - ACTIONS(11000), 11, + [128631] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226647,17 +229617,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -226688,12 +229658,13 @@ 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, - [126221] = 2, - ACTIONS(10794), 11, + [128690] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226703,12 +229674,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226746,10 +229718,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126279] = 2, - ACTIONS(10798), 11, + [128749] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226759,12 +229731,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226802,10 +229775,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126337] = 2, - ACTIONS(10936), 11, + [128808] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226815,16 +229788,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -226856,12 +229829,13 @@ 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, - [126395] = 2, - ACTIONS(10806), 11, + [128867] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226871,12 +229845,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226914,10 +229889,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126453] = 2, - ACTIONS(10810), 11, + [128926] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226927,12 +229902,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -226970,10 +229946,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126511] = 2, - ACTIONS(10814), 11, + [128985] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -226983,12 +229959,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227026,10 +230003,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126569] = 2, - ACTIONS(10818), 11, + [129044] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227039,12 +230016,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227082,10 +230060,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126627] = 2, - ACTIONS(10824), 11, + [129103] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227095,12 +230073,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227138,10 +230117,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126685] = 2, - ACTIONS(10828), 11, + [129162] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227151,12 +230130,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227194,10 +230174,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126743] = 2, - ACTIONS(10832), 11, + [129221] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227207,12 +230187,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227250,10 +230231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126801] = 2, - ACTIONS(10836), 11, + [129280] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227263,12 +230244,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227306,10 +230288,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126859] = 2, - ACTIONS(10840), 11, + [129339] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227319,12 +230301,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227362,10 +230345,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126917] = 2, - ACTIONS(10678), 11, + [129398] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227375,12 +230358,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227418,10 +230402,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126975] = 2, - ACTIONS(10844), 11, + [129457] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227431,12 +230415,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227474,10 +230459,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127033] = 2, - ACTIONS(10848), 11, + [129516] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227487,12 +230472,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227530,10 +230516,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127091] = 2, - ACTIONS(10852), 11, + [129575] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227543,12 +230529,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227586,10 +230573,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127149] = 2, - ACTIONS(10856), 11, + [129634] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227599,12 +230586,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227642,10 +230630,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127207] = 2, - ACTIONS(10860), 11, + [129693] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227655,12 +230643,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227698,10 +230687,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127265] = 2, - ACTIONS(10864), 11, + [129752] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227711,12 +230700,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227754,10 +230744,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127323] = 2, - ACTIONS(10868), 11, + [129811] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227767,12 +230757,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227810,10 +230801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127381] = 2, - ACTIONS(10872), 11, + [129870] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227823,12 +230814,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227866,10 +230858,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127439] = 2, - ACTIONS(10876), 11, + [129929] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227879,12 +230871,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227922,10 +230915,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127497] = 2, - ACTIONS(10880), 11, + [129988] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227935,12 +230928,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -227978,10 +230972,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127555] = 2, - ACTIONS(10884), 11, + [130047] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -227991,12 +230985,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228034,10 +231029,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127613] = 2, - ACTIONS(11024), 11, + [130106] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228047,12 +231042,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228090,10 +231086,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127671] = 2, - ACTIONS(10888), 11, + [130165] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228103,12 +231099,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228146,10 +231143,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127729] = 2, - ACTIONS(10892), 11, + [130224] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228159,12 +231156,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228202,10 +231200,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127787] = 2, - ACTIONS(10896), 11, + [130283] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228215,12 +231213,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228258,10 +231257,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127845] = 2, - ACTIONS(10900), 11, + [130342] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228271,12 +231270,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228314,10 +231314,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127903] = 2, - ACTIONS(10904), 11, + [130401] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228327,12 +231327,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228370,10 +231371,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127961] = 2, - ACTIONS(10908), 11, + [130460] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228383,12 +231384,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228426,10 +231428,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128019] = 2, - ACTIONS(10912), 11, + [130519] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228439,12 +231441,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228482,10 +231485,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128077] = 2, - ACTIONS(10916), 11, + [130578] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228495,12 +231498,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228538,10 +231542,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128135] = 2, - ACTIONS(10920), 11, + [130637] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228551,12 +231555,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228594,10 +231599,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128193] = 2, - ACTIONS(10924), 11, + [130696] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228607,12 +231612,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228650,10 +231656,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128251] = 2, - ACTIONS(10928), 11, + [130755] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228663,12 +231669,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228706,10 +231713,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128309] = 2, - ACTIONS(10932), 11, + [130814] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228719,12 +231726,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228762,10 +231770,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128367] = 2, - ACTIONS(10940), 11, + [130873] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228775,12 +231783,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228818,10 +231827,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128425] = 2, - ACTIONS(10944), 11, + [130932] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228831,15 +231840,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -228871,13 +231882,12 @@ 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, - [128483] = 2, - ACTIONS(10948), 11, + [130991] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228887,12 +231897,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228930,10 +231941,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128541] = 2, - ACTIONS(10952), 11, + [131050] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228943,12 +231954,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -228986,10 +231998,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128599] = 2, - ACTIONS(10956), 11, + [131109] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -228999,12 +232011,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229042,10 +232055,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128657] = 2, - ACTIONS(10960), 11, + [131168] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229055,12 +232068,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229098,10 +232112,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128715] = 2, - ACTIONS(10964), 11, + [131227] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229111,12 +232125,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229154,10 +232169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128773] = 2, - ACTIONS(11014), 11, + [131286] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229167,68 +232182,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [128831] = 2, - ACTIONS(10968), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10966), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229266,10 +232226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128889] = 2, - ACTIONS(10972), 11, + [131345] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229279,12 +232239,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229322,10 +232283,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128947] = 2, - ACTIONS(10976), 11, + [131404] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229335,12 +232296,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229378,10 +232340,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129005] = 2, - ACTIONS(10980), 11, + [131463] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229391,12 +232353,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229434,10 +232397,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129063] = 2, - ACTIONS(10984), 11, + [131522] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229447,12 +232410,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229490,10 +232454,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129121] = 2, - ACTIONS(11000), 11, + [131581] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229503,12 +232467,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229543,13 +232508,13 @@ 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, - [129179] = 2, - ACTIONS(10988), 11, + [131640] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229559,16 +232524,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -229599,13 +232566,12 @@ 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, - [129237] = 2, - ACTIONS(10992), 11, + [131699] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229615,16 +232581,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -229655,13 +232623,12 @@ 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, - [129295] = 2, - ACTIONS(10996), 11, + [131758] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229671,12 +232638,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229711,13 +232679,13 @@ 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, - [129353] = 2, - ACTIONS(11004), 11, + [131817] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229727,12 +232695,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229767,13 +232736,13 @@ 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, - [129411] = 2, - ACTIONS(10710), 11, + [131876] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229783,12 +232752,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229826,10 +232796,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [129469] = 2, - ACTIONS(10984), 11, + [131935] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229839,17 +232809,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -229881,11 +232851,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [129527] = 2, - ACTIONS(10980), 11, + [131994] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229895,17 +232866,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -229937,11 +232908,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [129585] = 2, - ACTIONS(10714), 11, + [132053] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -229951,12 +232923,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -229994,10 +232967,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [129643] = 2, - ACTIONS(10718), 11, + [132112] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230007,12 +232980,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230050,10 +233024,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [129701] = 2, - ACTIONS(10722), 11, + [132171] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230063,16 +233037,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -230104,12 +233080,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [129759] = 2, - ACTIONS(10802), 11, + [132230] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230119,12 +233094,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230162,10 +233138,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [129817] = 2, - ACTIONS(10674), 11, + [132289] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230175,12 +233151,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230218,10 +233195,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [129875] = 2, - ACTIONS(10726), 11, + [132348] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230231,12 +233208,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230274,10 +233252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [129933] = 2, - ACTIONS(10730), 11, + [132407] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230287,12 +233265,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230330,10 +233309,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [129991] = 2, - ACTIONS(10976), 11, + [132466] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230343,17 +233322,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -230385,11 +233364,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [130049] = 2, - ACTIONS(10734), 11, + [132525] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230399,12 +233379,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230442,10 +233423,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130107] = 2, - ACTIONS(10738), 11, + [132584] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230455,12 +233436,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230498,10 +233480,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130165] = 2, - ACTIONS(10742), 11, + [132643] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230511,12 +233493,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230554,10 +233537,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130223] = 2, - ACTIONS(10746), 11, + [132702] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230567,12 +233550,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230610,10 +233594,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130281] = 2, - ACTIONS(10750), 11, + [132761] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230623,12 +233607,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230666,10 +233651,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130339] = 2, - ACTIONS(10754), 11, + [132820] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230679,12 +233664,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230722,10 +233708,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130397] = 2, - ACTIONS(10758), 11, + [132879] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230735,12 +233721,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230778,10 +233765,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130455] = 2, - ACTIONS(10762), 11, + [132938] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230791,12 +233778,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230834,10 +233822,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130513] = 2, - ACTIONS(10766), 11, + [132997] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230847,12 +233835,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230890,10 +233879,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130571] = 2, - ACTIONS(10770), 11, + [133056] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230903,12 +233892,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -230946,10 +233936,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130629] = 2, - ACTIONS(10774), 11, + [133115] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -230959,13 +233949,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -231000,12 +233992,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [130687] = 2, - ACTIONS(10778), 11, + [133174] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231015,12 +234006,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231058,10 +234050,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130745] = 2, - ACTIONS(10782), 11, + [133233] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231071,12 +234063,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231114,10 +234107,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130803] = 2, - ACTIONS(10786), 11, + [133292] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231127,16 +234120,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -231168,12 +234163,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [130861] = 2, - ACTIONS(10790), 11, + [133351] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231183,12 +234177,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231226,10 +234221,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [130919] = 2, - ACTIONS(10738), 11, + [133410] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231239,13 +234234,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, - ts_builtin_sym_end, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231281,11 +234276,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [130977] = 2, - ACTIONS(10794), 11, + [133469] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231295,12 +234291,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231338,10 +234335,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131035] = 2, - ACTIONS(10798), 11, + [133528] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231351,12 +234348,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231394,10 +234392,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131093] = 2, - ACTIONS(10944), 11, + [133587] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231407,17 +234405,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -231449,11 +234447,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [131151] = 2, - ACTIONS(10806), 11, + [133646] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231463,12 +234462,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231506,10 +234506,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131209] = 2, - ACTIONS(10810), 11, + [133705] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231519,12 +234519,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231562,10 +234563,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131267] = 2, - ACTIONS(10814), 11, + [133764] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231575,12 +234576,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231618,10 +234620,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131325] = 2, - ACTIONS(10818), 11, + [133823] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231631,12 +234633,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231674,10 +234677,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131383] = 2, - ACTIONS(10824), 11, + [133882] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231687,12 +234690,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231730,10 +234734,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131441] = 2, - ACTIONS(10828), 11, + [133941] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231743,12 +234747,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231786,10 +234791,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131499] = 2, - ACTIONS(10832), 11, + [134000] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231799,12 +234804,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231842,10 +234848,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131557] = 2, - ACTIONS(10836), 11, + [134059] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231855,12 +234861,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231898,10 +234905,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131615] = 2, - ACTIONS(10840), 11, + [134118] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231911,12 +234918,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -231954,10 +234962,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131673] = 2, - ACTIONS(10678), 11, + [134177] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -231967,12 +234975,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232010,10 +235019,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131731] = 2, - ACTIONS(10844), 11, + [134236] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232023,12 +235032,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232066,10 +235076,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131789] = 2, - ACTIONS(10848), 11, + [134295] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232079,12 +235089,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232122,10 +235133,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131847] = 2, - ACTIONS(10852), 11, + [134354] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232135,12 +235146,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232178,10 +235190,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131905] = 2, - ACTIONS(10856), 11, + [134413] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232191,12 +235203,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232234,10 +235247,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [131963] = 2, - ACTIONS(10860), 11, + [134472] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232247,12 +235260,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232290,10 +235304,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132021] = 2, - ACTIONS(10864), 11, + [134531] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232303,12 +235317,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232346,10 +235361,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132079] = 2, - ACTIONS(10868), 11, + [134590] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232359,12 +235374,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232402,10 +235418,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132137] = 2, - ACTIONS(10872), 11, + [134649] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232415,12 +235431,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232458,10 +235475,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132195] = 2, - ACTIONS(10876), 11, + [134708] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232471,12 +235488,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232514,10 +235532,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132253] = 2, - ACTIONS(10880), 11, + [134767] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232527,12 +235545,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232570,10 +235589,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132311] = 2, - ACTIONS(10884), 11, + [134826] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232583,12 +235602,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232626,10 +235646,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132369] = 2, - ACTIONS(11024), 11, + [134885] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232639,12 +235659,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232682,10 +235703,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132427] = 2, - ACTIONS(10888), 11, + [134944] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232695,12 +235716,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232738,10 +235760,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132485] = 2, - ACTIONS(10892), 11, + [135003] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232751,12 +235773,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232794,10 +235817,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132543] = 2, - ACTIONS(10896), 11, + [135062] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232807,12 +235830,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232850,10 +235874,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132601] = 2, - ACTIONS(10900), 11, + [135121] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232863,12 +235887,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232906,10 +235931,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132659] = 2, - ACTIONS(10904), 11, + [135180] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232919,12 +235944,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -232962,10 +235988,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132717] = 2, - ACTIONS(10908), 11, + [135239] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -232975,12 +236001,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233018,10 +236045,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132775] = 2, - ACTIONS(10912), 11, + [135298] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233031,12 +236058,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233074,10 +236102,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132833] = 2, - ACTIONS(10916), 11, + [135357] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233087,12 +236115,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233130,10 +236159,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132891] = 2, - ACTIONS(10920), 11, + [135416] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233143,12 +236172,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233186,10 +236216,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [132949] = 2, - ACTIONS(10924), 11, + [135475] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233199,12 +236229,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233242,10 +236273,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133007] = 2, - ACTIONS(10928), 11, + [135534] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233255,12 +236286,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233298,10 +236330,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133065] = 2, - ACTIONS(10932), 11, + [135593] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233311,12 +236343,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233354,10 +236387,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133123] = 2, - ACTIONS(10940), 11, + [135652] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233367,12 +236400,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233410,10 +236444,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133181] = 2, - ACTIONS(10944), 11, + [135711] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233423,12 +236457,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233466,10 +236501,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133239] = 2, - ACTIONS(10948), 11, + [135770] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233479,16 +236514,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -233520,12 +236557,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [133297] = 2, - ACTIONS(10952), 11, + [135829] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233535,12 +236571,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233578,10 +236615,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133355] = 2, - ACTIONS(10956), 11, + [135888] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233591,12 +236628,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233634,10 +236672,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133413] = 2, - ACTIONS(10960), 11, + [135947] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233647,12 +236685,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233690,10 +236729,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133471] = 2, - ACTIONS(10964), 11, + [136006] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233703,12 +236742,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233746,10 +236786,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133529] = 2, - ACTIONS(10968), 11, + [136065] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233759,68 +236799,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [133587] = 2, - ACTIONS(10968), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10966), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233858,10 +236843,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133645] = 2, - ACTIONS(10972), 11, + [136124] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233871,12 +236856,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233914,10 +236900,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133703] = 2, - ACTIONS(10976), 11, + [136183] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233927,12 +236913,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -233970,10 +236957,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133761] = 2, - ACTIONS(10980), 11, + [136242] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -233983,12 +236970,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -234026,10 +237014,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133819] = 2, - ACTIONS(10984), 11, + [136301] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234039,12 +237027,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -234082,10 +237071,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133877] = 2, - ACTIONS(11000), 11, + [136360] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234095,12 +237084,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -234138,10 +237128,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [133935] = 2, - ACTIONS(10988), 11, + [136419] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234151,13 +237141,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -234192,12 +237184,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [133993] = 2, - ACTIONS(10992), 11, + [136478] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234207,16 +237198,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -234248,12 +237241,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [134051] = 2, - ACTIONS(10996), 11, + [136537] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234263,16 +237255,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -234304,12 +237298,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [134109] = 2, - ACTIONS(11004), 11, + [136596] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234319,13 +237312,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -234360,12 +237355,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [134167] = 2, - ACTIONS(10710), 11, + [136655] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234375,12 +237369,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -234418,10 +237413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134225] = 2, - ACTIONS(10964), 11, + [136714] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234431,17 +237426,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -234474,10 +237470,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134283] = 2, - ACTIONS(10960), 11, + [136773] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234487,17 +237483,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -234530,10 +237527,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134341] = 2, - ACTIONS(10714), 11, + [136832] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234543,12 +237540,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -234586,10 +237584,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134399] = 2, - ACTIONS(10718), 11, + [136891] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234599,12 +237597,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -234642,10 +237641,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134457] = 2, - ACTIONS(10722), 11, + [136950] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234655,12 +237654,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -234698,10 +237698,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134515] = 2, - ACTIONS(10802), 11, + [137009] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234711,17 +237711,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -234754,10 +237755,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134573] = 2, - ACTIONS(10674), 11, + [137068] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234767,12 +237768,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -234810,10 +237812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134631] = 2, - ACTIONS(10726), 11, + [137127] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234823,12 +237825,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -234866,10 +237869,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134689] = 2, - ACTIONS(10730), 11, + [137186] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234879,12 +237882,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -234922,10 +237926,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134747] = 2, - ACTIONS(10956), 11, + [137245] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234935,17 +237939,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -234978,10 +237983,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134805] = 2, - ACTIONS(10734), 11, + [137304] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -234991,12 +237996,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235034,10 +238040,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134863] = 2, - ACTIONS(10738), 11, + [137363] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235047,12 +238053,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235090,10 +238097,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134921] = 2, - ACTIONS(10742), 11, + [137422] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235103,12 +238110,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235146,10 +238154,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134979] = 2, - ACTIONS(10746), 11, + [137481] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235159,12 +238167,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235202,10 +238211,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135037] = 2, - ACTIONS(10750), 11, + [137540] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235215,12 +238224,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235258,10 +238268,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135095] = 2, - ACTIONS(10754), 11, + [137599] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235271,12 +238281,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235314,10 +238325,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135153] = 2, - ACTIONS(10758), 11, + [137658] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235327,12 +238338,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235370,10 +238382,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135211] = 2, - ACTIONS(10762), 11, + [137717] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235383,12 +238395,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235426,10 +238439,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135269] = 2, - ACTIONS(10766), 11, + [137776] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235439,12 +238452,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235482,10 +238496,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135327] = 2, - ACTIONS(10770), 11, + [137835] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235495,12 +238509,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235538,10 +238553,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135385] = 2, - ACTIONS(10774), 11, + [137894] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235551,12 +238566,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235594,10 +238610,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135443] = 2, - ACTIONS(10778), 11, + [137953] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235607,17 +238623,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -235650,10 +238667,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135501] = 2, - ACTIONS(10782), 11, + [138012] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235663,12 +238680,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235706,10 +238724,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135559] = 2, - ACTIONS(10786), 11, + [138071] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235719,12 +238737,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235762,10 +238781,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135617] = 2, - ACTIONS(10790), 11, + [138130] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235775,17 +238794,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -235818,10 +238838,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135675] = 2, - ACTIONS(10952), 11, + [138189] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235831,17 +238851,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -235874,10 +238895,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135733] = 2, - ACTIONS(10794), 11, + [138248] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235887,12 +238908,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235930,10 +238952,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135791] = 2, - ACTIONS(10798), 11, + [138307] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235943,12 +238965,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -235986,10 +239009,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135849] = 2, - ACTIONS(10948), 11, + [138366] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -235999,17 +239022,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -236042,10 +239066,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135907] = 2, - ACTIONS(10806), 11, + [138425] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236055,12 +239079,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236098,10 +239123,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135965] = 2, - ACTIONS(10810), 11, + [138484] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236111,12 +239136,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236154,10 +239180,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136023] = 2, - ACTIONS(10814), 11, + [138543] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236167,12 +239193,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236210,10 +239237,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136081] = 2, - ACTIONS(10818), 11, + [138602] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236223,12 +239250,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236266,10 +239294,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136139] = 2, - ACTIONS(10824), 11, + [138661] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236279,12 +239307,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236322,10 +239351,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136197] = 2, - ACTIONS(10828), 11, + [138720] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236335,12 +239364,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236378,10 +239408,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136255] = 2, - ACTIONS(10832), 11, + [138779] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236391,12 +239421,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236434,10 +239465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136313] = 2, - ACTIONS(10836), 11, + [138838] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236447,12 +239478,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236490,10 +239522,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136371] = 2, - ACTIONS(10840), 11, + [138897] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236503,12 +239535,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236546,10 +239579,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136429] = 2, - ACTIONS(10678), 11, + [138956] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236559,12 +239592,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236602,10 +239636,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136487] = 2, - ACTIONS(10844), 11, + [139015] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236615,12 +239649,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236658,10 +239693,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136545] = 2, - ACTIONS(10848), 11, + [139074] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236671,12 +239706,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236714,10 +239750,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136603] = 2, - ACTIONS(10852), 11, + [139133] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236727,12 +239763,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236770,10 +239807,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136661] = 2, - ACTIONS(10856), 11, + [139192] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236783,12 +239820,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236826,10 +239864,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136719] = 2, - ACTIONS(10860), 11, + [139251] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236839,12 +239877,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236882,10 +239921,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136777] = 2, - ACTIONS(10864), 11, + [139310] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236895,12 +239934,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236938,10 +239978,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136835] = 2, - ACTIONS(10868), 11, + [139369] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -236951,12 +239991,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -236994,10 +240035,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136893] = 2, - ACTIONS(10872), 11, + [139428] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237007,12 +240048,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237050,10 +240092,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136951] = 2, - ACTIONS(10876), 11, + [139487] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237063,12 +240105,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237106,10 +240149,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137009] = 2, - ACTIONS(10880), 11, + [139546] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237119,12 +240162,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237162,10 +240206,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137067] = 2, - ACTIONS(10884), 11, + [139605] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237175,12 +240219,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237218,10 +240263,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137125] = 2, - ACTIONS(11024), 11, + [139664] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237231,12 +240276,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237274,10 +240320,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137183] = 2, - ACTIONS(10888), 11, + [139723] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237287,12 +240333,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237330,10 +240377,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137241] = 2, - ACTIONS(10892), 11, + [139782] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237343,12 +240390,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237386,10 +240434,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137299] = 2, - ACTIONS(10896), 11, + [139841] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237399,12 +240447,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237442,10 +240491,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137357] = 2, - ACTIONS(10900), 11, + [139900] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237455,12 +240504,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237498,10 +240548,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137415] = 2, - ACTIONS(10904), 11, + [139959] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237511,12 +240561,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237554,10 +240605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137473] = 2, - ACTIONS(10908), 11, + [140018] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237567,12 +240618,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237610,10 +240662,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137531] = 2, - ACTIONS(10912), 11, + [140077] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237623,12 +240675,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237666,10 +240719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137589] = 2, - ACTIONS(10916), 11, + [140136] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237679,12 +240732,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237722,10 +240776,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137647] = 2, - ACTIONS(10920), 11, + [140195] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237735,12 +240789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237778,10 +240833,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137705] = 2, - ACTIONS(10924), 11, + [140254] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237791,12 +240846,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237834,10 +240890,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137763] = 2, - ACTIONS(10928), 11, + [140313] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237847,12 +240903,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237890,10 +240947,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137821] = 2, - ACTIONS(10932), 11, + [140372] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237903,12 +240960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -237946,10 +241004,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137879] = 2, - ACTIONS(10940), 11, + [140431] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -237959,12 +241017,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238002,10 +241061,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137937] = 2, - ACTIONS(10944), 11, + [140490] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238015,12 +241074,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238058,10 +241118,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137995] = 2, - ACTIONS(10948), 11, + [140549] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238071,12 +241131,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238114,10 +241175,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138053] = 2, - ACTIONS(10952), 11, + [140608] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238127,17 +241188,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -238170,10 +241232,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138111] = 2, - ACTIONS(10956), 11, + [140667] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238183,12 +241245,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238226,10 +241289,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138169] = 2, - ACTIONS(10960), 11, + [140726] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238239,12 +241302,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238282,10 +241346,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138227] = 2, - ACTIONS(10964), 11, + [140785] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238295,12 +241359,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238338,10 +241403,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138285] = 2, - ACTIONS(10900), 11, + [140844] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238351,17 +241416,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -238394,10 +241460,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138343] = 2, - ACTIONS(10968), 11, + [140903] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238407,12 +241473,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238450,10 +241517,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138401] = 2, - ACTIONS(10972), 11, + [140962] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238463,12 +241530,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238506,10 +241574,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138459] = 2, - ACTIONS(10976), 11, + [141021] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238519,12 +241587,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238562,10 +241631,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138517] = 2, - ACTIONS(10980), 11, + [141080] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238575,68 +241644,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - aux_sym_section_token1, - 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, - [138575] = 2, - ACTIONS(10984), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10982), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238674,10 +241688,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138633] = 2, - ACTIONS(11000), 11, + [141139] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238687,12 +241701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238730,10 +241745,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138691] = 2, - ACTIONS(10988), 11, + [141198] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238743,12 +241758,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -238786,10 +241802,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138749] = 2, - ACTIONS(10992), 11, + [141257] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238799,14 +241815,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -238827,6 +241843,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, @@ -238842,10 +241859,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138807] = 2, - ACTIONS(10996), 11, + [141316] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238855,17 +241872,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -238898,10 +241916,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138865] = 2, - ACTIONS(11004), 11, + [141375] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238911,17 +241929,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -238954,10 +241973,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138923] = 2, - ACTIONS(10710), 11, + [141434] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -238967,12 +241986,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239010,10 +242030,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138981] = 2, - ACTIONS(10940), 11, + [141493] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239023,17 +242043,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -239051,6 +242071,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, @@ -239066,10 +242087,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139039] = 2, - ACTIONS(10932), 11, + [141552] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239079,17 +242100,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -239107,6 +242128,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, @@ -239122,10 +242144,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139097] = 2, - ACTIONS(10714), 11, + [141611] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239135,12 +242157,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239178,10 +242201,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139155] = 2, - ACTIONS(10718), 11, + [141670] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239191,12 +242214,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239234,10 +242258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139213] = 2, - ACTIONS(10722), 11, + [141729] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239247,12 +242271,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239290,10 +242315,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139271] = 2, - ACTIONS(10802), 11, + [141788] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239303,13 +242328,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -239330,7 +242357,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, @@ -239346,10 +242372,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139329] = 2, - ACTIONS(10674), 11, + [141847] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239359,16 +242385,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -239386,7 +242414,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, @@ -239402,10 +242429,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139387] = 2, - ACTIONS(10726), 11, + [141906] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239415,12 +242442,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239458,10 +242486,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139445] = 2, - ACTIONS(10730), 11, + [141965] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239471,12 +242499,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239514,10 +242543,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139503] = 2, - ACTIONS(10928), 11, + [142024] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239527,17 +242556,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -239555,6 +242584,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, @@ -239570,10 +242600,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139561] = 2, - ACTIONS(10734), 11, + [142083] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239583,12 +242613,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239626,10 +242657,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139619] = 2, - ACTIONS(10738), 11, + [142142] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239639,12 +242670,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239682,10 +242714,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139677] = 2, - ACTIONS(10742), 11, + [142201] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239695,12 +242727,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239738,10 +242771,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139735] = 2, - ACTIONS(10746), 11, + [142260] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239751,12 +242784,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239794,10 +242828,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139793] = 2, - ACTIONS(10750), 11, + [142319] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239807,12 +242841,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239850,10 +242885,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139851] = 2, - ACTIONS(10754), 11, + [142378] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239863,12 +242898,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239906,10 +242942,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139909] = 2, - ACTIONS(10758), 11, + [142437] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239919,12 +242955,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -239962,10 +242999,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139967] = 2, - ACTIONS(10762), 11, + [142496] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -239975,12 +243012,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240018,10 +243056,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140025] = 2, - ACTIONS(10766), 11, + [142555] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240031,12 +243069,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240074,10 +243113,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140083] = 2, - ACTIONS(10770), 11, + [142614] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240087,12 +243126,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240130,10 +243170,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140141] = 2, - ACTIONS(10774), 11, + [142673] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240143,12 +243183,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240186,10 +243227,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140199] = 2, - ACTIONS(10778), 11, + [142732] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240199,12 +243240,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240242,10 +243284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140257] = 2, - ACTIONS(10782), 11, + [142791] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240255,16 +243297,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -240282,7 +243326,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, @@ -240298,10 +243341,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140315] = 2, - ACTIONS(10786), 11, + [142850] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240311,12 +243354,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240354,10 +243398,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140373] = 2, - ACTIONS(10790), 11, + [142909] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240367,12 +243411,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240410,10 +243455,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140431] = 2, - ACTIONS(10924), 11, + [142968] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240423,12 +243468,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240466,10 +243512,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140489] = 2, - ACTIONS(10794), 11, + [143027] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240479,12 +243525,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240522,10 +243569,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140547] = 2, - ACTIONS(10798), 11, + [143086] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240535,12 +243582,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240578,10 +243626,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140605] = 2, - ACTIONS(10920), 11, + [143145] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240591,68 +243639,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - [140663] = 2, - ACTIONS(10806), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10804), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240690,10 +243683,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140721] = 2, - ACTIONS(10810), 11, + [143204] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240703,12 +243696,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240746,10 +243740,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140779] = 2, - ACTIONS(10814), 11, + [143263] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240759,12 +243753,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240802,10 +243797,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140837] = 2, - ACTIONS(10818), 11, + [143322] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240815,12 +243810,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240858,10 +243854,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140895] = 2, - ACTIONS(10824), 11, + [143381] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240871,12 +243867,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240914,10 +243911,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140953] = 2, - ACTIONS(10828), 11, + [143440] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240927,12 +243924,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -240970,10 +243968,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141011] = 2, - ACTIONS(10832), 11, + [143499] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -240983,12 +243981,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241026,10 +244025,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141069] = 2, - ACTIONS(10836), 11, + [143558] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241039,12 +244038,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241082,10 +244082,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141127] = 2, - ACTIONS(10840), 11, + [143617] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241095,12 +244095,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241138,10 +244139,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141185] = 2, - ACTIONS(10678), 11, + [143676] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241151,12 +244152,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241194,10 +244196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141243] = 2, - ACTIONS(10844), 11, + [143735] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241207,12 +244209,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241250,10 +244253,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141301] = 2, - ACTIONS(10848), 11, + [143794] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241263,12 +244266,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241306,10 +244310,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141359] = 2, - ACTIONS(10852), 11, + [143853] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241319,12 +244323,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241362,10 +244367,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141417] = 2, - ACTIONS(10856), 11, + [143912] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241375,12 +244380,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241418,10 +244424,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141475] = 2, - ACTIONS(10860), 11, + [143971] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241431,12 +244437,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241474,10 +244481,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141533] = 2, - ACTIONS(10864), 11, + [144030] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241487,12 +244494,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241530,10 +244538,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141591] = 2, - ACTIONS(10868), 11, + [144089] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241543,12 +244551,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241586,10 +244595,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141649] = 2, - ACTIONS(10872), 11, + [144148] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241599,12 +244608,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241642,10 +244652,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141707] = 2, - ACTIONS(10876), 11, + [144207] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241655,12 +244665,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241698,10 +244709,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141765] = 2, - ACTIONS(10880), 11, + [144266] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241711,12 +244722,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241754,10 +244766,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141823] = 2, - ACTIONS(10884), 11, + [144325] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241767,12 +244779,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241810,10 +244823,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141881] = 2, - ACTIONS(11024), 11, + [144384] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241823,12 +244836,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241866,10 +244880,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141939] = 2, - ACTIONS(10888), 11, + [144443] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241879,12 +244893,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241922,10 +244937,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141997] = 2, - ACTIONS(10892), 11, + [144502] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241935,12 +244950,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -241978,10 +244994,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142055] = 2, - ACTIONS(10896), 11, + [144561] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -241991,12 +245007,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242034,10 +245051,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142113] = 2, - ACTIONS(10900), 11, + [144620] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242047,12 +245064,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242090,10 +245108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142171] = 2, - ACTIONS(10904), 11, + [144679] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242103,12 +245121,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242146,10 +245165,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142229] = 2, - ACTIONS(10908), 11, + [144738] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242159,12 +245178,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242202,10 +245222,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142287] = 2, - ACTIONS(10912), 11, + [144797] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242215,12 +245235,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242258,10 +245279,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142345] = 2, - ACTIONS(10916), 11, + [144856] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242271,12 +245292,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242314,10 +245336,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142403] = 2, - ACTIONS(10920), 11, + [144915] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242327,12 +245349,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242370,10 +245393,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142461] = 2, - ACTIONS(10924), 11, + [144974] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242383,12 +245406,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242426,10 +245450,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142519] = 2, - ACTIONS(10928), 11, + [145033] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242439,12 +245463,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242482,10 +245507,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142577] = 2, - ACTIONS(10932), 11, + [145092] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242495,68 +245520,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - anon_sym_ATendswitch, - 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, - [142635] = 2, - ACTIONS(10940), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10938), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242594,10 +245564,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142693] = 2, - ACTIONS(10944), 11, + [145151] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242607,68 +245577,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - anon_sym_ATendswitch, - 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, - [142751] = 2, - ACTIONS(10948), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10946), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242706,10 +245621,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142809] = 2, - ACTIONS(10952), 11, + [145210] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242719,12 +245634,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242762,10 +245678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142867] = 2, - ACTIONS(10956), 11, + [145269] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242775,12 +245691,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242818,10 +245735,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142925] = 2, - ACTIONS(10960), 11, + [145328] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242831,12 +245748,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242874,10 +245792,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142983] = 2, - ACTIONS(10964), 11, + [145387] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242887,12 +245805,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242930,10 +245849,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143041] = 2, - ACTIONS(10916), 11, + [145446] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242943,12 +245862,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -242986,10 +245906,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143099] = 2, - ACTIONS(10968), 11, + [145505] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -242999,12 +245919,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243042,10 +245963,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143157] = 2, - ACTIONS(10972), 11, + [145564] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243055,12 +245976,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243098,10 +246020,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143215] = 2, - ACTIONS(10976), 11, + [145623] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243111,12 +246033,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243154,10 +246077,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143273] = 2, - ACTIONS(10980), 11, + [145682] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243167,12 +246090,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243210,10 +246134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143331] = 2, - ACTIONS(10984), 11, + [145741] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243223,12 +246147,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243266,10 +246191,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143389] = 2, - ACTIONS(11000), 11, + [145800] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243279,12 +246204,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243322,10 +246248,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143447] = 2, - ACTIONS(10988), 11, + [145859] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243335,12 +246261,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243378,10 +246305,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143505] = 2, - ACTIONS(10992), 11, + [145918] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243391,12 +246318,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243434,10 +246362,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143563] = 2, - ACTIONS(10996), 11, + [145977] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243447,12 +246375,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243490,10 +246419,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143621] = 2, - ACTIONS(11004), 11, + [146036] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243503,12 +246432,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243546,10 +246476,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143679] = 2, - ACTIONS(10710), 12, + [146095] = 2, + ACTIONS(10945), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243560,12 +246490,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 41, + ACTIONS(10943), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243602,10 +246533,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143737] = 2, - ACTIONS(10912), 11, + [146154] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243615,12 +246546,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243658,10 +246590,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143795] = 2, - ACTIONS(10908), 11, + [146213] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243671,12 +246603,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243714,10 +246647,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143853] = 2, - ACTIONS(10714), 12, + [146272] = 2, + ACTIONS(10941), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243728,12 +246661,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 41, + ACTIONS(10939), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243770,10 +246704,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143911] = 2, - ACTIONS(10718), 12, + [146331] = 2, + ACTIONS(10937), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243784,12 +246718,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 41, + ACTIONS(10935), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243826,10 +246761,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143969] = 2, - ACTIONS(10722), 12, + [146390] = 2, + ACTIONS(10853), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243840,12 +246775,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 41, + ACTIONS(10851), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243882,10 +246818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144027] = 2, - ACTIONS(10802), 12, + [146449] = 2, + ACTIONS(10949), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243896,12 +246832,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 41, + ACTIONS(10947), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243938,10 +246875,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144085] = 2, - ACTIONS(10674), 12, + [146508] = 2, + ACTIONS(10849), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -243952,12 +246889,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 41, + ACTIONS(10847), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -243994,10 +246932,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144143] = 2, - ACTIONS(10726), 12, + [146567] = 2, + ACTIONS(10921), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244008,12 +246946,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 41, + ACTIONS(10919), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244050,10 +246989,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144201] = 2, - ACTIONS(10730), 12, + [146626] = 2, + ACTIONS(10857), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244064,12 +247003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 41, + ACTIONS(10855), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244106,10 +247046,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144259] = 2, - ACTIONS(10742), 11, + [146685] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244119,17 +247059,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, - ts_builtin_sym_end, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -244162,10 +247103,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144317] = 2, - ACTIONS(10734), 12, + [146744] = 2, + ACTIONS(10861), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244176,12 +247117,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 41, + ACTIONS(10859), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244218,10 +247160,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144375] = 2, - ACTIONS(10738), 12, + [146803] = 2, + ACTIONS(10873), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244232,12 +247174,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 41, + ACTIONS(10871), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244274,10 +247217,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144433] = 2, - ACTIONS(10742), 12, + [146862] = 2, + ACTIONS(10877), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244288,12 +247231,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 41, + ACTIONS(10875), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244330,10 +247274,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144491] = 2, - ACTIONS(10746), 12, + [146921] = 2, + ACTIONS(10881), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244344,12 +247288,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 41, + ACTIONS(10879), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244386,10 +247331,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144549] = 2, - ACTIONS(10750), 12, + [146980] = 2, + ACTIONS(10893), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244400,12 +247345,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 41, + ACTIONS(10891), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244442,10 +247388,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144607] = 2, - ACTIONS(10754), 12, + [147039] = 2, + ACTIONS(10901), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244456,12 +247402,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 41, + ACTIONS(10899), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244498,10 +247445,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144665] = 2, - ACTIONS(10758), 12, + [147098] = 2, + ACTIONS(10925), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244512,12 +247459,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 41, + ACTIONS(10923), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244554,10 +247502,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144723] = 2, - ACTIONS(10762), 12, + [147157] = 2, + ACTIONS(10869), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244568,12 +247516,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 41, + ACTIONS(10867), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244610,10 +247559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144781] = 2, - ACTIONS(10766), 12, + [147216] = 2, + ACTIONS(10885), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244624,12 +247573,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 41, + ACTIONS(10883), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244666,10 +247616,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144839] = 2, - ACTIONS(10770), 12, + [147275] = 2, + ACTIONS(10889), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244680,12 +247630,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 41, + ACTIONS(10887), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244722,10 +247673,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144897] = 2, - ACTIONS(10774), 12, + [147334] = 2, + ACTIONS(10897), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244736,12 +247687,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 41, + ACTIONS(10895), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244778,10 +247730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144955] = 2, - ACTIONS(10778), 12, + [147393] = 2, + ACTIONS(10905), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244792,12 +247744,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 41, + ACTIONS(10903), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244834,10 +247787,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145013] = 2, - ACTIONS(10782), 12, + [147452] = 2, + ACTIONS(10909), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244848,12 +247801,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 41, + ACTIONS(10907), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244890,10 +247844,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145071] = 2, - ACTIONS(10786), 12, + [147511] = 2, + ACTIONS(10913), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244904,12 +247858,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 41, + ACTIONS(10911), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -244946,10 +247901,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145129] = 2, - ACTIONS(10790), 12, + [147570] = 2, + ACTIONS(10917), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -244960,12 +247915,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 41, + ACTIONS(10915), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245002,10 +247958,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145187] = 2, - ACTIONS(10904), 11, + [147629] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245015,12 +247971,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245058,10 +248015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145245] = 2, - ACTIONS(10794), 12, + [147688] = 2, + ACTIONS(10929), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245072,12 +248029,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 41, + ACTIONS(10927), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245114,10 +248072,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145303] = 2, - ACTIONS(10798), 12, + [147747] = 2, + ACTIONS(10933), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245128,12 +248086,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 41, + ACTIONS(10931), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245170,10 +248129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145361] = 2, - ACTIONS(10746), 11, + [147806] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245183,14 +248142,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, - ts_builtin_sym_end, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -245226,10 +248186,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145419] = 2, - ACTIONS(10806), 12, + [147865] = 2, + ACTIONS(10953), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245240,68 +248200,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 41, + ACTIONS(10951), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - 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, - anon_sym_ATbreak, - 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, - [145477] = 2, - ACTIONS(10810), 12, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - 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(10808), 41, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245338,10 +248243,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145535] = 2, - ACTIONS(10814), 12, + [147924] = 2, + ACTIONS(10957), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245352,12 +248257,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 41, + ACTIONS(10955), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245394,10 +248300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145593] = 2, - ACTIONS(10818), 12, + [147983] = 2, + ACTIONS(10961), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245408,12 +248314,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 41, + ACTIONS(10959), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245450,10 +248357,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145651] = 2, - ACTIONS(10824), 12, + [148042] = 2, + ACTIONS(10965), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245464,12 +248371,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 41, + ACTIONS(10963), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245506,10 +248414,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145709] = 2, - ACTIONS(10828), 12, + [148101] = 2, + ACTIONS(10969), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245520,12 +248428,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 41, + ACTIONS(10967), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245562,10 +248471,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145767] = 2, - ACTIONS(10832), 12, + [148160] = 2, + ACTIONS(10973), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245576,12 +248485,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 41, + ACTIONS(10971), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245618,10 +248528,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145825] = 2, - ACTIONS(10836), 12, + [148219] = 2, + ACTIONS(10977), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245632,12 +248542,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 41, + ACTIONS(10975), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245674,10 +248585,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145883] = 2, - ACTIONS(10840), 12, + [148278] = 2, + ACTIONS(10981), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245688,12 +248599,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 41, + ACTIONS(10979), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245730,10 +248642,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145941] = 2, - ACTIONS(10678), 12, + [148337] = 2, + ACTIONS(10985), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245744,12 +248656,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 41, + ACTIONS(10983), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245786,10 +248699,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [145999] = 2, - ACTIONS(10844), 12, + [148396] = 2, + ACTIONS(10989), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245800,12 +248713,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 41, + ACTIONS(10987), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245842,10 +248756,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146057] = 2, - ACTIONS(10848), 12, + [148455] = 2, + ACTIONS(10993), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245856,12 +248770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 41, + ACTIONS(10991), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245898,10 +248813,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146115] = 2, - ACTIONS(10852), 12, + [148514] = 2, + ACTIONS(10997), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245912,12 +248827,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 41, + ACTIONS(10995), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -245954,10 +248870,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146173] = 2, - ACTIONS(10856), 12, + [148573] = 2, + ACTIONS(11001), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -245968,12 +248884,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 41, + ACTIONS(10999), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246010,10 +248927,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146231] = 2, - ACTIONS(10860), 12, + [148632] = 2, + ACTIONS(11005), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246024,12 +248941,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 41, + ACTIONS(11003), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246066,10 +248984,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146289] = 2, - ACTIONS(10864), 12, + [148691] = 2, + ACTIONS(11009), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246080,12 +248998,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 41, + ACTIONS(11007), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246122,10 +249041,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146347] = 2, - ACTIONS(10868), 12, + [148750] = 2, + ACTIONS(11013), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246136,12 +249055,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 41, + ACTIONS(11011), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246178,10 +249098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146405] = 2, - ACTIONS(10872), 12, + [148809] = 2, + ACTIONS(11019), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246192,12 +249112,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 41, + ACTIONS(11017), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246234,10 +249155,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146463] = 2, - ACTIONS(10876), 12, + [148868] = 2, + ACTIONS(11023), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246248,12 +249169,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 41, + ACTIONS(11021), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246290,10 +249212,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146521] = 2, - ACTIONS(10880), 12, + [148927] = 2, + ACTIONS(11027), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246304,12 +249226,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 41, + ACTIONS(11025), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246346,10 +249269,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146579] = 2, - ACTIONS(10884), 12, + [148986] = 2, + ACTIONS(11031), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246360,12 +249283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 41, + ACTIONS(11029), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246402,10 +249326,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146637] = 2, - ACTIONS(11024), 12, + [149045] = 2, + ACTIONS(11035), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246416,12 +249340,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 41, + ACTIONS(11033), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246458,10 +249383,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146695] = 2, - ACTIONS(10888), 12, + [149104] = 2, + ACTIONS(11183), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246472,12 +249397,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 41, + ACTIONS(11181), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246514,10 +249440,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146753] = 2, - ACTIONS(10892), 12, + [149163] = 2, + ACTIONS(11039), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246528,12 +249454,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 41, + ACTIONS(11037), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246570,10 +249497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146811] = 2, - ACTIONS(10896), 12, + [149222] = 2, + ACTIONS(11043), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246584,12 +249511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 41, + ACTIONS(11041), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246626,10 +249554,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146869] = 2, - ACTIONS(10900), 12, + [149281] = 2, + ACTIONS(11047), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246640,12 +249568,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 41, + ACTIONS(11045), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246682,10 +249611,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146927] = 2, - ACTIONS(10904), 12, + [149340] = 2, + ACTIONS(11051), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246696,12 +249625,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 41, + ACTIONS(11049), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246738,10 +249668,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [146985] = 2, - ACTIONS(10908), 12, + [149399] = 2, + ACTIONS(11055), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246752,12 +249682,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 41, + ACTIONS(11053), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246794,10 +249725,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147043] = 2, - ACTIONS(10912), 12, + [149458] = 2, + ACTIONS(11059), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246808,12 +249739,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 41, + ACTIONS(11057), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246850,10 +249782,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147101] = 2, - ACTIONS(10916), 12, + [149517] = 2, + ACTIONS(11063), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246864,12 +249796,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 41, + ACTIONS(11061), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246906,10 +249839,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147159] = 2, - ACTIONS(10920), 12, + [149576] = 2, + ACTIONS(11067), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246920,12 +249853,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 41, + ACTIONS(11065), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -246962,10 +249896,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147217] = 2, - ACTIONS(10924), 12, + [149635] = 2, + ACTIONS(11071), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -246976,12 +249910,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 41, + ACTIONS(11069), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247018,10 +249953,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147275] = 2, - ACTIONS(10928), 12, + [149694] = 2, + ACTIONS(11075), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247032,12 +249967,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 41, + ACTIONS(11073), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247074,10 +250010,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147333] = 2, - ACTIONS(10932), 12, + [149753] = 2, + ACTIONS(11079), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247088,12 +250024,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 41, + ACTIONS(11077), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247130,10 +250067,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147391] = 2, - ACTIONS(10940), 12, + [149812] = 2, + ACTIONS(11083), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247144,12 +250081,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 41, + ACTIONS(11081), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247186,10 +250124,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147449] = 2, - ACTIONS(10944), 12, + [149871] = 2, + ACTIONS(11087), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247200,12 +250138,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 41, + ACTIONS(11085), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247242,10 +250181,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147507] = 2, - ACTIONS(10948), 12, + [149930] = 2, + ACTIONS(11091), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247256,12 +250195,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 41, + ACTIONS(11089), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247298,10 +250238,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147565] = 2, - ACTIONS(10952), 12, + [149989] = 2, + ACTIONS(11099), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247312,12 +250252,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 41, + ACTIONS(11097), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247354,10 +250295,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147623] = 2, - ACTIONS(10956), 12, + [150048] = 2, + ACTIONS(11103), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247368,12 +250309,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 41, + ACTIONS(11101), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247410,10 +250352,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147681] = 2, - ACTIONS(10960), 12, + [150107] = 2, + ACTIONS(11109), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247424,12 +250366,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 41, + ACTIONS(11107), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247466,10 +250409,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147739] = 2, - ACTIONS(10964), 12, + [150166] = 2, + ACTIONS(11113), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247480,12 +250423,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 41, + ACTIONS(11111), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247522,26 +250466,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147797] = 2, - ACTIONS(10750), 11, + [150225] = 2, + ACTIONS(11117), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, 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(10748), 42, - ts_builtin_sym_end, + ACTIONS(11115), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247563,7 +250508,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, @@ -247578,27 +250523,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147855] = 2, - ACTIONS(10968), 12, + [150284] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, 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(10966), 41, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -247619,7 +250565,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, @@ -247634,10 +250580,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147913] = 2, - ACTIONS(10972), 12, + [150343] = 2, + ACTIONS(11121), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247648,12 +250594,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 41, + ACTIONS(11119), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247690,10 +250637,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [147971] = 2, - ACTIONS(10976), 12, + [150402] = 2, + ACTIONS(11125), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247704,12 +250651,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 41, + ACTIONS(11123), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247746,10 +250694,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148029] = 2, - ACTIONS(10980), 12, + [150461] = 2, + ACTIONS(11133), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247760,12 +250708,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 41, + ACTIONS(11131), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247802,10 +250751,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148087] = 2, - ACTIONS(10984), 12, + [150520] = 2, + ACTIONS(11137), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247816,12 +250765,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 41, + ACTIONS(11135), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247858,10 +250808,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148145] = 2, - ACTIONS(11000), 12, + [150579] = 2, + ACTIONS(11141), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247872,12 +250822,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 41, + ACTIONS(11139), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247914,10 +250865,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148203] = 2, - ACTIONS(10988), 12, + [150638] = 2, + ACTIONS(11157), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247928,12 +250879,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 41, + ACTIONS(11155), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -247970,10 +250922,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148261] = 2, - ACTIONS(10992), 12, + [150697] = 2, + ACTIONS(11145), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -247984,12 +250936,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 41, + ACTIONS(11143), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -248026,10 +250979,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148319] = 2, - ACTIONS(10996), 12, + [150756] = 2, + ACTIONS(11149), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248040,12 +250993,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 41, + ACTIONS(11147), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -248082,10 +251036,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148377] = 2, - ACTIONS(11004), 12, + [150815] = 2, + ACTIONS(11153), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248096,12 +251050,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 41, + ACTIONS(11151), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -248138,27 +251093,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148435] = 2, - ACTIONS(10746), 11, + [150874] = 2, + ACTIONS(11161), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, 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(10744), 42, + ACTIONS(11159), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -248179,7 +251135,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, @@ -248194,10 +251150,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148493] = 2, - ACTIONS(10896), 11, + [150933] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248207,12 +251163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -248250,10 +251207,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148551] = 2, - ACTIONS(10730), 11, + [150992] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248263,17 +251220,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, - ts_builtin_sym_end, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248306,10 +251264,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148609] = 2, - ACTIONS(10758), 11, + [151051] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248319,14 +251277,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, - ts_builtin_sym_end, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -248362,10 +251321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148667] = 2, - ACTIONS(10892), 11, + [151110] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248375,17 +251334,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248418,10 +251378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148725] = 2, - ACTIONS(10888), 11, + [151169] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248431,12 +251391,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -248474,10 +251435,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148783] = 2, - ACTIONS(10762), 11, + [151228] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248487,17 +251448,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, - ts_builtin_sym_end, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248530,10 +251492,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148841] = 2, - ACTIONS(10754), 11, + [151287] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248543,14 +251505,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, - ts_builtin_sym_end, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -248586,10 +251549,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148899] = 2, - ACTIONS(11024), 11, + [151346] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248599,17 +251562,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248642,10 +251606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [148957] = 2, - ACTIONS(10856), 11, + [151405] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248655,17 +251619,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248698,10 +251663,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149015] = 2, - ACTIONS(10766), 11, + [151464] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248711,14 +251676,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, - ts_builtin_sym_end, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -248754,10 +251720,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149073] = 2, - ACTIONS(10884), 11, + [151523] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248767,17 +251733,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248810,10 +251777,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149131] = 2, - ACTIONS(10770), 11, + [151582] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248823,17 +251790,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, - ts_builtin_sym_end, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248866,10 +251834,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149189] = 2, - ACTIONS(10774), 11, + [151641] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248879,13 +251847,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10939), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -248922,10 +251891,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149247] = 2, - ACTIONS(10880), 11, + [151700] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -248935,17 +251904,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248978,30 +251948,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149305] = 2, - ACTIONS(10936), 12, + [151759] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, 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(10934), 41, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249019,7 +251990,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, @@ -249034,10 +252005,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149363] = 2, - ACTIONS(11014), 12, + [151818] = 2, + ACTIONS(11129), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249048,12 +252019,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 41, + ACTIONS(11127), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -249090,30 +252062,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149421] = 2, - ACTIONS(10876), 11, + [151877] = 2, + ACTIONS(11177), 12, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, 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(10874), 42, + ACTIONS(11175), 42, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249131,7 +252104,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, @@ -249146,10 +252119,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149479] = 2, - ACTIONS(10936), 11, + [151936] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249159,17 +252132,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -249202,10 +252176,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149537] = 2, - ACTIONS(11014), 11, + [151995] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249215,12 +252189,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, aux_sym_section_token1, anon_sym_ATonce, @@ -249258,10 +252233,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149595] = 2, - ACTIONS(10872), 11, + [152054] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249271,17 +252246,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -249314,10 +252290,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149653] = 2, - ACTIONS(10936), 11, + [152113] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249327,16 +252303,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249354,7 +252332,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, @@ -249370,10 +252347,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149711] = 2, - ACTIONS(11014), 11, + [152172] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249383,12 +252360,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -249426,10 +252404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149769] = 2, - ACTIONS(10868), 11, + [152231] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249439,17 +252417,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249467,6 +252445,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, @@ -249482,10 +252461,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149827] = 2, - ACTIONS(10778), 11, + [152290] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249495,17 +252474,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, - ts_builtin_sym_end, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249538,10 +252518,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149885] = 2, - ACTIONS(10864), 11, + [152349] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249551,17 +252531,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(10935), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249594,10 +252575,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149943] = 2, - ACTIONS(10860), 11, + [152408] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249607,12 +252588,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -249650,10 +252632,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150001] = 2, - ACTIONS(10782), 11, + [152467] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249663,17 +252645,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, - ts_builtin_sym_end, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249706,10 +252689,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150059] = 2, - ACTIONS(10786), 11, + [152526] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249719,13 +252702,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10851), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -249762,10 +252746,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150117] = 2, - ACTIONS(10790), 11, + [152585] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249775,13 +252759,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10947), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -249818,10 +252803,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150175] = 2, - ACTIONS(10860), 11, + [152644] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249831,12 +252816,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -249874,10 +252860,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150233] = 2, - ACTIONS(10794), 11, + [152703] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249887,14 +252873,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, - ts_builtin_sym_end, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -249930,10 +252917,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150291] = 2, - ACTIONS(10778), 11, + [152762] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249943,14 +252930,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10847), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -249986,10 +252974,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150349] = 2, - ACTIONS(10856), 11, + [152821] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -249999,17 +252987,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -250042,10 +253031,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150407] = 2, - ACTIONS(10798), 11, + [152880] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250055,17 +253044,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, - ts_builtin_sym_end, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -250098,10 +253088,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150465] = 2, - ACTIONS(10806), 11, + [152939] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250111,14 +253101,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, - ts_builtin_sym_end, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -250154,10 +253145,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150523] = 2, - ACTIONS(10810), 11, + [152998] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250167,13 +253158,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10919), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -250210,10 +253202,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150581] = 2, - ACTIONS(10814), 11, + [153057] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250223,14 +253215,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, - ts_builtin_sym_end, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -250266,10 +253259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150639] = 2, - ACTIONS(10818), 11, + [153116] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250279,14 +253272,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, - ts_builtin_sym_end, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -250322,10 +253316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150697] = 2, - ACTIONS(10824), 11, + [153175] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250335,14 +253329,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, - ts_builtin_sym_end, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -250378,10 +253373,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150755] = 2, - ACTIONS(10828), 11, + [153234] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250391,16 +253386,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, - ts_builtin_sym_end, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -250434,10 +253430,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150813] = 2, - ACTIONS(10832), 11, + [153293] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250447,16 +253443,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, - ts_builtin_sym_end, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -250490,10 +253487,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150871] = 2, - ACTIONS(10836), 11, + [153352] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250503,16 +253500,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, - ts_builtin_sym_end, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -250546,10 +253544,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150929] = 2, - ACTIONS(10840), 11, + [153411] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250559,17 +253557,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, - ts_builtin_sym_end, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -250602,10 +253601,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150987] = 2, - ACTIONS(10678), 11, + [153470] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250615,13 +253614,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(10859), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -250658,10 +253658,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151045] = 2, - ACTIONS(10852), 11, + [153529] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250671,17 +253671,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -250714,10 +253715,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151103] = 2, - ACTIONS(10848), 11, + [153588] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250727,12 +253728,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -250770,10 +253772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151161] = 2, - ACTIONS(10844), 11, + [153647] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250783,17 +253785,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, - ts_builtin_sym_end, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -250826,10 +253829,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151219] = 2, - ACTIONS(10848), 11, + [153706] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250839,13 +253842,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(10871), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -250882,10 +253886,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151277] = 2, - ACTIONS(10852), 11, + [153765] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250895,14 +253899,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, - ts_builtin_sym_end, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -250938,10 +253943,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151335] = 2, - ACTIONS(10864), 11, + [153824] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -250951,16 +253956,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -250994,10 +254000,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151393] = 2, - ACTIONS(10856), 11, + [153883] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251007,13 +254013,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(10875), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -251050,10 +254057,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151451] = 2, - ACTIONS(10860), 11, + [153942] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251063,13 +254070,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(10879), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -251106,10 +254114,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151509] = 2, - ACTIONS(10864), 11, + [154001] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251119,16 +254127,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, - ts_builtin_sym_end, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -251162,10 +254171,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151567] = 2, - ACTIONS(10868), 11, + [154060] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251175,13 +254184,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(10891), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -251218,10 +254228,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151625] = 2, - ACTIONS(10876), 11, + [154119] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251231,13 +254241,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(10855), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -251274,10 +254285,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151683] = 2, - ACTIONS(10880), 11, + [154178] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251287,16 +254298,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, - ts_builtin_sym_end, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -251330,10 +254342,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151741] = 2, - ACTIONS(10884), 11, + [154237] = 2, + ACTIONS(11103), 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(11101), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATendfragment, + 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, + [154296] = 2, + ACTIONS(10925), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251343,13 +254412,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(10923), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -251386,10 +254456,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151799] = 2, - ACTIONS(10844), 11, + [154355] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251399,12 +254469,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -251442,10 +254513,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151857] = 2, - ACTIONS(11024), 11, + [154414] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251455,16 +254526,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, - ts_builtin_sym_end, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -251498,10 +254570,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151915] = 2, - ACTIONS(10888), 11, + [154473] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251511,13 +254583,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(10867), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -251554,10 +254627,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151973] = 2, - ACTIONS(10892), 11, + [154532] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251567,16 +254640,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, - ts_builtin_sym_end, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -251610,10 +254684,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152031] = 2, - ACTIONS(10896), 11, + [154591] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251623,16 +254697,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, - ts_builtin_sym_end, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -251666,10 +254741,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152089] = 2, - ACTIONS(10900), 11, + [154650] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251679,13 +254754,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(10899), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -251722,10 +254798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152147] = 2, - ACTIONS(10904), 11, + [154709] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251735,16 +254811,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, - ts_builtin_sym_end, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -251778,10 +254855,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152205] = 2, - ACTIONS(10908), 11, + [154768] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251791,14 +254868,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, - ts_builtin_sym_end, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -251834,10 +254912,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152263] = 2, - ACTIONS(10912), 11, + [154827] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251847,17 +254925,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, - ts_builtin_sym_end, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -251890,10 +254969,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152321] = 2, - ACTIONS(10916), 11, + [154886] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251903,14 +254982,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, - ts_builtin_sym_end, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -251946,10 +255026,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152379] = 2, - ACTIONS(10920), 11, + [154945] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -251959,16 +255039,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, - ts_builtin_sym_end, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -252002,10 +255083,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152437] = 2, - ACTIONS(10924), 11, + [155004] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252015,13 +255096,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(10883), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -252058,10 +255140,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152495] = 2, - ACTIONS(10928), 11, + [155063] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252071,16 +255153,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, - ts_builtin_sym_end, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -252114,10 +255197,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152553] = 2, - ACTIONS(10932), 11, + [155122] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252127,14 +255210,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, - ts_builtin_sym_end, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -252170,10 +255254,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152611] = 2, - ACTIONS(10940), 11, + [155181] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252183,19 +255267,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, - ts_builtin_sym_end, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -252226,10 +255311,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152669] = 2, - ACTIONS(10944), 11, + [155240] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252239,16 +255324,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, - ts_builtin_sym_end, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -252282,10 +255368,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152727] = 2, - ACTIONS(10948), 11, + [155299] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252295,13 +255381,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(10887), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -252338,10 +255425,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152785] = 2, - ACTIONS(10872), 11, + [155358] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252351,16 +255438,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, - ts_builtin_sym_end, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -252394,10 +255482,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152843] = 2, - ACTIONS(10956), 11, + [155417] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252407,16 +255495,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, - ts_builtin_sym_end, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -252450,10 +255539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152901] = 2, - ACTIONS(10960), 11, + [155476] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252463,13 +255552,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(10895), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -252506,10 +255596,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152959] = 2, - ACTIONS(10964), 11, + [155535] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252519,14 +255609,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, - ts_builtin_sym_end, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -252562,10 +255653,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153017] = 2, - ACTIONS(11014), 11, + [155594] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252575,16 +255666,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, - ts_builtin_sym_end, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -252618,10 +255710,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153075] = 2, - ACTIONS(10968), 11, + [155653] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252631,14 +255723,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, - ts_builtin_sym_end, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -252674,10 +255767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153133] = 2, - ACTIONS(10972), 11, + [155712] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252687,14 +255780,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, - ts_builtin_sym_end, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -252730,10 +255824,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153191] = 2, - ACTIONS(10976), 11, + [155771] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252743,14 +255837,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, - ts_builtin_sym_end, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -252786,10 +255881,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153249] = 2, - ACTIONS(10980), 11, + [155830] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252799,13 +255894,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10903), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -252842,10 +255938,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153307] = 2, - ACTIONS(10984), 11, + [155889] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252855,14 +255951,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, - ts_builtin_sym_end, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -252898,10 +255995,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153365] = 2, - ACTIONS(11000), 11, + [155948] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252911,16 +256008,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, - ts_builtin_sym_end, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -252954,10 +256052,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153423] = 2, - ACTIONS(10936), 11, + [156007] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -252967,19 +256065,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, 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, @@ -253010,10 +256109,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153481] = 2, - ACTIONS(10988), 11, + [156066] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253023,14 +256122,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, - ts_builtin_sym_end, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -253066,10 +256166,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153539] = 2, - ACTIONS(10952), 11, + [156125] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253079,13 +256179,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(10907), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -253122,10 +256223,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153597] = 2, - ACTIONS(10678), 11, + [156184] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253135,12 +256236,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -253178,10 +256280,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153655] = 2, - ACTIONS(10992), 11, + [156243] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253191,14 +256293,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, - ts_builtin_sym_end, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -253234,10 +256337,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153713] = 2, - ACTIONS(10996), 11, + [156302] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253247,13 +256350,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10911), 43, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -253290,10 +256394,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153771] = 2, - ACTIONS(10840), 11, + [156361] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253303,12 +256407,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -253346,10 +256451,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153829] = 2, - ACTIONS(11004), 11, + [156420] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253359,14 +256464,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, - ts_builtin_sym_end, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -253402,10 +256508,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153887] = 2, - ACTIONS(10836), 11, + [156479] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253415,12 +256521,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -253458,10 +256565,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153945] = 2, - ACTIONS(10710), 11, + [156538] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253471,16 +256578,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -253514,10 +256622,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154003] = 2, - ACTIONS(10832), 11, + [156597] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253527,12 +256635,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -253570,10 +256679,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154061] = 2, - ACTIONS(10828), 11, + [156656] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253583,17 +256692,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -253626,10 +256736,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154119] = 2, - ACTIONS(10872), 11, + [156715] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253639,14 +256749,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(10915), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -253682,10 +256793,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154177] = 2, - ACTIONS(10824), 11, + [156774] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253695,12 +256806,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -253738,10 +256850,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154235] = 2, - ACTIONS(10714), 11, + [156833] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253751,16 +256863,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -253794,10 +256907,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154293] = 2, - ACTIONS(10818), 11, + [156892] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253807,17 +256920,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -253850,10 +256964,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154351] = 2, - ACTIONS(10718), 11, + [156951] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253863,16 +256977,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -253906,10 +257021,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154409] = 2, - ACTIONS(10722), 11, + [157010] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -253919,72 +257034,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATendonce, - 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, - [154467] = 2, - ACTIONS(10802), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10800), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254018,10 +257078,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154525] = 2, - ACTIONS(10674), 11, + [157069] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254031,16 +257091,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254074,10 +257135,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154583] = 2, - ACTIONS(10726), 11, + [157128] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254087,17 +257148,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -254130,10 +257192,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154641] = 2, - ACTIONS(10786), 11, + [157187] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254143,16 +257205,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254186,10 +257249,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154699] = 2, - ACTIONS(10814), 11, + [157246] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254199,12 +257262,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -254242,10 +257306,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154757] = 2, - ACTIONS(10730), 11, + [157305] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254255,17 +257319,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -254298,10 +257363,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154815] = 2, - ACTIONS(10876), 11, + [157364] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254311,16 +257376,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254354,10 +257420,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154873] = 2, - ACTIONS(10734), 11, + [157423] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254367,16 +257433,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254410,10 +257477,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154931] = 2, - ACTIONS(10738), 11, + [157482] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254423,16 +257490,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254466,10 +257534,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154989] = 2, - ACTIONS(10742), 11, + [157541] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254479,15 +257547,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -254522,10 +257591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155047] = 2, - ACTIONS(10746), 11, + [157600] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254535,16 +257604,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254578,10 +257648,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155105] = 2, - ACTIONS(10750), 11, + [157659] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254591,16 +257661,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254634,10 +257705,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155163] = 2, - ACTIONS(10754), 11, + [157718] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254647,16 +257718,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254690,10 +257762,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155221] = 2, - ACTIONS(10758), 11, + [157777] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254703,16 +257775,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254746,10 +257819,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155279] = 2, - ACTIONS(10762), 11, + [157836] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254759,16 +257832,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -254802,10 +257876,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155337] = 2, - ACTIONS(10868), 11, + [157895] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254815,14 +257889,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(10927), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -254858,10 +257933,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155395] = 2, - ACTIONS(10790), 11, + [157954] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254871,12 +257946,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -254914,10 +257990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155453] = 2, - ACTIONS(10810), 11, + [158013] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254927,12 +258003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -254970,10 +258047,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155511] = 2, - ACTIONS(10766), 11, + [158072] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -254983,71 +258060,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATendonce, - 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, - [155569] = 2, - ACTIONS(10770), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10768), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -255082,10 +258104,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155627] = 2, - ACTIONS(10778), 11, + [158131] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255095,16 +258117,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -255138,10 +258161,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155685] = 2, - ACTIONS(10782), 11, + [158190] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255151,16 +258174,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -255194,10 +258218,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155743] = 2, - ACTIONS(10786), 11, + [158249] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255207,16 +258231,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -255250,10 +258275,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155801] = 2, - ACTIONS(10790), 11, + [158308] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255263,16 +258288,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -255306,10 +258332,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155859] = 2, - ACTIONS(10774), 11, + [158367] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255319,15 +258345,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(11127), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -255362,10 +258389,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155917] = 2, - ACTIONS(10794), 11, + [158426] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255375,15 +258402,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10931), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -255418,10 +258446,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155975] = 2, - ACTIONS(10798), 11, + [158485] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255431,15 +258459,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -255474,10 +258503,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156033] = 2, - ACTIONS(10936), 11, + [158544] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255487,14 +258516,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10951), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -255530,10 +258560,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156091] = 2, - ACTIONS(10806), 11, + [158603] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255543,15 +258573,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10955), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -255586,10 +258617,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156149] = 2, - ACTIONS(10806), 11, + [158662] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255599,17 +258630,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -255642,10 +258674,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156207] = 2, - ACTIONS(10810), 11, + [158721] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255655,16 +258687,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -255698,10 +258731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156265] = 2, - ACTIONS(10814), 11, + [158780] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255711,17 +258744,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -255754,10 +258788,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156323] = 2, - ACTIONS(10818), 11, + [158839] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255767,16 +258801,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -255810,10 +258845,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156381] = 2, - ACTIONS(10824), 11, + [158898] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255823,15 +258858,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10959), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -255866,10 +258902,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156439] = 2, - ACTIONS(10828), 11, + [158957] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255879,16 +258915,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -255922,10 +258959,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156497] = 2, - ACTIONS(10832), 11, + [159016] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255935,16 +258972,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -255978,10 +259016,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156555] = 2, - ACTIONS(10840), 11, + [159075] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -255991,16 +259029,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256034,10 +259073,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156613] = 2, - ACTIONS(10678), 11, + [159134] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256047,16 +259086,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256090,10 +259130,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156671] = 2, - ACTIONS(10844), 11, + [159193] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256103,16 +259143,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256146,10 +259187,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156729] = 2, - ACTIONS(10848), 11, + [159252] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256159,16 +259200,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256202,10 +259244,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156787] = 2, - ACTIONS(10852), 11, + [159311] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256215,15 +259257,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(10963), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -256258,10 +259301,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156845] = 2, - ACTIONS(10880), 11, + [159370] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256271,14 +259314,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(10967), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -256314,10 +259358,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156903] = 2, - ACTIONS(10856), 11, + [159429] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256327,15 +259371,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(10971), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -256370,10 +259415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156961] = 2, - ACTIONS(10860), 11, + [159488] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256383,16 +259428,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256426,10 +259472,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157019] = 2, - ACTIONS(10864), 11, + [159547] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256439,17 +259485,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -256482,10 +259529,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157077] = 2, - ACTIONS(10868), 11, + [159606] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256495,16 +259542,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256538,10 +259586,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157135] = 2, - ACTIONS(10872), 11, + [159665] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256551,16 +259599,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256594,10 +259643,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157193] = 2, - ACTIONS(10876), 11, + [159724] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256607,16 +259656,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256650,10 +259700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157251] = 2, - ACTIONS(10880), 11, + [159783] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256663,15 +259713,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(10975), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -256706,10 +259757,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157309] = 2, - ACTIONS(10884), 11, + [159842] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256719,15 +259770,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(10979), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -256762,10 +259814,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157367] = 2, - ACTIONS(11024), 11, + [159901] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256775,16 +259827,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256818,10 +259871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157425] = 2, - ACTIONS(10888), 11, + [159960] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256831,16 +259884,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256874,10 +259928,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157483] = 2, - ACTIONS(10892), 11, + [160019] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256887,16 +259941,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256930,10 +259985,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157541] = 2, - ACTIONS(10896), 11, + [160078] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256943,16 +259998,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -256986,10 +260042,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157599] = 2, - ACTIONS(10900), 11, + [160137] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -256999,16 +260055,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -257042,10 +260099,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157657] = 2, - ACTIONS(10904), 11, + [160196] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257055,15 +260112,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(10983), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -257098,10 +260156,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157715] = 2, - ACTIONS(10908), 11, + [160255] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257111,15 +260169,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(10987), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -257154,10 +260213,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157773] = 2, - ACTIONS(11014), 11, + [160314] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257167,18 +260226,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(10991), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -257210,10 +260270,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157831] = 2, - ACTIONS(10836), 11, + [160373] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257223,15 +260283,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(10995), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -257266,10 +260327,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157889] = 2, - ACTIONS(10798), 11, + [160432] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257279,18 +260340,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, 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, @@ -257322,10 +260384,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157947] = 2, - ACTIONS(10916), 11, + [160491] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257335,16 +260397,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -257378,10 +260441,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158005] = 2, - ACTIONS(10794), 11, + [160550] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257391,12 +260454,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -257434,10 +260498,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158063] = 2, - ACTIONS(10920), 11, + [160609] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257447,16 +260511,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -257490,10 +260555,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158121] = 2, - ACTIONS(10794), 11, + [160668] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257503,17 +260568,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -257546,10 +260612,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158179] = 2, - ACTIONS(10924), 11, + [160727] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257559,15 +260625,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(10999), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -257602,10 +260669,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158237] = 2, - ACTIONS(10790), 11, + [160786] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257615,12 +260682,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -257658,10 +260726,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158295] = 2, - ACTIONS(10786), 11, + [160845] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257671,17 +260739,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -257714,10 +260783,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158353] = 2, - ACTIONS(10782), 11, + [160904] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257727,12 +260796,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -257770,10 +260840,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158411] = 2, - ACTIONS(10928), 11, + [160963] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257783,17 +260853,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -257826,10 +260897,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158469] = 2, - ACTIONS(10778), 11, + [161022] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257839,12 +260910,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -257882,10 +260954,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158527] = 2, - ACTIONS(10932), 11, + [161081] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257895,15 +260967,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -257938,10 +261011,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158585] = 2, - ACTIONS(10940), 11, + [161140] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -257951,19 +261024,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -257994,10 +261068,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158643] = 2, - ACTIONS(10944), 11, + [161199] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258007,15 +261081,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11003), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -258050,10 +261125,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158701] = 2, - ACTIONS(10948), 11, + [161258] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258063,16 +261138,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258106,10 +261182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158759] = 2, - ACTIONS(10952), 11, + [161317] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258119,16 +261195,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258162,10 +261239,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158817] = 2, - ACTIONS(10774), 11, + [161376] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258175,17 +261252,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(11007), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -258218,10 +261296,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158875] = 2, - ACTIONS(10770), 11, + [161435] = 2, + ACTIONS(10953), 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(10951), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [161494] = 2, + ACTIONS(10869), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258231,12 +261366,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -258274,10 +261410,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158933] = 2, - ACTIONS(10956), 11, + [161553] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258287,17 +261423,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -258330,10 +261467,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158991] = 2, - ACTIONS(10960), 11, + [161612] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258343,16 +261480,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258386,10 +261524,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159049] = 2, - ACTIONS(10964), 11, + [161671] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258399,16 +261537,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258442,10 +261581,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159107] = 2, - ACTIONS(11014), 11, + [161730] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258455,16 +261594,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258498,10 +261638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159165] = 2, - ACTIONS(10968), 11, + [161789] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258511,16 +261651,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258554,10 +261695,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159223] = 2, - ACTIONS(10972), 11, + [161848] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258567,16 +261708,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258610,10 +261752,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159281] = 2, - ACTIONS(10976), 11, + [161907] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258623,16 +261765,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258666,10 +261809,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159339] = 2, - ACTIONS(10980), 11, + [161966] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258679,16 +261822,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258722,10 +261866,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159397] = 2, - ACTIONS(10984), 11, + [162025] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258735,16 +261879,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258778,10 +261923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159455] = 2, - ACTIONS(11000), 11, + [162084] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258791,16 +261936,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -258834,10 +261980,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159513] = 2, - ACTIONS(10988), 11, + [162143] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258847,15 +261993,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11011), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -258890,10 +262037,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159571] = 2, - ACTIONS(10766), 11, + [162202] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258903,17 +262050,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(11017), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -258946,10 +262094,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159629] = 2, - ACTIONS(10798), 11, + [162261] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -258959,12 +262107,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -259002,10 +262151,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159687] = 2, - ACTIONS(10912), 11, + [162320] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259015,17 +262164,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -259058,10 +262208,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159745] = 2, - ACTIONS(10996), 11, + [162379] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259071,16 +262221,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259114,10 +262265,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159803] = 2, - ACTIONS(11004), 11, + [162438] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259127,16 +262278,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259170,10 +262322,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159861] = 2, - ACTIONS(10710), 11, + [162497] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259183,16 +262335,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259226,10 +262379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159919] = 2, - ACTIONS(11024), 11, + [162556] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259239,16 +262392,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259282,10 +262436,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159977] = 2, - ACTIONS(10714), 11, + [162615] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259295,16 +262449,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259338,10 +262493,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160035] = 2, - ACTIONS(10718), 11, + [162674] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259351,16 +262506,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(11025), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259394,10 +262550,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160093] = 2, - ACTIONS(10722), 11, + [162733] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259407,16 +262563,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259450,10 +262607,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160151] = 2, - ACTIONS(10802), 11, + [162792] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259463,16 +262620,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(11029), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259506,10 +262664,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160209] = 2, - ACTIONS(10674), 11, + [162851] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259519,16 +262677,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(11033), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259562,10 +262721,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160267] = 2, - ACTIONS(10726), 11, + [162910] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259575,16 +262734,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259618,10 +262778,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160325] = 2, - ACTIONS(10992), 11, + [162969] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259631,16 +262791,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11181), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259674,10 +262835,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160383] = 2, - ACTIONS(10730), 11, + [163028] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259687,17 +262848,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -259730,10 +262892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160441] = 2, - ACTIONS(10888), 11, + [163087] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259743,12 +262905,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -259786,10 +262949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160499] = 2, - ACTIONS(10734), 11, + [163146] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259799,16 +262962,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(11037), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259842,10 +263006,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160557] = 2, - ACTIONS(10738), 11, + [163205] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259855,16 +263019,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(11041), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259898,10 +263063,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160615] = 2, - ACTIONS(10742), 11, + [163264] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259911,16 +263076,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(11045), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259954,10 +263120,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160673] = 2, - ACTIONS(10746), 11, + [163323] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -259967,16 +263133,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -260010,10 +263177,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160731] = 2, - ACTIONS(10750), 11, + [163382] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260023,16 +263190,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -260066,10 +263234,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160789] = 2, - ACTIONS(10754), 11, + [163441] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260079,16 +263247,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(11049), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -260122,10 +263291,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160847] = 2, - ACTIONS(10758), 11, + [163500] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260135,12 +263304,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260178,10 +263348,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160905] = 2, - ACTIONS(10762), 11, + [163559] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260191,12 +263361,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260234,10 +263405,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160963] = 2, - ACTIONS(10884), 11, + [163618] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260247,16 +263418,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -260290,10 +263462,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161021] = 2, - ACTIONS(10766), 11, + [163677] = 2, + ACTIONS(10925), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260303,12 +263475,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10923), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260346,10 +263519,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161079] = 2, - ACTIONS(10770), 11, + [163736] = 2, + ACTIONS(10901), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260359,12 +263532,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260402,10 +263576,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161137] = 2, - ACTIONS(10992), 11, + [163795] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260415,15 +263589,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11053), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -260458,10 +263633,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161195] = 2, - ACTIONS(10778), 11, + [163854] = 2, + ACTIONS(10893), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260471,12 +263646,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(10891), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260514,10 +263690,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161253] = 2, - ACTIONS(10782), 11, + [163913] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260527,12 +263703,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260570,10 +263747,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161311] = 2, - ACTIONS(10786), 11, + [163972] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260583,12 +263760,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260626,10 +263804,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161369] = 2, - ACTIONS(10790), 11, + [164031] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260639,12 +263817,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260682,10 +263861,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161427] = 2, - ACTIONS(10794), 11, + [164090] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260695,12 +263874,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260738,10 +263918,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161485] = 2, - ACTIONS(10798), 11, + [164149] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260751,16 +263931,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(11057), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -260794,10 +263975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161543] = 2, - ACTIONS(10936), 11, + [164208] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260807,12 +263988,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260850,10 +264032,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161601] = 2, - ACTIONS(10806), 11, + [164267] = 2, + ACTIONS(10897), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260863,16 +264045,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -260906,10 +264089,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161659] = 2, - ACTIONS(10810), 11, + [164326] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260919,12 +264102,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -260962,10 +264146,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161717] = 2, - ACTIONS(10814), 11, + [164385] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -260975,12 +264159,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261018,10 +264203,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161775] = 2, - ACTIONS(10818), 11, + [164444] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261031,16 +264216,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(11061), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -261074,10 +264260,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161833] = 2, - ACTIONS(10824), 11, + [164503] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261087,12 +264273,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261130,10 +264317,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161891] = 2, - ACTIONS(10828), 11, + [164562] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261143,16 +264330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(11065), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -261186,10 +264374,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161949] = 2, - ACTIONS(10762), 11, + [164621] = 2, + ACTIONS(11071), 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(11069), 43, + ts_builtin_sym_end, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + 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, + [164680] = 2, + ACTIONS(10881), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261199,12 +264444,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261242,10 +264488,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162007] = 2, - ACTIONS(10832), 11, + [164739] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261255,12 +264501,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261298,10 +264545,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162065] = 2, - ACTIONS(10758), 11, + [164798] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261311,12 +264558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261354,10 +264602,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162123] = 2, - ACTIONS(10836), 11, + [164857] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261367,16 +264615,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11073), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -261410,10 +264659,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162181] = 2, - ACTIONS(10806), 11, + [164916] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261423,17 +264672,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -261466,10 +264716,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162239] = 2, - ACTIONS(10840), 11, + [164975] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261479,16 +264729,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(11077), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -261522,10 +264773,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162297] = 2, - ACTIONS(10754), 11, + [165034] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261535,17 +264786,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -261578,10 +264830,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162355] = 2, - ACTIONS(10678), 11, + [165093] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261591,16 +264843,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -261634,10 +264887,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162413] = 2, - ACTIONS(10750), 11, + [165152] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261647,12 +264900,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261690,10 +264944,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162471] = 2, - ACTIONS(10746), 11, + [165211] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261703,12 +264957,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261746,10 +265001,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162529] = 2, - ACTIONS(10742), 11, + [165270] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261759,12 +265014,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261802,10 +265058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162587] = 2, - ACTIONS(10844), 11, + [165329] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261815,12 +265071,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261858,10 +265115,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162645] = 2, - ACTIONS(10738), 11, + [165388] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261871,12 +265128,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -261914,10 +265172,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162703] = 2, - ACTIONS(10848), 11, + [165447] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261927,16 +265185,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11081), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -261970,10 +265229,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162761] = 2, - ACTIONS(10852), 11, + [165506] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -261983,16 +265242,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11085), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262026,10 +265286,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162819] = 2, - ACTIONS(10892), 11, + [165565] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262039,16 +265299,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262082,10 +265343,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162877] = 2, - ACTIONS(10856), 11, + [165624] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262095,16 +265356,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(11089), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262138,10 +265400,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162935] = 2, - ACTIONS(10860), 11, + [165683] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262151,12 +265413,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -262194,10 +265457,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162993] = 2, - ACTIONS(10864), 11, + [165742] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262207,16 +265470,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262250,10 +265514,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163051] = 2, - ACTIONS(10774), 11, + [165801] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262263,17 +265527,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -262306,10 +265571,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163109] = 2, - ACTIONS(10872), 11, + [165860] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262319,12 +265584,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -262362,10 +265628,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163167] = 2, - ACTIONS(10876), 11, + [165919] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262375,16 +265641,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(11097), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262418,10 +265685,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163225] = 2, - ACTIONS(10868), 11, + [165978] = 2, + ACTIONS(10917), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262431,16 +265698,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(10915), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262474,10 +265742,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163283] = 2, - ACTIONS(10880), 11, + [166037] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262487,16 +265755,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262530,10 +265799,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163341] = 2, - ACTIONS(10884), 11, + [166096] = 2, + ACTIONS(10929), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262543,16 +265812,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(10927), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262586,10 +265856,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163399] = 2, - ACTIONS(11024), 11, + [166155] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262599,17 +265869,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -262642,10 +265913,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163457] = 2, - ACTIONS(10888), 11, + [166214] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262655,16 +265926,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262698,10 +265970,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163515] = 2, - ACTIONS(10892), 11, + [166273] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262711,16 +265983,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262754,10 +266027,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163573] = 2, - ACTIONS(10896), 11, + [166332] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262767,16 +266040,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262810,10 +266084,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163631] = 2, - ACTIONS(10900), 11, + [166391] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262823,16 +266097,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262866,10 +266141,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163689] = 2, - ACTIONS(10904), 11, + [166450] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262879,16 +266154,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -262922,10 +266198,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163747] = 2, - ACTIONS(10734), 11, + [166509] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262935,12 +266211,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -262978,10 +266255,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163805] = 2, - ACTIONS(10908), 11, + [166568] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -262991,16 +266268,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11021), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263034,10 +266312,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163863] = 2, - ACTIONS(10912), 11, + [166627] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263047,16 +266325,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(11107), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263090,10 +266369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163921] = 2, - ACTIONS(10916), 11, + [166686] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263103,16 +266382,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11111), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263146,10 +266426,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163979] = 2, - ACTIONS(10920), 11, + [166745] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263159,16 +266439,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263202,10 +266483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164037] = 2, - ACTIONS(10924), 11, + [166804] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263215,16 +266496,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263258,10 +266540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164095] = 2, - ACTIONS(10928), 11, + [166863] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263271,16 +266553,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263314,10 +266597,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164153] = 2, - ACTIONS(10940), 11, + [166922] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263327,16 +266610,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263370,10 +266654,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164211] = 2, - ACTIONS(10944), 11, + [166981] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263383,12 +266667,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -263426,10 +266711,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164269] = 2, - ACTIONS(10948), 11, + [167040] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263439,16 +266724,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11115), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263482,10 +266768,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164327] = 2, - ACTIONS(10952), 11, + [167099] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263495,16 +266781,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263538,10 +266825,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164385] = 2, - ACTIONS(10956), 11, + [167158] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263551,16 +266838,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11175), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263594,10 +266882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164443] = 2, - ACTIONS(10960), 11, + [167217] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263607,16 +266895,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11119), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263650,10 +266939,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164501] = 2, - ACTIONS(10730), 11, + [167276] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263663,17 +266952,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -263706,10 +266996,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164559] = 2, - ACTIONS(10964), 11, + [167335] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263719,16 +267009,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11123), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263762,10 +267053,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164617] = 2, - ACTIONS(11014), 11, + [167394] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263775,16 +267066,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263818,10 +267110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164675] = 2, - ACTIONS(10968), 11, + [167453] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263831,16 +267123,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11139), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263874,10 +267167,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164733] = 2, - ACTIONS(10972), 11, + [167512] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263887,16 +267180,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263930,10 +267224,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164791] = 2, - ACTIONS(10976), 11, + [167571] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263943,16 +267237,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -263986,10 +267281,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164849] = 2, - ACTIONS(10980), 11, + [167630] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -263999,16 +267294,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264042,10 +267338,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164907] = 2, - ACTIONS(10984), 11, + [167689] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264055,16 +267351,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264098,10 +267395,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164965] = 2, - ACTIONS(11000), 11, + [167748] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264111,16 +267408,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264154,10 +267452,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165023] = 2, - ACTIONS(10988), 11, + [167807] = 2, + ACTIONS(11177), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264167,16 +267465,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11175), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264210,10 +267509,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165081] = 2, - ACTIONS(10992), 11, + [167866] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264223,16 +267522,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264266,10 +267566,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165139] = 2, - ACTIONS(10996), 11, + [167925] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264279,16 +267579,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11131), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264322,10 +267623,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165197] = 2, - ACTIONS(11004), 11, + [167984] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264335,16 +267636,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264378,10 +267680,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165255] = 2, - ACTIONS(10900), 11, + [168043] = 2, + ACTIONS(11109), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264391,15 +267693,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -264434,10 +267737,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165313] = 2, - ACTIONS(10904), 11, + [168102] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264447,16 +267750,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264490,10 +267794,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165371] = 2, - ACTIONS(10908), 11, + [168161] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264503,16 +267807,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264546,10 +267851,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165429] = 2, - ACTIONS(10896), 11, + [168220] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264559,15 +267864,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -264602,10 +267908,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165487] = 2, - ACTIONS(10932), 11, + [168279] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264615,16 +267921,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264658,10 +267965,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165545] = 2, - ACTIONS(10916), 11, + [168338] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264671,14 +267978,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10914), 42, + ACTIONS(11135), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -264714,10 +268022,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165603] = 2, - ACTIONS(10920), 11, + [168397] = 2, + ACTIONS(11141), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264727,14 +268035,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11139), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -264770,10 +268079,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165661] = 2, - ACTIONS(10924), 11, + [168456] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264783,15 +268092,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10922), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -264826,10 +268136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165719] = 2, - ACTIONS(10928), 11, + [168515] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264839,15 +268149,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -264882,10 +268193,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165777] = 2, - ACTIONS(10932), 11, + [168574] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264895,15 +268206,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -264938,10 +268250,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165835] = 2, - ACTIONS(10940), 11, + [168633] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -264951,16 +268263,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -264994,10 +268307,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165893] = 2, - ACTIONS(10944), 11, + [168692] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265007,14 +268320,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10942), 42, + ACTIONS(11155), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -265050,10 +268364,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165951] = 2, - ACTIONS(10948), 11, + [168751] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265063,16 +268377,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -265106,10 +268421,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166009] = 2, - ACTIONS(10952), 11, + [168810] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265119,14 +268434,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11143), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -265162,10 +268478,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166067] = 2, - ACTIONS(10956), 11, + [168869] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265175,15 +268491,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -265218,10 +268535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166125] = 2, - ACTIONS(10726), 11, + [168928] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265231,12 +268548,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -265274,10 +268592,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166183] = 2, - ACTIONS(10960), 11, + [168987] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265287,73 +268605,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATendfragment, - 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, - [166241] = 2, - ACTIONS(10674), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10672), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, 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, @@ -265386,10 +268649,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166299] = 2, - ACTIONS(10964), 11, + [169046] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265399,12 +268662,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -265442,10 +268706,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166357] = 2, - ACTIONS(10802), 11, + [169105] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265455,17 +268719,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(11101), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -265498,10 +268763,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166415] = 2, - ACTIONS(11014), 11, + [169164] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265511,19 +268776,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, 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, @@ -265554,10 +268820,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166473] = 2, - ACTIONS(10722), 11, + [169223] = 2, + ACTIONS(11071), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265567,17 +268833,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -265610,10 +268877,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166531] = 2, - ACTIONS(10968), 11, + [169282] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265623,16 +268890,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11159), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -265666,10 +268934,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166589] = 2, - ACTIONS(10718), 11, + [169341] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265679,17 +268947,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -265722,10 +268991,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166647] = 2, - ACTIONS(10714), 11, + [169400] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265735,17 +269004,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10712), 42, + ACTIONS(11151), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -265778,10 +269048,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166705] = 2, - ACTIONS(10810), 11, + [169459] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265791,16 +269061,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(11147), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -265834,10 +269105,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166763] = 2, - ACTIONS(10972), 11, + [169518] = 2, + ACTIONS(11145), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265847,16 +269118,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11143), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -265890,10 +269162,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166821] = 2, - ACTIONS(10710), 11, + [169577] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265903,17 +269175,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -265946,10 +269219,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166879] = 2, - ACTIONS(10976), 11, + [169636] = 2, + ACTIONS(11157), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -265959,16 +269232,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11155), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266002,10 +269276,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166937] = 2, - ACTIONS(10980), 11, + [169695] = 2, + ACTIONS(10985), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266015,16 +269289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(10983), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266058,10 +269333,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166995] = 2, - ACTIONS(10984), 11, + [169754] = 2, + ACTIONS(10989), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266071,16 +269346,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(10987), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266114,10 +269390,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167053] = 2, - ACTIONS(11000), 11, + [169813] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266127,12 +269403,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -266170,10 +269447,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167111] = 2, - ACTIONS(10988), 11, + [169872] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266183,16 +269460,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266226,10 +269504,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167169] = 2, - ACTIONS(11004), 11, + [169931] = 2, + ACTIONS(11149), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266239,16 +269517,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(11147), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266282,10 +269561,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167227] = 2, - ACTIONS(10996), 11, + [169990] = 2, + ACTIONS(11063), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266295,12 +269574,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11061), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -266338,10 +269618,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167285] = 2, - ACTIONS(10992), 11, + [170049] = 2, + ACTIONS(11137), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266351,16 +269631,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10990), 42, + ACTIONS(11135), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266394,10 +269675,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167343] = 2, - ACTIONS(10912), 11, + [170108] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266407,16 +269688,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266450,10 +269732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167401] = 2, - ACTIONS(11004), 11, + [170167] = 2, + ACTIONS(11153), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266463,14 +269745,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11002), 42, + ACTIONS(11151), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -266506,10 +269789,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167459] = 2, - ACTIONS(10710), 11, + [170226] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266519,12 +269802,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10708), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -266562,10 +269846,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167517] = 2, - ACTIONS(10678), 11, + [170285] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266575,68 +269859,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATendfragment, - 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, - [167575] = 2, - ACTIONS(10714), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10712), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -266674,10 +269903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167633] = 2, - ACTIONS(10718), 11, + [170344] = 2, + ACTIONS(10981), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266687,16 +269916,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10716), 42, + ACTIONS(10979), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266730,10 +269960,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167691] = 2, - ACTIONS(10722), 11, + [170403] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266743,16 +269973,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10720), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266786,10 +270017,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167749] = 2, - ACTIONS(10802), 11, + [170462] = 2, + ACTIONS(11161), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266799,16 +270030,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10800), 42, + ACTIONS(11159), 43, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266842,10 +270074,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167807] = 2, - ACTIONS(10674), 11, + [170521] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266855,16 +270087,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10672), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266898,10 +270131,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167865] = 2, - ACTIONS(10726), 11, + [170580] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266911,16 +270144,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10724), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -266954,10 +270188,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167923] = 2, - ACTIONS(10984), 11, + [170639] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -266967,16 +270201,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10982), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267010,10 +270245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167981] = 2, - ACTIONS(10988), 11, + [170698] = 2, + ACTIONS(11043), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267023,16 +270258,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10986), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267066,10 +270302,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168039] = 2, - ACTIONS(10730), 11, + [170757] = 2, + ACTIONS(11133), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267079,12 +270315,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10728), 42, + ACTIONS(11131), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -267122,10 +270359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168097] = 2, - ACTIONS(10734), 11, + [170816] = 2, + ACTIONS(11125), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267135,12 +270372,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10732), 42, + ACTIONS(11123), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -267178,10 +270416,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168155] = 2, - ACTIONS(10738), 11, + [170875] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267191,16 +270429,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10736), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267234,10 +270473,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168213] = 2, - ACTIONS(10742), 11, + [170934] = 2, + ACTIONS(10945), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267247,16 +270486,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10740), 42, + ACTIONS(10943), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267290,10 +270530,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168271] = 2, - ACTIONS(10746), 11, + [170993] = 2, + ACTIONS(11121), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267303,12 +270543,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10744), 42, + ACTIONS(11119), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -267346,10 +270587,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168329] = 2, - ACTIONS(10750), 11, + [171052] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267359,16 +270600,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10748), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267402,10 +270644,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168387] = 2, - ACTIONS(10754), 11, + [171111] = 2, + ACTIONS(10941), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267415,16 +270657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10752), 42, + ACTIONS(10939), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267458,10 +270701,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168445] = 2, - ACTIONS(10782), 11, + [171170] = 2, + ACTIONS(10937), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267471,15 +270714,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(10935), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -267514,10 +270758,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168503] = 2, - ACTIONS(10758), 11, + [171229] = 2, + ACTIONS(10853), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267527,16 +270771,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10756), 42, + ACTIONS(10851), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267570,10 +270815,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168561] = 2, - ACTIONS(10762), 11, + [171288] = 2, + ACTIONS(10949), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267583,16 +270828,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10760), 42, + ACTIONS(10947), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267626,10 +270872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168619] = 2, - ACTIONS(10996), 11, + [171347] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267639,15 +270885,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10994), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -267682,10 +270929,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168677] = 2, - ACTIONS(11000), 11, + [171406] = 2, + ACTIONS(10849), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267695,16 +270942,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10998), 42, + ACTIONS(10847), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267738,10 +270986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168735] = 2, - ACTIONS(10936), 11, + [171465] = 2, + ACTIONS(10921), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267751,17 +270999,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(10919), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -267794,10 +271043,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168793] = 2, - ACTIONS(10836), 11, + [171524] = 2, + ACTIONS(11117), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267807,16 +271056,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11115), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267850,10 +271100,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168851] = 2, - ACTIONS(10766), 11, + [171583] = 2, + ACTIONS(10857), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267863,16 +271113,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10764), 42, + ACTIONS(10855), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267906,10 +271157,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168909] = 2, - ACTIONS(10770), 11, + [171642] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267919,16 +271170,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10768), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267962,10 +271214,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168967] = 2, - ACTIONS(10774), 11, + [171701] = 2, + ACTIONS(11113), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -267975,12 +271227,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10772), 42, + ACTIONS(11111), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -268018,10 +271271,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169025] = 2, - ACTIONS(10778), 11, + [171760] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268031,16 +271284,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10776), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268074,10 +271328,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169083] = 2, - ACTIONS(10782), 11, + [171819] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268087,16 +271341,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10780), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268130,10 +271385,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169141] = 2, - ACTIONS(10786), 11, + [171878] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268143,16 +271398,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10784), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268186,10 +271442,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169199] = 2, - ACTIONS(10790), 11, + [171937] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268199,16 +271455,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10788), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268242,10 +271499,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169257] = 2, - ACTIONS(10832), 11, + [171996] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268255,12 +271512,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -268298,10 +271556,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169315] = 2, - ACTIONS(10794), 11, + [172055] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268311,12 +271569,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10792), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -268354,10 +271613,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169373] = 2, - ACTIONS(10798), 11, + [172114] = 2, + ACTIONS(10861), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268367,16 +271626,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10796), 42, + ACTIONS(10859), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268410,10 +271670,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169431] = 2, - ACTIONS(10806), 11, + [172173] = 2, + ACTIONS(10873), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268423,16 +271683,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10804), 42, + ACTIONS(10871), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268466,10 +271727,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169489] = 2, - ACTIONS(10810), 11, + [172232] = 2, + ACTIONS(11009), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268479,16 +271740,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10808), 42, + ACTIONS(11007), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268522,10 +271784,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169547] = 2, - ACTIONS(10828), 11, + [172291] = 2, + ACTIONS(11005), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268535,15 +271797,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(11003), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -268578,10 +271841,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169605] = 2, - ACTIONS(10814), 11, + [172350] = 2, + ACTIONS(11013), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268591,12 +271854,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(11011), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -268634,10 +271898,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169663] = 2, - ACTIONS(10824), 11, + [172409] = 2, + ACTIONS(11019), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268647,16 +271911,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(11017), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268690,10 +271955,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169721] = 2, - ACTIONS(10818), 11, + [172468] = 2, + ACTIONS(11023), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268703,12 +271968,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(11021), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -268746,10 +272012,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169779] = 2, - ACTIONS(10824), 11, + [172527] = 2, + ACTIONS(10877), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268759,16 +272025,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10822), 42, + ACTIONS(10875), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268802,10 +272069,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169837] = 2, - ACTIONS(10828), 11, + [172586] = 2, + ACTIONS(10881), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268815,16 +272082,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10826), 42, + ACTIONS(10879), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268858,10 +272126,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169895] = 2, - ACTIONS(11014), 11, + [172645] = 2, + ACTIONS(11001), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268871,17 +272139,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 42, + ACTIONS(10999), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, 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, @@ -268914,10 +272183,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169953] = 2, - ACTIONS(10832), 11, + [172704] = 2, + ACTIONS(10997), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268927,16 +272196,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10830), 42, + ACTIONS(10995), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268970,10 +272240,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170011] = 2, - ACTIONS(10836), 11, + [172763] = 2, + ACTIONS(11027), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -268983,12 +272253,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10834), 42, + ACTIONS(11025), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269026,10 +272297,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170069] = 2, - ACTIONS(10840), 11, + [172822] = 2, + ACTIONS(10993), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269039,16 +272310,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(10991), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269082,10 +272354,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170127] = 2, - ACTIONS(10678), 11, + [172881] = 2, + ACTIONS(11031), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269095,12 +272367,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10676), 42, + ACTIONS(11029), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269138,10 +272411,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170185] = 2, - ACTIONS(10840), 11, + [172940] = 2, + ACTIONS(10893), 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(10891), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATendonce, + 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, + [172999] = 2, + ACTIONS(10901), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269151,15 +272481,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10838), 42, + ACTIONS(10899), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -269194,10 +272525,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170243] = 2, - ACTIONS(10908), 11, + [173058] = 2, + ACTIONS(10925), 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(10923), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATendonce, + 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, + [173117] = 2, + ACTIONS(11109), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269207,12 +272595,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10906), 42, + ACTIONS(11107), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269250,10 +272639,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170301] = 2, - ACTIONS(10844), 11, + [173176] = 2, + ACTIONS(11035), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269263,16 +272652,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269306,10 +272696,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170359] = 2, - ACTIONS(10980), 11, + [173235] = 2, + ACTIONS(11103), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269319,12 +272709,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10978), 42, + ACTIONS(11101), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269362,10 +272753,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170417] = 2, - ACTIONS(10876), 11, + [173294] = 2, + ACTIONS(10869), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269375,14 +272766,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10874), 42, + ACTIONS(10867), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -269414,14 +272807,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_ATvolt, aux_sym__text_token3, - [170475] = 2, - ACTIONS(10976), 11, + [173353] = 2, + ACTIONS(11099), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269431,12 +272823,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10974), 42, + ACTIONS(11097), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269474,10 +272867,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170533] = 2, - ACTIONS(10844), 11, + [173412] = 2, + ACTIONS(11183), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269487,12 +272880,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10842), 42, + ACTIONS(11181), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269530,10 +272924,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170591] = 2, - ACTIONS(10972), 11, + [173471] = 2, + ACTIONS(11091), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269543,12 +272937,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10970), 42, + ACTIONS(11089), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269586,10 +272981,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170649] = 2, - ACTIONS(10848), 11, + [173530] = 2, + ACTIONS(11039), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269599,12 +272994,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10846), 42, + ACTIONS(11037), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269642,10 +273038,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170707] = 2, - ACTIONS(10968), 11, + [173589] = 2, + ACTIONS(11087), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269655,12 +273051,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10966), 42, + ACTIONS(11085), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269698,10 +273095,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170765] = 2, - ACTIONS(10964), 11, + [173648] = 2, + ACTIONS(11083), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269711,12 +273108,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10962), 42, + ACTIONS(11081), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269754,10 +273152,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170823] = 2, - ACTIONS(10936), 11, + [173707] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269767,12 +273165,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10934), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269810,10 +273209,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170881] = 2, - ACTIONS(10852), 11, + [173766] = 2, + ACTIONS(11079), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269823,12 +273222,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10850), 42, + ACTIONS(11077), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269866,10 +273266,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170939] = 2, - ACTIONS(10960), 11, + [173825] = 2, + ACTIONS(11075), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269879,12 +273279,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10958), 42, + ACTIONS(11073), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -269922,10 +273323,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170997] = 2, - ACTIONS(10856), 11, + [173884] = 2, + ACTIONS(10885), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269935,16 +273336,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10854), 42, + ACTIONS(10883), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269978,10 +273380,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171055] = 2, - ACTIONS(10814), 11, + [173943] = 2, + ACTIONS(10889), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -269991,15 +273393,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10812), 42, + ACTIONS(10887), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -270034,10 +273437,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171113] = 2, - ACTIONS(10860), 11, + [174002] = 2, + ACTIONS(10989), 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(10987), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATendonce, + 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, + [174061] = 2, + ACTIONS(11043), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270047,12 +273507,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10858), 42, + ACTIONS(11041), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -270090,10 +273551,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171171] = 2, - ACTIONS(10864), 11, + [174120] = 2, + ACTIONS(10985), 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(10983), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATendonce, + 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, + [174179] = 2, + ACTIONS(11071), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270103,12 +273621,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10862), 42, + ACTIONS(11069), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -270146,10 +273665,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171229] = 2, - ACTIONS(10868), 11, + [174238] = 2, + ACTIONS(11067), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270159,12 +273678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10866), 42, + ACTIONS(11065), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -270202,10 +273722,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171287] = 2, - ACTIONS(10956), 11, + [174297] = 2, + ACTIONS(11047), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270215,12 +273735,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10954), 42, + ACTIONS(11045), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -270258,10 +273779,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171345] = 2, - ACTIONS(10952), 11, + [174356] = 2, + ACTIONS(11051), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270271,12 +273792,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10950), 42, + ACTIONS(11049), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -270314,10 +273836,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171403] = 2, - ACTIONS(10872), 11, + [174415] = 2, + ACTIONS(10977), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270327,72 +273849,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10870), 42, + ACTIONS(10975), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATendpush, - 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, - [171461] = 2, - ACTIONS(10876), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10874), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270426,10 +273893,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171519] = 2, - ACTIONS(10880), 11, + [174474] = 2, + ACTIONS(10973), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270439,16 +273906,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10878), 42, + ACTIONS(10971), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270482,10 +273950,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171577] = 2, - ACTIONS(10884), 11, + [174533] = 2, + ACTIONS(10969), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270495,16 +273963,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10882), 42, + ACTIONS(10967), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270538,10 +274007,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171635] = 2, - ACTIONS(11024), 11, + [174592] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270551,16 +274020,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11022), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270594,10 +274064,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171693] = 2, - ACTIONS(10888), 11, + [174651] = 2, + ACTIONS(10961), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270607,16 +274077,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10886), 42, + ACTIONS(10959), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270650,10 +274121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171751] = 2, - ACTIONS(10892), 11, + [174710] = 2, + ACTIONS(10957), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270663,16 +274134,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10890), 42, + ACTIONS(10955), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270706,10 +274178,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171809] = 2, - ACTIONS(10896), 11, + [174769] = 2, + ACTIONS(10953), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270719,16 +274191,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10894), 42, + ACTIONS(10951), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270762,10 +274235,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171867] = 2, - ACTIONS(10900), 11, + [174828] = 2, + ACTIONS(10905), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270775,16 +274248,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10898), 42, + ACTIONS(10903), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270818,10 +274292,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171925] = 2, - ACTIONS(10904), 11, + [174887] = 2, + ACTIONS(10909), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270831,16 +274305,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10902), 42, + ACTIONS(10907), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270874,10 +274349,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171983] = 2, - ACTIONS(10818), 11, + [174946] = 2, + ACTIONS(10965), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270887,12 +274362,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10816), 42, + ACTIONS(10963), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATendfragment, anon_sym_ATonce, @@ -270930,10 +274406,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172041] = 2, - ACTIONS(10948), 11, + [175005] = 2, + ACTIONS(11059), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -270943,68 +274419,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10946), 42, + ACTIONS(11057), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATendpush, - 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, - [172099] = 2, - ACTIONS(10944), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10942), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -271042,10 +274463,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172157] = 2, - ACTIONS(10912), 11, + [175064] = 2, + ACTIONS(10913), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -271055,72 +274476,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10910), 42, + ACTIONS(10911), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATendpush, - 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, - [172215] = 2, - ACTIONS(10916), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10914), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271154,10 +274520,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172273] = 2, - ACTIONS(10920), 11, + [175123] = 2, + ACTIONS(11129), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -271167,72 +274533,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10918), 42, + ACTIONS(11127), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATendpush, - 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, - [172331] = 2, - ACTIONS(10924), 11, - anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token1, - 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(10922), 42, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - aux_sym_attribute_token1, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271266,10 +274577,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172389] = 2, - ACTIONS(10928), 11, + [175182] = 2, + ACTIONS(11055), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -271279,12 +274590,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10926), 42, + ACTIONS(11053), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, @@ -271322,10 +274634,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172447] = 2, - ACTIONS(10932), 11, + [175241] = 2, + ACTIONS(10933), 11, anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token1, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -271335,16 +274647,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10930), 42, + ACTIONS(10931), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271378,10 +274691,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172505] = 2, - ACTIONS(10940), 11, + [175300] = 2, + ACTIONS(10929), 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(10927), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATendonce, + 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, + [175359] = 2, + ACTIONS(10897), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, @@ -271391,16 +274761,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(10938), 42, + ACTIONS(10895), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, anon_sym_ATphp, aux_sym_attribute_token1, + aux_sym__inline_directive_token1, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271434,1267 +274805,1328 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172563] = 9, - ACTIONS(10510), 1, + [175418] = 2, + ACTIONS(10917), 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(10915), 43, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATendonce, + 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, + [175477] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11240), 1, + ACTIONS(11415), 1, anon_sym_ATenderror, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, STATE(131), 1, sym__directive_parameter, - STATE(5450), 1, + STATE(6132), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3948), 3, + STATE(3666), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172595] = 9, - ACTIONS(10510), 1, + [175509] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11248), 1, + ACTIONS(11423), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5497), 1, + STATE(5821), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3850), 3, + STATE(3906), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172627] = 9, - ACTIONS(10510), 1, + [175541] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11250), 1, + ACTIONS(11425), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6355), 1, + STATE(6648), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3683), 3, + STATE(3772), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172659] = 9, - ACTIONS(10510), 1, + [175573] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11252), 1, + ACTIONS(11427), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6399), 1, + STATE(6685), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3821), 3, + STATE(3689), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172691] = 9, - ACTIONS(10510), 1, + [175605] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11254), 1, + ACTIONS(11429), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6542), 1, + STATE(5968), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3835), 3, + STATE(3857), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172723] = 9, - ACTIONS(10510), 1, + [175637] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11256), 1, + ACTIONS(11431), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6309), 1, + STATE(6586), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3753), 3, + STATE(3858), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172755] = 9, - ACTIONS(10510), 1, + [175669] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11258), 1, + ACTIONS(11433), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6260), 1, + STATE(6616), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3822), 3, + STATE(3813), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172787] = 9, - ACTIONS(10510), 1, + [175701] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11260), 1, + ACTIONS(11435), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6220), 1, + STATE(6533), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3839), 3, + STATE(3943), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172819] = 9, - ACTIONS(10510), 1, + [175733] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11262), 1, + ACTIONS(11437), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6437), 1, + STATE(5514), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3796), 3, + STATE(3893), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172851] = 9, - ACTIONS(10510), 1, + [175765] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11264), 1, + ACTIONS(11439), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6330), 1, + STATE(6473), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3708), 3, + STATE(3913), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172883] = 9, - ACTIONS(10510), 1, + [175797] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11266), 1, + ACTIONS(11441), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6182), 1, + STATE(5568), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3941), 3, + STATE(3924), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172915] = 9, - ACTIONS(10510), 1, + [175829] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11268), 1, + ACTIONS(11443), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6135), 1, + STATE(6510), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3921), 3, + STATE(3936), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172947] = 9, - ACTIONS(10510), 1, + [175861] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11270), 1, + ACTIONS(11445), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5821), 1, + STATE(5497), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3772), 3, + STATE(3891), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [172979] = 9, - ACTIONS(10510), 1, + [175893] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11272), 1, + ACTIONS(11447), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6479), 1, + STATE(6420), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3936), 3, + STATE(3866), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173011] = 9, - ACTIONS(10510), 1, + [175925] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11274), 1, + ACTIONS(11449), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6090), 1, + STATE(5616), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3898), 3, + STATE(3814), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173043] = 9, - ACTIONS(10510), 1, + [175957] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11276), 1, + ACTIONS(11451), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6039), 1, + STATE(6363), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3875), 3, + STATE(3829), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173075] = 9, - ACTIONS(10510), 1, + [175989] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11278), 1, + ACTIONS(11453), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5997), 1, + STATE(6405), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3865), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173107] = 9, - ACTIONS(10510), 1, + [176021] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11280), 1, + ACTIONS(11455), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6110), 1, + STATE(5504), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3906), 3, + STATE(3832), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173139] = 9, - ACTIONS(10510), 1, + [176053] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11282), 1, + ACTIONS(11457), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5955), 1, + STATE(5939), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3829), 3, + STATE(3905), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173171] = 9, - ACTIONS(10510), 1, + [176085] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11284), 1, + ACTIONS(11459), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6525), 1, + STATE(6307), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3865), 3, + STATE(3790), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173203] = 9, - ACTIONS(10510), 1, + [176117] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11286), 1, + ACTIONS(11461), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5908), 1, + STATE(5638), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3804), 3, + STATE(3803), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173235] = 9, - ACTIONS(10510), 1, + [176149] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11288), 1, + ACTIONS(11463), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5860), 1, + STATE(5735), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3786), 3, + STATE(3726), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173267] = 9, - ACTIONS(10510), 1, + [176181] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11290), 1, + ACTIONS(11465), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5745), 1, + STATE(6323), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3771), 3, + STATE(3794), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173299] = 9, - ACTIONS(10510), 1, + [176213] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11292), 1, + ACTIONS(11467), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6572), 1, + STATE(6251), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3794), 3, + STATE(3742), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173331] = 9, - ACTIONS(10510), 1, + [176245] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11294), 1, + ACTIONS(11469), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5765), 1, + STATE(5695), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3735), 3, + STATE(3749), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173363] = 9, - ACTIONS(10510), 1, + [176277] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11296), 1, + ACTIONS(11471), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5876), 1, + STATE(6193), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3795), 3, + STATE(3713), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173395] = 9, - ACTIONS(10510), 1, + [176309] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11298), 1, + ACTIONS(11473), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5726), 1, + STATE(5759), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3716), 3, + STATE(3715), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173427] = 9, - ACTIONS(10510), 1, + [176341] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11300), 1, + ACTIONS(11475), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5680), 1, + STATE(6219), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3695), 3, + STATE(3723), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173459] = 9, - ACTIONS(10510), 1, + [176373] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11302), 1, + ACTIONS(11477), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6699), 1, + STATE(6005), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3902), 3, + STATE(3845), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173491] = 9, - ACTIONS(10510), 1, + [176405] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11304), 1, + ACTIONS(11479), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6653), 1, + STATE(6102), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3655), 3, + STATE(3656), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173523] = 9, - ACTIONS(10510), 1, + [176437] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11306), 1, + ACTIONS(11481), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5537), 1, + STATE(5858), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, STATE(3645), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173555] = 9, - ACTIONS(10510), 1, + [176469] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11308), 1, + ACTIONS(11483), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5568), 1, + STATE(6067), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3638), 3, + STATE(3642), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173587] = 9, - ACTIONS(10510), 1, + [176501] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11310), 1, + ACTIONS(11485), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(6614), 1, + STATE(5815), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3723), 3, + STATE(3681), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173619] = 9, - ACTIONS(10510), 1, + [176533] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11312), 1, + ACTIONS(11487), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5585), 1, + STATE(5982), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3641), 3, + STATE(3935), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173651] = 9, - ACTIONS(10510), 1, + [176565] = 9, + ACTIONS(10685), 1, anon_sym_LPAREN2, - ACTIONS(11242), 1, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11314), 1, + ACTIONS(11489), 1, anon_sym_ATenderror, STATE(131), 1, sym__directive_parameter, - STATE(5638), 1, + STATE(5880), 1, sym__if_statement_directive_body, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3665), 3, + STATE(3639), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173683] = 6, - ACTIONS(11316), 1, - anon_sym_ATendfinished, - ACTIONS(11318), 1, + [176597] = 6, + ACTIONS(11491), 1, + anon_sym_ATenderror, + ACTIONS(11493), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11499), 1, aux_sym__text_token3, - ACTIONS(11320), 2, + ACTIONS(11496), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173706] = 6, - ACTIONS(11318), 1, + [176620] = 6, + ACTIONS(11502), 1, + anon_sym_ATendafter, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11324), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3825), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173729] = 6, - ACTIONS(11326), 1, + [176643] = 6, + ACTIONS(11510), 1, anon_sym_ATendbefore, - ACTIONS(11328), 1, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3765), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173752] = 6, - ACTIONS(11318), 1, + [176666] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11334), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11518), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3709), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173775] = 6, - ACTIONS(11336), 1, + [176689] = 6, + ACTIONS(11520), 1, anon_sym_ATendsuccess, - ACTIONS(11338), 1, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3797), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173798] = 6, - ACTIONS(11344), 1, - anon_sym_ATendafter, - ACTIONS(11346), 1, + [176712] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11348), 2, + ACTIONS(11528), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173821] = 6, - ACTIONS(11346), 1, + [176735] = 6, + ACTIONS(11530), 1, + anon_sym_ATendfinished, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11352), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3894), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173844] = 6, - ACTIONS(11328), 1, + [176758] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11354), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11538), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3954), 3, + STATE(3775), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173867] = 6, - ACTIONS(11338), 1, + [176781] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11356), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11540), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3774), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173890] = 6, - ACTIONS(11318), 1, + [176804] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11358), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11542), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3820), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [176827] = 6, + ACTIONS(11512), 1, + aux_sym__notification_token1, + ACTIONS(11516), 1, + aux_sym__text_token3, + ACTIONS(11544), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4084), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3773), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [173913] = 8, - ACTIONS(11360), 1, + [176850] = 8, + ACTIONS(11546), 1, anon_sym_RPAREN, - ACTIONS(11362), 1, + ACTIONS(11548), 1, anon_sym_COMMA, - ACTIONS(11364), 1, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5442), 1, + STATE(5397), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [173940] = 6, - ACTIONS(11318), 1, - aux_sym__notification_token1, - ACTIONS(11322), 1, - aux_sym__text_token3, - ACTIONS(11370), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + [176877] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(11556), 1, + anon_sym_RPAREN, + ACTIONS(11558), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5342), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4074), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [173963] = 6, - ACTIONS(11328), 1, - aux_sym__notification_token1, - ACTIONS(11332), 1, - aux_sym__text_token3, - ACTIONS(11372), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + [176904] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(11560), 1, + anon_sym_RPAREN, + ACTIONS(11562), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5369), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4112), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3679), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [173986] = 6, - ACTIONS(11374), 1, - anon_sym_ATenderror, - ACTIONS(11376), 1, + [176931] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11382), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11379), 2, + ACTIONS(11564), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174009] = 6, - ACTIONS(11338), 1, + [176954] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11385), 1, + ACTIONS(11566), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174032] = 6, - ACTIONS(11346), 1, + [176977] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11387), 1, + ACTIONS(11568), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174055] = 6, - ACTIONS(11328), 1, - aux_sym__notification_token1, - ACTIONS(11332), 1, - aux_sym__text_token3, - ACTIONS(11389), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + [177000] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(11570), 1, + anon_sym_RPAREN, + ACTIONS(11572), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5313), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4112), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [174078] = 8, - ACTIONS(11364), 1, + [177027] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11391), 1, + ACTIONS(11574), 1, anon_sym_RPAREN, - ACTIONS(11393), 1, + ACTIONS(11576), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5437), 1, + STATE(5319), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [174105] = 6, - ACTIONS(11318), 1, + [177054] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11395), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11578), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174128] = 6, - ACTIONS(11338), 1, + [177077] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11397), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11580), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3640), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174151] = 6, - ACTIONS(11346), 1, + [177100] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11399), 1, + ACTIONS(11582), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3643), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174174] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11401), 1, - anon_sym_RPAREN, - ACTIONS(11403), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5385), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [174201] = 6, - ACTIONS(11328), 1, + [177123] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11405), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11584), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3644), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174224] = 6, - ACTIONS(11328), 1, + [177146] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11407), 1, + ACTIONS(11586), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, STATE(3669), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174247] = 6, - ACTIONS(11346), 1, + [177169] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11409), 1, + ACTIONS(11588), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, STATE(3670), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174270] = 6, - ACTIONS(11338), 1, + [177192] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11411), 1, + ACTIONS(11590), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3671), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174293] = 6, - ACTIONS(11318), 1, + [177215] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11413), 1, + ACTIONS(11592), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, @@ -272704,1125 +276136,1131 @@ static const uint16_t ts_small_parse_table[] = { sym__notification, sym_php_only, aux_sym__before_repeat1, - [174316] = 6, - ACTIONS(11328), 1, + [177238] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11415), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11594), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3640), 3, + STATE(3914), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174339] = 6, - ACTIONS(11346), 1, + [177261] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11417), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11596), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3642), 3, + STATE(3650), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174362] = 6, - ACTIONS(11338), 1, + [177284] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11419), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11598), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3643), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174385] = 6, - ACTIONS(11318), 1, + [177307] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11421), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11600), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3644), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174408] = 6, - ACTIONS(11242), 1, + [177330] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11423), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11602), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174431] = 6, - ACTIONS(11318), 1, + [177353] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11425), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11604), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3729), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174454] = 6, - ACTIONS(11328), 1, + [177376] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11427), 1, + ACTIONS(11606), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174477] = 6, - ACTIONS(11242), 1, + [177399] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11429), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11608), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174500] = 6, - ACTIONS(11346), 1, + [177422] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11431), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11610), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174523] = 6, - ACTIONS(11338), 1, + [177445] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11433), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11612), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174546] = 6, - ACTIONS(11318), 1, + [177468] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11435), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11614), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174569] = 6, - ACTIONS(11242), 1, + [177491] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11437), 1, + ACTIONS(11616), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174592] = 6, - ACTIONS(11318), 1, + [177514] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11439), 1, + ACTIONS(11618), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3616), 3, + STATE(3636), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174615] = 6, - ACTIONS(11338), 1, + [177537] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11441), 1, + ACTIONS(11620), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3615), 3, + STATE(3637), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174638] = 6, - ACTIONS(11318), 1, + [177560] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11443), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11622), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3638), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174661] = 6, - ACTIONS(11346), 1, + [177583] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11445), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11624), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3612), 3, + STATE(3641), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174684] = 6, - ACTIONS(11338), 1, + [177606] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11447), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11626), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174707] = 6, - ACTIONS(11318), 1, + [177629] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11449), 1, + ACTIONS(11628), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3625), 3, + STATE(3731), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174730] = 6, - ACTIONS(11338), 1, + [177652] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11451), 1, + ACTIONS(11630), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3626), 3, + STATE(3678), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174753] = 6, - ACTIONS(11346), 1, + [177675] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11453), 1, + ACTIONS(11632), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3627), 3, + STATE(3610), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174776] = 6, - ACTIONS(11328), 1, + [177698] = 6, + ACTIONS(11491), 1, + anon_sym_ATendbefore, + ACTIONS(11634), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11640), 1, aux_sym__text_token3, - ACTIONS(11455), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11637), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3629), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174799] = 6, - ACTIONS(11242), 1, + [177721] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11457), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11643), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3612), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174822] = 6, - ACTIONS(11328), 1, + [177744] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11459), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11645), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3609), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174845] = 6, - ACTIONS(11328), 1, + [177767] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, + aux_sym__text_token1, + ACTIONS(11647), 1, + anon_sym_RPAREN, + ACTIONS(11649), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5400), 1, + sym__section_parameter, + ACTIONS(11554), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [177794] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11461), 1, + ACTIONS(11651), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3687), 3, + STATE(3684), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174868] = 6, - ACTIONS(11346), 1, + [177817] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11463), 1, + ACTIONS(11653), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3688), 3, + STATE(3685), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174891] = 6, - ACTIONS(11318), 1, + [177840] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11465), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11655), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3611), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174914] = 6, - ACTIONS(11338), 1, + [177863] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11467), 1, + ACTIONS(11657), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3686), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174937] = 6, - ACTIONS(11346), 1, + [177886] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11469), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11659), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174960] = 6, - ACTIONS(11328), 1, + [177909] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11471), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11661), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [174983] = 6, - ACTIONS(11346), 1, + [177932] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11473), 1, + ACTIONS(11663), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175006] = 6, - ACTIONS(11328), 1, + [177955] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11475), 1, + ACTIONS(11665), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175029] = 6, - ACTIONS(11242), 1, + [177978] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11477), 1, + ACTIONS(11667), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175052] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11479), 1, - anon_sym_RPAREN, - ACTIONS(11481), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5296), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [175079] = 6, - ACTIONS(11318), 1, + [178001] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11483), 1, + ACTIONS(11669), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3659), 3, + STATE(3688), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175102] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + [178024] = 6, + ACTIONS(11532), 1, + aux_sym__notification_token1, + ACTIONS(11536), 1, + aux_sym__text_token3, + ACTIONS(11671), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, - ACTIONS(11485), 1, - anon_sym_RPAREN, - ACTIONS(11487), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5297), 1, - sym__section_parameter, - ACTIONS(11368), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - [175129] = 6, - ACTIONS(11328), 1, + STATE(3621), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [178047] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11489), 1, + ACTIONS(11673), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175152] = 6, - ACTIONS(11346), 1, + [178070] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11491), 1, + ACTIONS(11675), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175175] = 6, - ACTIONS(11338), 1, + [178093] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11493), 1, + ACTIONS(11677), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175198] = 6, - ACTIONS(11318), 1, + [178116] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11495), 1, + ACTIONS(11679), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175221] = 6, - ACTIONS(11338), 1, + [178139] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11497), 1, + ACTIONS(11681), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4093), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3660), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [175244] = 6, - ACTIONS(11346), 1, - aux_sym__notification_token1, - ACTIONS(11350), 1, - aux_sym__text_token3, - ACTIONS(11499), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3661), 3, + STATE(3622), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175267] = 6, - ACTIONS(11328), 1, + [178162] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11501), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11683), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, STATE(3662), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175290] = 6, - ACTIONS(11338), 1, + [178185] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11503), 1, + ACTIONS(11685), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3749), 3, + STATE(3663), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175313] = 6, - ACTIONS(11338), 1, + [178208] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11505), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11687), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3689), 3, + STATE(3664), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175336] = 6, - ACTIONS(11346), 1, + [178231] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11507), 1, + ACTIONS(11689), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3765), 3, + STATE(3623), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175359] = 6, - ACTIONS(11328), 1, + [178254] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11509), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11691), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175382] = 6, - ACTIONS(11328), 1, + [178277] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11511), 1, + ACTIONS(11693), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4112), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3777), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [175405] = 6, - ACTIONS(11318), 1, - aux_sym__notification_token1, - ACTIONS(11322), 1, - aux_sym__text_token3, - ACTIONS(11513), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3690), 3, + STATE(3626), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175428] = 6, - ACTIONS(11346), 1, + [178300] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11515), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11695), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3665), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175451] = 6, - ACTIONS(11242), 1, + [178323] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11517), 1, + ACTIONS(11697), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175474] = 6, - ACTIONS(11338), 1, - aux_sym__notification_token1, - ACTIONS(11342), 1, - aux_sym__text_token3, - ACTIONS(11519), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + [178346] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(11699), 1, + anon_sym_RPAREN, + ACTIONS(11701), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5437), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4093), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3889), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [175497] = 6, - ACTIONS(11318), 1, - aux_sym__notification_token1, - ACTIONS(11322), 1, aux_sym__text_token3, - ACTIONS(11521), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4074), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [175520] = 8, - ACTIONS(11364), 1, + [178373] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11523), 1, + ACTIONS(11703), 1, anon_sym_RPAREN, - ACTIONS(11525), 1, + ACTIONS(11705), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5433), 1, + STATE(5425), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [175547] = 6, - ACTIONS(11328), 1, + [178400] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11527), 1, + ACTIONS(11707), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175570] = 6, - ACTIONS(11346), 1, + [178423] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11529), 1, + ACTIONS(11709), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175593] = 6, - ACTIONS(11338), 1, + [178446] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11531), 1, + ACTIONS(11711), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175616] = 6, - ACTIONS(11318), 1, + [178469] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, + aux_sym__text_token1, + ACTIONS(11713), 1, + anon_sym_RPAREN, + ACTIONS(11715), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5430), 1, + sym__section_parameter, + ACTIONS(11554), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [178496] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11533), 1, + ACTIONS(11717), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175639] = 6, - ACTIONS(11318), 1, + [178519] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11535), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11719), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175662] = 6, - ACTIONS(11338), 1, + [178542] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, + aux_sym__text_token1, + ACTIONS(11721), 1, + anon_sym_RPAREN, + ACTIONS(11723), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5421), 1, + sym__section_parameter, + ACTIONS(11554), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [178569] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, + aux_sym__text_token1, + ACTIONS(11725), 1, + anon_sym_RPAREN, + ACTIONS(11727), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5416), 1, + sym__section_parameter, + ACTIONS(11554), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [178596] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11537), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11729), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3961), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175685] = 6, - ACTIONS(11346), 1, + [178619] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11539), 1, + ACTIONS(11731), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3960), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175708] = 6, - ACTIONS(11328), 1, + [178642] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11541), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11733), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175731] = 6, - ACTIONS(11242), 1, + [178665] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11543), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11735), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175754] = 6, - ACTIONS(11328), 1, + [178688] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11545), 1, + ACTIONS(11737), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, STATE(3737), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175777] = 6, - ACTIONS(11346), 1, + [178711] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11547), 1, + ACTIONS(11739), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, STATE(3738), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175800] = 6, - ACTIONS(11338), 1, + [178734] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11549), 1, + ACTIONS(11741), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3739), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175823] = 6, - ACTIONS(11318), 1, + [178757] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11551), 1, + ACTIONS(11743), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, @@ -273832,26830 +277270,26820 @@ static const uint16_t ts_small_parse_table[] = { sym__notification, sym_php_only, aux_sym__before_repeat1, - [175846] = 8, - ACTIONS(11364), 1, + [178780] = 6, + ACTIONS(11504), 1, + aux_sym__notification_token1, + ACTIONS(11508), 1, + aux_sym__text_token3, + ACTIONS(11745), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4178), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3927), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [178803] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11553), 1, + ACTIONS(11747), 1, anon_sym_RPAREN, - ACTIONS(11555), 1, + ACTIONS(11749), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5299), 1, + STATE(5406), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [175873] = 6, - ACTIONS(11318), 1, + [178830] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11557), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11751), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3691), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175896] = 6, - ACTIONS(11338), 1, + [178853] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11559), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11753), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3692), 3, + STATE(3956), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175919] = 6, - ACTIONS(11346), 1, + [178876] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11561), 1, + ACTIONS(11755), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3693), 3, + STATE(3762), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175942] = 6, - ACTIONS(11328), 1, + [178899] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11563), 1, + ACTIONS(11757), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3694), 3, + STATE(3716), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175965] = 6, - ACTIONS(11338), 1, + [178922] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11565), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11759), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3718), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [175988] = 6, - ACTIONS(11328), 1, + [178945] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, + aux_sym__text_token1, + ACTIONS(11761), 1, + anon_sym_RPAREN, + ACTIONS(11763), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5402), 1, + sym__section_parameter, + ACTIONS(11554), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [178972] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11567), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11765), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3664), 3, + STATE(3724), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176011] = 6, - ACTIONS(11346), 1, + [178995] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11569), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11767), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3663), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176034] = 6, - ACTIONS(11242), 1, + [179018] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11571), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11769), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176057] = 6, - ACTIONS(11318), 1, + [179041] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11573), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11771), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176080] = 6, - ACTIONS(11328), 1, + [179064] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11575), 1, + ACTIONS(11773), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3758), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176103] = 6, - ACTIONS(11318), 1, + [179087] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11577), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11775), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176126] = 6, - ACTIONS(11338), 1, + [179110] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11579), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11777), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3727), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176149] = 6, - ACTIONS(11346), 1, + [179133] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11581), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11779), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176172] = 6, - ACTIONS(11328), 1, + [179156] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11583), 1, + ACTIONS(11781), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176195] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11585), 1, - anon_sym_RPAREN, - ACTIONS(11587), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5309), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [176222] = 6, - ACTIONS(11242), 1, + [179179] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11589), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11783), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3709), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176245] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11591), 1, - anon_sym_RPAREN, - ACTIONS(11593), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5313), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [176272] = 6, - ACTIONS(11318), 1, + [179202] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11595), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11785), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3711), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176295] = 6, - ACTIONS(11338), 1, + [179225] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11597), 1, + ACTIONS(11787), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3712), 3, + STATE(3710), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176318] = 6, - ACTIONS(11346), 1, + [179248] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11599), 1, + ACTIONS(11789), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3713), 3, + STATE(3711), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176341] = 6, - ACTIONS(11328), 1, + [179271] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11601), 1, + ACTIONS(11791), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3714), 3, + STATE(3712), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176364] = 6, - ACTIONS(11346), 1, + [179294] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11603), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11793), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3682), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176387] = 6, - ACTIONS(11242), 1, + [179317] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11605), 1, + ACTIONS(11795), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176410] = 6, - ACTIONS(11318), 1, + [179340] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11607), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11797), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176433] = 6, - ACTIONS(11338), 1, - aux_sym__notification_token1, - ACTIONS(11342), 1, - aux_sym__text_token3, - ACTIONS(11609), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + [179363] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(11799), 1, + anon_sym_RPAREN, + ACTIONS(11801), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5390), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4093), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [176456] = 6, - ACTIONS(11346), 1, + [179390] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11611), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11803), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176479] = 6, - ACTIONS(11328), 1, + [179413] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11613), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11805), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176502] = 8, - ACTIONS(11364), 1, + [179436] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11615), 1, + ACTIONS(11807), 1, anon_sym_RPAREN, - ACTIONS(11617), 1, + ACTIONS(11809), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5314), 1, + STATE(5385), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [176529] = 6, - ACTIONS(11318), 1, + [179463] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11619), 1, + ACTIONS(11811), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3613), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176552] = 6, - ACTIONS(11346), 1, + [179486] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11621), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11813), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3760), 3, + STATE(3776), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176575] = 6, - ACTIONS(11318), 1, + [179509] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11623), 1, + ACTIONS(11815), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176598] = 6, - ACTIONS(11338), 1, + [179532] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11625), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11817), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3944), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176621] = 6, - ACTIONS(11346), 1, + [179555] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11627), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11819), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176644] = 6, - ACTIONS(11328), 1, + [179578] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11629), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11821), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176667] = 6, - ACTIONS(11242), 1, + [179601] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11631), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11823), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176690] = 6, - ACTIONS(11328), 1, + [179624] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11633), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11825), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3815), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176713] = 6, - ACTIONS(11328), 1, + [179647] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11635), 1, + ACTIONS(11827), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176736] = 6, - ACTIONS(11346), 1, + [179670] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11637), 1, + ACTIONS(11829), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176759] = 6, - ACTIONS(11338), 1, + [179693] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11639), 1, + ACTIONS(11831), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176782] = 6, - ACTIONS(11318), 1, + [179716] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11641), 1, + ACTIONS(11833), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176805] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11643), 1, - anon_sym_RPAREN, - ACTIONS(11645), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5319), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [176832] = 6, - ACTIONS(11346), 1, + [179739] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11647), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11835), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3818), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176855] = 6, - ACTIONS(11318), 1, + [179762] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11649), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11837), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3731), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176878] = 6, - ACTIONS(11338), 1, + [179785] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11651), 1, + ACTIONS(11839), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3732), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176901] = 6, - ACTIONS(11338), 1, + [179808] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11653), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11841), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3778), 3, + STATE(3837), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176924] = 6, - ACTIONS(11318), 1, + [179831] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11655), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11843), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3779), 3, + STATE(3751), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176947] = 6, - ACTIONS(11346), 1, + [179854] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11657), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11845), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3733), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176970] = 6, - ACTIONS(11328), 1, + [179877] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11659), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11847), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3734), 3, + STATE(3753), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [176993] = 6, - ACTIONS(11338), 1, + [179900] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11661), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11849), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3754), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177016] = 6, - ACTIONS(11338), 1, + [179923] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11663), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11851), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3820), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177039] = 6, - ACTIONS(11318), 1, + [179946] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11665), 1, + ACTIONS(11853), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3607), 3, + STATE(3815), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177062] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11667), 1, - anon_sym_RPAREN, - ACTIONS(11669), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5426), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [177089] = 6, - ACTIONS(11242), 1, + [179969] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11671), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11855), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177112] = 6, - ACTIONS(11318), 1, + [179992] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11673), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11857), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3880), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177135] = 6, - ACTIONS(11338), 1, + [180015] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11675), 1, + ACTIONS(11859), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177158] = 6, - ACTIONS(11318), 1, + [180038] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11677), 1, + ACTIONS(11861), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3648), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [177181] = 6, - ACTIONS(11346), 1, - aux_sym__notification_token1, - ACTIONS(11350), 1, - aux_sym__text_token3, - ACTIONS(11679), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4085), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177204] = 6, - ACTIONS(11328), 1, + [180061] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11681), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11863), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3694), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177227] = 6, - ACTIONS(11318), 1, + [180084] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11683), 1, + ACTIONS(11865), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3734), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177250] = 6, - ACTIONS(11346), 1, + [180107] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11685), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11867), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3695), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177273] = 6, - ACTIONS(11338), 1, + [180130] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11687), 1, + ACTIONS(11869), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3735), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177296] = 6, - ACTIONS(11346), 1, + [180153] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11689), 1, + ACTIONS(11871), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3736), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177319] = 6, - ACTIONS(11328), 1, + [180176] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11691), 1, + ACTIONS(11873), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177342] = 6, - ACTIONS(11328), 1, + [180199] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11693), 1, + ACTIONS(11875), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3741), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177365] = 6, - ACTIONS(11346), 1, + [180222] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11695), 1, + ACTIONS(11877), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177388] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + [180245] = 6, + ACTIONS(11504), 1, + aux_sym__notification_token1, + ACTIONS(11508), 1, + aux_sym__text_token3, + ACTIONS(11879), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, - ACTIONS(11697), 1, - anon_sym_RPAREN, - ACTIONS(11699), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5315), 1, - sym__section_parameter, - ACTIONS(11368), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - [177415] = 6, - ACTIONS(11328), 1, + STATE(3700), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [180268] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11701), 1, + ACTIONS(11881), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3837), 3, + STATE(3702), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177438] = 6, - ACTIONS(11346), 1, + [180291] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11703), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11883), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3809), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177461] = 6, - ACTIONS(11338), 1, + [180314] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11705), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11885), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3810), 3, + STATE(3874), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177484] = 6, - ACTIONS(11318), 1, + [180337] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11707), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11887), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3811), 3, + STATE(3808), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177507] = 6, - ACTIONS(11242), 1, + [180360] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11709), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11889), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3809), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177530] = 6, - ACTIONS(11242), 1, + [180383] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11711), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11891), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3810), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177553] = 6, - ACTIONS(11318), 1, + [180406] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11713), 1, + ACTIONS(11893), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3759), 3, + STATE(3811), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177576] = 6, - ACTIONS(11338), 1, + [180429] = 6, + ACTIONS(11491), 1, + anon_sym_ATendfinished, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11901), 1, aux_sym__text_token3, - ACTIONS(11715), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11898), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3761), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177599] = 6, - ACTIONS(11346), 1, + [180452] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11717), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11904), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3762), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177622] = 6, - ACTIONS(11328), 1, + [180475] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11719), 1, + ACTIONS(11906), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3764), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177645] = 6, - ACTIONS(11328), 1, + [180498] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11721), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11908), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177668] = 6, - ACTIONS(11338), 1, + [180521] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11723), 1, + ACTIONS(11910), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177691] = 6, - ACTIONS(11318), 1, + [180544] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11725), 1, + ACTIONS(11912), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177714] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11727), 1, - anon_sym_RPAREN, - ACTIONS(11729), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5337), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [177741] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11731), 1, - anon_sym_RPAREN, - ACTIONS(11733), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5422), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [177768] = 6, - ACTIONS(11318), 1, + [180567] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11735), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11914), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3945), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177791] = 6, - ACTIONS(11338), 1, + [180590] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11737), 1, + ACTIONS(11916), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3946), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177814] = 6, - ACTIONS(11346), 1, + [180613] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11739), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11918), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3879), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177837] = 6, - ACTIONS(11328), 1, + [180636] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11741), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11920), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3955), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177860] = 6, - ACTIONS(11242), 1, + [180659] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11743), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11922), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177883] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11745), 1, - anon_sym_RPAREN, - ACTIONS(11747), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5341), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, + [180682] = 6, + ACTIONS(11522), 1, + aux_sym__notification_token1, + ACTIONS(11526), 1, aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [177910] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11924), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, - ACTIONS(11749), 1, - anon_sym_RPAREN, - ACTIONS(11751), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5339), 1, - sym__section_parameter, - ACTIONS(11368), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - [177937] = 6, - ACTIONS(11318), 1, + STATE(3889), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [180705] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11753), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11926), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3782), 3, + STATE(3958), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177960] = 6, - ACTIONS(11338), 1, + [180728] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11755), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11928), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3783), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [177983] = 6, - ACTIONS(11346), 1, + [180751] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11757), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11930), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3784), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178006] = 6, - ACTIONS(11328), 1, + [180774] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11759), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11932), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3785), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178029] = 6, - ACTIONS(11318), 1, + [180797] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11761), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11934), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178052] = 6, - ACTIONS(11242), 1, + [180820] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11763), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11936), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178075] = 6, - ACTIONS(11242), 1, + [180843] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11765), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11938), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178098] = 6, - ACTIONS(11242), 1, + [180866] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11767), 1, + ACTIONS(11940), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178121] = 6, - ACTIONS(11338), 1, + [180889] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11769), 1, + ACTIONS(11942), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3883), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178144] = 6, - ACTIONS(11328), 1, + [180912] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11771), 1, + ACTIONS(11944), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3831), 3, + STATE(3804), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178167] = 6, - ACTIONS(11318), 1, + [180935] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11773), 1, + ACTIONS(11946), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3785), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178190] = 6, - ACTIONS(11338), 1, + [180958] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11775), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11948), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178213] = 6, - ACTIONS(11346), 1, + [180981] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11777), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11950), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3786), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178236] = 6, - ACTIONS(11328), 1, + [181004] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11779), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11952), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3787), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178259] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11781), 1, - anon_sym_RPAREN, - ACTIONS(11783), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5332), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [178286] = 6, - ACTIONS(11242), 1, + [181027] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11785), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11954), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3788), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178309] = 6, - ACTIONS(11318), 1, + [181050] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11787), 1, + ACTIONS(11956), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3799), 3, + STATE(3907), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178332] = 6, - ACTIONS(11338), 1, + [181073] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11789), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11958), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3800), 3, + STATE(3806), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178355] = 6, - ACTIONS(11346), 1, + [181096] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11791), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11960), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3801), 3, + STATE(3807), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178378] = 6, - ACTIONS(11346), 1, - aux_sym__notification_token1, - ACTIONS(11350), 1, - aux_sym__text_token3, - ACTIONS(11793), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + [181119] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(11962), 1, + anon_sym_RPAREN, + ACTIONS(11964), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5379), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4085), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3827), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [178401] = 6, - ACTIONS(11346), 1, + [181146] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11795), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11966), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3812), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178424] = 6, - ACTIONS(11338), 1, + [181169] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11797), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11968), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178447] = 6, - ACTIONS(11318), 1, + [181192] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11799), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11970), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178470] = 6, - ACTIONS(11328), 1, - aux_sym__notification_token1, - ACTIONS(11332), 1, - aux_sym__text_token3, - ACTIONS(11801), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + [181215] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(11972), 1, + anon_sym_RPAREN, + ACTIONS(11974), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5375), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4112), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3802), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [178493] = 6, - ACTIONS(11328), 1, + [181242] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11803), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11976), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3844), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178516] = 6, - ACTIONS(11346), 1, + [181265] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11805), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11978), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3832), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178539] = 6, - ACTIONS(11328), 1, + [181288] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11807), 1, + ACTIONS(11980), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178562] = 6, - ACTIONS(11374), 1, - anon_sym_ATendbefore, - ACTIONS(11809), 1, + [181311] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11815), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11812), 2, + ACTIONS(11982), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178585] = 6, - ACTIONS(11338), 1, + [181334] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11818), 1, + ACTIONS(11984), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3838), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178608] = 6, - ACTIONS(11346), 1, + [181357] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11820), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11986), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178631] = 6, - ACTIONS(11318), 1, + [181380] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11822), 1, + ACTIONS(11988), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3845), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178654] = 6, - ACTIONS(11338), 1, + [181403] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11824), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11990), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178677] = 6, - ACTIONS(11242), 1, + [181426] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11826), 1, + ACTIONS(11992), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178700] = 6, - ACTIONS(11242), 1, + [181449] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11828), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11994), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178723] = 8, - ACTIONS(11364), 1, + [181472] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11830), 1, + ACTIONS(11996), 1, anon_sym_RPAREN, - ACTIONS(11832), 1, + ACTIONS(11998), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5417), 1, + STATE(5439), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [178750] = 8, - ACTIONS(11364), 1, + [181499] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11834), 1, + ACTIONS(12000), 1, anon_sym_RPAREN, - ACTIONS(11836), 1, + ACTIONS(12002), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5352), 1, + STATE(5365), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [178777] = 6, - ACTIONS(11318), 1, - aux_sym__notification_token1, - ACTIONS(11322), 1, - aux_sym__text_token3, - ACTIONS(11838), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + [181526] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(12004), 1, + anon_sym_RPAREN, + ACTIONS(12006), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5359), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4074), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [178800] = 6, - ACTIONS(11338), 1, + [181553] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11840), 1, + ACTIONS(12008), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178823] = 6, - ACTIONS(11346), 1, - aux_sym__notification_token1, - ACTIONS(11350), 1, - aux_sym__text_token3, - ACTIONS(11842), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4085), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3866), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [178846] = 6, - ACTIONS(11328), 1, + [181576] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11844), 1, + ACTIONS(12010), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178869] = 6, - ACTIONS(11242), 1, + [181599] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11846), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(12012), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178892] = 8, - ACTIONS(11364), 1, + [181622] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11848), 1, + ACTIONS(12014), 1, anon_sym_RPAREN, - ACTIONS(11850), 1, + ACTIONS(12016), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5356), 1, + STATE(5420), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [178919] = 6, - ACTIONS(11328), 1, - aux_sym__notification_token1, - ACTIONS(11332), 1, - aux_sym__text_token3, - ACTIONS(11852), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + [181649] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(12018), 1, + anon_sym_RPAREN, + ACTIONS(12020), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5349), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4112), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [178942] = 6, - ACTIONS(11346), 1, + [181676] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11854), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12022), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3743), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178965] = 6, - ACTIONS(11328), 1, + [181699] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11856), 1, + ACTIONS(12024), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3879), 3, + STATE(3833), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [178988] = 6, - ACTIONS(11338), 1, + [181722] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11858), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12026), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3826), 3, + STATE(3834), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179011] = 6, - ACTIONS(11242), 1, + [181745] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11860), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(12028), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179034] = 6, - ACTIONS(11346), 1, + [181768] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11862), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12030), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3851), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179057] = 6, - ACTIONS(11328), 1, + [181791] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11864), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12032), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179080] = 6, - ACTIONS(11338), 1, + [181814] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11866), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12034), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3853), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179103] = 6, - ACTIONS(11242), 1, + [181837] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11868), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(12036), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3859), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179126] = 6, - ACTIONS(11338), 1, + [181860] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11870), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12038), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3881), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179149] = 6, - ACTIONS(11318), 1, + [181883] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11872), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12040), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3882), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179172] = 6, - ACTIONS(11328), 1, + [181906] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11874), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12042), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3828), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179195] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11876), 1, - anon_sym_RPAREN, - ACTIONS(11878), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5358), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [179222] = 6, - ACTIONS(11328), 1, + [181929] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11880), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12044), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3781), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179245] = 6, - ACTIONS(11318), 1, + [181952] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11882), 1, + ACTIONS(12046), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3722), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179268] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11884), 1, - anon_sym_RPAREN, - ACTIONS(11886), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5415), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [179295] = 6, - ACTIONS(11328), 1, + [181975] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11888), 1, + ACTIONS(12048), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3763), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179318] = 6, - ACTIONS(11346), 1, + [181998] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11890), 1, + ACTIONS(12050), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3757), 3, + STATE(3877), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179341] = 6, - ACTIONS(11318), 1, + [182021] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11892), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12052), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3618), 3, + STATE(3852), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179364] = 6, - ACTIONS(11242), 1, + [182044] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11894), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(12054), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3881), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179387] = 6, - ACTIONS(11318), 1, + [182067] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11896), 1, + ACTIONS(12056), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3882), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179410] = 6, - ACTIONS(11338), 1, + [182090] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11898), 1, + ACTIONS(12058), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3819), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179433] = 6, - ACTIONS(11346), 1, + [182113] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11900), 1, + ACTIONS(12060), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3821), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179456] = 6, - ACTIONS(11328), 1, + [182136] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11902), 1, + ACTIONS(12062), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3827), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179479] = 6, - ACTIONS(11242), 1, + [182159] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11904), 1, + ACTIONS(12064), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4121), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3607), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [182182] = 6, + ACTIONS(11522), 1, + aux_sym__notification_token1, + ACTIONS(11526), 1, + aux_sym__text_token3, + ACTIONS(12066), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3782), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179502] = 8, - ACTIONS(11364), 1, + [182205] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11906), 1, + ACTIONS(12068), 1, anon_sym_RPAREN, - ACTIONS(11908), 1, + ACTIONS(12070), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5365), 1, + STATE(5317), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [179529] = 6, - ACTIONS(11328), 1, + [182232] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11910), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12072), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3928), 3, + STATE(3784), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179552] = 6, - ACTIONS(11346), 1, + [182255] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11912), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12074), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3929), 3, + STATE(3878), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179575] = 6, - ACTIONS(11318), 1, + [182278] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11914), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12076), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3851), 3, + STATE(3789), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179598] = 6, - ACTIONS(11338), 1, + [182301] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11916), 1, + ACTIONS(12078), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3852), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179621] = 6, - ACTIONS(11346), 1, + [182324] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11918), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12080), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3853), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179644] = 6, - ACTIONS(11328), 1, + [182347] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11920), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12082), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3854), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179667] = 6, - ACTIONS(11338), 1, + [182370] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11922), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12084), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3684), 3, + STATE(3886), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179690] = 6, - ACTIONS(11338), 1, - aux_sym__notification_token1, - ACTIONS(11342), 1, - aux_sym__text_token3, - ACTIONS(11924), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + [182393] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(12086), 1, + anon_sym_RPAREN, + ACTIONS(12088), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5347), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4093), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3930), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [179713] = 6, - ACTIONS(11242), 1, - aux_sym__notification_token1, - ACTIONS(11246), 1, - aux_sym__text_token3, - ACTIONS(11926), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + [182420] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(12090), 1, + anon_sym_RPAREN, + ACTIONS(12092), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5339), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4109), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [179736] = 6, - ACTIONS(11374), 1, - anon_sym_ATendafter, - ACTIONS(11928), 1, + [182447] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11934), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11931), 2, + ACTIONS(12094), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179759] = 6, - ACTIONS(11318), 1, + [182470] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11937), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12096), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3932), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179782] = 6, - ACTIONS(11338), 1, + [182493] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11939), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12098), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3621), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179805] = 6, - ACTIONS(11346), 1, - aux_sym__notification_token1, - ACTIONS(11350), 1, - aux_sym__text_token3, - ACTIONS(11941), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + [182516] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, aux_sym__text_token1, + ACTIONS(12100), 1, + anon_sym_RPAREN, + ACTIONS(12102), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5337), 1, + sym__section_parameter, + ACTIONS(11554), 2, aux_sym__text_token2, - STATE(4085), 2, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3622), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [179828] = 6, - ACTIONS(11318), 1, + [182543] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11943), 1, + ACTIONS(12104), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179851] = 6, - ACTIONS(11338), 1, + [182566] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11945), 1, + ACTIONS(12106), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179874] = 6, - ACTIONS(11346), 1, + [182589] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11947), 1, + ACTIONS(12108), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179897] = 6, - ACTIONS(11328), 1, + [182612] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11949), 1, + ACTIONS(12110), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179920] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + [182635] = 6, + ACTIONS(11417), 1, + aux_sym__notification_token1, + ACTIONS(11421), 1, + aux_sym__text_token3, + ACTIONS(12112), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, - ACTIONS(11951), 1, - anon_sym_RPAREN, - ACTIONS(11953), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5371), 1, - sym__section_parameter, - ACTIONS(11368), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - [179947] = 6, - ACTIONS(11242), 1, + STATE(3607), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [182658] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(11955), 1, + ACTIONS(12114), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [179970] = 8, - ACTIONS(11364), 1, + [182681] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(11957), 1, + ACTIONS(12116), 1, anon_sym_RPAREN, - ACTIONS(11959), 1, + ACTIONS(12118), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5405), 1, + STATE(5330), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [179997] = 6, - ACTIONS(11318), 1, + [182708] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11961), 1, + ACTIONS(12120), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3870), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180020] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11963), 1, - anon_sym_RPAREN, - ACTIONS(11965), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5372), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [180047] = 6, - ACTIONS(11328), 1, + [182731] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11967), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12122), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180070] = 6, - ACTIONS(11346), 1, + [182754] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(11969), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12124), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3861), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180093] = 6, - ACTIONS(11338), 1, + [182777] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11971), 1, + ACTIONS(12126), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3862), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180116] = 6, - ACTIONS(11318), 1, + [182800] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11973), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12128), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3863), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180139] = 6, - ACTIONS(11338), 1, + [182823] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11975), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12130), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3871), 3, + STATE(3864), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180162] = 6, - ACTIONS(11346), 1, + [182846] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11977), 1, + ACTIONS(12132), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3872), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180185] = 6, - ACTIONS(11328), 1, + [182869] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11979), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12134), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3873), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180208] = 6, - ACTIONS(11318), 1, + [182892] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11981), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12136), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3685), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180231] = 6, - ACTIONS(11318), 1, + [182915] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(11983), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12138), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3724), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180254] = 6, - ACTIONS(11338), 1, + [182938] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(11985), 1, + ACTIONS(12140), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3725), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180277] = 6, - ACTIONS(11374), 1, - anon_sym_ATendsuccess, - ACTIONS(11987), 1, + [182961] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11993), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(11990), 2, + ACTIONS(12142), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180300] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(11996), 1, - anon_sym_RPAREN, - ACTIONS(11998), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5362), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [180327] = 6, - ACTIONS(11346), 1, + [182984] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12000), 1, + ACTIONS(12144), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3726), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180350] = 6, - ACTIONS(11328), 1, + [183007] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12002), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12146), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3727), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180373] = 6, - ACTIONS(11318), 1, + [183030] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12004), 1, + ACTIONS(12148), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180396] = 6, - ACTIONS(11346), 1, + [183053] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12006), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12150), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180419] = 6, - ACTIONS(11338), 1, + [183076] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12008), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12152), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3892), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180442] = 6, - ACTIONS(11346), 1, + [183099] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12010), 1, + ACTIONS(12154), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3895), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180465] = 6, - ACTIONS(11328), 1, + [183122] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12012), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12156), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180488] = 6, - ACTIONS(11242), 1, + [183145] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12014), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(12158), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3896), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180511] = 8, - ACTIONS(11364), 1, + [183168] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(12016), 1, + ACTIONS(12160), 1, anon_sym_RPAREN, - ACTIONS(12018), 1, + ACTIONS(12162), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5384), 1, + STATE(5328), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [180538] = 6, - ACTIONS(11318), 1, + [183195] = 6, + ACTIONS(11491), 1, + anon_sym_ATendsuccess, + ACTIONS(12164), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(12170), 1, aux_sym__text_token3, - ACTIONS(12020), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12167), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3893), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180561] = 6, - ACTIONS(11338), 1, + [183218] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12022), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12173), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3895), 3, + STATE(3897), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180584] = 6, - ACTIONS(11242), 1, + [183241] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(12024), 1, + ACTIONS(12175), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180607] = 6, - ACTIONS(11346), 1, + [183264] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12026), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12177), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180630] = 6, - ACTIONS(11328), 1, + [183287] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(12028), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12179), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3897), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180653] = 6, - ACTIONS(11318), 1, + [183310] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12030), 1, + ACTIONS(12181), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3793), 3, + STATE(3733), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180676] = 6, - ACTIONS(11242), 1, + [183333] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12032), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(12183), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180699] = 6, - ACTIONS(11338), 1, + [183356] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12034), 1, + ACTIONS(12185), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3705), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180722] = 6, - ACTIONS(11338), 1, + [183379] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12036), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12187), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3755), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180745] = 6, - ACTIONS(11328), 1, + [183402] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12038), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12189), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3950), 3, + STATE(3746), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180768] = 6, - ACTIONS(11346), 1, + [183425] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12040), 1, + ACTIONS(12191), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3951), 3, + STATE(3608), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180791] = 6, - ACTIONS(11338), 1, + [183448] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12042), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12193), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3952), 3, + STATE(3760), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180814] = 6, - ACTIONS(11318), 1, + [183471] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12044), 1, + ACTIONS(12195), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3953), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180837] = 6, - ACTIONS(11318), 1, + [183494] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, + aux_sym__text_token1, + ACTIONS(12197), 1, + anon_sym_RPAREN, + ACTIONS(12199), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5320), 1, + sym__section_parameter, + ACTIONS(11554), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [183521] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12046), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12201), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3754), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180860] = 6, - ACTIONS(11328), 1, + [183544] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12048), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12203), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3956), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180883] = 6, - ACTIONS(11318), 1, + [183567] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(12050), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12205), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180906] = 6, - ACTIONS(11338), 1, + [183590] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(12052), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12207), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180929] = 6, - ACTIONS(11346), 1, + [183613] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12054), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12209), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180952] = 6, - ACTIONS(11328), 1, + [183636] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12056), 1, + ACTIONS(12211), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180975] = 6, - ACTIONS(11346), 1, + [183659] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12058), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12213), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3836), 3, + STATE(3950), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [180998] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(12060), 1, - anon_sym_RPAREN, - ACTIONS(12062), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5392), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, + [183682] = 6, + ACTIONS(11504), 1, + aux_sym__notification_token1, + ACTIONS(11508), 1, aux_sym__text_token3, - STATE(4067), 2, + ACTIONS(12215), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - [181025] = 6, - ACTIONS(11242), 1, + STATE(3951), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [183705] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12064), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(12217), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3952), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181048] = 6, - ACTIONS(11318), 1, + [183728] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12066), 1, + ACTIONS(12219), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3915), 3, + STATE(3953), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181071] = 6, - ACTIONS(11338), 1, + [183751] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(12068), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12221), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3916), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181094] = 6, - ACTIONS(11346), 1, + [183774] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12070), 1, + ACTIONS(12223), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3917), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181117] = 6, - ACTIONS(11328), 1, + [183797] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12072), 1, + ACTIONS(12225), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3918), 3, + STATE(3925), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181140] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + [183820] = 6, + ACTIONS(11504), 1, + aux_sym__notification_token1, + ACTIONS(11508), 1, + aux_sym__text_token3, + ACTIONS(12227), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, - ACTIONS(12074), 1, - anon_sym_RPAREN, - ACTIONS(12076), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5322), 1, - sym__section_parameter, - ACTIONS(11368), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - [181167] = 6, - ACTIONS(11346), 1, + STATE(3928), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [183843] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12078), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12229), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3959), 3, + STATE(3901), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181190] = 6, - ACTIONS(11328), 1, + [183866] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12080), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12231), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3934), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181213] = 6, - ACTIONS(11346), 1, + [183889] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12082), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12233), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3938), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181236] = 6, - ACTIONS(11338), 1, + [183912] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12084), 1, + ACTIONS(12235), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3903), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181259] = 6, - ACTIONS(11338), 1, + [183935] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12086), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12237), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3960), 3, + STATE(3904), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181282] = 6, - ACTIONS(11318), 1, + [183958] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12088), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12239), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3908), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181305] = 8, - ACTIONS(11364), 1, + [183981] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(12090), 1, + ACTIONS(12241), 1, anon_sym_RPAREN, - ACTIONS(12092), 1, + ACTIONS(12243), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5398), 1, + STATE(5314), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [184008] = 6, + ACTIONS(11417), 1, + aux_sym__notification_token1, + ACTIONS(11421), 1, + aux_sym__text_token3, + ACTIONS(12245), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4121), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3607), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [184031] = 6, + ACTIONS(11512), 1, + aux_sym__notification_token1, + ACTIONS(11516), 1, + aux_sym__text_token3, + ACTIONS(12247), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - [181332] = 8, - ACTIONS(11364), 1, + STATE(3654), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [184054] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(12094), 1, + ACTIONS(12249), 1, anon_sym_RPAREN, - ACTIONS(12096), 1, + ACTIONS(12251), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5399), 1, + STATE(5302), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [181359] = 6, - ACTIONS(11318), 1, + [184081] = 6, + ACTIONS(11491), 1, + anon_sym_ATendafter, + ACTIONS(12253), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(12259), 1, aux_sym__text_token3, - ACTIONS(12098), 1, - anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(12256), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4074), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3961), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181382] = 6, - ACTIONS(11242), 1, + [184104] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12100), 1, - anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(12262), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181405] = 6, - ACTIONS(11318), 1, + [184127] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12102), 1, + ACTIONS(12264), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3868), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181428] = 6, - ACTIONS(11338), 1, + [184150] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12104), 1, + ACTIONS(12266), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3869), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181451] = 6, - ACTIONS(11346), 1, + [184173] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12106), 1, + ACTIONS(12268), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3875), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181474] = 6, - ACTIONS(11328), 1, + [184196] = 8, + ACTIONS(11550), 1, + aux_sym__section_parameter_token1, + ACTIONS(11552), 1, + aux_sym__text_token1, + ACTIONS(12270), 1, + anon_sym_RPAREN, + ACTIONS(12272), 1, + anon_sym_COMMA, + STATE(4472), 1, + sym_text, + STATE(5300), 1, + sym__section_parameter, + ACTIONS(11554), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [184223] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12108), 1, + ACTIONS(12274), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3876), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181497] = 6, - ACTIONS(11242), 1, + [184246] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12110), 1, + ACTIONS(12276), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4102), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3889), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [184269] = 6, + ACTIONS(11417), 1, + aux_sym__notification_token1, + ACTIONS(11421), 1, + aux_sym__text_token3, + ACTIONS(12278), 1, + anon_sym_ATenderror, + ACTIONS(11419), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4121), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3607), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [184292] = 6, + ACTIONS(11417), 1, + aux_sym__notification_token1, + ACTIONS(11421), 1, + aux_sym__text_token3, + ACTIONS(12280), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181520] = 8, - ACTIONS(11364), 1, + [184315] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(11366), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(12112), 1, + ACTIONS(12282), 1, anon_sym_RPAREN, - ACTIONS(12114), 1, + ACTIONS(12284), 1, anon_sym_COMMA, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5401), 1, + STATE(5367), 1, sym__section_parameter, - ACTIONS(11368), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4067), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [181547] = 6, - ACTIONS(11328), 1, + [184342] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12116), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12286), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3623), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181570] = 6, - ACTIONS(11318), 1, + [184365] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12118), 1, + ACTIONS(12288), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3937), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181593] = 6, - ACTIONS(11338), 1, + [184388] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12120), 1, + ACTIONS(12290), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3938), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181616] = 6, - ACTIONS(11346), 1, + [184411] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12122), 1, + ACTIONS(12292), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3939), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181639] = 6, - ACTIONS(11328), 1, + [184434] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12124), 1, + ACTIONS(12294), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3940), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181662] = 6, - ACTIONS(11242), 1, + [184457] = 6, + ACTIONS(11417), 1, aux_sym__notification_token1, - ACTIONS(11246), 1, + ACTIONS(11421), 1, aux_sym__text_token3, - ACTIONS(12126), 1, + ACTIONS(12296), 1, anon_sym_ATenderror, - ACTIONS(11244), 2, + ACTIONS(11419), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4109), 2, + STATE(4121), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3620), 3, + STATE(3607), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181685] = 8, - ACTIONS(11364), 1, - aux_sym__section_parameter_token1, - ACTIONS(11366), 1, - aux_sym__text_token1, - ACTIONS(12128), 1, - anon_sym_RPAREN, - ACTIONS(12130), 1, - anon_sym_COMMA, - STATE(4415), 1, - sym_text, - STATE(5393), 1, - sym__section_parameter, - ACTIONS(11368), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4067), 2, - sym__text, - aux_sym_php_only_repeat1, - [181712] = 6, - ACTIONS(11328), 1, + [184480] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12132), 1, + ACTIONS(12298), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181735] = 6, - ACTIONS(11346), 1, + [184503] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12134), 1, + ACTIONS(12300), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181758] = 6, - ACTIONS(11338), 1, + [184526] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12136), 1, + ACTIONS(12302), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181781] = 6, - ACTIONS(11318), 1, + [184549] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12138), 1, + ACTIONS(12304), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3939), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181804] = 6, - ACTIONS(11328), 1, + [184572] = 6, + ACTIONS(11522), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11526), 1, aux_sym__text_token3, - ACTIONS(12140), 1, - anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(12306), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3940), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181827] = 6, - ACTIONS(11346), 1, + [184595] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12142), 1, + ACTIONS(12308), 1, anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(11506), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4178), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3880), 3, + STATE(3941), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181850] = 6, - ACTIONS(11328), 1, + [184618] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11332), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12144), 1, + ACTIONS(12310), 1, anon_sym_ATendbefore, - ACTIONS(11330), 2, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4112), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3816), 3, + STATE(3654), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181873] = 6, - ACTIONS(11338), 1, + [184641] = 6, + ACTIONS(11504), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11508), 1, aux_sym__text_token3, - ACTIONS(12146), 1, + ACTIONS(12312), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4178), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3927), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [184664] = 6, + ACTIONS(11522), 1, + aux_sym__notification_token1, + ACTIONS(11526), 1, + aux_sym__text_token3, + ACTIONS(12314), 1, anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(11524), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3650), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181896] = 6, - ACTIONS(11374), 1, - anon_sym_ATendfinished, - ACTIONS(12148), 1, + [184687] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(12154), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12151), 2, + ACTIONS(12316), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181919] = 6, - ACTIONS(11346), 1, + [184710] = 6, + ACTIONS(11512), 1, aux_sym__notification_token1, - ACTIONS(11350), 1, + ACTIONS(11516), 1, aux_sym__text_token3, - ACTIONS(12157), 1, - anon_sym_ATendafter, - ACTIONS(11348), 2, + ACTIONS(12318), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4085), 2, + STATE(4084), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3866), 3, + STATE(3942), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181942] = 6, - ACTIONS(11338), 1, + [184733] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11342), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12159), 1, - anon_sym_ATendsuccess, - ACTIONS(11340), 2, + ACTIONS(12320), 1, + anon_sym_ATendfinished, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4093), 2, + STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181965] = 6, - ACTIONS(11318), 1, + [184756] = 6, + ACTIONS(11532), 1, aux_sym__notification_token1, - ACTIONS(11322), 1, + ACTIONS(11536), 1, aux_sym__text_token3, - ACTIONS(12161), 1, + ACTIONS(12322), 1, anon_sym_ATendfinished, - ACTIONS(11320), 2, + ACTIONS(11534), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4074), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3771), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [181988] = 7, - ACTIONS(12163), 1, - anon_sym_RPAREN, - ACTIONS(12165), 1, + [184779] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - STATE(4415), 1, + ACTIONS(12324), 1, + anon_sym_RPAREN, + ACTIONS(12326), 1, + anon_sym_COMMA, + STATE(4472), 1, sym_text, - STATE(6631), 1, + STATE(5296), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4068), 2, + sym__text, + aux_sym_php_only_repeat1, + [184806] = 6, + ACTIONS(11522), 1, + aux_sym__notification_token1, + ACTIONS(11526), 1, + aux_sym__text_token3, + ACTIONS(12328), 1, + anon_sym_ATendsuccess, + ACTIONS(11524), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4102), 2, sym__text, aux_sym_php_only_repeat1, - [182012] = 7, - ACTIONS(12165), 1, + STATE(3889), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [184829] = 8, + ACTIONS(11550), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(11552), 1, aux_sym__text_token1, - ACTIONS(12171), 1, + ACTIONS(12330), 1, anon_sym_RPAREN, - STATE(4415), 1, + ACTIONS(12332), 1, + anon_sym_COMMA, + STATE(4472), 1, sym_text, - STATE(6160), 1, + STATE(5343), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(11554), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [182036] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + [184856] = 6, + ACTIONS(11504), 1, + aux_sym__notification_token1, + ACTIONS(11508), 1, + aux_sym__text_token3, + ACTIONS(12334), 1, + anon_sym_ATendafter, + ACTIONS(11506), 2, aux_sym__text_token1, - ACTIONS(12173), 1, + aux_sym__text_token2, + STATE(4178), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3927), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [184879] = 6, + ACTIONS(11512), 1, + aux_sym__notification_token1, + ACTIONS(11516), 1, + aux_sym__text_token3, + ACTIONS(12336), 1, + anon_sym_ATendbefore, + ACTIONS(11514), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4084), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3654), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [184902] = 7, + ACTIONS(12338), 1, anon_sym_RPAREN, - STATE(4415), 1, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, + aux_sym__text_token1, + STATE(4472), 1, sym_text, - STATE(6461), 1, + STATE(6395), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182060] = 7, - ACTIONS(12165), 1, + [184926] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12175), 1, + ACTIONS(12346), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6457), 1, + STATE(6037), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182084] = 7, - ACTIONS(12165), 1, + [184950] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12177), 1, + ACTIONS(12348), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6203), 1, + STATE(6560), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182108] = 7, - ACTIONS(10544), 1, - anon_sym_LPAREN2, - ACTIONS(12179), 1, - anon_sym_ATendphp, - ACTIONS(12183), 1, + [184974] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, + aux_sym__text_token1, + ACTIONS(12350), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(6562), 1, + sym__section_parameter, + ACTIONS(12344), 2, + aux_sym__text_token2, aux_sym__text_token3, - STATE(856), 1, - sym__directive_parameter, - STATE(6243), 1, - sym_php_only, - ACTIONS(12181), 2, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [184998] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, aux_sym__text_token1, + ACTIONS(12352), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(5600), 1, + sym__section_parameter, + ACTIONS(12344), 2, aux_sym__text_token2, - STATE(4192), 2, + aux_sym__text_token3, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182132] = 7, - ACTIONS(10662), 1, + [185022] = 7, + ACTIONS(11335), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, - aux_sym__text_token3, - ACTIONS(12185), 1, + ACTIONS(12354), 1, anon_sym_ATendphp, - STATE(1773), 1, + ACTIONS(12358), 1, + aux_sym__text_token3, + STATE(2432), 1, sym__directive_parameter, - STATE(6198), 1, + STATE(5961), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182156] = 7, - ACTIONS(12165), 1, + [185046] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12187), 1, + ACTIONS(12360), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6202), 1, + STATE(5602), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182180] = 7, - ACTIONS(12165), 1, + [185070] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12189), 1, + ACTIONS(12362), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6201), 1, + STATE(5596), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182204] = 7, - ACTIONS(10680), 1, + [185094] = 7, + ACTIONS(11105), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12191), 1, + ACTIONS(12364), 1, anon_sym_ATendphp, - STATE(3103), 1, + STATE(3376), 1, sym__directive_parameter, - STATE(6077), 1, + STATE(5569), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182228] = 7, - ACTIONS(12165), 1, + [185118] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12193), 1, + ACTIONS(12366), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5975), 1, + STATE(6509), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182252] = 7, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - ACTIONS(12183), 1, - aux_sym__text_token3, - ACTIONS(12195), 1, - anon_sym_ATendphp, - STATE(1260), 1, - sym__directive_parameter, - STATE(6453), 1, - sym_php_only, - ACTIONS(12181), 2, + [185142] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, aux_sym__text_token1, + ACTIONS(12368), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(6561), 1, + sym__section_parameter, + ACTIONS(12344), 2, aux_sym__text_token2, - STATE(4192), 2, + aux_sym__text_token3, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182276] = 7, - ACTIONS(10500), 1, + [185166] = 7, + ACTIONS(10761), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12197), 1, + ACTIONS(12370), 1, anon_sym_ATendphp, - STATE(1856), 1, + STATE(1262), 1, sym__directive_parameter, - STATE(6155), 1, + STATE(6569), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182300] = 7, - ACTIONS(12165), 1, + [185190] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12199), 1, + ACTIONS(12372), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6117), 1, + STATE(6503), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [185214] = 7, + ACTIONS(10685), 1, + anon_sym_LPAREN2, + ACTIONS(12358), 1, + aux_sym__text_token3, + ACTIONS(12374), 1, + anon_sym_ATendphp, + STATE(1692), 1, + sym__directive_parameter, + STATE(6491), 1, + sym_php_only, + ACTIONS(12356), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182324] = 7, - ACTIONS(12165), 1, + [185238] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12201), 1, + ACTIONS(12376), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6112), 1, + STATE(5978), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182348] = 7, - ACTIONS(10594), 1, + [185262] = 7, + ACTIONS(11275), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12203), 1, + ACTIONS(12378), 1, anon_sym_ATendphp, - STATE(1356), 1, + STATE(3088), 1, sym__directive_parameter, - STATE(6107), 1, + STATE(5549), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182372] = 7, - ACTIONS(11198), 1, + [185286] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, + aux_sym__text_token1, + ACTIONS(12380), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(5733), 1, + sym__section_parameter, + ACTIONS(12344), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [185310] = 7, + ACTIONS(11373), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12205), 1, + ACTIONS(12382), 1, anon_sym_ATendphp, STATE(2014), 1, sym__directive_parameter, - STATE(6497), 1, + STATE(6488), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182396] = 7, - ACTIONS(12165), 1, + [185334] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12207), 1, + ACTIONS(12384), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6503), 1, + STATE(5531), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [185358] = 7, + ACTIONS(11273), 1, + anon_sym_LPAREN2, + ACTIONS(12358), 1, + aux_sym__text_token3, + ACTIONS(12386), 1, + anon_sym_ATendphp, + STATE(3207), 1, + sym__directive_parameter, + STATE(6077), 1, + sym_php_only, + ACTIONS(12356), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182420] = 7, - ACTIONS(12165), 1, + [185382] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12209), 1, + ACTIONS(12388), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6070), 1, + STATE(6454), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182444] = 7, - ACTIONS(12165), 1, + [185406] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12211), 1, + ACTIONS(12390), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6065), 1, + STATE(6455), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182468] = 7, - ACTIONS(12165), 1, + [185430] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12213), 1, + ACTIONS(12392), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6507), 1, + STATE(6563), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, - sym__text, - aux_sym_php_only_repeat1, - [182492] = 7, - ACTIONS(10512), 1, - anon_sym_LPAREN2, - ACTIONS(12183), 1, - aux_sym__text_token3, - ACTIONS(12215), 1, - anon_sym_ATendphp, - STATE(1163), 1, - sym__directive_parameter, - STATE(6059), 1, - sym_php_only, - ACTIONS(12181), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4192), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182516] = 7, - ACTIONS(12165), 1, + [185454] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12217), 1, + ACTIONS(12394), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6021), 1, + STATE(6453), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182540] = 7, - ACTIONS(12165), 1, + [185478] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12219), 1, + ACTIONS(12396), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6018), 1, + STATE(6399), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182564] = 7, - ACTIONS(10510), 1, + [185502] = 7, + ACTIONS(11287), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12221), 1, + ACTIONS(12398), 1, anon_sym_ATendphp, - STATE(1690), 1, + STATE(3006), 1, sym__directive_parameter, - STATE(6194), 1, + STATE(5478), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182588] = 7, - ACTIONS(10524), 1, + [185526] = 7, + ACTIONS(10837), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12223), 1, + ACTIONS(12400), 1, anon_sym_ATendphp, - STATE(1076), 1, + STATE(1775), 1, sym__directive_parameter, - STATE(6015), 1, + STATE(6439), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182612] = 7, - ACTIONS(12165), 1, + [185550] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12225), 1, + ACTIONS(12402), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5978), 1, + STATE(5464), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182636] = 7, - ACTIONS(10596), 1, + [185574] = 7, + ACTIONS(11341), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12227), 1, + ACTIONS(12404), 1, anon_sym_ATendphp, - STATE(775), 1, + STATE(2350), 1, sym__directive_parameter, - STATE(6022), 1, + STATE(6027), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182660] = 7, - ACTIONS(12165), 1, + [185598] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12229), 1, + ACTIONS(12406), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5976), 1, + STATE(5466), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182684] = 7, - ACTIONS(12165), 1, + [185622] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12231), 1, + ACTIONS(12408), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6239), 1, + STATE(6624), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182708] = 7, - ACTIONS(12165), 1, + [185646] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12233), 1, + ACTIONS(12410), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6242), 1, + STATE(5463), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182732] = 7, - ACTIONS(12165), 1, + [185670] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12235), 1, + ACTIONS(12412), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5977), 1, + STATE(5462), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182756] = 7, - ACTIONS(11180), 1, + [185694] = 7, + ACTIONS(10771), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12237), 1, + ACTIONS(12414), 1, anon_sym_ATendphp, - STATE(2186), 1, + STATE(758), 1, sym__directive_parameter, - STATE(5972), 1, + STATE(5615), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182780] = 7, - ACTIONS(12165), 1, + [185718] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12239), 1, + ACTIONS(12416), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5525), 1, + STATE(6389), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182804] = 7, - ACTIONS(11154), 1, + [185742] = 7, + ACTIONS(10675), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12241), 1, + ACTIONS(12418), 1, anon_sym_ATendphp, - STATE(2514), 1, + STATE(1858), 1, sym__directive_parameter, - STATE(5781), 1, + STATE(6379), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182828] = 7, - ACTIONS(11182), 1, + [185766] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, + aux_sym__text_token1, + ACTIONS(12420), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(6276), 1, + sym__section_parameter, + ACTIONS(12344), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [185790] = 7, + ACTIONS(11357), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12243), 1, + ACTIONS(12422), 1, anon_sym_ATendphp, STATE(2100), 1, sym__directive_parameter, - STATE(6544), 1, + STATE(6384), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182852] = 7, - ACTIONS(12165), 1, + [185814] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12245), 1, + ACTIONS(12424), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6549), 1, + STATE(5974), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182876] = 7, - ACTIONS(12165), 1, + [185838] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12247), 1, + ACTIONS(12426), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5935), 1, + STATE(6350), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182900] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + [185862] = 7, + ACTIONS(11293), 1, + anon_sym_LPAREN2, + ACTIONS(12358), 1, + aux_sym__text_token3, + ACTIONS(12428), 1, + anon_sym_ATendphp, + STATE(2924), 1, + sym__directive_parameter, + STATE(5590), 1, + sym_php_only, + ACTIONS(12356), 2, aux_sym__text_token1, - ACTIONS(12249), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(5934), 1, - sym__section_parameter, - ACTIONS(12169), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4125), 2, + STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182924] = 7, - ACTIONS(12165), 1, + [185886] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12251), 1, + ACTIONS(12430), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6553), 1, + STATE(5608), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182948] = 7, - ACTIONS(11172), 1, + [185910] = 7, + ACTIONS(10667), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12253), 1, + ACTIONS(12432), 1, anon_sym_ATendphp, - STATE(2268), 1, + STATE(1524), 1, sym__directive_parameter, - STATE(5929), 1, + STATE(6578), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [182972] = 7, - ACTIONS(12165), 1, + [185934] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12255), 1, + ACTIONS(12434), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5890), 1, + STATE(5670), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [182996] = 7, - ACTIONS(12165), 1, + [185958] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12257), 1, + ACTIONS(12436), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5882), 1, + STATE(5614), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183020] = 7, - ACTIONS(10518), 1, - anon_sym_LPAREN2, - ACTIONS(12183), 1, - aux_sym__text_token3, - ACTIONS(12259), 1, - anon_sym_ATendphp, - STATE(1607), 1, - sym__directive_parameter, - STATE(6280), 1, - sym_php_only, - ACTIONS(12181), 2, + [185982] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, aux_sym__text_token1, + ACTIONS(12438), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(6342), 1, + sym__section_parameter, + ACTIONS(12344), 2, aux_sym__text_token2, - STATE(4192), 2, + aux_sym__text_token3, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183044] = 7, - ACTIONS(12165), 1, + [186006] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12261), 1, + ACTIONS(12440), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6285), 1, + STATE(6336), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183068] = 7, - ACTIONS(11166), 1, + [186030] = 7, + ACTIONS(10769), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12263), 1, + ACTIONS(12442), 1, anon_sym_ATendphp, - STATE(2350), 1, + STATE(1358), 1, sym__directive_parameter, - STATE(5878), 1, + STATE(6325), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183092] = 7, - ACTIONS(12165), 1, + [186054] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12265), 1, + ACTIONS(12444), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5840), 1, + STATE(6617), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183116] = 7, - ACTIONS(12165), 1, + [186078] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12267), 1, + ACTIONS(12446), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6290), 1, + STATE(6282), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [186102] = 7, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + ACTIONS(12358), 1, + aux_sym__text_token3, + ACTIONS(12448), 1, + anon_sym_ATendphp, + STATE(2842), 1, + sym__directive_parameter, + STATE(5655), 1, + sym_php_only, + ACTIONS(12356), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183140] = 7, - ACTIONS(12165), 1, + [186126] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12269), 1, + ACTIONS(12450), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5837), 1, + STATE(6349), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183164] = 7, - ACTIONS(11160), 1, + [186150] = 7, + ACTIONS(10693), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12271), 1, + ACTIONS(12452), 1, anon_sym_ATendphp, - STATE(2432), 1, + STATE(1609), 1, sym__directive_parameter, - STATE(5810), 1, + STATE(6552), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183188] = 7, - ACTIONS(11138), 1, + [186174] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, + aux_sym__text_token1, + ACTIONS(12454), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(5603), 1, + sym__section_parameter, + ACTIONS(12344), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [186198] = 7, + ACTIONS(11313), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12273), 1, + ACTIONS(12456), 1, anon_sym_ATendphp, STATE(2444), 1, sym__directive_parameter, - STATE(6591), 1, + STATE(6275), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183212] = 7, - ACTIONS(12165), 1, + [186222] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12275), 1, + ACTIONS(12458), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5530), 1, + STATE(5669), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183236] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, - aux_sym__text_token1, - ACTIONS(12277), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(5792), 1, - sym__section_parameter, - ACTIONS(12169), 2, - aux_sym__text_token2, + [186246] = 7, + ACTIONS(10719), 1, + anon_sym_LPAREN2, + ACTIONS(12358), 1, aux_sym__text_token3, - STATE(4125), 2, - sym__text, - aux_sym_php_only_repeat1, - [183260] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12460), 1, + anon_sym_ATendphp, + STATE(847), 1, + sym__directive_parameter, + STATE(5678), 1, + sym_php_only, + ACTIONS(12356), 2, aux_sym__text_token1, - ACTIONS(12279), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(6680), 1, - sym__section_parameter, - ACTIONS(12169), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4125), 2, + STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183284] = 7, - ACTIONS(12165), 1, + [186270] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12281), 1, + ACTIONS(12462), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6161), 1, + STATE(5672), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183308] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + [186294] = 7, + ACTIONS(10687), 1, + anon_sym_LPAREN2, + ACTIONS(12358), 1, + aux_sym__text_token3, + ACTIONS(12464), 1, + anon_sym_ATendphp, + STATE(1163), 1, + sym__directive_parameter, + STATE(6270), 1, + sym_php_only, + ACTIONS(12356), 2, aux_sym__text_token1, - ACTIONS(12283), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(6595), 1, - sym__section_parameter, - ACTIONS(12169), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4125), 2, + STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183332] = 7, - ACTIONS(12165), 1, + [186318] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12285), 1, + ACTIONS(12466), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6598), 1, + STATE(5671), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183356] = 7, - ACTIONS(12165), 1, + [186342] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12287), 1, + ACTIONS(12468), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6618), 1, + STATE(6267), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183380] = 7, - ACTIONS(12165), 1, + [186366] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12289), 1, + ACTIONS(12470), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5748), 1, + STATE(6343), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183404] = 7, - ACTIONS(12165), 1, + [186390] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12291), 1, + ACTIONS(12472), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5747), 1, + STATE(6228), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183428] = 7, - ACTIONS(10702), 1, + [186414] = 7, + ACTIONS(11305), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12293), 1, + ACTIONS(12474), 1, anon_sym_ATendphp, - STATE(3367), 1, + STATE(2760), 1, sym__directive_parameter, - STATE(5790), 1, + STATE(5715), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183452] = 7, - ACTIONS(11144), 1, + [186438] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, + aux_sym__text_token1, + ACTIONS(12476), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(5729), 1, + sym__section_parameter, + ACTIONS(12344), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [186462] = 7, + ACTIONS(10725), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12295), 1, + ACTIONS(12478), 1, anon_sym_ATendphp, - STATE(2596), 1, + STATE(1439), 1, sym__directive_parameter, - STATE(5743), 1, + STATE(6665), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183476] = 7, - ACTIONS(12165), 1, + [186486] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12297), 1, + ACTIONS(12480), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5746), 1, + STATE(5794), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183500] = 7, - ACTIONS(12165), 1, + [186510] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12299), 1, + ACTIONS(12482), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5707), 1, + STATE(6224), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183524] = 7, - ACTIONS(12165), 1, + [186534] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12301), 1, + ACTIONS(12484), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5741), 1, + STATE(6705), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183548] = 7, - ACTIONS(12165), 1, + [186558] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12303), 1, + ACTIONS(12486), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5704), 1, + STATE(5734), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183572] = 7, - ACTIONS(10492), 1, + [186582] = 7, + ACTIONS(11173), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12305), 1, + ACTIONS(12488), 1, anon_sym_ATendphp, - STATE(1522), 1, + STATE(3523), 1, sym__directive_parameter, - STATE(6327), 1, + STATE(6173), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183596] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + [186606] = 7, + ACTIONS(10699), 1, + anon_sym_LPAREN2, + ACTIONS(12358), 1, + aux_sym__text_token3, + ACTIONS(12490), 1, + anon_sym_ATendphp, + STATE(1076), 1, + sym__directive_parameter, + STATE(6213), 1, + sym_php_only, + ACTIONS(12356), 2, aux_sym__text_token1, - ACTIONS(12307), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(5454), 1, - sym__section_parameter, - ACTIONS(12169), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4125), 2, + STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183620] = 7, - ACTIONS(12165), 1, + [186630] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12309), 1, + ACTIONS(12492), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6421), 1, + STATE(6165), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183644] = 7, - ACTIONS(11136), 1, + [186654] = 7, + ACTIONS(11311), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12311), 1, + ACTIONS(12494), 1, anon_sym_ATendphp, STATE(2678), 1, sym__directive_parameter, - STATE(5700), 1, + STATE(5777), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183668] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, - aux_sym__text_token1, - ACTIONS(12313), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(5785), 1, - sym__section_parameter, - ACTIONS(12169), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4125), 2, - sym__text, - aux_sym_php_only_repeat1, - [183692] = 7, - ACTIONS(12165), 1, + [186678] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12315), 1, + ACTIONS(12496), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6332), 1, + STATE(6704), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183716] = 7, - ACTIONS(12165), 1, + [186702] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12317), 1, + ACTIONS(12498), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6337), 1, + STATE(6161), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, - sym__text, - aux_sym_php_only_repeat1, - [183740] = 7, - ACTIONS(11016), 1, - anon_sym_LPAREN2, - ACTIONS(12183), 1, - aux_sym__text_token3, - ACTIONS(12319), 1, - anon_sym_ATendphp, - STATE(3398), 1, - sym__directive_parameter, - STATE(6633), 1, - sym_php_only, - ACTIONS(12181), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4192), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183764] = 7, - ACTIONS(12165), 1, + [186726] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12321), 1, + ACTIONS(12500), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6420), 1, + STATE(5790), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, - sym__text, - aux_sym_php_only_repeat1, - [183788] = 7, - ACTIONS(10494), 1, - anon_sym_LPAREN2, - ACTIONS(12183), 1, - aux_sym__text_token3, - ACTIONS(12323), 1, - anon_sym_ATendphp, - STATE(974), 1, - sym__directive_parameter, - STATE(6459), 1, - sym_php_only, - ACTIONS(12181), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4192), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183812] = 7, - ACTIONS(12165), 1, + [186750] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12325), 1, + ACTIONS(12502), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5564), 1, + STATE(5795), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183836] = 7, - ACTIONS(12165), 1, + [186774] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12327), 1, + ACTIONS(12504), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5706), 1, + STATE(5797), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183860] = 7, - ACTIONS(11204), 1, + [186798] = 7, + ACTIONS(11179), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12329), 1, + ACTIONS(12506), 1, anon_sym_ATendphp, - STATE(3156), 1, + STATE(3389), 1, sym__directive_parameter, - STATE(6674), 1, + STATE(6164), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183884] = 7, - ACTIONS(12165), 1, + [186822] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12331), 1, + ACTIONS(12508), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5662), 1, - sym__section_parameter, - ACTIONS(12169), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4125), 2, - sym__text, - aux_sym_php_only_repeat1, - [183908] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, - aux_sym__text_token1, - ACTIONS(12333), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(6636), 1, + STATE(6669), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [183932] = 7, - ACTIONS(11130), 1, + [186846] = 7, + ACTIONS(11355), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12335), 1, + ACTIONS(12510), 1, anon_sym_ATendphp, - STATE(2760), 1, + STATE(2186), 1, sym__directive_parameter, - STATE(5657), 1, + STATE(6154), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183956] = 7, - ACTIONS(10566), 1, + [186870] = 7, + ACTIONS(10741), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12337), 1, + ACTIONS(12512), 1, anon_sym_ATendphp, - STATE(1349), 1, + STATE(1351), 1, sym__directive_parameter, - STATE(6415), 1, + STATE(6701), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [183980] = 7, - ACTIONS(12165), 1, + [186894] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12339), 1, + ACTIONS(12514), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6637), 1, + STATE(5801), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184004] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + [186918] = 7, + ACTIONS(10669), 1, + anon_sym_LPAREN2, + ACTIONS(12358), 1, + aux_sym__text_token3, + ACTIONS(12516), 1, + anon_sym_ATendphp, + STATE(975), 1, + sym__directive_parameter, + STATE(5839), 1, + sym_php_only, + ACTIONS(12356), 2, aux_sym__text_token1, - ACTIONS(12341), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(5619), 1, - sym__section_parameter, - ACTIONS(12169), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4125), 2, + STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [184028] = 7, - ACTIONS(12165), 1, + [186942] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12343), 1, + ACTIONS(12518), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6419), 1, + STATE(6159), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184052] = 7, - ACTIONS(12165), 1, + [186966] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12345), 1, + ACTIONS(12520), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5615), 1, + STATE(6158), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184076] = 7, - ACTIONS(12165), 1, + [186990] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12347), 1, + ACTIONS(12522), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5460), 1, + STATE(6106), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184100] = 7, - ACTIONS(11112), 1, - anon_sym_LPAREN2, - ACTIONS(12183), 1, - aux_sym__text_token3, - ACTIONS(12349), 1, - anon_sym_ATendphp, - STATE(3006), 1, - sym__directive_parameter, - STATE(5478), 1, - sym_php_only, - ACTIONS(12181), 2, + [187014] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, aux_sym__text_token1, + ACTIONS(12524), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(6100), 1, + sym__section_parameter, + ACTIONS(12344), 2, aux_sym__text_token2, - STATE(4192), 2, - sym__text, - aux_sym_php_only_repeat1, - [184124] = 7, - ACTIONS(11124), 1, - anon_sym_LPAREN2, - ACTIONS(12183), 1, aux_sym__text_token3, - ACTIONS(12351), 1, - anon_sym_ATendphp, - STATE(2842), 1, - sym__directive_parameter, - STATE(5609), 1, - sym_php_only, - ACTIONS(12181), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4192), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184148] = 7, - ACTIONS(10696), 1, + [187038] = 7, + ACTIONS(11319), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12353), 1, + ACTIONS(12526), 1, anon_sym_ATendphp, - STATE(3270), 1, + STATE(2596), 1, sym__directive_parameter, - STATE(5461), 1, + STATE(5836), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [184172] = 7, - ACTIONS(12165), 1, + [187062] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12355), 1, + ACTIONS(12528), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5602), 1, + STATE(5847), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184196] = 7, - ACTIONS(12165), 1, + [187086] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12357), 1, + ACTIONS(12530), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5596), 1, + STATE(5854), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184220] = 7, - ACTIONS(10820), 1, + [187110] = 7, + ACTIONS(11347), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12359), 1, + ACTIONS(12532), 1, anon_sym_ATendphp, - STATE(3498), 1, + STATE(2268), 1, sym__directive_parameter, - STATE(6670), 1, + STATE(6066), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [184244] = 7, - ACTIONS(10550), 1, + [187134] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, + aux_sym__text_token1, + ACTIONS(12534), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(6039), 1, + sym__section_parameter, + ACTIONS(12344), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [187158] = 7, + ACTIONS(11015), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12361), 1, + ACTIONS(12536), 1, anon_sym_ATendphp, - STATE(1437), 1, + STATE(3351), 1, sym__directive_parameter, - STATE(6374), 1, + STATE(6049), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [184268] = 7, - ACTIONS(12165), 1, + [187182] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12363), 1, + ACTIONS(12538), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5535), 1, + STATE(6668), 1, + sym__section_parameter, + ACTIONS(12344), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4085), 2, + sym__text, + aux_sym_php_only_repeat1, + [187206] = 7, + ACTIONS(12340), 1, + aux_sym__section_parameter_token1, + ACTIONS(12342), 1, + aux_sym__text_token1, + ACTIONS(12540), 1, + anon_sym_RPAREN, + STATE(4472), 1, + sym_text, + STATE(5525), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184292] = 7, - ACTIONS(11100), 1, + [187230] = 7, + ACTIONS(11329), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12365), 1, + ACTIONS(12542), 1, anon_sym_ATendphp, - STATE(3088), 1, + STATE(2514), 1, sym__directive_parameter, - STATE(5549), 1, + STATE(5900), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [184316] = 7, - ACTIONS(12165), 1, - aux_sym__section_parameter_token1, - ACTIONS(12167), 1, - aux_sym__text_token1, - ACTIONS(12367), 1, - anon_sym_RPAREN, - STATE(4415), 1, - sym_text, - STATE(6204), 1, - sym__section_parameter, - ACTIONS(12169), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4125), 2, - sym__text, - aux_sym_php_only_repeat1, - [184340] = 7, - ACTIONS(12165), 1, + [187254] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12369), 1, + ACTIONS(12544), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6379), 1, + STATE(5914), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184364] = 7, - ACTIONS(12165), 1, + [187278] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12371), 1, + ACTIONS(12546), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6418), 1, + STATE(5913), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184388] = 7, - ACTIONS(12165), 1, + [187302] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12373), 1, + ACTIONS(12548), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5663), 1, + STATE(6036), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184412] = 7, - ACTIONS(12165), 1, + [187326] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12375), 1, + ACTIONS(12550), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6380), 1, + STATE(6038), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184436] = 7, - ACTIONS(12165), 1, + [187350] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12377), 1, + ACTIONS(12552), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(6675), 1, + STATE(5918), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184460] = 7, - ACTIONS(11118), 1, + [187374] = 7, + ACTIONS(11379), 1, anon_sym_LPAREN2, - ACTIONS(12183), 1, + ACTIONS(12358), 1, aux_sym__text_token3, - ACTIONS(12379), 1, + ACTIONS(12554), 1, anon_sym_ATendphp, - STATE(2924), 1, + STATE(3204), 1, sym__directive_parameter, - STATE(5524), 1, + STATE(5857), 1, sym_php_only, - ACTIONS(12181), 2, + ACTIONS(12356), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4192), 2, sym__text, aux_sym_php_only_repeat1, - [184484] = 7, - ACTIONS(12165), 1, + [187398] = 7, + ACTIONS(12340), 1, aux_sym__section_parameter_token1, - ACTIONS(12167), 1, + ACTIONS(12342), 1, aux_sym__text_token1, - ACTIONS(12381), 1, + ACTIONS(12556), 1, anon_sym_RPAREN, - STATE(4415), 1, + STATE(4472), 1, sym_text, - STATE(5531), 1, + STATE(5919), 1, sym__section_parameter, - ACTIONS(12169), 2, + ACTIONS(12344), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [184508] = 4, - ACTIONS(12383), 1, + [187422] = 4, + ACTIONS(12558), 1, aux_sym__text_token1, - ACTIONS(12385), 2, + ACTIONS(12561), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4068), 2, + STATE(4067), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10502), 3, + ACTIONS(10709), 3, anon_sym_RPAREN, anon_sym_COMMA, aux_sym__section_parameter_token1, - [184525] = 4, - ACTIONS(12387), 1, + [187439] = 4, + ACTIONS(12564), 1, aux_sym__text_token1, - ACTIONS(12390), 2, + ACTIONS(12566), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4068), 2, + STATE(4067), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(10534), 3, + ACTIONS(10677), 3, anon_sym_RPAREN, anon_sym_COMMA, aux_sym__section_parameter_token1, - [184542] = 5, - ACTIONS(12393), 1, + [187456] = 5, + ACTIONS(12568), 1, + anon_sym_ATendsetup, + ACTIONS(12572), 1, + aux_sym__text_token3, + STATE(6296), 1, + sym_php_only, + ACTIONS(12570), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4189), 2, + sym__text, + aux_sym_php_only_repeat1, + [187474] = 5, + ACTIONS(12574), 1, anon_sym_RBRACE_RBRACE, - ACTIONS(12397), 1, + ACTIONS(12578), 1, aux_sym__text_token2, - STATE(6456), 1, + STATE(6215), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [184560] = 5, - ACTIONS(12399), 1, + [187492] = 5, + ACTIONS(12580), 1, anon_sym_BANG_BANG_RBRACE, - ACTIONS(12403), 1, + ACTIONS(12584), 1, aux_sym__text_token2, - STATE(5547), 1, + STATE(6440), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, - sym__text, - aux_sym_php_only_repeat1, - [184578] = 4, - ACTIONS(12408), 1, - aux_sym__text_token3, - ACTIONS(10534), 2, - anon_sym_ATenderror, - aux_sym__notification_token1, - ACTIONS(12405), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4071), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [184594] = 5, - ACTIONS(12397), 1, + [187510] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12411), 1, + ACTIONS(12586), 1, anon_sym_RBRACE_RBRACE, - STATE(5480), 1, + STATE(6459), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [184612] = 5, - ACTIONS(12403), 1, + [187528] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12413), 1, + ACTIONS(12588), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6241), 1, + STATE(6472), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [184630] = 4, - ACTIONS(12419), 1, + [187546] = 4, + ACTIONS(12594), 1, aux_sym__text_token3, - ACTIONS(12415), 2, + ACTIONS(12590), 2, anon_sym_ATendfinished, aux_sym__notification_token1, - ACTIONS(12417), 2, + ACTIONS(12592), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4139), 2, + STATE(4118), 2, sym__text, aux_sym_php_only_repeat1, - [184646] = 5, - ACTIONS(12397), 1, + [187562] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12421), 1, + ACTIONS(12596), 1, anon_sym_RBRACE_RBRACE, - STATE(6240), 1, + STATE(6441), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [184664] = 5, - ACTIONS(12397), 1, + [187580] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12423), 1, + ACTIONS(12598), 1, anon_sym_RBRACE_RBRACE, - STATE(6200), 1, + STATE(6703), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [184682] = 5, - ACTIONS(12425), 1, - anon_sym_ATendsetup, - ACTIONS(12429), 1, - aux_sym__text_token3, - STATE(5628), 1, - sym_php_only, - ACTIONS(12427), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, - sym__text, - aux_sym_php_only_repeat1, - [184700] = 5, - ACTIONS(12403), 1, + [187598] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12431), 1, + ACTIONS(12600), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6199), 1, + STATE(6702), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [184718] = 5, - ACTIONS(12429), 1, + [187616] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12433), 1, + ACTIONS(12602), 1, anon_sym_ATendsetup, - STATE(6170), 1, + STATE(5509), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [184736] = 5, - ACTIONS(12429), 1, + [187634] = 4, + ACTIONS(12607), 1, aux_sym__text_token3, - ACTIONS(12435), 1, - anon_sym_ATendsetup, - STATE(6689), 1, - sym_php_only, - ACTIONS(12427), 2, + ACTIONS(10709), 2, + anon_sym_ATendbefore, + aux_sym__notification_token1, + ACTIONS(12604), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4079), 2, sym__text, aux_sym_php_only_repeat1, - [184754] = 5, - ACTIONS(12403), 1, + [187650] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12437), 1, + ACTIONS(12610), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5658), 1, + STATE(5477), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, + sym__text, + aux_sym_php_only_repeat1, + [187668] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12612), 1, + anon_sym_ATendsetup, + STATE(6675), 1, + sym_php_only, + ACTIONS(12570), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [184772] = 5, - ACTIONS(12397), 1, + [187686] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12439), 1, + ACTIONS(12614), 1, anon_sym_RBRACE_RBRACE, - STATE(5659), 1, + STATE(5476), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [184790] = 4, - ACTIONS(12441), 1, - aux_sym__text_token1, - ACTIONS(10534), 2, - anon_sym_RPAREN, - aux_sym__section_parameter_token1, - ACTIONS(12444), 2, + [187704] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4083), 2, - sym__text, - aux_sym_php_only_repeat1, - [184806] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12447), 1, - anon_sym_ATendsetup, - STATE(5464), 1, + ACTIONS(12616), 1, + anon_sym_RBRACE_RBRACE, + STATE(5458), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12576), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [184824] = 4, - ACTIONS(12451), 1, + [187722] = 4, + ACTIONS(12620), 1, aux_sym__text_token3, - ACTIONS(12415), 2, - anon_sym_ATendafter, + ACTIONS(12590), 2, + anon_sym_ATendbefore, aux_sym__notification_token1, - ACTIONS(12449), 2, + ACTIONS(12618), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4096), 2, - sym__text, - aux_sym_php_only_repeat1, - [184840] = 5, - ACTIONS(12397), 1, - aux_sym__text_token2, - ACTIONS(12453), 1, - anon_sym_RBRACE_RBRACE, - STATE(6635), 1, - sym_php_only, - ACTIONS(12395), 2, - aux_sym__text_token1, - aux_sym__text_token3, - STATE(4191), 2, + STATE(4079), 2, sym__text, aux_sym_php_only_repeat1, - [184858] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12455), 1, - anon_sym_ATendsetup, - STATE(6372), 1, - sym_php_only, - ACTIONS(12427), 2, + [187738] = 4, + ACTIONS(12622), 1, aux_sym__text_token1, + ACTIONS(10677), 2, + anon_sym_RPAREN, + aux_sym__section_parameter_token1, + ACTIONS(12624), 2, aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4129), 2, sym__text, aux_sym_php_only_repeat1, - [184876] = 5, - ACTIONS(12403), 1, + [187754] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12457), 1, + ACTIONS(12626), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6578), 1, + STATE(5457), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [184894] = 5, - ACTIONS(12397), 1, - aux_sym__text_token2, - ACTIONS(12459), 1, - anon_sym_RBRACE_RBRACE, - STATE(6455), 1, + [187772] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12628), 1, + anon_sym_ATendsetup, + STATE(6615), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4191), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [184912] = 5, - ACTIONS(12403), 1, - aux_sym__text_token2, - ACTIONS(12461), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6673), 1, + [187790] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12630), 1, + anon_sym_ATendsetup, + STATE(6409), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4186), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [184930] = 5, - ACTIONS(12397), 1, + [187808] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12463), 1, + ACTIONS(12632), 1, anon_sym_RBRACE_RBRACE, - STATE(6668), 1, + STATE(6381), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [184948] = 5, - ACTIONS(12429), 1, + [187826] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12465), 1, + ACTIONS(12634), 1, anon_sym_ATendsetup, - STATE(6604), 1, + STATE(5663), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [184966] = 4, - ACTIONS(12469), 1, - aux_sym__text_token3, - ACTIONS(12415), 2, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - ACTIONS(12467), 2, - aux_sym__text_token1, + [187844] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - STATE(4095), 2, - sym__text, - aux_sym_php_only_repeat1, - [184982] = 4, - ACTIONS(12474), 1, - aux_sym__text_token3, - ACTIONS(10534), 2, - anon_sym_ATendbefore, - aux_sym__notification_token1, - ACTIONS(12471), 2, + ACTIONS(12636), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6380), 1, + sym_php_only, + ACTIONS(12582), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4094), 2, + aux_sym__text_token3, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [184998] = 4, - ACTIONS(12480), 1, + [187862] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(10534), 2, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - ACTIONS(12477), 2, + ACTIONS(12638), 1, + anon_sym_ATendsetup, + STATE(5907), 1, + sym_php_only, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4095), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185014] = 4, - ACTIONS(12486), 1, + [187880] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(10534), 2, - anon_sym_ATendafter, - aux_sym__notification_token1, - ACTIONS(12483), 2, + ACTIONS(12640), 1, + anon_sym_ATendsetup, + STATE(6353), 1, + sym_php_only, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4096), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185030] = 5, - ACTIONS(12403), 1, - aux_sym__text_token2, - ACTIONS(12489), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6454), 1, + [187898] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12642), 1, + anon_sym_ATendsetup, + STATE(6446), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4186), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185048] = 5, - ACTIONS(12403), 1, + [187916] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12491), 1, + ACTIONS(12644), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6139), 1, + STATE(5837), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185066] = 5, - ACTIONS(12429), 1, + [187934] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12493), 1, + ACTIONS(12646), 1, anon_sym_ATendsetup, - STATE(6427), 1, + STATE(5552), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185084] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12495), 1, - anon_sym_ATendsetup, - STATE(5670), 1, - sym_php_only, - ACTIONS(12427), 2, - aux_sym__text_token1, + [187952] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - STATE(4195), 2, - sym__text, - aux_sym_php_only_repeat1, - [185102] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12497), 1, - anon_sym_ATendsetup, - STATE(6210), 1, + ACTIONS(12648), 1, + anon_sym_RBRACE_RBRACE, + STATE(5546), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12576), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185120] = 5, - ACTIONS(12403), 1, + [187970] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12499), 1, + ACTIONS(12650), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5701), 1, + STATE(5547), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185138] = 5, - ACTIONS(12397), 1, - aux_sym__text_token2, - ACTIONS(12501), 1, - anon_sym_RBRACE_RBRACE, - STATE(6157), 1, + [187988] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12652), 1, + anon_sym_ATendsetup, + STATE(5580), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4191), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185156] = 5, - ACTIONS(12397), 1, + [188006] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12503), 1, + ACTIONS(12654), 1, anon_sym_RBRACE_RBRACE, - STATE(5702), 1, + STATE(6171), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185174] = 5, - ACTIONS(12403), 1, + [188024] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12505), 1, + ACTIONS(12656), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6156), 1, + STATE(6139), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185192] = 5, - ACTIONS(12397), 1, - aux_sym__text_token2, - ACTIONS(12507), 1, - anon_sym_RBRACE_RBRACE, - STATE(6171), 1, - sym_php_only, - ACTIONS(12395), 2, - aux_sym__text_token1, + [188042] = 4, + ACTIONS(12660), 1, aux_sym__text_token3, - STATE(4191), 2, + ACTIONS(12590), 2, + anon_sym_ATendsuccess, + aux_sym__notification_token1, + ACTIONS(12658), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4140), 2, sym__text, aux_sym_php_only_repeat1, - [185210] = 5, - ACTIONS(12403), 1, + [188058] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12509), 1, + ACTIONS(12662), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6237), 1, + STATE(6383), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185228] = 5, - ACTIONS(12397), 1, + [188076] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12511), 1, + ACTIONS(12664), 1, anon_sym_RBRACE_RBRACE, - STATE(6238), 1, + STATE(6382), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185246] = 4, - ACTIONS(12515), 1, - aux_sym__text_token3, - ACTIONS(12415), 2, - anon_sym_ATenderror, - aux_sym__notification_token1, - ACTIONS(12513), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4071), 2, - sym__text, - aux_sym_php_only_repeat1, - [185262] = 5, - ACTIONS(12429), 1, + [188094] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12517), 1, + ACTIONS(12666), 1, anon_sym_ATendsetup, - STATE(6125), 1, + STATE(6462), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, - sym__text, - aux_sym_php_only_repeat1, - [185280] = 5, - ACTIONS(12403), 1, - aux_sym__text_token2, - ACTIONS(12519), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(5526), 1, - sym_php_only, - ACTIONS(12401), 2, - aux_sym__text_token1, - aux_sym__text_token3, - STATE(4186), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185298] = 4, - ACTIONS(12523), 1, + [188112] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12415), 2, - anon_sym_ATendbefore, - aux_sym__notification_token1, - ACTIONS(12521), 2, + ACTIONS(12668), 1, + anon_sym_ATendsetup, + STATE(5471), 1, + sym_php_only, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4094), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185314] = 5, - ACTIONS(12397), 1, + [188130] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12525), 1, + ACTIONS(12670), 1, anon_sym_RBRACE_RBRACE, - STATE(6376), 1, + STATE(6327), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185332] = 5, - ACTIONS(12403), 1, + [188148] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12527), 1, + ACTIONS(12672), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6375), 1, + STATE(6326), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185350] = 5, - ACTIONS(12397), 1, + [188166] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12529), 1, - anon_sym_RBRACE_RBRACE, - STATE(5527), 1, + ACTIONS(12674), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6492), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4191), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185368] = 5, - ACTIONS(12397), 1, + [188184] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12531), 1, + ACTIONS(12676), 1, anon_sym_RBRACE_RBRACE, - STATE(6109), 1, + STATE(6493), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185386] = 5, - ACTIONS(12403), 1, + [188202] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12533), 1, + ACTIONS(12678), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5476), 1, + STATE(5584), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185404] = 5, - ACTIONS(12403), 1, + [188220] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12535), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6108), 1, + ACTIONS(12680), 1, + anon_sym_RBRACE_RBRACE, + STATE(5585), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185422] = 5, - ACTIONS(12429), 1, + [188238] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12537), 1, + ACTIONS(12682), 1, anon_sym_ATendsetup, - STATE(5642), 1, + STATE(5454), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185440] = 5, - ACTIONS(12429), 1, + [188256] = 4, + ACTIONS(12687), 1, aux_sym__text_token3, - ACTIONS(12539), 1, - anon_sym_ATendsetup, - STATE(5713), 1, - sym_php_only, - ACTIONS(12427), 2, + ACTIONS(10709), 2, + anon_sym_ATenderror, + aux_sym__notification_token1, + ACTIONS(12684), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4114), 2, sym__text, aux_sym_php_only_repeat1, - [185458] = 5, - ACTIONS(12429), 1, + [188272] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12541), 1, + ACTIONS(12690), 1, anon_sym_ATendsetup, - STATE(6345), 1, + STATE(6575), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185476] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12543), 1, - anon_sym_ATendsetup, - STATE(6389), 1, + [188290] = 5, + ACTIONS(12578), 1, + aux_sym__text_token2, + ACTIONS(12692), 1, + anon_sym_RBRACE_RBRACE, + STATE(6272), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12576), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185494] = 5, - ACTIONS(12397), 1, + [188308] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12545), 1, - anon_sym_RBRACE_RBRACE, - STATE(5475), 1, + ACTIONS(12694), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6271), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4191), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185512] = 5, - ACTIONS(12429), 1, + [188326] = 4, + ACTIONS(12699), 1, aux_sym__text_token3, - ACTIONS(12547), 1, - anon_sym_ATendsetup, - STATE(6469), 1, - sym_php_only, - ACTIONS(12427), 2, + ACTIONS(10709), 2, + anon_sym_ATendfinished, + aux_sym__notification_token1, + ACTIONS(12696), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4118), 2, sym__text, aux_sym_php_only_repeat1, - [185530] = 4, - ACTIONS(12549), 1, + [188342] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12702), 1, + anon_sym_ATendsetup, + STATE(6338), 1, + sym_php_only, + ACTIONS(12570), 2, aux_sym__text_token1, - ACTIONS(10502), 2, - anon_sym_RPAREN, - aux_sym__section_parameter_token1, - ACTIONS(12551), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4083), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185546] = 5, - ACTIONS(12429), 1, + [188360] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12553), 1, + ACTIONS(12704), 1, anon_sym_ATendsetup, - STATE(6080), 1, + STATE(6241), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, + sym__text, + aux_sym_php_only_repeat1, + [188378] = 4, + ACTIONS(12708), 1, + aux_sym__text_token3, + ACTIONS(12590), 2, + anon_sym_ATenderror, + aux_sym__notification_token1, + ACTIONS(12706), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4114), 2, sym__text, aux_sym_php_only_repeat1, - [185564] = 5, - ACTIONS(12403), 1, + [188394] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12555), 1, + ACTIONS(12710), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5744), 1, + STATE(5591), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185582] = 5, - ACTIONS(12403), 1, + [188412] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12557), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6498), 1, + ACTIONS(12712), 1, + anon_sym_RBRACE_RBRACE, + STATE(6667), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185600] = 5, - ACTIONS(12397), 1, + [188430] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12559), 1, - anon_sym_RBRACE_RBRACE, - STATE(5682), 1, + ACTIONS(12714), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6666), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4191), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185618] = 5, - ACTIONS(12397), 1, + [188448] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12561), 1, + ACTIONS(12716), 1, anon_sym_RBRACE_RBRACE, - STATE(5784), 1, + STATE(5592), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185636] = 5, - ACTIONS(12403), 1, + [188466] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12563), 1, + ACTIONS(12718), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5786), 1, + STATE(6274), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185654] = 5, - ACTIONS(12397), 1, - aux_sym__text_token2, - ACTIONS(12565), 1, - anon_sym_RBRACE_RBRACE, - STATE(5546), 1, + [188484] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12720), 1, + anon_sym_ATendsetup, + STATE(6637), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4191), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185672] = 5, - ACTIONS(12397), 1, + [188502] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12567), 1, + ACTIONS(12722), 1, anon_sym_RBRACE_RBRACE, - STATE(6499), 1, + STATE(6273), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185690] = 5, - ACTIONS(12397), 1, + [188520] = 4, + ACTIONS(12724), 1, + aux_sym__text_token1, + ACTIONS(10709), 2, + anon_sym_RPAREN, + aux_sym__section_parameter_token1, + ACTIONS(12727), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4129), 2, + sym__text, + aux_sym_php_only_repeat1, + [188536] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12569), 1, + ACTIONS(12730), 1, anon_sym_RBRACE_RBRACE, - STATE(6672), 1, + STATE(6204), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185708] = 5, - ACTIONS(12403), 1, + [188554] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12571), 1, + ACTIONS(12732), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6671), 1, + STATE(6075), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, - sym__text, - aux_sym_php_only_repeat1, - [185726] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12573), 1, - anon_sym_ATendsetup, - STATE(5927), 1, - sym_php_only, - ACTIONS(12427), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185744] = 5, - ACTIONS(12429), 1, + [188572] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12575), 1, + ACTIONS(12734), 1, anon_sym_ATendsetup, - STATE(5552), 1, + STATE(5804), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185762] = 5, - ACTIONS(12397), 1, + [188590] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12577), 1, - anon_sym_RBRACE_RBRACE, - STATE(6061), 1, + ACTIONS(12736), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6214), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4191), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185780] = 4, - ACTIONS(12582), 1, + [188608] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(10534), 2, - anon_sym_ATendfinished, - aux_sym__notification_token1, - ACTIONS(12579), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4139), 2, - sym__text, - aux_sym_php_only_repeat1, - [185796] = 5, - ACTIONS(12403), 1, - aux_sym__text_token2, - ACTIONS(12585), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6060), 1, + ACTIONS(12738), 1, + anon_sym_ATendsetup, + STATE(6182), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4186), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185814] = 5, - ACTIONS(12429), 1, + [188626] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12587), 1, + ACTIONS(12740), 1, anon_sym_ATendsetup, - STATE(6029), 1, + STATE(5755), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185832] = 5, - ACTIONS(12429), 1, + [188644] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12589), 1, + ACTIONS(12742), 1, anon_sym_ATendsetup, - STATE(6643), 1, + STATE(6231), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185850] = 5, - ACTIONS(12397), 1, + [188662] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12591), 1, + ACTIONS(12744), 1, anon_sym_RBRACE_RBRACE, - STATE(6017), 1, + STATE(6156), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185868] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12593), 1, - anon_sym_ATendsetup, - STATE(6588), 1, + [188680] = 5, + ACTIONS(12584), 1, + aux_sym__text_token2, + ACTIONS(12746), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6155), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12582), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185886] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12595), 1, - anon_sym_ATendsetup, - STATE(5580), 1, + [188698] = 5, + ACTIONS(12584), 1, + aux_sym__text_token2, + ACTIONS(12748), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6163), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12582), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185904] = 5, - ACTIONS(12429), 1, + [188716] = 4, + ACTIONS(12753), 1, aux_sym__text_token3, - ACTIONS(12597), 1, - anon_sym_ATendsetup, - STATE(6250), 1, - sym_php_only, - ACTIONS(12427), 2, + ACTIONS(10709), 2, + anon_sym_ATendsuccess, + aux_sym__notification_token1, + ACTIONS(12750), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4140), 2, sym__text, aux_sym_php_only_repeat1, - [185922] = 5, - ACTIONS(12397), 1, + [188732] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12599), 1, + ACTIONS(12756), 1, anon_sym_RBRACE_RBRACE, - STATE(6546), 1, + STATE(6162), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [185940] = 5, - ACTIONS(12403), 1, - aux_sym__text_token2, - ACTIONS(12601), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6016), 1, + [188750] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12758), 1, + anon_sym_ATendsetup, + STATE(6121), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4186), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185958] = 5, - ACTIONS(12403), 1, + [188768] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12603), 1, + ACTIONS(12760), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6416), 1, + STATE(5834), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [185976] = 5, - ACTIONS(12429), 1, + [188786] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12605), 1, + ACTIONS(12762), 1, anon_sym_ATendsetup, - STATE(5987), 1, + STATE(6118), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [185994] = 5, - ACTIONS(12397), 1, + [188804] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12607), 1, + ACTIONS(12764), 1, anon_sym_RBRACE_RBRACE, - STATE(6417), 1, + STATE(5833), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186012] = 5, - ACTIONS(12403), 1, - aux_sym__text_token2, - ACTIONS(12609), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6281), 1, - sym_php_only, - ACTIONS(12401), 2, - aux_sym__text_token1, - aux_sym__text_token3, - STATE(4186), 2, - sym__text, - aux_sym_php_only_repeat1, - [186030] = 5, - ACTIONS(12397), 1, + [188822] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12611), 1, + ACTIONS(12766), 1, anon_sym_RBRACE_RBRACE, - STATE(6282), 1, + STATE(6091), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186048] = 5, - ACTIONS(12429), 1, + [188840] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12613), 1, + ACTIONS(12768), 1, anon_sym_ATendsetup, - STATE(5754), 1, + STATE(6522), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [186066] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12615), 1, - anon_sym_ATendsetup, - STATE(6153), 1, + [188858] = 5, + ACTIONS(12584), 1, + aux_sym__text_token2, + ACTIONS(12770), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6090), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12582), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186084] = 5, - ACTIONS(12397), 1, + [188876] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12617), 1, + ACTIONS(12772), 1, anon_sym_RBRACE_RBRACE, - STATE(5611), 1, + STATE(5838), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186102] = 5, - ACTIONS(12403), 1, - aux_sym__text_token2, - ACTIONS(12619), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(5610), 1, + [188894] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12774), 1, + anon_sym_ATendsetup, + STATE(5627), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4186), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [186120] = 5, - ACTIONS(12403), 1, + [188912] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12621), 1, + ACTIONS(12776), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5782), 1, + STATE(5656), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186138] = 5, - ACTIONS(12397), 1, + [188930] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12623), 1, + ACTIONS(12778), 1, anon_sym_RBRACE_RBRACE, - STATE(5783), 1, + STATE(5657), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186156] = 5, - ACTIONS(12403), 1, + [188948] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12780), 1, + anon_sym_ATendsetup, + STATE(6055), 1, + sym_php_only, + ACTIONS(12570), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4189), 2, + sym__text, + aux_sym_php_only_repeat1, + [188966] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12625), 1, + ACTIONS(12782), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6020), 1, + STATE(6553), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186174] = 5, - ACTIONS(12397), 1, + [188984] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12627), 1, + ACTIONS(12784), 1, anon_sym_RBRACE_RBRACE, - STATE(6593), 1, + STATE(6554), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186192] = 5, - ACTIONS(12397), 1, + [189002] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12786), 1, + anon_sym_ATendsetup, + STATE(5868), 1, + sym_php_only, + ACTIONS(12570), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4189), 2, + sym__text, + aux_sym_php_only_repeat1, + [189020] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12629), 1, + ACTIONS(12788), 1, anon_sym_RBRACE_RBRACE, - STATE(6019), 1, + STATE(5673), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186210] = 5, - ACTIONS(12403), 1, + [189038] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12631), 1, + ACTIONS(12790), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6592), 1, + STATE(5677), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186228] = 5, - ACTIONS(12397), 1, + [189056] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12633), 1, + ACTIONS(12792), 1, anon_sym_RBRACE_RBRACE, - STATE(5974), 1, + STATE(6564), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186246] = 5, - ACTIONS(12429), 1, + [189074] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12635), 1, + ACTIONS(12794), 1, anon_sym_ATendsetup, - STATE(5509), 1, + STATE(5784), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [186264] = 5, - ACTIONS(12403), 1, + [189092] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12637), 1, + ACTIONS(12796), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6458), 1, + STATE(6565), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, + sym__text, + aux_sym_php_only_repeat1, + [189110] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12798), 1, + anon_sym_ATendsetup, + STATE(6632), 1, + sym_php_only, + ACTIONS(12570), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [186282] = 5, - ACTIONS(12403), 1, + [189128] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12639), 1, + ACTIONS(12800), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5973), 1, + STATE(6042), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186300] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12641), 1, - anon_sym_ATendsetup, - STATE(5943), 1, + [189146] = 5, + ACTIONS(12578), 1, + aux_sym__text_token2, + ACTIONS(12802), 1, + anon_sym_RBRACE_RBRACE, + STATE(6041), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12576), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186318] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12643), 1, - anon_sym_ATendsetup, - STATE(6562), 1, + [189164] = 5, + ACTIONS(12578), 1, + aux_sym__text_token2, + ACTIONS(12804), 1, + anon_sym_RBRACE_RBRACE, + STATE(6029), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12576), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186336] = 5, - ACTIONS(12429), 1, + [189182] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12645), 1, + ACTIONS(12806), 1, anon_sym_ATendsetup, - STATE(6515), 1, + STATE(5642), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [186354] = 5, - ACTIONS(12429), 1, - aux_sym__text_token3, - ACTIONS(12647), 1, - anon_sym_ATendsetup, - STATE(5543), 1, + [189200] = 5, + ACTIONS(12584), 1, + aux_sym__text_token2, + ACTIONS(12808), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6028), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12582), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4195), 2, + aux_sym__text_token3, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186372] = 5, - ACTIONS(12403), 1, + [189218] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12649), 1, + ACTIONS(12810), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6545), 1, + STATE(5716), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186390] = 5, - ACTIONS(12397), 1, + [189236] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12651), 1, + ACTIONS(12812), 1, anon_sym_RBRACE_RBRACE, - STATE(5931), 1, + STATE(5717), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186408] = 5, - ACTIONS(12403), 1, + [189254] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12653), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(5930), 1, + ACTIONS(12814), 1, + anon_sym_RBRACE_RBRACE, + STATE(5779), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186426] = 5, - ACTIONS(12429), 1, + [189272] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12655), 1, + ACTIONS(12816), 1, anon_sym_ATendsetup, - STATE(5898), 1, + STATE(5994), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, + sym__text, + aux_sym_php_only_repeat1, + [189290] = 4, + ACTIONS(12821), 1, + aux_sym__text_token3, + ACTIONS(10709), 2, + anon_sym_ATendafter, + aux_sym__notification_token1, + ACTIONS(12818), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4172), 2, sym__text, aux_sym_php_only_repeat1, - [186444] = 5, - ACTIONS(12397), 1, + [189306] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12657), 1, + ACTIONS(12824), 1, anon_sym_RBRACE_RBRACE, - STATE(5880), 1, + STATE(5963), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186462] = 5, - ACTIONS(12429), 1, + [189324] = 5, + ACTIONS(12584), 1, + aux_sym__text_token2, + ACTIONS(12826), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(5962), 1, + sym_php_only, + ACTIONS(12582), 2, + aux_sym__text_token1, + aux_sym__text_token3, + STATE(4188), 2, + sym__text, + aux_sym_php_only_repeat1, + [189342] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12659), 1, + ACTIONS(12828), 1, anon_sym_ATendsetup, - STATE(5800), 1, + STATE(5927), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [186480] = 5, - ACTIONS(12403), 1, - aux_sym__text_token2, - ACTIONS(12661), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(5879), 1, + [189360] = 5, + ACTIONS(12572), 1, + aux_sym__text_token3, + ACTIONS(12830), 1, + anon_sym_ATendsetup, + STATE(6025), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12570), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4186), 2, + aux_sym__text_token2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [186498] = 5, - ACTIONS(12403), 1, + [189378] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12663), 1, + ACTIONS(12832), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5468), 1, + STATE(5924), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186516] = 5, - ACTIONS(12429), 1, + [189396] = 4, + ACTIONS(12836), 1, aux_sym__text_token3, - ACTIONS(12665), 1, - anon_sym_ATendsetup, - STATE(5849), 1, + ACTIONS(12590), 2, + anon_sym_ATendafter, + aux_sym__notification_token1, + ACTIONS(12834), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4172), 2, + sym__text, + aux_sym_php_only_repeat1, + [189412] = 5, + ACTIONS(12578), 1, + aux_sym__text_token2, + ACTIONS(12838), 1, + anon_sym_RBRACE_RBRACE, + STATE(5923), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12576), 2, aux_sym__text_token1, + aux_sym__text_token3, + STATE(4191), 2, + sym__text, + aux_sym_php_only_repeat1, + [189430] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - STATE(4195), 2, + ACTIONS(12840), 1, + anon_sym_RBRACE_RBRACE, + STATE(5902), 1, + sym_php_only, + ACTIONS(12576), 2, + aux_sym__text_token1, + aux_sym__text_token3, + STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186534] = 5, - ACTIONS(12429), 1, + [189448] = 5, + ACTIONS(12572), 1, aux_sym__text_token3, - ACTIONS(12667), 1, + ACTIONS(12842), 1, anon_sym_ATendsetup, - STATE(6299), 1, + STATE(5746), 1, sym_php_only, - ACTIONS(12427), 2, + ACTIONS(12570), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4195), 2, + STATE(4189), 2, sym__text, aux_sym_php_only_repeat1, - [186552] = 5, - ACTIONS(12403), 1, + [189466] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12669), 1, + ACTIONS(12844), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5832), 1, + STATE(5901), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186570] = 5, - ACTIONS(12397), 1, + [189484] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12671), 1, - anon_sym_RBRACE_RBRACE, - STATE(5833), 1, + ACTIONS(12846), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(5778), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4191), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186588] = 5, - ACTIONS(12397), 1, + [189502] = 5, + ACTIONS(12578), 1, aux_sym__text_token2, - ACTIONS(12673), 1, + ACTIONS(12848), 1, anon_sym_RBRACE_RBRACE, - STATE(6329), 1, + STATE(6607), 1, sym_php_only, - ACTIONS(12395), 2, + ACTIONS(12576), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4191), 2, sym__text, aux_sym_php_only_repeat1, - [186606] = 5, - ACTIONS(12403), 1, + [189520] = 5, + ACTIONS(12584), 1, aux_sym__text_token2, - ACTIONS(12675), 1, + ACTIONS(12850), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6328), 1, + STATE(6606), 1, sym_php_only, - ACTIONS(12401), 2, + ACTIONS(12582), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4186), 2, + STATE(4188), 2, sym__text, aux_sym_php_only_repeat1, - [186624] = 4, - ACTIONS(12415), 1, - anon_sym_BANG_BANG_RBRACE, - ACTIONS(12679), 1, + [189538] = 4, + ACTIONS(10709), 1, + anon_sym_RBRACE_RBRACE, + ACTIONS(12855), 1, aux_sym__text_token2, - ACTIONS(12677), 2, + ACTIONS(12852), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4189), 2, + STATE(4186), 2, sym__text, aux_sym_php_only_repeat1, - [186639] = 4, - ACTIONS(10534), 1, + [189553] = 4, + ACTIONS(10709), 1, anon_sym_ATendsetup, - ACTIONS(12684), 1, + ACTIONS(12861), 1, aux_sym__text_token3, - ACTIONS(12681), 2, + ACTIONS(12858), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4187), 2, sym__text, aux_sym_php_only_repeat1, - [186654] = 4, - ACTIONS(11368), 1, + [189568] = 4, + ACTIONS(12590), 1, + anon_sym_BANG_BANG_RBRACE, + ACTIONS(12866), 1, aux_sym__text_token2, - STATE(5235), 1, - sym_text, - ACTIONS(11366), 2, + ACTIONS(12864), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4067), 2, + STATE(4194), 2, sym__text, aux_sym_php_only_repeat1, - [186669] = 4, - ACTIONS(10534), 1, - anon_sym_BANG_BANG_RBRACE, - ACTIONS(12690), 1, - aux_sym__text_token2, - ACTIONS(12687), 2, - aux_sym__text_token1, + [189583] = 4, + ACTIONS(12590), 1, + anon_sym_ATendsetup, + ACTIONS(12870), 1, aux_sym__text_token3, - STATE(4189), 2, + ACTIONS(12868), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4187), 2, sym__text, aux_sym_php_only_repeat1, - [186684] = 4, - ACTIONS(12169), 1, + [189598] = 4, + ACTIONS(12344), 1, aux_sym__text_token2, - STATE(5235), 1, + STATE(5240), 1, sym_text, - ACTIONS(12167), 2, + ACTIONS(12342), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4125), 2, + STATE(4085), 2, sym__text, aux_sym_php_only_repeat1, - [186699] = 4, - ACTIONS(12415), 1, + [189613] = 4, + ACTIONS(12590), 1, anon_sym_RBRACE_RBRACE, - ACTIONS(12695), 1, + ACTIONS(12874), 1, aux_sym__text_token2, - ACTIONS(12693), 2, + ACTIONS(12872), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4194), 2, + STATE(4186), 2, sym__text, aux_sym_php_only_repeat1, - [186714] = 4, - ACTIONS(12415), 1, + [189628] = 4, + ACTIONS(12590), 1, anon_sym_ATendphp, - ACTIONS(12699), 1, + ACTIONS(12878), 1, aux_sym__text_token3, - ACTIONS(12697), 2, + ACTIONS(12876), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4193), 2, + STATE(4195), 2, sym__text, aux_sym_php_only_repeat1, - [186729] = 4, - ACTIONS(10534), 1, - anon_sym_ATendphp, - ACTIONS(12704), 1, - aux_sym__text_token3, - ACTIONS(12701), 2, - aux_sym__text_token1, + [189643] = 4, + ACTIONS(11554), 1, aux_sym__text_token2, - STATE(4193), 2, + STATE(5240), 1, + sym_text, + ACTIONS(11552), 2, + aux_sym__text_token1, + aux_sym__text_token3, + STATE(4068), 2, sym__text, aux_sym_php_only_repeat1, - [186744] = 4, - ACTIONS(10534), 1, - anon_sym_RBRACE_RBRACE, - ACTIONS(12710), 1, + [189658] = 4, + ACTIONS(10709), 1, + anon_sym_BANG_BANG_RBRACE, + ACTIONS(12883), 1, aux_sym__text_token2, - ACTIONS(12707), 2, + ACTIONS(12880), 2, aux_sym__text_token1, aux_sym__text_token3, STATE(4194), 2, sym__text, aux_sym_php_only_repeat1, - [186759] = 4, - ACTIONS(12415), 1, - anon_sym_ATendsetup, - ACTIONS(12715), 1, + [189673] = 4, + ACTIONS(10709), 1, + anon_sym_ATendphp, + ACTIONS(12889), 1, aux_sym__text_token3, - ACTIONS(12713), 2, + ACTIONS(12886), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4187), 2, + STATE(4195), 2, sym__text, aux_sym_php_only_repeat1, - [186774] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12719), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4226), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [186788] = 2, - ACTIONS(10936), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(10934), 3, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - aux_sym__text_token3, - [186798] = 2, - ACTIONS(11014), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11012), 3, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - aux_sym__text_token3, - [186808] = 4, - ACTIONS(12721), 1, - anon_sym_ATdefault, - ACTIONS(12723), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - STATE(4296), 2, - sym__case, - aux_sym_switch_repeat1, - [186822] = 4, - ACTIONS(5195), 1, + [189688] = 4, + ACTIONS(4883), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12727), 1, + ACTIONS(12892), 1, anon_sym_ATdefault, - STATE(4340), 2, + ACTIONS(12894), 1, + anon_sym_ATcase, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [186836] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12729), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4283), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [186850] = 4, - ACTIONS(12717), 1, + [189702] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12731), 1, + ACTIONS(12898), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4325), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [186864] = 4, - ACTIONS(12717), 1, + [189716] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12733), 1, + ACTIONS(12900), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4242), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [186878] = 4, - ACTIONS(12717), 1, + [189730] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12735), 1, + ACTIONS(12902), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4324), 2, + STATE(4241), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [186892] = 4, - ACTIONS(12717), 1, + [189744] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12737), 1, + ACTIONS(12904), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4202), 2, + STATE(4251), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [186906] = 4, - ACTIONS(12717), 1, + [189758] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12739), 1, + ACTIONS(12906), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4209), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [186920] = 4, - ACTIONS(12717), 1, + [189772] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(12908), 1, + anon_sym_ATdefault, + ACTIONS(12910), 1, + anon_sym_ATendswitch, + STATE(4212), 2, + sym__case, + aux_sym_switch_repeat1, + [189786] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(12912), 1, + anon_sym_ATdefault, + ACTIONS(12914), 1, + anon_sym_ATendswitch, + STATE(4272), 2, + sym__case, + aux_sym_switch_repeat1, + [189800] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12741), 1, + ACTIONS(12916), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [186934] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12743), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4240), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [186948] = 4, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12745), 1, - anon_sym_ATdefault, - ACTIONS(12747), 1, - anon_sym_ATendswitch, - STATE(4238), 2, - sym__case, - aux_sym_switch_repeat1, - [186962] = 4, - ACTIONS(5187), 1, + [189814] = 4, + ACTIONS(4639), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12749), 1, + ACTIONS(12918), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [186976] = 4, - ACTIONS(12717), 1, + [189828] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12751), 1, + ACTIONS(12920), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [186990] = 4, - ACTIONS(12725), 1, + [189842] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12753), 1, + ACTIONS(12922), 1, anon_sym_ATdefault, - ACTIONS(12755), 1, + ACTIONS(12924), 1, anon_sym_ATendswitch, - STATE(4223), 2, + STATE(4205), 2, sym__case, aux_sym_switch_repeat1, - [187004] = 4, - ACTIONS(12725), 1, + [189856] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12757), 1, + ACTIONS(12926), 1, anon_sym_ATdefault, - ACTIONS(12759), 1, + ACTIONS(12928), 1, anon_sym_ATendswitch, - STATE(4210), 2, + STATE(4215), 2, sym__case, aux_sym_switch_repeat1, - [187018] = 4, - ACTIONS(12717), 1, + [189870] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12761), 1, + ACTIONS(12930), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187032] = 4, - ACTIONS(12717), 1, + [189884] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12763), 1, + ACTIONS(12932), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4211), 2, + STATE(4206), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187046] = 4, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12765), 1, - anon_sym_ATdefault, - ACTIONS(12767), 1, + [189898] = 4, + ACTIONS(7777), 1, anon_sym_ATendswitch, - STATE(4326), 2, - sym__case, - aux_sym_switch_repeat1, - [187060] = 2, - ACTIONS(12771), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(12769), 3, - anon_sym_ATendbefore, - aux_sym__notification_token1, - aux_sym__text_token3, - [187070] = 4, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12773), 1, + ACTIONS(12934), 1, anon_sym_ATdefault, - ACTIONS(12775), 1, - anon_sym_ATendswitch, - STATE(4355), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187084] = 4, - ACTIONS(8422), 1, + [189912] = 4, + ACTIONS(4599), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12777), 1, + ACTIONS(12936), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187098] = 4, - ACTIONS(12717), 1, + [189926] = 4, + ACTIONS(12938), 1, + anon_sym_RPAREN, + ACTIONS(12940), 1, aux_sym_parameter_token1, - ACTIONS(12779), 1, - anon_sym_RPAREN2, - STATE(5409), 1, + STATE(5344), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4292), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187112] = 4, - ACTIONS(5983), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12781), 1, - anon_sym_ATdefault, - STATE(4340), 2, - sym__case, - aux_sym_switch_repeat1, - [187126] = 4, - ACTIONS(12717), 1, + [189940] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12783), 1, + ACTIONS(12942), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4220), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187140] = 4, - ACTIONS(6791), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12785), 1, - anon_sym_ATdefault, - STATE(4340), 2, - sym__case, - aux_sym_switch_repeat1, - [187154] = 4, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12787), 1, - anon_sym_ATdefault, - ACTIONS(12789), 1, - anon_sym_ATendswitch, - STATE(4264), 2, - sym__case, - aux_sym_switch_repeat1, - [187168] = 4, - ACTIONS(5233), 1, + [189954] = 4, + ACTIONS(7733), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12791), 1, + ACTIONS(12944), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187182] = 4, - ACTIONS(12717), 1, + [189968] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12793), 1, + ACTIONS(12946), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4229), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187196] = 4, - ACTIONS(12725), 1, + [189982] = 3, + ACTIONS(12950), 1, anon_sym_ATcase, - ACTIONS(12795), 1, + ACTIONS(12948), 2, anon_sym_ATdefault, - ACTIONS(12797), 1, anon_sym_ATendswitch, - STATE(4282), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187210] = 4, - ACTIONS(12725), 1, + [189994] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12799), 1, + ACTIONS(12953), 1, anon_sym_ATdefault, - ACTIONS(12801), 1, + ACTIONS(12955), 1, anon_sym_ATendswitch, - STATE(4225), 2, + STATE(4211), 2, sym__case, aux_sym_switch_repeat1, - [187224] = 2, - ACTIONS(11014), 2, + [190008] = 2, + ACTIONS(12959), 2, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 3, - anon_sym_ATendafter, + ACTIONS(12957), 3, + anon_sym_ATendsuccess, aux_sym__notification_token1, aux_sym__text_token3, - [187234] = 4, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12803), 1, - anon_sym_ATdefault, - ACTIONS(12805), 1, - anon_sym_ATendswitch, - STATE(4243), 2, - sym__case, - aux_sym_switch_repeat1, - [187248] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12807), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187262] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12809), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187276] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12811), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4279), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187290] = 4, - ACTIONS(12717), 1, + [190018] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12813), 1, + ACTIONS(12961), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187304] = 4, - ACTIONS(12717), 1, + [190032] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(12963), 1, + anon_sym_ATdefault, + ACTIONS(12965), 1, + anon_sym_ATendswitch, + STATE(4263), 2, + sym__case, + aux_sym_switch_repeat1, + [190046] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12815), 1, + ACTIONS(12967), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4277), 2, + STATE(4236), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187318] = 4, - ACTIONS(12725), 1, + [190060] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12817), 1, + ACTIONS(12969), 1, anon_sym_ATdefault, - ACTIONS(12819), 1, + ACTIONS(12971), 1, anon_sym_ATendswitch, - STATE(4321), 2, + STATE(4196), 2, sym__case, aux_sym_switch_repeat1, - [187332] = 4, - ACTIONS(12717), 1, + [190074] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12821), 1, + ACTIONS(12973), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4220), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187346] = 4, - ACTIONS(7726), 1, + [190088] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(12975), 1, + anon_sym_ATdefault, + ACTIONS(12977), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + STATE(4235), 2, + sym__case, + aux_sym_switch_repeat1, + [190102] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12823), 1, + ACTIONS(12979), 1, anon_sym_ATdefault, - STATE(4340), 2, + ACTIONS(12981), 1, + anon_sym_ATendswitch, + STATE(4245), 2, sym__case, aux_sym_switch_repeat1, - [187360] = 4, - ACTIONS(12725), 1, + [190116] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12825), 1, + ACTIONS(12983), 1, anon_sym_ATdefault, - ACTIONS(12827), 1, + ACTIONS(12985), 1, anon_sym_ATendswitch, - STATE(4219), 2, + STATE(4369), 2, sym__case, aux_sym_switch_repeat1, - [187374] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12829), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187388] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12831), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4256), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187402] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12833), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187416] = 4, - ACTIONS(4799), 1, + [190130] = 4, + ACTIONS(6081), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12835), 1, + ACTIONS(12987), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187430] = 4, - ACTIONS(12717), 1, + [190144] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12837), 1, + ACTIONS(12989), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4232), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187444] = 4, - ACTIONS(5269), 1, + [190158] = 4, + ACTIONS(5075), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12839), 1, + ACTIONS(12991), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187458] = 2, - ACTIONS(10936), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(10934), 3, - anon_sym_ATendfinished, - aux_sym__notification_token1, - aux_sym__text_token3, - [187468] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12841), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187482] = 4, - ACTIONS(12717), 1, + [190172] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12843), 1, + ACTIONS(12993), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4330), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187496] = 4, - ACTIONS(12725), 1, + [190186] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12845), 1, + ACTIONS(12995), 1, anon_sym_ATdefault, - ACTIONS(12847), 1, + ACTIONS(12997), 1, anon_sym_ATendswitch, - STATE(4289), 2, + STATE(4238), 2, + sym__case, + aux_sym_switch_repeat1, + [190200] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(12999), 1, + anon_sym_ATdefault, + ACTIONS(13001), 1, + anon_sym_ATendswitch, + STATE(4230), 2, sym__case, aux_sym_switch_repeat1, - [187510] = 4, - ACTIONS(12717), 1, + [190214] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12849), 1, + ACTIONS(13003), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, STATE(4231), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187524] = 4, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12851), 1, - anon_sym_ATdefault, - ACTIONS(12853), 1, + [190228] = 4, + ACTIONS(4555), 1, anon_sym_ATendswitch, - STATE(4245), 2, - sym__case, - aux_sym_switch_repeat1, - [187538] = 4, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12855), 1, + ACTIONS(13005), 1, anon_sym_ATdefault, - ACTIONS(12857), 1, - anon_sym_ATendswitch, - STATE(4221), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187552] = 2, - ACTIONS(10936), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(10934), 3, - anon_sym_ATendafter, - aux_sym__notification_token1, - aux_sym__text_token3, - [187562] = 4, - ACTIONS(12717), 1, + [190242] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12859), 1, + ACTIONS(13007), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4247), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187576] = 2, - ACTIONS(12771), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(12769), 3, - anon_sym_ATendafter, - aux_sym__notification_token1, - aux_sym__text_token3, - [187586] = 4, - ACTIONS(12717), 1, + [190256] = 4, + ACTIONS(13009), 1, aux_sym_parameter_token1, - ACTIONS(12861), 1, + ACTIONS(13012), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187600] = 4, - ACTIONS(6829), 1, + [190270] = 4, + ACTIONS(7539), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12863), 1, + ACTIONS(13014), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187614] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12865), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187628] = 4, - ACTIONS(12867), 1, - anon_sym_RPAREN, - ACTIONS(12869), 1, - aux_sym_parameter_token1, - STATE(5336), 1, - sym__text_with_parenthesis, - STATE(4259), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187642] = 4, - ACTIONS(12717), 1, + [190284] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12872), 1, + ACTIONS(13016), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187656] = 4, - ACTIONS(12717), 1, + [190298] = 4, + ACTIONS(12940), 1, aux_sym_parameter_token1, - ACTIONS(12874), 1, - anon_sym_RPAREN2, - STATE(5409), 1, + ACTIONS(13018), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym__text_with_parenthesis, - STATE(4358), 2, + STATE(4213), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187670] = 4, - ACTIONS(12717), 1, + [190312] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12876), 1, + ACTIONS(13020), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4214), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187684] = 4, - ACTIONS(12717), 1, + [190326] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12878), 1, + ACTIONS(13022), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4352), 2, + STATE(4370), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187698] = 4, - ACTIONS(7610), 1, + [190340] = 4, + ACTIONS(7849), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12880), 1, + ACTIONS(13024), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187712] = 4, - ACTIONS(5307), 1, + [190354] = 2, + ACTIONS(12959), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(12957), 3, + anon_sym_ATendfinished, + aux_sym__notification_token1, + aux_sym__text_token3, + [190364] = 4, + ACTIONS(6045), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12882), 1, + ACTIONS(13026), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187726] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12884), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4273), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187740] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12886), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187754] = 4, - ACTIONS(12725), 1, + [190378] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12888), 1, + ACTIONS(13028), 1, anon_sym_ATdefault, - ACTIONS(12890), 1, + ACTIONS(13030), 1, anon_sym_ATendswitch, - STATE(4280), 2, + STATE(4255), 2, sym__case, aux_sym_switch_repeat1, - [187768] = 4, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12892), 1, - anon_sym_ATdefault, - ACTIONS(12894), 1, + [190392] = 4, + ACTIONS(5277), 1, anon_sym_ATendswitch, - STATE(4265), 2, - sym__case, - aux_sym_switch_repeat1, - [187782] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12896), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4312), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187796] = 2, - ACTIONS(11014), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11012), 3, - anon_sym_ATendbefore, - aux_sym__notification_token1, - aux_sym__text_token3, - [187806] = 4, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12898), 1, + ACTIONS(13032), 1, anon_sym_ATdefault, - ACTIONS(12900), 1, - anon_sym_ATendswitch, - STATE(4367), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187820] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(12902), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [187834] = 4, - ACTIONS(12717), 1, + [190406] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12904), 1, + ACTIONS(13034), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4298), 2, + STATE(4274), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187848] = 4, - ACTIONS(12717), 1, + [190420] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12906), 1, + ACTIONS(13036), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4337), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187862] = 4, - ACTIONS(12717), 1, + [190434] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12908), 1, + ACTIONS(13038), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4267), 2, + STATE(4198), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187876] = 4, - ACTIONS(12717), 1, + [190448] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12910), 1, + ACTIONS(13040), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187890] = 4, - ACTIONS(12725), 1, + [190462] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12912), 1, + ACTIONS(13042), 1, anon_sym_ATdefault, - ACTIONS(12914), 1, + ACTIONS(13044), 1, anon_sym_ATendswitch, - STATE(4357), 2, + STATE(4247), 2, sym__case, aux_sym_switch_repeat1, - [187904] = 4, - ACTIONS(12717), 1, + [190476] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12916), 1, + ACTIONS(13046), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4249), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187918] = 4, - ACTIONS(6755), 1, + [190490] = 2, + ACTIONS(12959), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(12957), 3, + anon_sym_ATendafter, + aux_sym__notification_token1, + aux_sym__text_token3, + [190500] = 4, + ACTIONS(4515), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12918), 1, + ACTIONS(13048), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187932] = 4, - ACTIONS(12725), 1, + [190514] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12920), 1, + ACTIONS(13050), 1, anon_sym_ATdefault, - ACTIONS(12922), 1, + ACTIONS(13052), 1, anon_sym_ATendswitch, - STATE(4200), 2, + STATE(4228), 2, sym__case, aux_sym_switch_repeat1, - [187946] = 4, - ACTIONS(5947), 1, + [190528] = 4, + ACTIONS(7813), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12924), 1, + ACTIONS(13054), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187960] = 4, - ACTIONS(12717), 1, + [190542] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12926), 1, + ACTIONS(13056), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [187974] = 4, - ACTIONS(7120), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(12928), 1, + [190556] = 2, + ACTIONS(12959), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(12957), 3, + anon_sym_ATendbefore, + aux_sym__notification_token1, + aux_sym__text_token3, + [190566] = 4, + ACTIONS(4181), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13058), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [187988] = 4, - ACTIONS(5345), 1, + [190580] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13060), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [190594] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13062), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4278), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [190608] = 4, + ACTIONS(5285), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12930), 1, + ACTIONS(13064), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188002] = 4, - ACTIONS(12717), 1, + [190622] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12932), 1, + ACTIONS(13066), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188016] = 2, - ACTIONS(10936), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(10934), 3, - anon_sym_ATendbefore, - aux_sym__notification_token1, - aux_sym__text_token3, - [188026] = 2, - ACTIONS(12771), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(12769), 3, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - aux_sym__text_token3, - [188036] = 4, - ACTIONS(5203), 1, + [190636] = 4, + ACTIONS(5323), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12934), 1, + ACTIONS(13068), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188050] = 2, - ACTIONS(11014), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11012), 3, - anon_sym_ATenderror, - aux_sym__notification_token1, - aux_sym__text_token3, - [188060] = 4, - ACTIONS(12717), 1, + [190650] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12936), 1, + ACTIONS(13070), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4344), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188074] = 4, - ACTIONS(12725), 1, + [190664] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12938), 1, + ACTIONS(13072), 1, anon_sym_ATdefault, - ACTIONS(12940), 1, + ACTIONS(13074), 1, anon_sym_ATendswitch, - STATE(4285), 2, + STATE(4275), 2, sym__case, aux_sym_switch_repeat1, - [188088] = 4, - ACTIONS(12725), 1, + [190678] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13076), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [190692] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12942), 1, + ACTIONS(13078), 1, anon_sym_ATdefault, - ACTIONS(12944), 1, + ACTIONS(13080), 1, anon_sym_ATendswitch, - STATE(4309), 2, + STATE(4265), 2, sym__case, aux_sym_switch_repeat1, - [188102] = 4, - ACTIONS(12725), 1, + [190706] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13082), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4312), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [190720] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12946), 1, + ACTIONS(13084), 1, anon_sym_ATdefault, - ACTIONS(12948), 1, + ACTIONS(13086), 1, anon_sym_ATendswitch, - STATE(4257), 2, + STATE(4282), 2, sym__case, aux_sym_switch_repeat1, - [188116] = 4, - ACTIONS(12717), 1, + [190734] = 4, + ACTIONS(7885), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13088), 1, + anon_sym_ATdefault, + STATE(4217), 2, + sym__case, + aux_sym_switch_repeat1, + [190748] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12950), 1, + ACTIONS(13090), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4268), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [190762] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13092), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188130] = 4, - ACTIONS(4988), 1, + [190776] = 4, + ACTIONS(7235), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12952), 1, + ACTIONS(13094), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188144] = 4, - ACTIONS(12725), 1, + [190790] = 4, + ACTIONS(12940), 1, + aux_sym_parameter_token1, + ACTIONS(13096), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym__text_with_parenthesis, + STATE(4326), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [190804] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12954), 1, + ACTIONS(13098), 1, anon_sym_ATdefault, - ACTIONS(12956), 1, + ACTIONS(13100), 1, anon_sym_ATendswitch, - STATE(4316), 2, + STATE(4257), 2, sym__case, aux_sym_switch_repeat1, - [188158] = 4, - ACTIONS(12717), 1, + [190818] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12958), 1, + ACTIONS(13102), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188172] = 4, - ACTIONS(12717), 1, + [190832] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12960), 1, + ACTIONS(13104), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4286), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188186] = 2, - ACTIONS(10936), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(10934), 3, - anon_sym_ATenderror, - aux_sym__notification_token1, - aux_sym__text_token3, - [188196] = 4, - ACTIONS(12717), 1, + [190846] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12962), 1, + ACTIONS(13106), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4303), 2, + STATE(4279), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188210] = 4, - ACTIONS(12717), 1, + [190860] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12964), 1, + ACTIONS(13108), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4234), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188224] = 4, - ACTIONS(12717), 1, + [190874] = 4, + ACTIONS(5293), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13110), 1, + anon_sym_ATdefault, + STATE(4217), 2, + sym__case, + aux_sym_switch_repeat1, + [190888] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12966), 1, + ACTIONS(13112), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4214), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188238] = 4, - ACTIONS(4435), 1, + [190902] = 4, + ACTIONS(5359), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12968), 1, + ACTIONS(13114), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188252] = 4, - ACTIONS(5917), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, + [190916] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13116), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [190930] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12970), 1, + ACTIONS(13118), 1, anon_sym_ATdefault, - STATE(4340), 2, + ACTIONS(13120), 1, + anon_sym_ATendswitch, + STATE(4284), 2, sym__case, aux_sym_switch_repeat1, - [188266] = 4, - ACTIONS(12972), 1, - anon_sym_RPAREN, - ACTIONS(12974), 1, + [190944] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13122), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4264), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [190958] = 2, + ACTIONS(11177), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11175), 3, + anon_sym_ATendafter, + aux_sym__notification_token1, + aux_sym__text_token3, + [190968] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - STATE(5336), 1, + ACTIONS(13124), 1, + anon_sym_RPAREN2, + STATE(5409), 1, sym__text_with_parenthesis, - STATE(4259), 2, + STATE(4281), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188280] = 4, - ACTIONS(12717), 1, + [190982] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12976), 1, + ACTIONS(13126), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4322), 2, + STATE(4285), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188294] = 4, - ACTIONS(12974), 1, + [190996] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12978), 1, + ACTIONS(13128), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191010] = 4, + ACTIONS(13012), 1, anon_sym_RPAREN, - STATE(5336), 1, + ACTIONS(13130), 1, + aux_sym_parameter_token1, + STATE(5344), 1, sym__text_with_parenthesis, - STATE(4306), 2, + STATE(4292), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188308] = 4, - ACTIONS(7762), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, + [191024] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13133), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4291), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191038] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13135), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191052] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12980), 1, + ACTIONS(13137), 1, anon_sym_ATdefault, - STATE(4340), 2, + ACTIONS(13139), 1, + anon_sym_ATendswitch, + STATE(4302), 2, sym__case, aux_sym_switch_repeat1, - [188322] = 4, - ACTIONS(12725), 1, + [191066] = 4, + ACTIONS(5397), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12982), 1, + ACTIONS(13141), 1, anon_sym_ATdefault, - ACTIONS(12984), 1, - anon_sym_ATendswitch, - STATE(4353), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188336] = 4, - ACTIONS(5638), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, + [191080] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12986), 1, + ACTIONS(13143), 1, anon_sym_ATdefault, - STATE(4340), 2, + ACTIONS(13145), 1, + anon_sym_ATendswitch, + STATE(4316), 2, sym__case, aux_sym_switch_repeat1, - [188350] = 4, - ACTIONS(12717), 1, + [191094] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12988), 1, + ACTIONS(13147), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188364] = 2, - ACTIONS(12771), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(12769), 3, - anon_sym_ATendfinished, - aux_sym__notification_token1, - aux_sym__text_token3, - [188374] = 4, - ACTIONS(12717), 1, + [191108] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12990), 1, + ACTIONS(13149), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4291), 2, + STATE(4294), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188388] = 4, - ACTIONS(12717), 1, + [191122] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(12992), 1, + ACTIONS(13151), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188402] = 4, - ACTIONS(5909), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, + [191136] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12994), 1, + ACTIONS(13153), 1, anon_sym_ATdefault, - STATE(4340), 2, + ACTIONS(13155), 1, + anon_sym_ATendswitch, + STATE(4296), 2, sym__case, aux_sym_switch_repeat1, - [188416] = 4, - ACTIONS(12725), 1, + [191150] = 4, + ACTIONS(6939), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(12996), 1, + ACTIONS(13157), 1, anon_sym_ATdefault, - ACTIONS(12998), 1, - anon_sym_ATendswitch, - STATE(4311), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188430] = 4, - ACTIONS(12717), 1, + [191164] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13000), 1, + ACTIONS(13159), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4335), 2, + STATE(4239), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188444] = 4, - ACTIONS(12717), 1, + [191178] = 2, + ACTIONS(11177), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11175), 3, + anon_sym_ATendfinished, + aux_sym__notification_token1, + aux_sym__text_token3, + [191188] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13002), 1, + ACTIONS(13161), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4360), 2, + STATE(4298), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188458] = 4, - ACTIONS(12725), 1, + [191202] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13004), 1, + ACTIONS(13163), 1, anon_sym_ATdefault, - ACTIONS(13006), 1, - anon_sym_ATendswitch, - STATE(4327), 2, - sym__case, - aux_sym_switch_repeat1, - [188472] = 4, - ACTIONS(6522), 1, + ACTIONS(13165), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(13008), 1, - anon_sym_ATdefault, - STATE(4340), 2, + STATE(4260), 2, sym__case, aux_sym_switch_repeat1, - [188486] = 4, - ACTIONS(12717), 1, + [191216] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13010), 1, + ACTIONS(13167), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4300), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188500] = 4, - ACTIONS(12717), 1, + [191230] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13012), 1, + ACTIONS(13169), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4315), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188514] = 4, - ACTIONS(12717), 1, + [191244] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13014), 1, + ACTIONS(13171), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4308), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188528] = 4, - ACTIONS(12717), 1, + [191258] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13016), 1, + ACTIONS(13173), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4206), 2, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191272] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13175), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4335), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191286] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13177), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191300] = 4, + ACTIONS(6383), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13179), 1, + anon_sym_ATdefault, + STATE(4217), 2, + sym__case, + aux_sym_switch_repeat1, + [191314] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13181), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188542] = 4, - ACTIONS(7654), 1, + [191328] = 2, + ACTIONS(12959), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(12957), 3, + anon_sym_ATenderror, + aux_sym__notification_token1, + aux_sym__text_token3, + [191338] = 4, + ACTIONS(6007), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13018), 1, + ACTIONS(13183), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188556] = 4, - ACTIONS(4519), 1, + [191352] = 4, + ACTIONS(5435), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13020), 1, + ACTIONS(13185), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188570] = 2, - ACTIONS(12771), 2, + [191366] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13187), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191380] = 2, + ACTIONS(11129), 2, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(12769), 3, - anon_sym_ATenderror, + ACTIONS(11127), 3, + anon_sym_ATendfinished, aux_sym__notification_token1, aux_sym__text_token3, - [188580] = 4, - ACTIONS(12717), 1, + [191390] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13189), 1, + anon_sym_ATdefault, + ACTIONS(13191), 1, + anon_sym_ATendswitch, + STATE(4317), 2, + sym__case, + aux_sym_switch_repeat1, + [191404] = 2, + ACTIONS(11177), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11175), 3, + anon_sym_ATendsuccess, + aux_sym__notification_token1, + aux_sym__text_token3, + [191414] = 2, + ACTIONS(11129), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11127), 3, + anon_sym_ATendsuccess, + aux_sym__notification_token1, + aux_sym__text_token3, + [191424] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13022), 1, + ACTIONS(13193), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4310), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188594] = 4, - ACTIONS(12717), 1, + [191438] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13024), 1, + ACTIONS(13195), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4318), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188608] = 4, - ACTIONS(12717), 1, + [191452] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13026), 1, + ACTIONS(13197), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4369), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188622] = 4, - ACTIONS(12717), 1, + [191466] = 4, + ACTIONS(12940), 1, aux_sym_parameter_token1, - ACTIONS(13028), 1, - anon_sym_RPAREN2, - STATE(5409), 1, + ACTIONS(13199), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4292), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188636] = 4, - ACTIONS(6280), 1, + [191480] = 4, + ACTIONS(8557), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13030), 1, + ACTIONS(13201), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188650] = 4, - ACTIONS(12974), 1, - aux_sym_parameter_token1, - ACTIONS(13032), 1, - anon_sym_RPAREN, - STATE(5336), 1, - sym__text_with_parenthesis, - STATE(4259), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [188664] = 4, - ACTIONS(12717), 1, - aux_sym_parameter_token1, - ACTIONS(13034), 1, - anon_sym_RPAREN2, - STATE(5409), 1, - sym__text_with_parenthesis, - STATE(4348), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [188678] = 4, - ACTIONS(12717), 1, + [191494] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13203), 1, + anon_sym_ATdefault, + ACTIONS(13205), 1, + anon_sym_ATendswitch, + STATE(4337), 2, + sym__case, + aux_sym_switch_repeat1, + [191508] = 2, + ACTIONS(11177), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11175), 3, + anon_sym_ATenderror, + aux_sym__notification_token1, + aux_sym__text_token3, + [191518] = 2, + ACTIONS(11129), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11127), 3, + anon_sym_ATendafter, + aux_sym__notification_token1, + aux_sym__text_token3, + [191528] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13036), 1, + ACTIONS(13207), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4366), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188692] = 4, - ACTIONS(12717), 1, + [191542] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13038), 1, + ACTIONS(13209), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4360), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188706] = 4, - ACTIONS(12717), 1, + [191556] = 4, + ACTIONS(5733), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13211), 1, + anon_sym_ATdefault, + STATE(4217), 2, + sym__case, + aux_sym_switch_repeat1, + [191570] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13213), 1, + anon_sym_ATdefault, + ACTIONS(13215), 1, + anon_sym_ATendswitch, + STATE(4313), 2, + sym__case, + aux_sym_switch_repeat1, + [191584] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13040), 1, + ACTIONS(13217), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4344), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188720] = 4, - ACTIONS(12717), 1, + [191598] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13042), 1, + ACTIONS(13219), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4329), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188734] = 3, - ACTIONS(13046), 1, + [191612] = 4, + ACTIONS(6901), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13044), 2, + ACTIONS(13221), 1, anon_sym_ATdefault, - anon_sym_ATendswitch, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188746] = 4, - ACTIONS(12717), 1, + [191626] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13049), 1, + ACTIONS(13223), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4295), 2, + STATE(4204), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188760] = 2, - ACTIONS(11014), 2, + [191640] = 2, + ACTIONS(11177), 2, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11012), 3, - anon_sym_ATendfinished, + ACTIONS(11175), 3, + anon_sym_ATendbefore, aux_sym__notification_token1, aux_sym__text_token3, - [188770] = 4, - ACTIONS(12725), 1, + [191650] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13051), 1, + ACTIONS(13225), 1, anon_sym_ATdefault, - ACTIONS(13053), 1, + ACTIONS(13227), 1, anon_sym_ATendswitch, - STATE(4345), 2, + STATE(4333), 2, sym__case, aux_sym_switch_repeat1, - [188784] = 4, - ACTIONS(12717), 1, + [191664] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13055), 1, + ACTIONS(13229), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4366), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188798] = 4, - ACTIONS(4475), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, + [191678] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13057), 1, + ACTIONS(13231), 1, anon_sym_ATdefault, - STATE(4340), 2, - sym__case, - aux_sym_switch_repeat1, - [188812] = 4, - ACTIONS(5676), 1, + ACTIONS(13233), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(13059), 1, - anon_sym_ATdefault, - STATE(4340), 2, + STATE(4327), 2, sym__case, aux_sym_switch_repeat1, - [188826] = 4, - ACTIONS(12717), 1, + [191692] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13235), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4331), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191706] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13061), 1, + ACTIONS(13237), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188840] = 4, - ACTIONS(12867), 1, + [191720] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13239), 1, anon_sym_RPAREN2, - ACTIONS(13063), 1, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4336), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191734] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, + ACTIONS(13241), 1, + anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4359), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188854] = 4, - ACTIONS(12725), 1, + [191748] = 4, + ACTIONS(7373), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13066), 1, + ACTIONS(13243), 1, anon_sym_ATdefault, - ACTIONS(13068), 1, - anon_sym_ATendswitch, - STATE(4346), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188868] = 4, - ACTIONS(12725), 1, + [191762] = 2, + ACTIONS(11129), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11127), 3, + anon_sym_ATendbefore, + aux_sym__notification_token1, + aux_sym__text_token3, + [191772] = 4, + ACTIONS(12896), 1, + aux_sym_parameter_token1, + ACTIONS(13245), 1, + anon_sym_RPAREN2, + STATE(5409), 1, + sym__text_with_parenthesis, + STATE(4237), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [191786] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13070), 1, + ACTIONS(13247), 1, anon_sym_ATdefault, - ACTIONS(13072), 1, + ACTIONS(13249), 1, anon_sym_ATendswitch, - STATE(4362), 2, + STATE(4347), 2, sym__case, aux_sym_switch_repeat1, - [188882] = 4, - ACTIONS(12725), 1, + [191800] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13074), 1, + ACTIONS(13251), 1, anon_sym_ATdefault, - ACTIONS(13076), 1, + ACTIONS(13253), 1, anon_sym_ATendswitch, - STATE(4333), 2, + STATE(4243), 2, + sym__case, + aux_sym_switch_repeat1, + [191814] = 4, + ACTIONS(5771), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13255), 1, + anon_sym_ATdefault, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188896] = 4, - ACTIONS(12717), 1, + [191828] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13078), 1, + ACTIONS(13257), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188910] = 4, - ACTIONS(7690), 1, + [191842] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13259), 1, + anon_sym_ATdefault, + ACTIONS(13261), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + STATE(4352), 2, + sym__case, + aux_sym_switch_repeat1, + [191856] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13080), 1, + ACTIONS(13263), 1, anon_sym_ATdefault, - STATE(4340), 2, + ACTIONS(13265), 1, + anon_sym_ATendswitch, + STATE(4358), 2, sym__case, aux_sym_switch_repeat1, - [188924] = 4, - ACTIONS(12717), 1, + [191870] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13082), 1, + ACTIONS(13267), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4347), 2, + STATE(4349), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188938] = 4, - ACTIONS(7419), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(13084), 1, - anon_sym_ATdefault, - STATE(4340), 2, - sym__case, - aux_sym_switch_repeat1, - [188952] = 4, - ACTIONS(12974), 1, + [191884] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13086), 1, - anon_sym_RPAREN, - STATE(5336), 1, + ACTIONS(13269), 1, + anon_sym_RPAREN2, + STATE(5409), 1, sym__text_with_parenthesis, - STATE(4334), 2, + STATE(4261), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188966] = 4, - ACTIONS(4559), 1, + [191898] = 4, + ACTIONS(6865), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13088), 1, + ACTIONS(13271), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [188980] = 4, - ACTIONS(12717), 1, + [191912] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13090), 1, + ACTIONS(13273), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [188994] = 4, - ACTIONS(12717), 1, + [191926] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13092), 1, + ACTIONS(13275), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4332), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [189008] = 4, - ACTIONS(12717), 1, + [191940] = 2, + ACTIONS(11129), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11127), 3, + anon_sym_ATenderror, + aux_sym__notification_token1, + aux_sym__text_token3, + [191950] = 4, + ACTIONS(12894), 1, + anon_sym_ATcase, + ACTIONS(13277), 1, + anon_sym_ATdefault, + ACTIONS(13279), 1, + anon_sym_ATendswitch, + STATE(4364), 2, + sym__case, + aux_sym_switch_repeat1, + [191964] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13094), 1, + ACTIONS(13281), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4353), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [189022] = 4, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(13096), 1, - anon_sym_ATdefault, - ACTIONS(13098), 1, - anon_sym_ATendswitch, - STATE(4304), 2, - sym__case, - aux_sym_switch_repeat1, - [189036] = 4, - ACTIONS(4107), 1, + [191978] = 4, + ACTIONS(6015), 1, anon_sym_ATendswitch, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13100), 1, + ACTIONS(13283), 1, anon_sym_ATdefault, - STATE(4340), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [189050] = 4, - ACTIONS(12717), 1, + [191992] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13102), 1, + ACTIONS(13285), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4260), 2, + STATE(4314), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [189064] = 4, - ACTIONS(5871), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(13104), 1, - anon_sym_ATdefault, - STATE(4340), 2, - sym__case, - aux_sym_switch_repeat1, - [189078] = 4, - ACTIONS(12717), 1, + [192006] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13106), 1, + ACTIONS(13287), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4258), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [189092] = 4, - ACTIONS(12717), 1, + [192020] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13108), 1, + ACTIONS(13289), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4258), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [189106] = 4, - ACTIONS(7256), 1, - anon_sym_ATendswitch, - ACTIONS(12725), 1, + [192034] = 4, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13110), 1, + ACTIONS(13291), 1, anon_sym_ATdefault, - STATE(4340), 2, + ACTIONS(13293), 1, + anon_sym_ATendswitch, + STATE(4371), 2, sym__case, aux_sym_switch_repeat1, - [189120] = 4, - ACTIONS(12725), 1, + [192048] = 4, + ACTIONS(6629), 1, + anon_sym_ATendswitch, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13112), 1, + ACTIONS(13295), 1, anon_sym_ATdefault, - ACTIONS(13114), 1, - anon_sym_ATendswitch, - STATE(4364), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [189134] = 4, - ACTIONS(12717), 1, + [192062] = 4, + ACTIONS(12896), 1, aux_sym_parameter_token1, - ACTIONS(13116), 1, + ACTIONS(13297), 1, anon_sym_RPAREN2, STATE(5409), 1, sym__text_with_parenthesis, - STATE(4348), 2, + STATE(4237), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [189148] = 4, - ACTIONS(12725), 1, - anon_sym_ATcase, - ACTIONS(13118), 1, - anon_sym_ATdefault, - ACTIONS(13120), 1, + [192076] = 4, + ACTIONS(5969), 1, anon_sym_ATendswitch, - STATE(4284), 2, - sym__case, - aux_sym_switch_repeat1, - [189162] = 4, - ACTIONS(12725), 1, + ACTIONS(12894), 1, anon_sym_ATcase, - ACTIONS(13122), 1, + ACTIONS(13299), 1, anon_sym_ATdefault, - ACTIONS(13124), 1, - anon_sym_ATendswitch, - STATE(4305), 2, + STATE(4217), 2, sym__case, aux_sym_switch_repeat1, - [189176] = 3, - ACTIONS(11160), 1, + [192090] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(140), 1, sym__directive_parameter, - STATE(5671), 1, - sym__directive_body_with_parameter, - [189186] = 3, - ACTIONS(11180), 1, + STATE(6216), 1, + sym__if_statement_directive_body, + [192100] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(633), 1, sym__directive_parameter, - STATE(5991), 1, + STATE(6673), 1, sym__directive_body_with_parameter, - [189196] = 3, - ACTIONS(11154), 1, + [192110] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(633), 1, sym__directive_parameter, - STATE(6124), 1, + STATE(5866), 1, sym__directive_body_with_parameter, - [189206] = 3, - ACTIONS(10566), 1, + [192120] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5773), 1, - sym__if_statement_directive_body, - [189216] = 3, - ACTIONS(11160), 1, + STATE(5867), 1, + sym__directive_body_with_parameter, + [192130] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6126), 1, + STATE(5869), 1, sym__directive_body_with_parameter, - [189226] = 3, - ACTIONS(11166), 1, + [192140] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6127), 1, + STATE(5870), 1, sym__directive_body_with_parameter, - [189236] = 3, - ACTIONS(11172), 1, + [192150] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6128), 1, + STATE(5871), 1, sym__directive_body_with_parameter, - [189246] = 3, - ACTIONS(11180), 1, + [192160] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6129), 1, + STATE(5873), 1, + sym__directive_body_with_parameter, + [192170] = 3, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + STATE(644), 1, + sym__directive_parameter, + STATE(5589), 1, sym__directive_body_with_parameter, - [189256] = 3, - ACTIONS(10524), 1, + [192180] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6130), 1, + STATE(5874), 1, sym__if_statement_directive_body, - [189266] = 3, - ACTIONS(10512), 1, + [192190] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6131), 1, + STATE(5875), 1, sym__if_statement_directive_body, - [189276] = 3, - ACTIONS(10594), 1, + [192200] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6132), 1, + STATE(5876), 1, sym__if_statement_directive_body, - [189286] = 3, - ACTIONS(10500), 1, + [192210] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6133), 1, + STATE(5877), 1, sym__if_statement_directive_body, - [189296] = 3, - ACTIONS(10662), 1, + [192220] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6134), 1, + STATE(5878), 1, sym__if_statement_directive_body, - [189306] = 3, - ACTIONS(10586), 1, + [192230] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6136), 1, + STATE(5881), 1, sym__if_statement_directive_body, - [189316] = 3, - ACTIONS(10586), 1, + [192240] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6137), 1, - sym__if_statement_directive_body, - [189326] = 3, - ACTIONS(10550), 1, - anon_sym_LPAREN2, - STATE(98), 1, - sym__directive_parameter, - STATE(5772), 1, - sym__if_statement_directive_body, - [189336] = 3, - ACTIONS(11198), 1, - anon_sym_LPAREN2, - STATE(627), 1, - sym__directive_parameter, - STATE(5979), 1, - sym__directive_body_with_parameter, - [189346] = 3, - ACTIONS(10512), 1, - anon_sym_LPAREN2, - STATE(88), 1, - sym__directive_parameter, - STATE(5787), 1, + STATE(5882), 1, sym__if_statement_directive_body, - [189356] = 3, - ACTIONS(10518), 1, + [192250] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6138), 1, + STATE(5886), 1, sym__if_statement_directive_body, - [189366] = 3, - ACTIONS(10594), 1, + [192260] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, STATE(5788), 1, sym__if_statement_directive_body, - [189376] = 3, - ACTIONS(11172), 1, - anon_sym_LPAREN2, - STATE(250), 1, - sym__directive_parameter, - STATE(5758), 1, - sym__directive_body_with_parameter, - [189386] = 3, - ACTIONS(10586), 1, + [192270] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5767), 1, + STATE(5787), 1, sym__if_statement_directive_body, - [189396] = 3, - ACTIONS(11016), 1, + [192280] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5778), 1, + STATE(5979), 1, sym__directive_body_with_parameter, - [189406] = 3, - ACTIONS(10550), 1, + [192290] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6144), 1, - sym__if_statement_directive_body, - [189416] = 3, - ACTIONS(10566), 1, - anon_sym_LPAREN2, - STATE(78), 1, - sym__directive_parameter, - STATE(6145), 1, + STATE(5890), 1, sym__if_statement_directive_body, - [189426] = 3, - ACTIONS(11136), 1, - anon_sym_LPAREN2, - STATE(637), 1, - sym__directive_parameter, - STATE(6122), 1, - sym__directive_body_with_parameter, - [189436] = 3, - ACTIONS(11130), 1, + [192300] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6121), 1, + STATE(5588), 1, sym__directive_body_with_parameter, - [189446] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(5766), 1, - sym__if_statement_directive_body, - [189456] = 3, - ACTIONS(10550), 1, + [192310] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(637), 1, sym__directive_parameter, - STATE(5560), 1, - sym__if_statement_directive_body, - [189466] = 3, - ACTIONS(10566), 1, + STATE(5587), 1, + sym__directive_body_with_parameter, + [192320] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5559), 1, - sym__if_statement_directive_body, - [189476] = 3, - ACTIONS(10662), 1, - anon_sym_LPAREN2, - STATE(119), 1, - sym__directive_parameter, - STATE(5764), 1, - sym__if_statement_directive_body, - [189486] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(6146), 1, - sym__if_statement_directive_body, - [189496] = 3, - ACTIONS(10500), 1, - anon_sym_LPAREN2, - STATE(115), 1, - sym__directive_parameter, - STATE(5763), 1, + STATE(5891), 1, sym__if_statement_directive_body, - [189506] = 3, - ACTIONS(10586), 1, + [192330] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5774), 1, - sym__if_statement_directive_body, - [189516] = 3, - ACTIONS(10594), 1, - anon_sym_LPAREN2, - STATE(77), 1, - sym__directive_parameter, - STATE(5762), 1, - sym__if_statement_directive_body, - [189526] = 3, - ACTIONS(10512), 1, - anon_sym_LPAREN2, - STATE(88), 1, - sym__directive_parameter, - STATE(5761), 1, - sym__if_statement_directive_body, - [189536] = 3, - ACTIONS(10524), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(5760), 1, + STATE(5892), 1, sym__if_statement_directive_body, - [189546] = 3, - ACTIONS(11124), 1, - anon_sym_LPAREN2, - STATE(644), 1, - sym__directive_parameter, - STATE(6120), 1, - sym__directive_body_with_parameter, - [189556] = 3, - ACTIONS(11198), 1, + [192340] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6147), 1, + STATE(5893), 1, sym__directive_body_with_parameter, - [189566] = 3, - ACTIONS(11182), 1, + [192350] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6148), 1, - sym__directive_body_with_parameter, - [189576] = 3, - ACTIONS(11198), 1, - anon_sym_LPAREN2, - STATE(627), 1, - sym__directive_parameter, - STATE(5775), 1, + STATE(5894), 1, sym__directive_body_with_parameter, - [189586] = 3, - ACTIONS(11138), 1, + [192360] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6149), 1, + STATE(5895), 1, sym__directive_body_with_parameter, - [189596] = 3, - ACTIONS(11016), 1, + [192370] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6150), 1, + STATE(5896), 1, sym__directive_body_with_parameter, - [189606] = 2, - ACTIONS(13128), 1, - aux_sym__section_parameter_token1, - ACTIONS(13126), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [189614] = 3, - ACTIONS(11180), 1, + [192380] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5759), 1, + STATE(5897), 1, sym__directive_body_with_parameter, - [189624] = 3, - ACTIONS(10820), 1, + [192390] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6151), 1, + STATE(5899), 1, sym__directive_body_with_parameter, - [189634] = 3, - ACTIONS(11204), 1, + [192400] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(633), 1, sym__directive_parameter, - STATE(6154), 1, + STATE(5582), 1, sym__directive_body_with_parameter, - [189644] = 3, - ACTIONS(10586), 1, + [192410] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5558), 1, - sym__if_statement_directive_body, - [189654] = 3, - ACTIONS(10512), 1, + STATE(5920), 1, + sym__directive_body_with_parameter, + [192420] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5719), 1, - sym__if_statement_directive_body, - [189664] = 3, - ACTIONS(11124), 1, + STATE(5581), 1, + sym__directive_body_with_parameter, + [192430] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(611), 1, sym__directive_parameter, - STATE(6165), 1, + STATE(5579), 1, sym__directive_body_with_parameter, - [189674] = 3, - ACTIONS(11130), 1, + [192440] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6166), 1, + STATE(5921), 1, sym__directive_body_with_parameter, - [189684] = 3, - ACTIONS(11136), 1, + [192450] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6167), 1, + STATE(5922), 1, sym__directive_body_with_parameter, - [189694] = 3, - ACTIONS(11144), 1, + [192460] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6168), 1, + STATE(5925), 1, sym__directive_body_with_parameter, - [189704] = 3, - ACTIONS(11154), 1, + [192470] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6169), 1, + STATE(5926), 1, sym__directive_body_with_parameter, - [189714] = 3, - ACTIONS(11160), 1, + [192480] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6173), 1, + STATE(5928), 1, sym__directive_body_with_parameter, - [189724] = 3, - ACTIONS(11166), 1, + [192490] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6174), 1, - sym__directive_body_with_parameter, - [189734] = 3, - ACTIONS(11204), 1, - anon_sym_LPAREN2, - STATE(444), 1, - sym__directive_parameter, - STATE(6106), 1, + STATE(5929), 1, sym__directive_body_with_parameter, - [189744] = 3, - ACTIONS(11172), 1, + [192500] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6175), 1, + STATE(5930), 1, sym__directive_body_with_parameter, - [189754] = 3, - ACTIONS(11180), 1, + [192510] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6176), 1, + STATE(5931), 1, sym__directive_body_with_parameter, - [189764] = 3, - ACTIONS(10820), 1, + [192520] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(516), 1, sym__directive_parameter, - STATE(6105), 1, + STATE(5578), 1, sym__directive_body_with_parameter, - [189774] = 3, - ACTIONS(10524), 1, + [192530] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6177), 1, + STATE(5932), 1, sym__if_statement_directive_body, - [189784] = 3, - ACTIONS(11016), 1, - anon_sym_LPAREN2, - STATE(345), 1, - sym__directive_parameter, - STATE(6104), 1, - sym__directive_body_with_parameter, - [189794] = 3, - ACTIONS(10512), 1, + [192540] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6178), 1, + STATE(5933), 1, sym__if_statement_directive_body, - [189804] = 3, - ACTIONS(10594), 1, + [192550] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6179), 1, + STATE(5934), 1, sym__if_statement_directive_body, - [189814] = 3, - ACTIONS(10500), 1, + [192560] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6180), 1, + STATE(5935), 1, sym__if_statement_directive_body, - [189824] = 3, - ACTIONS(10662), 1, + [192570] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6181), 1, + STATE(5937), 1, sym__if_statement_directive_body, - [189834] = 3, - ACTIONS(10586), 1, + [192580] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6183), 1, + STATE(5940), 1, sym__if_statement_directive_body, - [189844] = 3, - ACTIONS(11138), 1, - anon_sym_LPAREN2, - STATE(439), 1, - sym__directive_parameter, - STATE(6103), 1, - sym__directive_body_with_parameter, - [189854] = 3, - ACTIONS(10586), 1, + [192590] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6184), 1, + STATE(5941), 1, sym__if_statement_directive_body, - [189864] = 3, - ACTIONS(10518), 1, + [192600] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6185), 1, + STATE(5942), 1, sym__if_statement_directive_body, - [189874] = 3, - ACTIONS(11182), 1, + [192610] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(250), 1, sym__directive_parameter, - STATE(6102), 1, + STATE(5577), 1, + sym__directive_body_with_parameter, + [192620] = 3, + ACTIONS(11355), 1, + anon_sym_LPAREN2, + STATE(621), 1, + sym__directive_parameter, + STATE(5725), 1, sym__directive_body_with_parameter, - [189884] = 3, - ACTIONS(10550), 1, + [192630] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6189), 1, + STATE(5950), 1, sym__if_statement_directive_body, - [189894] = 3, - ACTIONS(10566), 1, + [192640] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6190), 1, + STATE(5951), 1, sym__if_statement_directive_body, - [189904] = 3, - ACTIONS(10586), 1, + [192650] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6191), 1, + STATE(5952), 1, sym__if_statement_directive_body, - [189914] = 3, - ACTIONS(11198), 1, + [192660] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6192), 1, + STATE(5953), 1, sym__directive_body_with_parameter, - [189924] = 3, - ACTIONS(11166), 1, + [192670] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(533), 1, sym__directive_parameter, - STATE(5756), 1, + STATE(5954), 1, sym__directive_body_with_parameter, - [189934] = 3, - ACTIONS(11160), 1, + [192680] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5755), 1, + STATE(5955), 1, sym__directive_body_with_parameter, - [189944] = 3, - ACTIONS(11154), 1, + [192690] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5753), 1, + STATE(5956), 1, sym__directive_body_with_parameter, - [189954] = 3, - ACTIONS(11144), 1, + [192700] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5752), 1, + STATE(5957), 1, sym__directive_body_with_parameter, - [189964] = 3, - ACTIONS(11182), 1, + [192710] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6193), 1, + STATE(5960), 1, sym__directive_body_with_parameter, - [189974] = 3, - ACTIONS(11138), 1, + [192720] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(621), 1, sym__directive_parameter, - STATE(6158), 1, + STATE(5576), 1, sym__directive_body_with_parameter, - [189984] = 3, - ACTIONS(11016), 1, + [192730] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(644), 1, sym__directive_parameter, - STATE(6195), 1, + STATE(5986), 1, sym__directive_body_with_parameter, - [189994] = 3, - ACTIONS(11198), 1, + [192740] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(641), 1, sym__directive_parameter, - STATE(6101), 1, + STATE(5987), 1, sym__directive_body_with_parameter, - [190004] = 3, - ACTIONS(10820), 1, + [192750] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6196), 1, + STATE(5988), 1, sym__directive_body_with_parameter, - [190014] = 3, - ACTIONS(11136), 1, + [192760] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5751), 1, - sym__directive_body_with_parameter, - [190024] = 3, - ACTIONS(11204), 1, + STATE(5811), 1, + sym__if_statement_directive_body, + [192770] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(633), 1, sym__directive_parameter, - STATE(6197), 1, + STATE(5992), 1, sym__directive_body_with_parameter, - [190034] = 3, - ACTIONS(10586), 1, + [192780] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(625), 1, sym__directive_parameter, - STATE(6100), 1, - sym__if_statement_directive_body, - [190044] = 3, - ACTIONS(11198), 1, + STATE(5993), 1, + sym__directive_body_with_parameter, + [192790] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(611), 1, sym__directive_parameter, - STATE(5557), 1, + STATE(5995), 1, sym__directive_body_with_parameter, - [190054] = 3, - ACTIONS(11130), 1, + [192800] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(516), 1, sym__directive_parameter, - STATE(5750), 1, + STATE(5996), 1, sym__directive_body_with_parameter, - [190064] = 3, - ACTIONS(11124), 1, + [192810] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5749), 1, + STATE(5997), 1, sym__directive_body_with_parameter, - [190074] = 3, - ACTIONS(11182), 1, + [192820] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(621), 1, sym__directive_parameter, - STATE(5556), 1, + STATE(5998), 1, sym__directive_body_with_parameter, - [190084] = 3, - ACTIONS(10566), 1, + [192830] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(122), 1, sym__directive_parameter, - STATE(6099), 1, + STATE(5574), 1, sym__if_statement_directive_body, - [190094] = 3, - ACTIONS(11204), 1, + [192840] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(122), 1, sym__directive_parameter, - STATE(5742), 1, - sym__directive_body_with_parameter, - [190104] = 3, - ACTIONS(10820), 1, + STATE(5999), 1, + sym__if_statement_directive_body, + [192850] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5740), 1, - sym__directive_body_with_parameter, - [190114] = 3, - ACTIONS(11124), 1, + STATE(6000), 1, + sym__if_statement_directive_body, + [192860] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(77), 1, sym__directive_parameter, - STATE(6205), 1, - sym__directive_body_with_parameter, - [190124] = 3, - ACTIONS(11130), 1, + STATE(6001), 1, + sym__if_statement_directive_body, + [192870] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(115), 1, sym__directive_parameter, - STATE(6206), 1, - sym__directive_body_with_parameter, - [190134] = 3, - ACTIONS(10550), 1, + STATE(6002), 1, + sym__if_statement_directive_body, + [192880] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6098), 1, + STATE(6003), 1, sym__if_statement_directive_body, - [190144] = 3, - ACTIONS(11182), 1, + [192890] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5776), 1, - sym__directive_body_with_parameter, - [190154] = 3, - ACTIONS(11016), 1, + STATE(6006), 1, + sym__if_statement_directive_body, + [192900] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5739), 1, - sym__directive_body_with_parameter, - [190164] = 3, - ACTIONS(11138), 1, + STATE(6007), 1, + sym__if_statement_directive_body, + [192910] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5777), 1, + STATE(5860), 1, sym__directive_body_with_parameter, - [190174] = 3, - ACTIONS(11138), 1, + [192920] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(140), 1, sym__directive_parameter, - STATE(5555), 1, + STATE(6008), 1, + sym__if_statement_directive_body, + [192930] = 3, + ACTIONS(11347), 1, + anon_sym_LPAREN2, + STATE(250), 1, + sym__directive_parameter, + STATE(5724), 1, sym__directive_body_with_parameter, - [190184] = 3, - ACTIONS(10500), 1, + [192940] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(516), 1, sym__directive_parameter, - STATE(6088), 1, + STATE(5723), 1, + sym__directive_body_with_parameter, + [192950] = 3, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + STATE(644), 1, + sym__directive_parameter, + STATE(5859), 1, + sym__directive_body_with_parameter, + [192960] = 3, + ACTIONS(11335), 1, + anon_sym_LPAREN2, + STATE(611), 1, + sym__directive_parameter, + STATE(5693), 1, + sym__directive_body_with_parameter, + [192970] = 3, + ACTIONS(10725), 1, + anon_sym_LPAREN2, + STATE(98), 1, + sym__directive_parameter, + STATE(6016), 1, sym__if_statement_directive_body, - [190194] = 3, - ACTIONS(11136), 1, + [192980] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6207), 1, + STATE(6017), 1, + sym__if_statement_directive_body, + [192990] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(6018), 1, + sym__if_statement_directive_body, + [193000] = 3, + ACTIONS(11373), 1, + anon_sym_LPAREN2, + STATE(627), 1, + sym__directive_parameter, + STATE(6019), 1, + sym__directive_body_with_parameter, + [193010] = 3, + ACTIONS(11357), 1, + anon_sym_LPAREN2, + STATE(533), 1, + sym__directive_parameter, + STATE(6020), 1, sym__directive_body_with_parameter, - [190204] = 3, - ACTIONS(11138), 1, + [193020] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(5738), 1, + STATE(6021), 1, sym__directive_body_with_parameter, - [190214] = 3, - ACTIONS(10820), 1, + [193030] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5779), 1, + STATE(6022), 1, sym__directive_body_with_parameter, - [190224] = 3, - ACTIONS(11182), 1, + [193040] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5737), 1, + STATE(6023), 1, sym__directive_body_with_parameter, - [190234] = 3, - ACTIONS(11198), 1, + [193050] = 1, + ACTIONS(11127), 3, + anon_sym_ATdefault, + anon_sym_ATendswitch, + anon_sym_ATcase, + [193056] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5736), 1, + STATE(5573), 1, + sym__if_statement_directive_body, + [193066] = 3, + ACTIONS(11379), 1, + anon_sym_LPAREN2, + STATE(444), 1, + sym__directive_parameter, + STATE(6026), 1, sym__directive_body_with_parameter, - [190244] = 3, - ACTIONS(10586), 1, + [193076] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(77), 1, sym__directive_parameter, - STATE(5735), 1, + STATE(5572), 1, sym__if_statement_directive_body, - [190254] = 3, - ACTIONS(10566), 1, + [193086] = 2, + ACTIONS(13303), 1, + aux_sym__section_parameter_token1, + ACTIONS(13301), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [193094] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(444), 1, sym__directive_parameter, - STATE(5734), 1, + STATE(5835), 1, + sym__directive_body_with_parameter, + [193104] = 3, + ACTIONS(10675), 1, + anon_sym_LPAREN2, + STATE(115), 1, + sym__directive_parameter, + STATE(5571), 1, sym__if_statement_directive_body, - [190264] = 3, - ACTIONS(11144), 1, + [193114] = 3, + ACTIONS(11015), 1, + anon_sym_LPAREN2, + STATE(246), 1, + sym__directive_parameter, + STATE(5832), 1, + sym__directive_body_with_parameter, + [193124] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(345), 1, + sym__directive_parameter, + STATE(5831), 1, + sym__directive_body_with_parameter, + [193134] = 3, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + STATE(644), 1, + sym__directive_parameter, + STATE(6046), 1, + sym__directive_body_with_parameter, + [193144] = 3, + ACTIONS(11313), 1, + anon_sym_LPAREN2, + STATE(439), 1, + sym__directive_parameter, + STATE(5830), 1, + sym__directive_body_with_parameter, + [193154] = 3, + ACTIONS(11305), 1, + anon_sym_LPAREN2, + STATE(641), 1, + sym__directive_parameter, + STATE(6047), 1, + sym__directive_body_with_parameter, + [193164] = 3, + ACTIONS(11311), 1, + anon_sym_LPAREN2, + STATE(637), 1, + sym__directive_parameter, + STATE(6048), 1, + sym__directive_body_with_parameter, + [193174] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6208), 1, + STATE(6053), 1, sym__directive_body_with_parameter, - [190274] = 3, - ACTIONS(11154), 1, + [193184] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6209), 1, + STATE(6054), 1, sym__directive_body_with_parameter, - [190284] = 3, - ACTIONS(10518), 1, + [193194] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6093), 1, - sym__if_statement_directive_body, - [190294] = 3, - ACTIONS(11160), 1, + STATE(5829), 1, + sym__directive_body_with_parameter, + [193204] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6211), 1, + STATE(6056), 1, sym__directive_body_with_parameter, - [190304] = 3, - ACTIONS(11166), 1, + [193214] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6212), 1, + STATE(6057), 1, + sym__directive_body_with_parameter, + [193224] = 3, + ACTIONS(11373), 1, + anon_sym_LPAREN2, + STATE(627), 1, + sym__directive_parameter, + STATE(5828), 1, sym__directive_body_with_parameter, - [190314] = 3, - ACTIONS(11172), 1, + [193234] = 3, + ACTIONS(10837), 1, + anon_sym_LPAREN2, + STATE(119), 1, + sym__directive_parameter, + STATE(5570), 1, + sym__if_statement_directive_body, + [193244] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6213), 1, + STATE(6058), 1, sym__directive_body_with_parameter, - [190324] = 3, - ACTIONS(11180), 1, + [193254] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6214), 1, + STATE(6059), 1, sym__directive_body_with_parameter, - [190334] = 3, - ACTIONS(11204), 1, + [193264] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5780), 1, - sym__directive_body_with_parameter, - [190344] = 3, - ACTIONS(10524), 1, + STATE(5567), 1, + sym__if_statement_directive_body, + [193274] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6215), 1, + STATE(6060), 1, sym__if_statement_directive_body, - [190354] = 3, - ACTIONS(10512), 1, + [193284] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6216), 1, + STATE(6061), 1, sym__if_statement_directive_body, - [190364] = 3, - ACTIONS(10594), 1, + [193294] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6217), 1, + STATE(6062), 1, sym__if_statement_directive_body, - [190374] = 3, - ACTIONS(10500), 1, + [193304] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6218), 1, + STATE(6063), 1, sym__if_statement_directive_body, - [190384] = 3, - ACTIONS(10662), 1, + [193314] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6219), 1, + STATE(6065), 1, sym__if_statement_directive_body, - [190394] = 3, - ACTIONS(10586), 1, + [193324] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6221), 1, + STATE(6068), 1, sym__if_statement_directive_body, - [190404] = 3, - ACTIONS(10586), 1, + [193334] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6222), 1, + STATE(6069), 1, sym__if_statement_directive_body, - [190414] = 3, - ACTIONS(10518), 1, + [193344] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6223), 1, + STATE(6070), 1, sym__if_statement_directive_body, - [190424] = 3, - ACTIONS(10586), 1, + [193354] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6092), 1, + STATE(5566), 1, sym__if_statement_directive_body, - [190434] = 3, - ACTIONS(10586), 1, + [193364] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6091), 1, + STATE(5827), 1, sym__if_statement_directive_body, - [190444] = 3, - ACTIONS(10550), 1, + [193374] = 3, + ACTIONS(11329), 1, + anon_sym_LPAREN2, + STATE(625), 1, + sym__directive_parameter, + STATE(5661), 1, + sym__directive_body_with_parameter, + [193384] = 3, + ACTIONS(11319), 1, + anon_sym_LPAREN2, + STATE(633), 1, + sym__directive_parameter, + STATE(5660), 1, + sym__directive_body_with_parameter, + [193394] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6227), 1, + STATE(6078), 1, sym__if_statement_directive_body, - [190454] = 3, - ACTIONS(10566), 1, + [193404] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6228), 1, + STATE(5826), 1, + sym__if_statement_directive_body, + [193414] = 3, + ACTIONS(10741), 1, + anon_sym_LPAREN2, + STATE(78), 1, + sym__directive_parameter, + STATE(6079), 1, sym__if_statement_directive_body, - [190464] = 3, - ACTIONS(10586), 1, + [193424] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6229), 1, + STATE(6080), 1, sym__if_statement_directive_body, - [190474] = 3, - ACTIONS(11198), 1, + [193434] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6230), 1, + STATE(6081), 1, sym__directive_body_with_parameter, - [190484] = 3, - ACTIONS(11182), 1, + [193444] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6231), 1, + STATE(6082), 1, sym__directive_body_with_parameter, - [190494] = 3, - ACTIONS(10550), 1, - anon_sym_LPAREN2, - STATE(98), 1, - sym__directive_parameter, - STATE(5733), 1, - sym__if_statement_directive_body, - [190504] = 3, - ACTIONS(11138), 1, + [193454] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6232), 1, + STATE(6083), 1, sym__directive_body_with_parameter, - [190514] = 3, - ACTIONS(11016), 1, + [193464] = 3, + ACTIONS(10725), 1, + anon_sym_LPAREN2, + STATE(98), 1, + sym__directive_parameter, + STATE(5825), 1, + sym__if_statement_directive_body, + [193474] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6233), 1, + STATE(6084), 1, sym__directive_body_with_parameter, - [190524] = 3, - ACTIONS(10820), 1, + [193484] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(6234), 1, + STATE(6085), 1, sym__directive_body_with_parameter, - [190534] = 3, - ACTIONS(11204), 1, + [193494] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6235), 1, + STATE(6088), 1, sym__directive_body_with_parameter, - [190544] = 3, - ACTIONS(10518), 1, + [193504] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, STATE(5565), 1, sym__if_statement_directive_body, - [190554] = 3, - ACTIONS(10662), 1, - anon_sym_LPAREN2, - STATE(119), 1, - sym__directive_parameter, - STATE(6089), 1, - sym__if_statement_directive_body, - [190564] = 3, - ACTIONS(10500), 1, + [193514] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, STATE(5789), 1, sym__if_statement_directive_body, - [190574] = 3, - ACTIONS(11124), 1, + [193524] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6245), 1, + STATE(6112), 1, sym__directive_body_with_parameter, - [190584] = 3, - ACTIONS(11130), 1, + [193534] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6246), 1, + STATE(6113), 1, sym__directive_body_with_parameter, - [190594] = 3, - ACTIONS(11136), 1, + [193544] = 3, + ACTIONS(10837), 1, + anon_sym_LPAREN2, + STATE(119), 1, + sym__directive_parameter, + STATE(5691), 1, + sym__if_statement_directive_body, + [193554] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6247), 1, + STATE(6114), 1, sym__directive_body_with_parameter, - [190604] = 3, - ACTIONS(11144), 1, + [193564] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6248), 1, + STATE(6119), 1, sym__directive_body_with_parameter, - [190614] = 3, - ACTIONS(11154), 1, + [193574] = 1, + ACTIONS(11175), 3, + anon_sym_ATdefault, + anon_sym_ATendswitch, + anon_sym_ATcase, + [193580] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6249), 1, + STATE(6120), 1, sym__directive_body_with_parameter, - [190624] = 3, - ACTIONS(11160), 1, + [193590] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6251), 1, + STATE(6122), 1, sym__directive_body_with_parameter, - [190634] = 3, - ACTIONS(10662), 1, + [193600] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(516), 1, sym__directive_parameter, - STATE(5691), 1, - sym__if_statement_directive_body, - [190644] = 3, - ACTIONS(10518), 1, + STATE(6123), 1, + sym__directive_body_with_parameter, + [193610] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(5729), 1, - sym__if_statement_directive_body, - [190654] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(5728), 1, + STATE(5818), 1, sym__if_statement_directive_body, - [190664] = 3, - ACTIONS(10586), 1, + [193620] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5727), 1, + STATE(5817), 1, sym__if_statement_directive_body, - [190674] = 3, - ACTIONS(11166), 1, - anon_sym_LPAREN2, - STATE(516), 1, - sym__directive_parameter, - STATE(6252), 1, - sym__directive_body_with_parameter, - [190684] = 3, - ACTIONS(11172), 1, + [193630] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6253), 1, - sym__directive_body_with_parameter, - [190694] = 3, - ACTIONS(11180), 1, - anon_sym_LPAREN2, - STATE(621), 1, - sym__directive_parameter, - STATE(6254), 1, + STATE(6124), 1, sym__directive_body_with_parameter, - [190704] = 3, - ACTIONS(11180), 1, + [193640] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6033), 1, - sym__directive_body_with_parameter, - [190714] = 3, - ACTIONS(11016), 1, - anon_sym_LPAREN2, - STATE(345), 1, - sym__directive_parameter, - STATE(5554), 1, + STATE(6125), 1, sym__directive_body_with_parameter, - [190724] = 3, - ACTIONS(10594), 1, + [193650] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6087), 1, + STATE(5816), 1, sym__if_statement_directive_body, - [190734] = 3, - ACTIONS(10524), 1, + [193660] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(98), 1, sym__directive_parameter, - STATE(6255), 1, + STATE(5560), 1, sym__if_statement_directive_body, - [190744] = 3, - ACTIONS(11124), 1, - anon_sym_LPAREN2, - STATE(644), 1, - sym__directive_parameter, - STATE(5795), 1, - sym__directive_body_with_parameter, - [190754] = 3, - ACTIONS(10512), 1, + [193670] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(122), 1, sym__directive_parameter, - STATE(6086), 1, + STATE(6126), 1, sym__if_statement_directive_body, - [190764] = 3, - ACTIONS(10512), 1, + [193680] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6256), 1, + STATE(6127), 1, sym__if_statement_directive_body, - [190774] = 3, - ACTIONS(10594), 1, + [193690] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6257), 1, - sym__if_statement_directive_body, - [190784] = 3, - ACTIONS(10662), 1, - anon_sym_LPAREN2, - STATE(119), 1, - sym__directive_parameter, - STATE(5722), 1, + STATE(6129), 1, sym__if_statement_directive_body, - [190794] = 3, - ACTIONS(10500), 1, + [193700] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6258), 1, + STATE(6130), 1, sym__if_statement_directive_body, - [190804] = 3, - ACTIONS(10662), 1, + [193710] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6259), 1, + STATE(6131), 1, sym__if_statement_directive_body, - [190814] = 3, - ACTIONS(10586), 1, + [193720] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6261), 1, + STATE(6133), 1, sym__if_statement_directive_body, - [190824] = 3, - ACTIONS(10586), 1, + [193730] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6262), 1, + STATE(6135), 1, sym__if_statement_directive_body, - [190834] = 3, - ACTIONS(10518), 1, + [193740] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6263), 1, - sym__if_statement_directive_body, - [190844] = 3, - ACTIONS(10524), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(6085), 1, + STATE(6136), 1, sym__if_statement_directive_body, - [190854] = 3, - ACTIONS(10586), 1, + [193750] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(119), 1, sym__directive_parameter, - STATE(5566), 1, + STATE(5814), 1, sym__if_statement_directive_body, - [190864] = 3, - ACTIONS(10500), 1, + [193760] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(5721), 1, + STATE(5813), 1, sym__if_statement_directive_body, - [190874] = 3, - ACTIONS(10820), 1, - anon_sym_LPAREN2, - STATE(246), 1, - sym__directive_parameter, - STATE(5553), 1, - sym__directive_body_with_parameter, - [190884] = 3, - ACTIONS(11130), 1, - anon_sym_LPAREN2, - STATE(641), 1, - sym__directive_parameter, - STATE(5796), 1, - sym__directive_body_with_parameter, - [190894] = 3, - ACTIONS(11136), 1, - anon_sym_LPAREN2, - STATE(637), 1, - sym__directive_parameter, - STATE(5797), 1, - sym__directive_body_with_parameter, - [190904] = 3, - ACTIONS(11144), 1, - anon_sym_LPAREN2, - STATE(633), 1, - sym__directive_parameter, - STATE(5798), 1, - sym__directive_body_with_parameter, - [190914] = 3, - ACTIONS(10594), 1, + [193770] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(5720), 1, + STATE(5812), 1, sym__if_statement_directive_body, - [190924] = 3, - ACTIONS(11154), 1, + [193780] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5799), 1, - sym__directive_body_with_parameter, - [190934] = 3, - ACTIONS(10586), 1, + STATE(5559), 1, + sym__if_statement_directive_body, + [193790] = 2, + ACTIONS(13305), 1, + anon_sym_LPAREN, + ACTIONS(13307), 2, + aux_sym_parameter_token1, + anon_sym_RPAREN2, + [193798] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5690), 1, + STATE(5558), 1, sym__if_statement_directive_body, - [190944] = 3, - ACTIONS(11204), 1, - anon_sym_LPAREN2, - STATE(444), 1, - sym__directive_parameter, - STATE(5550), 1, - sym__directive_body_with_parameter, - [190954] = 3, - ACTIONS(11180), 1, - anon_sym_LPAREN2, - STATE(621), 1, - sym__directive_parameter, - STATE(6084), 1, - sym__directive_body_with_parameter, - [190964] = 3, - ACTIONS(11172), 1, - anon_sym_LPAREN2, - STATE(250), 1, - sym__directive_parameter, - STATE(6083), 1, - sym__directive_body_with_parameter, - [190974] = 3, - ACTIONS(11166), 1, + [193808] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(627), 1, sym__directive_parameter, - STATE(6082), 1, + STATE(5557), 1, sym__directive_body_with_parameter, - [190984] = 3, - ACTIONS(11160), 1, + [193818] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(122), 1, sym__directive_parameter, - STATE(6081), 1, - sym__directive_body_with_parameter, - [190994] = 3, - ACTIONS(11154), 1, + STATE(5757), 1, + sym__if_statement_directive_body, + [193828] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(140), 1, sym__directive_parameter, - STATE(6079), 1, - sym__directive_body_with_parameter, - [191004] = 3, - ACTIONS(10550), 1, + STATE(5762), 1, + sym__if_statement_directive_body, + [193838] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6269), 1, + STATE(6143), 1, sym__if_statement_directive_body, - [191014] = 3, - ACTIONS(10566), 1, + [193848] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6270), 1, + STATE(6144), 1, sym__if_statement_directive_body, - [191024] = 3, - ACTIONS(11144), 1, - anon_sym_LPAREN2, - STATE(633), 1, - sym__directive_parameter, - STATE(6078), 1, - sym__directive_body_with_parameter, - [191034] = 3, - ACTIONS(11136), 1, - anon_sym_LPAREN2, - STATE(637), 1, - sym__directive_parameter, - STATE(6076), 1, - sym__directive_body_with_parameter, - [191044] = 3, - ACTIONS(10586), 1, + [193858] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6271), 1, + STATE(6145), 1, sym__if_statement_directive_body, - [191054] = 3, - ACTIONS(11198), 1, + [193868] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6272), 1, + STATE(6146), 1, sym__directive_body_with_parameter, - [191064] = 3, - ACTIONS(11182), 1, + [193878] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6273), 1, + STATE(6147), 1, sym__directive_body_with_parameter, - [191074] = 3, - ACTIONS(11138), 1, + [193888] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6274), 1, + STATE(6148), 1, sym__directive_body_with_parameter, - [191084] = 3, - ACTIONS(11016), 1, + [193898] = 3, + ACTIONS(10699), 1, + anon_sym_LPAREN2, + STATE(122), 1, + sym__directive_parameter, + STATE(5748), 1, + sym__if_statement_directive_body, + [193908] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6275), 1, + STATE(6149), 1, sym__directive_body_with_parameter, - [191094] = 3, - ACTIONS(10820), 1, + [193918] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(6276), 1, + STATE(6150), 1, sym__directive_body_with_parameter, - [191104] = 3, - ACTIONS(11204), 1, + [193928] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6279), 1, + STATE(6153), 1, sym__directive_body_with_parameter, - [191114] = 3, - ACTIONS(11130), 1, + [193938] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6075), 1, + STATE(5556), 1, sym__directive_body_with_parameter, - [191124] = 3, - ACTIONS(11124), 1, + [193948] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(439), 1, sym__directive_parameter, - STATE(6074), 1, + STATE(5555), 1, + sym__directive_body_with_parameter, + [193958] = 3, + ACTIONS(11355), 1, + anon_sym_LPAREN2, + STATE(621), 1, + sym__directive_parameter, + STATE(5809), 1, sym__directive_body_with_parameter, - [191134] = 3, - ACTIONS(11124), 1, + [193968] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6294), 1, + STATE(6170), 1, sym__directive_body_with_parameter, - [191144] = 3, - ACTIONS(11130), 1, + [193978] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6295), 1, + STATE(5443), 1, sym__directive_body_with_parameter, - [191154] = 3, - ACTIONS(11136), 1, + [193988] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6296), 1, + STATE(6175), 1, sym__directive_body_with_parameter, - [191164] = 3, - ACTIONS(11144), 1, + [193998] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6297), 1, + STATE(6180), 1, sym__directive_body_with_parameter, - [191174] = 3, - ACTIONS(11154), 1, + [194008] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6298), 1, + STATE(6181), 1, sym__directive_body_with_parameter, - [191184] = 3, - ACTIONS(11160), 1, + [194018] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6300), 1, + STATE(6183), 1, sym__directive_body_with_parameter, - [191194] = 3, - ACTIONS(11166), 1, + [194028] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6301), 1, + STATE(6184), 1, sym__directive_body_with_parameter, - [191204] = 3, - ACTIONS(10524), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(5718), 1, - sym__if_statement_directive_body, - [191214] = 3, - ACTIONS(11172), 1, + [194038] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6302), 1, + STATE(6185), 1, sym__directive_body_with_parameter, - [191224] = 3, - ACTIONS(11180), 1, + [194048] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6303), 1, + STATE(6186), 1, sym__directive_body_with_parameter, - [191234] = 3, - ACTIONS(11160), 1, + [194058] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5801), 1, + STATE(5554), 1, sym__directive_body_with_parameter, - [191244] = 3, - ACTIONS(10524), 1, + [194068] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6304), 1, + STATE(6187), 1, sym__if_statement_directive_body, - [191254] = 3, - ACTIONS(10512), 1, + [194078] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6305), 1, - sym__if_statement_directive_body, - [191264] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(5567), 1, + STATE(6188), 1, sym__if_statement_directive_body, - [191274] = 3, - ACTIONS(10594), 1, + [194088] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6306), 1, + STATE(6189), 1, sym__if_statement_directive_body, - [191284] = 3, - ACTIONS(10500), 1, + [194098] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6307), 1, + STATE(6190), 1, sym__if_statement_directive_body, - [191294] = 3, - ACTIONS(10662), 1, + [194108] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6308), 1, + STATE(6191), 1, sym__if_statement_directive_body, - [191304] = 3, - ACTIONS(10586), 1, + [194118] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6310), 1, + STATE(6089), 1, sym__if_statement_directive_body, - [191314] = 3, - ACTIONS(10586), 1, + [194128] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6311), 1, + STATE(6195), 1, sym__if_statement_directive_body, - [191324] = 3, - ACTIONS(10518), 1, + [194138] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6312), 1, + STATE(6196), 1, sym__if_statement_directive_body, - [191334] = 3, - ACTIONS(11204), 1, + [194148] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(250), 1, sym__directive_parameter, - STATE(6058), 1, + STATE(5807), 1, sym__directive_body_with_parameter, - [191344] = 3, - ACTIONS(10820), 1, + [194158] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6055), 1, + STATE(5597), 1, sym__directive_body_with_parameter, - [191354] = 3, - ACTIONS(11180), 1, + [194168] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(516), 1, sym__directive_parameter, - STATE(5717), 1, + STATE(5806), 1, sym__directive_body_with_parameter, - [191364] = 3, - ACTIONS(11172), 1, + [194178] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5716), 1, + STATE(5595), 1, sym__directive_body_with_parameter, - [191374] = 3, - ACTIONS(11016), 1, + [194188] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(98), 1, sym__directive_parameter, - STATE(6054), 1, - sym__directive_body_with_parameter, - [191384] = 3, - ACTIONS(11138), 1, + STATE(6201), 1, + sym__if_statement_directive_body, + [194198] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6053), 1, - sym__directive_body_with_parameter, - [191394] = 3, - ACTIONS(10550), 1, + STATE(6202), 1, + sym__if_statement_directive_body, + [194208] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6317), 1, + STATE(6203), 1, sym__if_statement_directive_body, - [191404] = 3, - ACTIONS(10566), 1, + [194218] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(627), 1, sym__directive_parameter, - STATE(6318), 1, - sym__if_statement_directive_body, - [191414] = 3, - ACTIONS(11182), 1, + STATE(6205), 1, + sym__directive_body_with_parameter, + [194228] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6052), 1, + STATE(6206), 1, sym__directive_body_with_parameter, - [191424] = 3, - ACTIONS(10586), 1, + [194238] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(439), 1, sym__directive_parameter, - STATE(6319), 1, - sym__if_statement_directive_body, - [191434] = 3, - ACTIONS(11166), 1, + STATE(6207), 1, + sym__directive_body_with_parameter, + [194248] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5715), 1, + STATE(6208), 1, sym__directive_body_with_parameter, - [191444] = 3, - ACTIONS(11198), 1, + [194258] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(246), 1, sym__directive_parameter, - STATE(6320), 1, + STATE(6209), 1, sym__directive_body_with_parameter, - [191454] = 3, - ACTIONS(11198), 1, + [194268] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6051), 1, + STATE(6212), 1, sym__directive_body_with_parameter, - [191464] = 3, - ACTIONS(11182), 1, + [194278] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(246), 1, sym__directive_parameter, - STATE(6321), 1, + STATE(5553), 1, sym__directive_body_with_parameter, - [191474] = 3, - ACTIONS(11138), 1, + [194288] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(611), 1, sym__directive_parameter, - STATE(6315), 1, + STATE(5805), 1, sym__directive_body_with_parameter, - [191484] = 3, - ACTIONS(11016), 1, + [194298] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(644), 1, sym__directive_parameter, - STATE(6323), 1, + STATE(6232), 1, sym__directive_body_with_parameter, - [191494] = 3, - ACTIONS(11160), 1, + [194308] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5714), 1, + STATE(6233), 1, sym__directive_body_with_parameter, - [191504] = 3, - ACTIONS(10820), 1, + [194318] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(625), 1, sym__directive_parameter, - STATE(6324), 1, + STATE(5803), 1, sym__directive_body_with_parameter, - [191514] = 3, - ACTIONS(11204), 1, + [194328] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6326), 1, + STATE(6234), 1, sym__directive_body_with_parameter, - [191524] = 3, - ACTIONS(10586), 1, + [194338] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(633), 1, sym__directive_parameter, - STATE(6050), 1, - sym__if_statement_directive_body, - [191534] = 3, - ACTIONS(11154), 1, + STATE(6239), 1, + sym__directive_body_with_parameter, + [194348] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(5443), 1, + STATE(6240), 1, sym__directive_body_with_parameter, - [191544] = 3, - ACTIONS(11124), 1, + [194358] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(633), 1, sym__directive_parameter, - STATE(6340), 1, + STATE(5802), 1, sym__directive_body_with_parameter, - [191554] = 3, - ACTIONS(10566), 1, + [194368] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(611), 1, sym__directive_parameter, - STATE(6049), 1, - sym__if_statement_directive_body, - [191564] = 3, - ACTIONS(10550), 1, + STATE(6242), 1, + sym__directive_body_with_parameter, + [194378] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(516), 1, sym__directive_parameter, - STATE(6048), 1, - sym__if_statement_directive_body, - [191574] = 3, - ACTIONS(11124), 1, + STATE(6243), 1, + sym__directive_body_with_parameter, + [194388] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5593), 1, + STATE(6244), 1, sym__directive_body_with_parameter, - [191584] = 3, - ACTIONS(10518), 1, + [194398] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(621), 1, sym__directive_parameter, - STATE(6042), 1, - sym__if_statement_directive_body, - [191594] = 1, - ACTIONS(11012), 3, - anon_sym_ATdefault, - anon_sym_ATendswitch, - anon_sym_ATcase, - [191600] = 3, - ACTIONS(11130), 1, + STATE(6245), 1, + sym__directive_body_with_parameter, + [194408] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6341), 1, + STATE(5550), 1, sym__directive_body_with_parameter, - [191610] = 3, - ACTIONS(11136), 1, + [194418] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(122), 1, sym__directive_parameter, - STATE(6342), 1, - sym__directive_body_with_parameter, - [191620] = 3, - ACTIONS(11144), 1, + STATE(6246), 1, + sym__if_statement_directive_body, + [194428] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5711), 1, - sym__directive_body_with_parameter, - [191630] = 3, - ACTIONS(10586), 1, + STATE(6247), 1, + sym__if_statement_directive_body, + [194438] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(77), 1, sym__directive_parameter, - STATE(6041), 1, + STATE(6248), 1, sym__if_statement_directive_body, - [191640] = 3, - ACTIONS(10586), 1, + [194448] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(115), 1, sym__directive_parameter, - STATE(6040), 1, + STATE(6249), 1, sym__if_statement_directive_body, - [191650] = 3, - ACTIONS(11136), 1, + [194458] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(5710), 1, + STATE(5800), 1, sym__directive_body_with_parameter, - [191660] = 3, - ACTIONS(11130), 1, + [194468] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(5709), 1, + STATE(5799), 1, sym__directive_body_with_parameter, - [191670] = 3, - ACTIONS(11124), 1, + [194478] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(5708), 1, + STATE(5798), 1, sym__directive_body_with_parameter, - [191680] = 3, - ACTIONS(11144), 1, + [194488] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(644), 1, sym__directive_parameter, - STATE(6343), 1, + STATE(5518), 1, sym__directive_body_with_parameter, - [191690] = 3, - ACTIONS(11154), 1, + [194498] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(641), 1, sym__directive_parameter, - STATE(6344), 1, + STATE(5517), 1, sym__directive_body_with_parameter, - [191700] = 3, - ACTIONS(10662), 1, + [194508] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6038), 1, + STATE(6250), 1, sym__if_statement_directive_body, - [191710] = 3, - ACTIONS(11160), 1, + [194518] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6346), 1, - sym__directive_body_with_parameter, - [191720] = 3, - ACTIONS(11166), 1, + STATE(6252), 1, + sym__if_statement_directive_body, + [194528] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6347), 1, + STATE(5516), 1, sym__directive_body_with_parameter, - [191730] = 3, - ACTIONS(11172), 1, + [194538] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6348), 1, + STATE(5775), 1, sym__directive_body_with_parameter, - [191740] = 3, - ACTIONS(11180), 1, + [194548] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(633), 1, sym__directive_parameter, - STATE(6349), 1, + STATE(5511), 1, sym__directive_body_with_parameter, - [191750] = 3, - ACTIONS(10500), 1, - anon_sym_LPAREN2, - STATE(115), 1, - sym__directive_parameter, - STATE(6037), 1, - sym__if_statement_directive_body, - [191760] = 3, - ACTIONS(10524), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(6350), 1, - sym__if_statement_directive_body, - [191770] = 3, - ACTIONS(10512), 1, - anon_sym_LPAREN2, - STATE(88), 1, - sym__directive_parameter, - STATE(6351), 1, - sym__if_statement_directive_body, - [191780] = 3, - ACTIONS(10594), 1, + [194558] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(625), 1, sym__directive_parameter, - STATE(6352), 1, - sym__if_statement_directive_body, - [191790] = 3, - ACTIONS(10500), 1, + STATE(5510), 1, + sym__directive_body_with_parameter, + [194568] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(246), 1, sym__directive_parameter, - STATE(6353), 1, - sym__if_statement_directive_body, - [191800] = 3, - ACTIONS(10662), 1, + STATE(5773), 1, + sym__directive_body_with_parameter, + [194578] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(345), 1, sym__directive_parameter, - STATE(6354), 1, - sym__if_statement_directive_body, - [191810] = 3, - ACTIONS(10586), 1, + STATE(5772), 1, + sym__directive_body_with_parameter, + [194588] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6356), 1, + STATE(6253), 1, sym__if_statement_directive_body, - [191820] = 3, - ACTIONS(10586), 1, + [194598] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(140), 1, sym__directive_parameter, - STATE(6357), 1, + STATE(6254), 1, sym__if_statement_directive_body, - [191830] = 3, - ACTIONS(10518), 1, + [194608] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(439), 1, sym__directive_parameter, - STATE(6358), 1, - sym__if_statement_directive_body, - [191840] = 3, - ACTIONS(10594), 1, + STATE(5771), 1, + sym__directive_body_with_parameter, + [194618] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(644), 1, sym__directive_parameter, - STATE(6036), 1, - sym__if_statement_directive_body, - [191850] = 3, - ACTIONS(10512), 1, + STATE(5593), 1, + sym__directive_body_with_parameter, + [194628] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6035), 1, - sym__if_statement_directive_body, - [191860] = 3, - ACTIONS(10550), 1, + STATE(5770), 1, + sym__directive_body_with_parameter, + [194638] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6363), 1, + STATE(6258), 1, sym__if_statement_directive_body, - [191870] = 3, - ACTIONS(10566), 1, + [194648] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6364), 1, + STATE(6259), 1, sym__if_statement_directive_body, - [191880] = 3, - ACTIONS(10586), 1, + [194658] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6365), 1, + STATE(6260), 1, sym__if_statement_directive_body, - [191890] = 3, - ACTIONS(11198), 1, + [194668] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6366), 1, + STATE(6261), 1, sym__directive_body_with_parameter, - [191900] = 3, - ACTIONS(11182), 1, + [194678] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6367), 1, - sym__directive_body_with_parameter, - [191910] = 3, - ACTIONS(11204), 1, - anon_sym_LPAREN2, - STATE(444), 1, - sym__directive_parameter, - STATE(5699), 1, + STATE(6262), 1, sym__directive_body_with_parameter, - [191920] = 3, - ACTIONS(11138), 1, + [194688] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6368), 1, + STATE(6263), 1, sym__directive_body_with_parameter, - [191930] = 3, - ACTIONS(11016), 1, + [194698] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6369), 1, + STATE(6264), 1, sym__directive_body_with_parameter, - [191940] = 3, - ACTIONS(10820), 1, + [194708] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(6370), 1, + STATE(6265), 1, sym__directive_body_with_parameter, - [191950] = 3, - ACTIONS(11204), 1, + [194718] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6373), 1, + STATE(6269), 1, sym__directive_body_with_parameter, - [191960] = 3, - ACTIONS(11124), 1, + [194728] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(611), 1, sym__directive_parameter, - STATE(5518), 1, + STATE(5508), 1, sym__directive_body_with_parameter, - [191970] = 3, - ACTIONS(10550), 1, - anon_sym_LPAREN2, - STATE(98), 1, - sym__directive_parameter, - STATE(6004), 1, - sym__if_statement_directive_body, - [191980] = 3, - ACTIONS(10820), 1, + [194738] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5697), 1, + STATE(5769), 1, sym__directive_body_with_parameter, - [191990] = 3, - ACTIONS(11124), 1, + [194748] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6384), 1, + STATE(6287), 1, sym__directive_body_with_parameter, - [192000] = 3, - ACTIONS(11130), 1, + [194758] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6385), 1, + STATE(6288), 1, sym__directive_body_with_parameter, - [192010] = 3, - ACTIONS(11136), 1, + [194768] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(5768), 1, + sym__if_statement_directive_body, + [194778] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6386), 1, + STATE(6289), 1, sym__directive_body_with_parameter, - [192020] = 3, - ACTIONS(11144), 1, + [194788] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6387), 1, + STATE(6294), 1, sym__directive_body_with_parameter, - [192030] = 3, - ACTIONS(11154), 1, + [194798] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6388), 1, + STATE(6295), 1, sym__directive_body_with_parameter, - [192040] = 3, - ACTIONS(11160), 1, + [194808] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6390), 1, - sym__directive_body_with_parameter, - [192050] = 3, - ACTIONS(11016), 1, - anon_sym_LPAREN2, - STATE(345), 1, - sym__directive_parameter, - STATE(5696), 1, - sym__directive_body_with_parameter, - [192060] = 3, - ACTIONS(11138), 1, - anon_sym_LPAREN2, - STATE(439), 1, - sym__directive_parameter, - STATE(5695), 1, + STATE(6297), 1, sym__directive_body_with_parameter, - [192070] = 3, - ACTIONS(11182), 1, + [194818] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(5694), 1, - sym__directive_body_with_parameter, - [192080] = 3, - ACTIONS(11172), 1, - anon_sym_LPAREN2, - STATE(250), 1, - sym__directive_parameter, - STATE(6032), 1, + STATE(6484), 1, sym__directive_body_with_parameter, - [192090] = 3, - ACTIONS(11166), 1, + [194828] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6391), 1, + STATE(6298), 1, sym__directive_body_with_parameter, - [192100] = 3, - ACTIONS(11172), 1, + [194838] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6392), 1, + STATE(6198), 1, sym__directive_body_with_parameter, - [192110] = 3, - ACTIONS(11180), 1, + [194848] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6322), 1, + STATE(6300), 1, sym__directive_body_with_parameter, - [192120] = 3, - ACTIONS(11166), 1, + [194858] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6031), 1, - sym__directive_body_with_parameter, - [192130] = 3, - ACTIONS(11130), 1, - anon_sym_LPAREN2, - STATE(641), 1, - sym__directive_parameter, - STATE(5517), 1, - sym__directive_body_with_parameter, - [192140] = 3, - ACTIONS(11198), 1, - anon_sym_LPAREN2, - STATE(627), 1, - sym__directive_parameter, - STATE(5692), 1, - sym__directive_body_with_parameter, - [192150] = 3, - ACTIONS(11172), 1, - anon_sym_LPAREN2, - STATE(250), 1, - sym__directive_parameter, - STATE(5803), 1, + STATE(5507), 1, sym__directive_body_with_parameter, - [192160] = 3, - ACTIONS(11180), 1, + [194868] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(122), 1, sym__directive_parameter, - STATE(5804), 1, - sym__directive_body_with_parameter, - [192170] = 3, - ACTIONS(10524), 1, + STATE(6301), 1, + sym__if_statement_directive_body, + [194878] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6394), 1, + STATE(5767), 1, sym__if_statement_directive_body, - [192180] = 3, - ACTIONS(10512), 1, + [194888] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6395), 1, + STATE(6302), 1, sym__if_statement_directive_body, - [192190] = 3, - ACTIONS(10662), 1, + [194898] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(77), 1, sym__directive_parameter, - STATE(5570), 1, + STATE(6303), 1, sym__if_statement_directive_body, - [192200] = 3, - ACTIONS(10524), 1, + [194908] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(115), 1, sym__directive_parameter, - STATE(5805), 1, + STATE(6304), 1, sym__if_statement_directive_body, - [192210] = 3, - ACTIONS(10594), 1, + [194918] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6396), 1, + STATE(6305), 1, sym__if_statement_directive_body, - [192220] = 3, - ACTIONS(11160), 1, + [194928] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6030), 1, - sym__directive_body_with_parameter, - [192230] = 3, - ACTIONS(10500), 1, + STATE(6308), 1, + sym__if_statement_directive_body, + [194938] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6397), 1, + STATE(6309), 1, sym__if_statement_directive_body, - [192240] = 3, - ACTIONS(10586), 1, + [194948] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(140), 1, sym__directive_parameter, - STATE(6480), 1, + STATE(6310), 1, sym__if_statement_directive_body, - [192250] = 3, - ACTIONS(11198), 1, + [194958] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(98), 1, sym__directive_parameter, - STATE(5486), 1, - sym__directive_body_with_parameter, - [192260] = 3, - ACTIONS(10524), 1, + STATE(5766), 1, + sym__if_statement_directive_body, + [194968] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6034), 1, + STATE(5853), 1, sym__if_statement_directive_body, - [192270] = 3, - ACTIONS(11154), 1, + [194978] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(250), 1, sym__directive_parameter, - STATE(6028), 1, + STATE(5506), 1, sym__directive_body_with_parameter, - [192280] = 3, - ACTIONS(10550), 1, + [194988] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(5688), 1, + STATE(6315), 1, sym__if_statement_directive_body, - [192290] = 3, - ACTIONS(11136), 1, - anon_sym_LPAREN2, - STATE(637), 1, - sym__directive_parameter, - STATE(5516), 1, - sym__directive_body_with_parameter, - [192300] = 3, - ACTIONS(11144), 1, + [194998] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5511), 1, - sym__directive_body_with_parameter, - [192310] = 3, - ACTIONS(10586), 1, + STATE(6316), 1, + sym__if_statement_directive_body, + [195008] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5853), 1, + STATE(6317), 1, sym__if_statement_directive_body, - [192320] = 3, - ACTIONS(10500), 1, + [195018] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5571), 1, - sym__if_statement_directive_body, - [192330] = 3, - ACTIONS(10586), 1, + STATE(6318), 1, + sym__directive_body_with_parameter, + [195028] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, STATE(5883), 1, sym__if_statement_directive_body, - [192340] = 3, - ACTIONS(10594), 1, + [195038] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(621), 1, sym__directive_parameter, - STATE(5572), 1, - sym__if_statement_directive_body, - [192350] = 3, - ACTIONS(10518), 1, + STATE(5505), 1, + sym__directive_body_with_parameter, + [195048] = 3, + ACTIONS(11357), 1, + anon_sym_LPAREN2, + STATE(533), 1, + sym__directive_parameter, + STATE(6319), 1, + sym__directive_body_with_parameter, + [195058] = 3, + ACTIONS(11313), 1, + anon_sym_LPAREN2, + STATE(439), 1, + sym__directive_parameter, + STATE(6320), 1, + sym__directive_body_with_parameter, + [195068] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, STATE(5884), 1, sym__if_statement_directive_body, - [192360] = 3, - ACTIONS(10518), 1, + [195078] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5683), 1, + STATE(6321), 1, + sym__directive_body_with_parameter, + [195088] = 3, + ACTIONS(11015), 1, + anon_sym_LPAREN2, + STATE(246), 1, + sym__directive_parameter, + STATE(6299), 1, + sym__directive_body_with_parameter, + [195098] = 3, + ACTIONS(11379), 1, + anon_sym_LPAREN2, + STATE(444), 1, + sym__directive_parameter, + STATE(6324), 1, + sym__directive_body_with_parameter, + [195108] = 3, + ACTIONS(10699), 1, + anon_sym_LPAREN2, + STATE(122), 1, + sym__directive_parameter, + STATE(5503), 1, sym__if_statement_directive_body, - [192370] = 3, - ACTIONS(10586), 1, + [195118] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5664), 1, + STATE(5705), 1, sym__if_statement_directive_body, - [192380] = 3, - ACTIONS(10586), 1, + [195128] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5681), 1, + STATE(5502), 1, sym__if_statement_directive_body, - [192390] = 3, - ACTIONS(10586), 1, + [195138] = 3, + ACTIONS(10769), 1, + anon_sym_LPAREN2, + STATE(77), 1, + sym__directive_parameter, + STATE(5501), 1, + sym__if_statement_directive_body, + [195148] = 3, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + STATE(644), 1, + sym__directive_parameter, + STATE(6346), 1, + sym__directive_body_with_parameter, + [195158] = 3, + ACTIONS(11305), 1, + anon_sym_LPAREN2, + STATE(641), 1, + sym__directive_parameter, + STATE(6347), 1, + sym__directive_body_with_parameter, + [195168] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6400), 1, + STATE(5761), 1, sym__if_statement_directive_body, - [192400] = 3, - ACTIONS(10586), 1, + [195178] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6401), 1, + STATE(5760), 1, sym__if_statement_directive_body, - [192410] = 3, - ACTIONS(10512), 1, + [195188] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(637), 1, sym__directive_parameter, - STATE(5806), 1, + STATE(6348), 1, + sym__directive_body_with_parameter, + [195198] = 3, + ACTIONS(10675), 1, + anon_sym_LPAREN2, + STATE(115), 1, + sym__directive_parameter, + STATE(5500), 1, sym__if_statement_directive_body, - [192420] = 3, - ACTIONS(10518), 1, + [195208] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6402), 1, + STATE(5499), 1, sym__if_statement_directive_body, - [192430] = 3, - ACTIONS(11144), 1, + [195218] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6027), 1, + STATE(6351), 1, sym__directive_body_with_parameter, - [192440] = 3, - ACTIONS(10662), 1, + [195228] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(5679), 1, + STATE(5756), 1, sym__if_statement_directive_body, - [192450] = 3, - ACTIONS(10500), 1, + [195238] = 3, + ACTIONS(11329), 1, + anon_sym_LPAREN2, + STATE(625), 1, + sym__directive_parameter, + STATE(6352), 1, + sym__directive_body_with_parameter, + [195248] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(5678), 1, + STATE(5754), 1, sym__if_statement_directive_body, - [192460] = 3, - ACTIONS(10550), 1, + [195258] = 3, + ACTIONS(11335), 1, + anon_sym_LPAREN2, + STATE(611), 1, + sym__directive_parameter, + STATE(6354), 1, + sym__directive_body_with_parameter, + [195268] = 3, + ACTIONS(11341), 1, + anon_sym_LPAREN2, + STATE(516), 1, + sym__directive_parameter, + STATE(6355), 1, + sym__directive_body_with_parameter, + [195278] = 3, + ACTIONS(11347), 1, + anon_sym_LPAREN2, + STATE(250), 1, + sym__directive_parameter, + STATE(6356), 1, + sym__directive_body_with_parameter, + [195288] = 3, + ACTIONS(11355), 1, + anon_sym_LPAREN2, + STATE(621), 1, + sym__directive_parameter, + STATE(6357), 1, + sym__directive_body_with_parameter, + [195298] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(5496), 1, + sym__if_statement_directive_body, + [195308] = 3, + ACTIONS(10699), 1, + anon_sym_LPAREN2, + STATE(122), 1, + sym__directive_parameter, + STATE(6358), 1, + sym__if_statement_directive_body, + [195318] = 3, + ACTIONS(10769), 1, + anon_sym_LPAREN2, + STATE(77), 1, + sym__directive_parameter, + STATE(5753), 1, + sym__if_statement_directive_body, + [195328] = 3, + ACTIONS(10687), 1, + anon_sym_LPAREN2, + STATE(88), 1, + sym__directive_parameter, + STATE(6359), 1, + sym__if_statement_directive_body, + [195338] = 3, + ACTIONS(10769), 1, + anon_sym_LPAREN2, + STATE(77), 1, + sym__directive_parameter, + STATE(6360), 1, + sym__if_statement_directive_body, + [195348] = 3, + ACTIONS(10675), 1, + anon_sym_LPAREN2, + STATE(115), 1, + sym__directive_parameter, + STATE(6361), 1, + sym__if_statement_directive_body, + [195358] = 3, + ACTIONS(10837), 1, + anon_sym_LPAREN2, + STATE(119), 1, + sym__directive_parameter, + STATE(6362), 1, + sym__if_statement_directive_body, + [195368] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(6364), 1, + sym__if_statement_directive_body, + [195378] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(6365), 1, + sym__if_statement_directive_body, + [195388] = 3, + ACTIONS(10693), 1, + anon_sym_LPAREN2, + STATE(140), 1, + sym__directive_parameter, + STATE(6366), 1, + sym__if_statement_directive_body, + [195398] = 3, + ACTIONS(10687), 1, + anon_sym_LPAREN2, + STATE(88), 1, + sym__directive_parameter, + STATE(5752), 1, + sym__if_statement_directive_body, + [195408] = 3, + ACTIONS(10699), 1, + anon_sym_LPAREN2, + STATE(122), 1, + sym__directive_parameter, + STATE(5751), 1, + sym__if_statement_directive_body, + [195418] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6406), 1, + STATE(6370), 1, sym__if_statement_directive_body, - [192470] = 3, - ACTIONS(10566), 1, + [195428] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6407), 1, + STATE(6371), 1, sym__if_statement_directive_body, - [192480] = 3, - ACTIONS(10586), 1, + [195438] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6408), 1, + STATE(6372), 1, sym__if_statement_directive_body, - [192490] = 3, - ACTIONS(11198), 1, + [195448] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6409), 1, + STATE(6373), 1, sym__directive_body_with_parameter, - [192500] = 3, - ACTIONS(11182), 1, + [195458] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6410), 1, + STATE(6374), 1, sym__directive_body_with_parameter, - [192510] = 3, - ACTIONS(11138), 1, + [195468] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6411), 1, + STATE(6375), 1, sym__directive_body_with_parameter, - [192520] = 3, - ACTIONS(11016), 1, + [195478] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6412), 1, + STATE(6376), 1, sym__directive_body_with_parameter, - [192530] = 3, - ACTIONS(10820), 1, + [195488] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(6413), 1, + STATE(6377), 1, sym__directive_body_with_parameter, - [192540] = 3, - ACTIONS(11204), 1, + [195498] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6414), 1, - sym__directive_body_with_parameter, - [192550] = 3, - ACTIONS(11154), 1, - anon_sym_LPAREN2, - STATE(625), 1, - sym__directive_parameter, - STATE(5510), 1, + STATE(6378), 1, sym__directive_body_with_parameter, - [192560] = 3, - ACTIONS(10594), 1, + [195508] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5677), 1, + STATE(5495), 1, sym__if_statement_directive_body, - [192570] = 3, - ACTIONS(11136), 1, + [195518] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(140), 1, sym__directive_parameter, - STATE(6026), 1, - sym__directive_body_with_parameter, - [192580] = 3, - ACTIONS(11124), 1, + STATE(5494), 1, + sym__if_statement_directive_body, + [195528] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6422), 1, + STATE(6400), 1, sym__directive_body_with_parameter, - [192590] = 3, - ACTIONS(11130), 1, + [195538] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6423), 1, + STATE(6401), 1, sym__directive_body_with_parameter, - [192600] = 3, - ACTIONS(11136), 1, + [195548] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6424), 1, + STATE(6402), 1, sym__directive_body_with_parameter, - [192610] = 3, - ACTIONS(11144), 1, + [195558] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6425), 1, + STATE(6407), 1, sym__directive_body_with_parameter, - [192620] = 3, - ACTIONS(10512), 1, - anon_sym_LPAREN2, - STATE(88), 1, - sym__directive_parameter, - STATE(5676), 1, - sym__if_statement_directive_body, - [192630] = 3, - ACTIONS(11154), 1, + [195568] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6426), 1, + STATE(6408), 1, sym__directive_body_with_parameter, - [192640] = 3, - ACTIONS(11160), 1, + [195578] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6428), 1, + STATE(6410), 1, sym__directive_body_with_parameter, - [192650] = 3, - ACTIONS(11166), 1, + [195588] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(621), 1, sym__directive_parameter, - STATE(6429), 1, + STATE(5750), 1, sym__directive_body_with_parameter, - [192660] = 3, - ACTIONS(11172), 1, + [195598] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(516), 1, sym__directive_parameter, - STATE(6430), 1, + STATE(6411), 1, sym__directive_body_with_parameter, - [192670] = 3, - ACTIONS(11180), 1, + [195608] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(250), 1, sym__directive_parameter, - STATE(6431), 1, + STATE(6412), 1, sym__directive_body_with_parameter, - [192680] = 3, - ACTIONS(11130), 1, + [195618] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(621), 1, sym__directive_parameter, - STATE(6025), 1, + STATE(6413), 1, sym__directive_body_with_parameter, - [192690] = 3, - ACTIONS(11124), 1, + [195628] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6024), 1, + STATE(6172), 1, sym__directive_body_with_parameter, - [192700] = 3, - ACTIONS(10524), 1, + [195638] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6432), 1, + STATE(6414), 1, sym__if_statement_directive_body, - [192710] = 3, - ACTIONS(10512), 1, + [195648] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6433), 1, + STATE(6415), 1, sym__if_statement_directive_body, - [192720] = 3, - ACTIONS(10594), 1, + [195658] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6434), 1, + STATE(6416), 1, sym__if_statement_directive_body, - [192730] = 3, - ACTIONS(10500), 1, + [195668] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6435), 1, + STATE(6417), 1, sym__if_statement_directive_body, - [192740] = 3, - ACTIONS(10662), 1, + [195678] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6436), 1, + STATE(6418), 1, sym__if_statement_directive_body, - [192750] = 3, - ACTIONS(10586), 1, + [195688] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6438), 1, - sym__if_statement_directive_body, - [192760] = 3, - ACTIONS(10524), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(5675), 1, - sym__if_statement_directive_body, - [192770] = 3, - ACTIONS(10594), 1, - anon_sym_LPAREN2, - STATE(77), 1, - sym__directive_parameter, - STATE(5807), 1, + STATE(6421), 1, sym__if_statement_directive_body, - [192780] = 3, - ACTIONS(11180), 1, - anon_sym_LPAREN2, - STATE(621), 1, - sym__directive_parameter, - STATE(5674), 1, - sym__directive_body_with_parameter, - [192790] = 3, - ACTIONS(11172), 1, - anon_sym_LPAREN2, - STATE(250), 1, - sym__directive_parameter, - STATE(5673), 1, - sym__directive_body_with_parameter, - [192800] = 3, - ACTIONS(10586), 1, + [195698] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6439), 1, + STATE(6422), 1, sym__if_statement_directive_body, - [192810] = 3, - ACTIONS(10518), 1, + [195708] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6440), 1, + STATE(6423), 1, sym__if_statement_directive_body, - [192820] = 3, - ACTIONS(10550), 1, + [195718] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6444), 1, - sym__if_statement_directive_body, - [192830] = 3, - ACTIONS(10500), 1, - anon_sym_LPAREN2, - STATE(115), 1, - sym__directive_parameter, - STATE(5808), 1, + STATE(6428), 1, sym__if_statement_directive_body, - [192840] = 3, - ACTIONS(11166), 1, - anon_sym_LPAREN2, - STATE(516), 1, - sym__directive_parameter, - STATE(5672), 1, - sym__directive_body_with_parameter, - [192850] = 3, - ACTIONS(10566), 1, + [195728] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5689), 1, + STATE(6429), 1, sym__if_statement_directive_body, - [192860] = 2, - ACTIONS(13130), 1, - anon_sym_LPAREN, - ACTIONS(13132), 2, - aux_sym_parameter_token1, - anon_sym_RPAREN2, - [192868] = 3, - ACTIONS(11204), 1, + [195738] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(444), 1, - sym__directive_parameter, - STATE(6014), 1, - sym__directive_body_with_parameter, - [192878] = 3, - ACTIONS(11160), 1, - anon_sym_LPAREN2, - STATE(611), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5508), 1, + STATE(5749), 1, sym__directive_body_with_parameter, - [192888] = 3, - ACTIONS(10566), 1, + [195748] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6445), 1, + STATE(6430), 1, sym__if_statement_directive_body, - [192898] = 3, - ACTIONS(11154), 1, + [195758] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(625), 1, - sym__directive_parameter, - STATE(5669), 1, - sym__directive_body_with_parameter, - [192908] = 3, - ACTIONS(11144), 1, - anon_sym_LPAREN2, - STATE(633), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5668), 1, + STATE(6431), 1, sym__directive_body_with_parameter, - [192918] = 3, - ACTIONS(10820), 1, + [195768] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6013), 1, + STATE(6432), 1, sym__directive_body_with_parameter, - [192928] = 3, - ACTIONS(10662), 1, - anon_sym_LPAREN2, - STATE(119), 1, - sym__directive_parameter, - STATE(5809), 1, - sym__if_statement_directive_body, - [192938] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(6446), 1, - sym__if_statement_directive_body, - [192948] = 3, - ACTIONS(11198), 1, + [195778] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(516), 1, sym__directive_parameter, - STATE(6447), 1, + STATE(5682), 1, sym__directive_body_with_parameter, - [192958] = 3, - ACTIONS(11136), 1, + [195788] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5667), 1, + STATE(6433), 1, sym__directive_body_with_parameter, - [192968] = 3, - ACTIONS(11016), 1, + [195798] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6010), 1, + STATE(6434), 1, sym__directive_body_with_parameter, - [192978] = 3, - ACTIONS(11138), 1, + [195808] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(246), 1, sym__directive_parameter, - STATE(6009), 1, + STATE(6435), 1, sym__directive_body_with_parameter, - [192988] = 3, - ACTIONS(11130), 1, + [195818] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(611), 1, sym__directive_parameter, - STATE(5666), 1, + STATE(5747), 1, sym__directive_body_with_parameter, - [192998] = 3, - ACTIONS(10524), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(5855), 1, - sym__if_statement_directive_body, - [193008] = 3, - ACTIONS(11182), 1, + [195828] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6008), 1, + STATE(6438), 1, sym__directive_body_with_parameter, - [193018] = 3, - ACTIONS(11182), 1, + [195838] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(246), 1, sym__directive_parameter, - STATE(6448), 1, + STATE(6160), 1, sym__directive_body_with_parameter, - [193028] = 3, - ACTIONS(11198), 1, + [195848] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(625), 1, sym__directive_parameter, - STATE(6007), 1, + STATE(5745), 1, sym__directive_body_with_parameter, - [193038] = 3, - ACTIONS(11124), 1, + [195858] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(5665), 1, + STATE(6456), 1, sym__directive_body_with_parameter, - [193048] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(5811), 1, - sym__if_statement_directive_body, - [193058] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(5812), 1, - sym__if_statement_directive_body, - [193068] = 3, - ACTIONS(11166), 1, + [195868] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5507), 1, + STATE(6140), 1, sym__directive_body_with_parameter, - [193078] = 3, - ACTIONS(10518), 1, + [195878] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(633), 1, sym__directive_parameter, - STATE(5813), 1, - sym__if_statement_directive_body, - [193088] = 3, - ACTIONS(11204), 1, + STATE(5743), 1, + sym__directive_body_with_parameter, + [195888] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(637), 1, sym__directive_parameter, - STATE(5656), 1, + STATE(5738), 1, sym__directive_body_with_parameter, - [193098] = 3, - ACTIONS(11138), 1, + [195898] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6449), 1, + STATE(6134), 1, sym__directive_body_with_parameter, - [193108] = 3, - ACTIONS(11016), 1, + [195908] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6393), 1, + STATE(6128), 1, sym__directive_body_with_parameter, - [193118] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(6006), 1, - sym__if_statement_directive_body, - [193128] = 3, - ACTIONS(10820), 1, + [195918] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(627), 1, sym__directive_parameter, - STATE(6451), 1, + STATE(6109), 1, sym__directive_body_with_parameter, - [193138] = 3, - ACTIONS(11204), 1, + [195928] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(641), 1, sym__directive_parameter, - STATE(6452), 1, + STATE(5737), 1, sym__directive_body_with_parameter, - [193148] = 3, - ACTIONS(11172), 1, + [195938] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5506), 1, + STATE(5736), 1, sym__directive_body_with_parameter, - [193158] = 3, - ACTIONS(10566), 1, + [195948] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(78), 1, - sym__directive_parameter, - STATE(6005), 1, - sym__if_statement_directive_body, - [193168] = 3, - ACTIONS(11180), 1, - anon_sym_LPAREN2, - STATE(621), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5505), 1, + STATE(6457), 1, sym__directive_body_with_parameter, - [193178] = 3, - ACTIONS(10524), 1, + [195958] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5503), 1, + STATE(6107), 1, sym__if_statement_directive_body, - [193188] = 3, - ACTIONS(11124), 1, + [195968] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6464), 1, + STATE(6458), 1, sym__directive_body_with_parameter, - [193198] = 3, - ACTIONS(11130), 1, + [195978] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6465), 1, + STATE(5714), 1, sym__directive_body_with_parameter, - [193208] = 3, - ACTIONS(11136), 1, + [195988] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(246), 1, sym__directive_parameter, - STATE(6466), 1, + STATE(5710), 1, sym__directive_body_with_parameter, - [193218] = 3, - ACTIONS(11144), 1, + [195998] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6467), 1, + STATE(6460), 1, sym__directive_body_with_parameter, - [193228] = 3, - ACTIONS(11154), 1, + [196008] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6468), 1, + STATE(6461), 1, sym__directive_body_with_parameter, - [193238] = 3, - ACTIONS(11160), 1, + [196018] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6470), 1, + STATE(6463), 1, sym__directive_body_with_parameter, - [193248] = 3, - ACTIONS(11166), 1, + [196028] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(345), 1, + sym__directive_parameter, + STATE(5709), 1, + sym__directive_body_with_parameter, + [196038] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6471), 1, + STATE(6464), 1, sym__directive_body_with_parameter, - [193258] = 3, - ACTIONS(11172), 1, + [196048] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6472), 1, + STATE(6465), 1, sym__directive_body_with_parameter, - [193268] = 3, - ACTIONS(11180), 1, + [196058] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6473), 1, + STATE(6466), 1, sym__directive_body_with_parameter, - [193278] = 3, - ACTIONS(11138), 1, + [196068] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5968), 1, - sym__directive_body_with_parameter, - [193288] = 3, - ACTIONS(10524), 1, + STATE(6096), 1, + sym__if_statement_directive_body, + [196078] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6474), 1, + STATE(6467), 1, sym__if_statement_directive_body, - [193298] = 3, - ACTIONS(10512), 1, + [196088] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6475), 1, + STATE(6468), 1, sym__if_statement_directive_body, - [193308] = 3, - ACTIONS(10594), 1, + [196098] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6476), 1, + STATE(6469), 1, sym__if_statement_directive_body, - [193318] = 3, - ACTIONS(10500), 1, + [196108] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6477), 1, + STATE(6470), 1, sym__if_statement_directive_body, - [193328] = 3, - ACTIONS(11130), 1, - anon_sym_LPAREN2, - STATE(641), 1, - sym__directive_parameter, - STATE(5595), 1, - sym__directive_body_with_parameter, - [193338] = 3, - ACTIONS(10662), 1, + [196118] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6478), 1, + STATE(6471), 1, sym__if_statement_directive_body, - [193348] = 3, - ACTIONS(10662), 1, + [196128] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6398), 1, + STATE(6474), 1, sym__if_statement_directive_body, - [193358] = 3, - ACTIONS(10586), 1, + [196138] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6481), 1, + STATE(6475), 1, sym__if_statement_directive_body, - [193368] = 3, - ACTIONS(10518), 1, + [196148] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6482), 1, + STATE(6476), 1, sym__if_statement_directive_body, - [193378] = 3, - ACTIONS(11136), 1, + [196158] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5597), 1, + STATE(5708), 1, sym__directive_body_with_parameter, - [193388] = 3, - ACTIONS(10512), 1, - anon_sym_LPAREN2, - STATE(88), 1, - sym__directive_parameter, - STATE(5573), 1, - sym__if_statement_directive_body, - [193398] = 3, - ACTIONS(10550), 1, + [196168] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6486), 1, + STATE(6480), 1, sym__if_statement_directive_body, - [193408] = 3, - ACTIONS(10566), 1, + [196178] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6487), 1, + STATE(6481), 1, sym__if_statement_directive_body, - [193418] = 3, - ACTIONS(10586), 1, + [196188] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6488), 1, + STATE(6482), 1, sym__if_statement_directive_body, - [193428] = 3, - ACTIONS(11198), 1, + [196198] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6489), 1, + STATE(6483), 1, + sym__directive_body_with_parameter, + [196208] = 3, + ACTIONS(11313), 1, + anon_sym_LPAREN2, + STATE(439), 1, + sym__directive_parameter, + STATE(6485), 1, + sym__directive_body_with_parameter, + [196218] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(345), 1, + sym__directive_parameter, + STATE(6486), 1, + sym__directive_body_with_parameter, + [196228] = 3, + ACTIONS(11015), 1, + anon_sym_LPAREN2, + STATE(246), 1, + sym__directive_parameter, + STATE(6487), 1, sym__directive_body_with_parameter, - [193438] = 3, - ACTIONS(11182), 1, + [196238] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, + STATE(5707), 1, + sym__directive_body_with_parameter, + [196248] = 3, + ACTIONS(11379), 1, + anon_sym_LPAREN2, + STATE(444), 1, + sym__directive_parameter, STATE(6490), 1, sym__directive_body_with_parameter, - [193448] = 3, - ACTIONS(11138), 1, + [196258] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(98), 1, sym__directive_parameter, - STATE(6491), 1, + STATE(6076), 1, + sym__if_statement_directive_body, + [196268] = 3, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + STATE(644), 1, + sym__directive_parameter, + STATE(6514), 1, sym__directive_body_with_parameter, - [193458] = 3, - ACTIONS(11016), 1, + [196278] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(641), 1, sym__directive_parameter, - STATE(6492), 1, + STATE(6515), 1, sym__directive_body_with_parameter, - [193468] = 3, - ACTIONS(10820), 1, + [196288] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(637), 1, sym__directive_parameter, - STATE(5653), 1, + STATE(6516), 1, sym__directive_body_with_parameter, - [193478] = 3, - ACTIONS(11204), 1, + [196298] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5608), 1, + STATE(5706), 1, sym__directive_body_with_parameter, - [193488] = 3, - ACTIONS(11016), 1, + [196308] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(633), 1, sym__directive_parameter, - STATE(5652), 1, + STATE(6520), 1, sym__directive_body_with_parameter, - [193498] = 3, - ACTIONS(11138), 1, + [196318] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5651), 1, + STATE(6521), 1, sym__directive_body_with_parameter, - [193508] = 3, - ACTIONS(10820), 1, + [196328] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(611), 1, sym__directive_parameter, - STATE(6493), 1, + STATE(6523), 1, + sym__directive_body_with_parameter, + [196338] = 3, + ACTIONS(11341), 1, + anon_sym_LPAREN2, + STATE(516), 1, + sym__directive_parameter, + STATE(6524), 1, + sym__directive_body_with_parameter, + [196348] = 3, + ACTIONS(11347), 1, + anon_sym_LPAREN2, + STATE(250), 1, + sym__directive_parameter, + STATE(6525), 1, sym__directive_body_with_parameter, - [193518] = 3, - ACTIONS(11204), 1, + [196358] = 3, + ACTIONS(11355), 1, + anon_sym_LPAREN2, + STATE(621), 1, + sym__directive_parameter, + STATE(6526), 1, + sym__directive_body_with_parameter, + [196368] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6496), 1, + STATE(6045), 1, sym__directive_body_with_parameter, - [193528] = 3, - ACTIONS(10512), 1, + [196378] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(122), 1, sym__directive_parameter, - STATE(5502), 1, + STATE(6527), 1, sym__if_statement_directive_body, - [193538] = 3, - ACTIONS(10518), 1, + [196388] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(88), 1, sym__directive_parameter, - STATE(6000), 1, + STATE(6528), 1, sym__if_statement_directive_body, - [193548] = 3, - ACTIONS(11182), 1, + [196398] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(77), 1, sym__directive_parameter, - STATE(5650), 1, - sym__directive_body_with_parameter, - [193558] = 3, - ACTIONS(11198), 1, + STATE(6529), 1, + sym__if_statement_directive_body, + [196408] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(115), 1, sym__directive_parameter, - STATE(5649), 1, - sym__directive_body_with_parameter, - [193568] = 3, - ACTIONS(11124), 1, + STATE(6530), 1, + sym__if_statement_directive_body, + [196418] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6510), 1, - sym__directive_body_with_parameter, - [193578] = 3, - ACTIONS(10586), 1, + STATE(6531), 1, + sym__if_statement_directive_body, + [196428] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5999), 1, + STATE(6534), 1, sym__if_statement_directive_body, - [193588] = 3, - ACTIONS(10586), 1, + [196438] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5998), 1, + STATE(6535), 1, sym__if_statement_directive_body, - [193598] = 3, - ACTIONS(11130), 1, + [196448] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(625), 1, sym__directive_parameter, - STATE(6511), 1, + STATE(5681), 1, sym__directive_body_with_parameter, - [193608] = 3, - ACTIONS(10586), 1, + [196458] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(140), 1, sym__directive_parameter, - STATE(5648), 1, + STATE(6536), 1, sym__if_statement_directive_body, - [193618] = 3, - ACTIONS(10566), 1, + [196468] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5647), 1, + STATE(5704), 1, sym__if_statement_directive_body, - [193628] = 3, - ACTIONS(10662), 1, + [196478] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(98), 1, sym__directive_parameter, - STATE(5996), 1, + STATE(5703), 1, sym__if_statement_directive_body, - [193638] = 3, - ACTIONS(10550), 1, + [196488] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(5646), 1, + STATE(5819), 1, sym__if_statement_directive_body, - [193648] = 3, - ACTIONS(10550), 1, + [196498] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(5819), 1, + STATE(6541), 1, sym__if_statement_directive_body, - [193658] = 3, - ACTIONS(11136), 1, + [196508] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6512), 1, + STATE(6542), 1, + sym__if_statement_directive_body, + [196518] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(6543), 1, + sym__if_statement_directive_body, + [196528] = 3, + ACTIONS(11373), 1, + anon_sym_LPAREN2, + STATE(627), 1, + sym__directive_parameter, + STATE(6544), 1, sym__directive_body_with_parameter, - [193668] = 3, - ACTIONS(11144), 1, + [196538] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6513), 1, + STATE(6545), 1, sym__directive_body_with_parameter, - [193678] = 3, - ACTIONS(10500), 1, + [196548] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5995), 1, - sym__if_statement_directive_body, - [193688] = 3, - ACTIONS(10594), 1, + STATE(6546), 1, + sym__directive_body_with_parameter, + [196558] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5994), 1, - sym__if_statement_directive_body, - [193698] = 3, - ACTIONS(11180), 1, + STATE(6547), 1, + sym__directive_body_with_parameter, + [196568] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5725), 1, + STATE(6548), 1, sym__directive_body_with_parameter, - [193708] = 3, - ACTIONS(10594), 1, + [196578] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(444), 1, sym__directive_parameter, - STATE(5501), 1, - sym__if_statement_directive_body, - [193718] = 3, - ACTIONS(10512), 1, + STATE(6551), 1, + sym__directive_body_with_parameter, + [196588] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5993), 1, + STATE(5948), 1, sym__if_statement_directive_body, - [193728] = 3, - ACTIONS(10524), 1, + [196598] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5992), 1, + STATE(5949), 1, sym__if_statement_directive_body, - [193738] = 3, - ACTIONS(11154), 1, + [196608] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(98), 1, sym__directive_parameter, - STATE(6514), 1, - sym__directive_body_with_parameter, - [193748] = 3, - ACTIONS(10566), 1, + STATE(5489), 1, + sym__if_statement_directive_body, + [196618] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5948), 1, + STATE(5488), 1, sym__if_statement_directive_body, - [193758] = 3, - ACTIONS(11144), 1, - anon_sym_LPAREN2, - STATE(633), 1, - sym__directive_parameter, - STATE(6123), 1, - sym__directive_body_with_parameter, - [193768] = 3, - ACTIONS(10586), 1, + [196628] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(140), 1, sym__directive_parameter, - STATE(5949), 1, + STATE(6043), 1, sym__if_statement_directive_body, - [193778] = 3, - ACTIONS(10518), 1, + [196638] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(5641), 1, + STATE(5698), 1, sym__if_statement_directive_body, - [193788] = 3, - ACTIONS(10586), 1, + [196648] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5640), 1, + STATE(5487), 1, sym__if_statement_directive_body, - [193798] = 3, - ACTIONS(10586), 1, + [196658] = 3, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + STATE(644), 1, + sym__directive_parameter, + STATE(6566), 1, + sym__directive_body_with_parameter, + [196668] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5639), 1, + STATE(6032), 1, sym__if_statement_directive_body, - [193808] = 3, - ACTIONS(11160), 1, + [196678] = 3, + ACTIONS(11305), 1, + anon_sym_LPAREN2, + STATE(641), 1, + sym__directive_parameter, + STATE(6567), 1, + sym__directive_body_with_parameter, + [196688] = 3, + ACTIONS(11311), 1, + anon_sym_LPAREN2, + STATE(637), 1, + sym__directive_parameter, + STATE(6568), 1, + sym__directive_body_with_parameter, + [196698] = 3, + ACTIONS(11319), 1, + anon_sym_LPAREN2, + STATE(633), 1, + sym__directive_parameter, + STATE(6573), 1, + sym__directive_body_with_parameter, + [196708] = 3, + ACTIONS(11329), 1, + anon_sym_LPAREN2, + STATE(625), 1, + sym__directive_parameter, + STATE(6574), 1, + sym__directive_body_with_parameter, + [196718] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6516), 1, + STATE(6576), 1, sym__directive_body_with_parameter, - [193818] = 3, - ACTIONS(11166), 1, + [196728] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6517), 1, + STATE(6577), 1, sym__directive_body_with_parameter, - [193828] = 3, - ACTIONS(11172), 1, + [196738] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5938), 1, - sym__directive_body_with_parameter, - [193838] = 3, - ACTIONS(11172), 1, + STATE(5697), 1, + sym__if_statement_directive_body, + [196748] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6518), 1, + STATE(6501), 1, sym__directive_body_with_parameter, - [193848] = 3, - ACTIONS(11180), 1, + [196758] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6519), 1, + STATE(6579), 1, sym__directive_body_with_parameter, - [193858] = 3, - ACTIONS(10500), 1, + [196768] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5500), 1, + STATE(6013), 1, sym__if_statement_directive_body, - [193868] = 3, - ACTIONS(10524), 1, + [196778] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6520), 1, + STATE(6580), 1, sym__if_statement_directive_body, - [193878] = 3, - ACTIONS(10512), 1, + [196788] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6521), 1, + STATE(6581), 1, sym__if_statement_directive_body, - [193888] = 3, - ACTIONS(10594), 1, + [196798] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6522), 1, + STATE(6582), 1, sym__if_statement_directive_body, - [193898] = 3, - ACTIONS(10500), 1, + [196808] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6523), 1, + STATE(6583), 1, sym__if_statement_directive_body, - [193908] = 3, - ACTIONS(10662), 1, + [196818] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6524), 1, + STATE(6584), 1, sym__if_statement_directive_body, - [193918] = 3, - ACTIONS(10586), 1, + [196828] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6526), 1, + STATE(6587), 1, sym__if_statement_directive_body, - [193928] = 3, - ACTIONS(10586), 1, + [196838] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6527), 1, + STATE(6588), 1, sym__if_statement_directive_body, - [193938] = 3, - ACTIONS(10518), 1, + [196848] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6528), 1, + STATE(6589), 1, sym__if_statement_directive_body, - [193948] = 3, - ACTIONS(11166), 1, - anon_sym_LPAREN2, - STATE(516), 1, - sym__directive_parameter, - STATE(5989), 1, - sym__directive_body_with_parameter, - [193958] = 3, - ACTIONS(10550), 1, + [196858] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6533), 1, + STATE(6594), 1, sym__if_statement_directive_body, - [193968] = 3, - ACTIONS(10566), 1, + [196868] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6534), 1, + STATE(6595), 1, sym__if_statement_directive_body, - [193978] = 3, - ACTIONS(10586), 1, + [196878] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6535), 1, + STATE(6596), 1, sym__if_statement_directive_body, - [193988] = 3, - ACTIONS(11198), 1, + [196888] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6536), 1, + STATE(6597), 1, sym__directive_body_with_parameter, - [193998] = 3, - ACTIONS(11182), 1, + [196898] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6537), 1, + STATE(6598), 1, sym__directive_body_with_parameter, - [194008] = 3, - ACTIONS(11138), 1, + [196908] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6538), 1, + STATE(6599), 1, sym__directive_body_with_parameter, - [194018] = 3, - ACTIONS(11016), 1, + [196918] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6539), 1, + STATE(6600), 1, sym__directive_body_with_parameter, - [194028] = 3, - ACTIONS(10820), 1, + [196928] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(6540), 1, + STATE(6601), 1, sym__directive_body_with_parameter, - [194038] = 3, - ACTIONS(10662), 1, - anon_sym_LPAREN2, - STATE(119), 1, - sym__directive_parameter, - STATE(5637), 1, - sym__if_statement_directive_body, - [194048] = 3, - ACTIONS(11204), 1, + [196938] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6543), 1, + STATE(6604), 1, sym__directive_body_with_parameter, - [194058] = 3, - ACTIONS(10662), 1, + [196948] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(5499), 1, - sym__if_statement_directive_body, - [194068] = 3, - ACTIONS(10500), 1, - anon_sym_LPAREN2, - STATE(115), 1, - sym__directive_parameter, - STATE(5636), 1, + STATE(5820), 1, sym__if_statement_directive_body, - [194078] = 3, - ACTIONS(11124), 1, + [196958] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6557), 1, + STATE(6628), 1, sym__directive_body_with_parameter, - [194088] = 3, - ACTIONS(11130), 1, + [196968] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6558), 1, - sym__directive_body_with_parameter, - [194098] = 3, - ACTIONS(11160), 1, - anon_sym_LPAREN2, - STATE(611), 1, - sym__directive_parameter, - STATE(5988), 1, + STATE(6629), 1, sym__directive_body_with_parameter, - [194108] = 3, - ACTIONS(11136), 1, + [196978] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6559), 1, + STATE(6630), 1, sym__directive_body_with_parameter, - [194118] = 3, - ACTIONS(11144), 1, + [196988] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6560), 1, + STATE(6635), 1, sym__directive_body_with_parameter, - [194128] = 3, - ACTIONS(11154), 1, + [196998] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6561), 1, + STATE(6636), 1, sym__directive_body_with_parameter, - [194138] = 3, - ACTIONS(11160), 1, + [197008] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(5696), 1, + sym__if_statement_directive_body, + [197018] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6563), 1, + STATE(6638), 1, sym__directive_body_with_parameter, - [194148] = 3, - ACTIONS(11166), 1, + [197028] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6564), 1, + STATE(6639), 1, sym__directive_body_with_parameter, - [194158] = 3, - ACTIONS(11172), 1, + [197038] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6565), 1, + STATE(6640), 1, sym__directive_body_with_parameter, - [194168] = 3, - ACTIONS(11180), 1, + [197048] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6566), 1, - sym__directive_body_with_parameter, - [194178] = 3, - ACTIONS(10594), 1, - anon_sym_LPAREN2, - STATE(77), 1, - sym__directive_parameter, - STATE(5635), 1, - sym__if_statement_directive_body, - [194188] = 3, - ACTIONS(10512), 1, - anon_sym_LPAREN2, - STATE(88), 1, - sym__directive_parameter, - STATE(5634), 1, - sym__if_statement_directive_body, - [194198] = 3, - ACTIONS(10524), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(5633), 1, - sym__if_statement_directive_body, - [194208] = 3, - ACTIONS(11154), 1, - anon_sym_LPAREN2, - STATE(625), 1, - sym__directive_parameter, - STATE(5986), 1, + STATE(6641), 1, sym__directive_body_with_parameter, - [194218] = 3, - ACTIONS(10586), 1, + [197058] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(115), 1, sym__directive_parameter, - STATE(5496), 1, + STATE(5936), 1, sym__if_statement_directive_body, - [194228] = 3, - ACTIONS(10524), 1, + [197068] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6567), 1, + STATE(6642), 1, sym__if_statement_directive_body, - [194238] = 3, - ACTIONS(10512), 1, + [197078] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6568), 1, + STATE(6643), 1, sym__if_statement_directive_body, - [194248] = 3, - ACTIONS(11144), 1, - anon_sym_LPAREN2, - STATE(633), 1, - sym__directive_parameter, - STATE(5985), 1, - sym__directive_body_with_parameter, - [194258] = 3, - ACTIONS(10594), 1, + [197088] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6569), 1, + STATE(6644), 1, sym__if_statement_directive_body, - [194268] = 3, - ACTIONS(11136), 1, - anon_sym_LPAREN2, - STATE(637), 1, - sym__directive_parameter, - STATE(5984), 1, - sym__directive_body_with_parameter, - [194278] = 3, - ACTIONS(10500), 1, + [197098] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6570), 1, + STATE(6645), 1, sym__if_statement_directive_body, - [194288] = 3, - ACTIONS(11130), 1, - anon_sym_LPAREN2, - STATE(641), 1, - sym__directive_parameter, - STATE(5983), 1, - sym__directive_body_with_parameter, - [194298] = 3, - ACTIONS(11124), 1, - anon_sym_LPAREN2, - STATE(644), 1, - sym__directive_parameter, - STATE(5982), 1, - sym__directive_body_with_parameter, - [194308] = 3, - ACTIONS(10662), 1, + [197108] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6571), 1, + STATE(6646), 1, sym__if_statement_directive_body, - [194318] = 3, - ACTIONS(10586), 1, + [197118] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6573), 1, + STATE(6649), 1, sym__if_statement_directive_body, - [194328] = 3, - ACTIONS(11180), 1, - anon_sym_LPAREN2, - STATE(621), 1, - sym__directive_parameter, - STATE(5632), 1, - sym__directive_body_with_parameter, - [194338] = 3, - ACTIONS(10586), 1, + [197128] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6574), 1, + STATE(6650), 1, sym__if_statement_directive_body, - [194348] = 3, - ACTIONS(10518), 1, + [197138] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6575), 1, + STATE(6651), 1, sym__if_statement_directive_body, - [194358] = 3, - ACTIONS(10550), 1, + [197148] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6580), 1, + STATE(6656), 1, sym__if_statement_directive_body, - [194368] = 3, - ACTIONS(10566), 1, + [197158] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6581), 1, + STATE(5694), 1, sym__if_statement_directive_body, - [194378] = 3, - ACTIONS(10586), 1, + [197168] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(77), 1, sym__directive_parameter, - STATE(6582), 1, + STATE(5916), 1, sym__if_statement_directive_body, - [194388] = 3, - ACTIONS(10550), 1, + [197178] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5818), 1, + STATE(6657), 1, sym__if_statement_directive_body, - [194398] = 3, - ACTIONS(10524), 1, + [197188] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5574), 1, + STATE(6658), 1, sym__if_statement_directive_body, - [194408] = 3, - ACTIONS(11172), 1, - anon_sym_LPAREN2, - STATE(250), 1, - sym__directive_parameter, - STATE(5631), 1, - sym__directive_body_with_parameter, - [194418] = 3, - ACTIONS(11204), 1, + [197198] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5971), 1, - sym__directive_body_with_parameter, - [194428] = 3, - ACTIONS(10820), 1, + STATE(5904), 1, + sym__if_statement_directive_body, + [197208] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5970), 1, + STATE(6659), 1, sym__directive_body_with_parameter, - [194438] = 3, - ACTIONS(11016), 1, + [197218] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(533), 1, sym__directive_parameter, - STATE(5969), 1, + STATE(6660), 1, sym__directive_body_with_parameter, - [194448] = 3, - ACTIONS(11166), 1, + [197228] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(122), 1, sym__directive_parameter, - STATE(5630), 1, - sym__directive_body_with_parameter, - [194458] = 3, - ACTIONS(11160), 1, + STATE(5872), 1, + sym__if_statement_directive_body, + [197238] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(621), 1, sym__directive_parameter, - STATE(5629), 1, + STATE(5840), 1, sym__directive_body_with_parameter, - [194468] = 3, - ACTIONS(11180), 1, + [197248] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(115), 1, sym__directive_parameter, - STATE(5576), 1, - sym__directive_body_with_parameter, - [194478] = 3, - ACTIONS(11154), 1, + STATE(5690), 1, + sym__if_statement_directive_body, + [197258] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(77), 1, sym__directive_parameter, - STATE(5627), 1, - sym__directive_body_with_parameter, - [194488] = 3, - ACTIONS(11144), 1, + STATE(5689), 1, + sym__if_statement_directive_body, + [197268] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5626), 1, + STATE(6661), 1, sym__directive_body_with_parameter, - [194498] = 3, - ACTIONS(11136), 1, + [197278] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5625), 1, + STATE(6662), 1, sym__directive_body_with_parameter, - [194508] = 3, - ACTIONS(11130), 1, + [197288] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5624), 1, + STATE(6663), 1, sym__directive_body_with_parameter, - [194518] = 3, - ACTIONS(11198), 1, + [197298] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(88), 1, sym__directive_parameter, - STATE(6583), 1, - sym__directive_body_with_parameter, - [194528] = 3, - ACTIONS(11182), 1, + STATE(5688), 1, + sym__if_statement_directive_body, + [197308] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(122), 1, sym__directive_parameter, - STATE(6584), 1, - sym__directive_body_with_parameter, - [194538] = 3, - ACTIONS(11182), 1, + STATE(5687), 1, + sym__if_statement_directive_body, + [197318] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5967), 1, + STATE(5692), 1, sym__directive_body_with_parameter, - [194548] = 3, - ACTIONS(11138), 1, + [197328] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(516), 1, sym__directive_parameter, - STATE(6585), 1, + STATE(5808), 1, sym__directive_body_with_parameter, - [194558] = 3, - ACTIONS(11016), 1, + [197338] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(611), 1, sym__directive_parameter, - STATE(6586), 1, + STATE(5776), 1, sym__directive_body_with_parameter, - [194568] = 3, - ACTIONS(10820), 1, + [197348] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(621), 1, sym__directive_parameter, - STATE(6587), 1, + STATE(5686), 1, sym__directive_body_with_parameter, - [194578] = 3, - ACTIONS(11172), 1, + [197358] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(5946), 1, + STATE(5685), 1, sym__directive_body_with_parameter, - [194588] = 3, - ACTIONS(11204), 1, + [197368] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6590), 1, + STATE(6664), 1, sym__directive_body_with_parameter, - [194598] = 3, - ACTIONS(11198), 1, + [197378] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(516), 1, sym__directive_parameter, - STATE(5966), 1, + STATE(5684), 1, sym__directive_body_with_parameter, - [194608] = 3, - ACTIONS(11124), 1, + [197388] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5623), 1, + STATE(5744), 1, sym__directive_body_with_parameter, - [194618] = 3, - ACTIONS(11124), 1, + [197398] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6172), 1, + STATE(6670), 1, sym__directive_body_with_parameter, - [194628] = 3, - ACTIONS(11130), 1, + [197408] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6600), 1, + STATE(6671), 1, sym__directive_body_with_parameter, - [194638] = 3, - ACTIONS(11136), 1, + [197418] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6601), 1, + STATE(6672), 1, sym__directive_body_with_parameter, - [194648] = 3, - ACTIONS(11144), 1, + [197428] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6602), 1, + STATE(5861), 1, sym__directive_body_with_parameter, - [194658] = 3, - ACTIONS(11154), 1, + [197438] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6603), 1, + STATE(6674), 1, sym__directive_body_with_parameter, - [194668] = 3, - ACTIONS(11160), 1, + [197448] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6605), 1, + STATE(5683), 1, sym__directive_body_with_parameter, - [194678] = 3, - ACTIONS(11166), 1, + [197458] = 3, + ACTIONS(11335), 1, + anon_sym_LPAREN2, + STATE(611), 1, + sym__directive_parameter, + STATE(6676), 1, + sym__directive_body_with_parameter, + [197468] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6606), 1, + STATE(6677), 1, sym__directive_body_with_parameter, - [194688] = 3, - ACTIONS(11172), 1, + [197478] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6607), 1, + STATE(6678), 1, sym__directive_body_with_parameter, - [194698] = 3, - ACTIONS(11180), 1, + [197488] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6608), 1, + STATE(6679), 1, sym__directive_body_with_parameter, - [194708] = 3, - ACTIONS(11100), 1, + [197498] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(649), 1, + STATE(633), 1, sym__directive_parameter, - STATE(5698), 1, + STATE(5712), 1, sym__directive_body_with_parameter, - [194718] = 3, - ACTIONS(10524), 1, + [197508] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6609), 1, + STATE(6680), 1, sym__if_statement_directive_body, - [194728] = 3, - ACTIONS(10512), 1, + [197518] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6610), 1, + STATE(6681), 1, sym__if_statement_directive_body, - [194738] = 3, - ACTIONS(10594), 1, + [197528] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6611), 1, - sym__if_statement_directive_body, - [194748] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(5965), 1, + STATE(6682), 1, sym__if_statement_directive_body, - [194758] = 3, - ACTIONS(10500), 1, + [197538] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6612), 1, + STATE(6683), 1, sym__if_statement_directive_body, - [194768] = 3, - ACTIONS(10662), 1, + [197548] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6613), 1, + STATE(6684), 1, sym__if_statement_directive_body, - [194778] = 3, - ACTIONS(10586), 1, + [197558] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6615), 1, + STATE(6686), 1, sym__if_statement_directive_body, - [194788] = 3, - ACTIONS(10586), 1, + [197568] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6616), 1, + STATE(6687), 1, sym__if_statement_directive_body, - [194798] = 3, - ACTIONS(10518), 1, + [197578] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6617), 1, + STATE(6688), 1, sym__if_statement_directive_body, - [194808] = 3, - ACTIONS(10566), 1, + [197588] = 3, + ACTIONS(10725), 1, + anon_sym_LPAREN2, + STATE(98), 1, + sym__directive_parameter, + STATE(6692), 1, + sym__if_statement_directive_body, + [197598] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5820), 1, + STATE(6693), 1, sym__if_statement_directive_body, - [194818] = 3, - ACTIONS(10586), 1, + [197608] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5822), 1, + STATE(6694), 1, sym__if_statement_directive_body, - [194828] = 3, - ACTIONS(11198), 1, + [197618] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(5823), 1, + STATE(6695), 1, sym__directive_body_with_parameter, - [194838] = 3, - ACTIONS(10550), 1, + [197628] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6623), 1, - sym__if_statement_directive_body, - [194848] = 3, - ACTIONS(10566), 1, + STATE(6696), 1, + sym__directive_body_with_parameter, + [197638] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(439), 1, sym__directive_parameter, - STATE(6624), 1, - sym__if_statement_directive_body, - [194858] = 3, - ACTIONS(10586), 1, + STATE(6697), 1, + sym__directive_body_with_parameter, + [197648] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(345), 1, sym__directive_parameter, - STATE(6625), 1, - sym__if_statement_directive_body, - [194868] = 3, - ACTIONS(11198), 1, + STATE(6698), 1, + sym__directive_body_with_parameter, + [197658] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(246), 1, sym__directive_parameter, - STATE(6626), 1, + STATE(6699), 1, sym__directive_body_with_parameter, - [194878] = 3, - ACTIONS(11182), 1, + [197668] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6627), 1, + STATE(6700), 1, sym__directive_body_with_parameter, - [194888] = 3, - ACTIONS(11172), 1, + [197678] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(637), 1, sym__directive_parameter, - STATE(5548), 1, + STATE(5564), 1, sym__directive_body_with_parameter, - [194898] = 3, - ACTIONS(10820), 1, + [197688] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5607), 1, + STATE(5680), 1, sym__directive_body_with_parameter, - [194908] = 3, - ACTIONS(11016), 1, + [197698] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5606), 1, + STATE(6605), 1, sym__directive_body_with_parameter, - [194918] = 3, - ACTIONS(11138), 1, + [197708] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5605), 1, + STATE(6174), 1, sym__directive_body_with_parameter, - [194928] = 3, - ACTIONS(11138), 1, + [197718] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(77), 1, sym__directive_parameter, - STATE(6628), 1, + STATE(5634), 1, + sym__if_statement_directive_body, + [197728] = 3, + ACTIONS(11311), 1, + anon_sym_LPAREN2, + STATE(637), 1, + sym__directive_parameter, + STATE(6652), 1, sym__directive_body_with_parameter, - [194938] = 3, - ACTIONS(11016), 1, + [197738] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(633), 1, sym__directive_parameter, - STATE(6629), 1, + STATE(6634), 1, sym__directive_body_with_parameter, - [194948] = 3, - ACTIONS(10820), 1, + [197748] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(625), 1, sym__directive_parameter, - STATE(6630), 1, + STATE(6633), 1, sym__directive_body_with_parameter, - [194958] = 3, - ACTIONS(11182), 1, + [197758] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(611), 1, sym__directive_parameter, - STATE(5824), 1, + STATE(6631), 1, sym__directive_body_with_parameter, - [194968] = 3, - ACTIONS(11204), 1, + [197768] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(516), 1, sym__directive_parameter, - STATE(6632), 1, + STATE(6627), 1, sym__directive_body_with_parameter, - [194978] = 3, - ACTIONS(11182), 1, + [197778] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5604), 1, + STATE(6626), 1, sym__directive_body_with_parameter, - [194988] = 3, - ACTIONS(11138), 1, + [197788] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(621), 1, sym__directive_parameter, - STATE(5825), 1, + STATE(6625), 1, sym__directive_body_with_parameter, - [194998] = 3, - ACTIONS(10566), 1, + [197798] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5964), 1, + STATE(5659), 1, + sym__directive_body_with_parameter, + [197808] = 3, + ACTIONS(11319), 1, + anon_sym_LPAREN2, + STATE(633), 1, + sym__directive_parameter, + STATE(5679), 1, + sym__directive_body_with_parameter, + [197818] = 3, + ACTIONS(10699), 1, + anon_sym_LPAREN2, + STATE(122), 1, + sym__directive_parameter, + STATE(6623), 1, sym__if_statement_directive_body, - [195008] = 3, - ACTIONS(11198), 1, + [197828] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5603), 1, + STATE(6622), 1, + sym__if_statement_directive_body, + [197838] = 3, + ACTIONS(10769), 1, + anon_sym_LPAREN2, + STATE(77), 1, + sym__directive_parameter, + STATE(6620), 1, + sym__if_statement_directive_body, + [197848] = 3, + ACTIONS(10675), 1, + anon_sym_LPAREN2, + STATE(115), 1, + sym__directive_parameter, + STATE(6619), 1, + sym__if_statement_directive_body, + [197858] = 3, + ACTIONS(10837), 1, + anon_sym_LPAREN2, + STATE(119), 1, + sym__directive_parameter, + STATE(6618), 1, + sym__if_statement_directive_body, + [197868] = 3, + ACTIONS(11311), 1, + anon_sym_LPAREN2, + STATE(637), 1, + sym__directive_parameter, + STATE(5676), 1, sym__directive_body_with_parameter, - [195018] = 3, - ACTIONS(11124), 1, + [197878] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(83), 1, sym__directive_parameter, - STATE(6638), 1, + STATE(6647), 1, + sym__if_statement_directive_body, + [197888] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(6614), 1, + sym__if_statement_directive_body, + [197898] = 3, + ACTIONS(10693), 1, + anon_sym_LPAREN2, + STATE(140), 1, + sym__directive_parameter, + STATE(6613), 1, + sym__if_statement_directive_body, + [197908] = 3, + ACTIONS(11305), 1, + anon_sym_LPAREN2, + STATE(641), 1, + sym__directive_parameter, + STATE(5675), 1, sym__directive_body_with_parameter, - [195028] = 3, - ACTIONS(11172), 1, + [197918] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(98), 1, sym__directive_parameter, - STATE(5577), 1, + STATE(6609), 1, + sym__if_statement_directive_body, + [197928] = 3, + ACTIONS(10741), 1, + anon_sym_LPAREN2, + STATE(78), 1, + sym__directive_parameter, + STATE(6608), 1, + sym__if_statement_directive_body, + [197938] = 3, + ACTIONS(11373), 1, + anon_sym_LPAREN2, + STATE(627), 1, + sym__directive_parameter, + STATE(5486), 1, sym__directive_body_with_parameter, - [195038] = 3, - ACTIONS(10586), 1, + [197948] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5601), 1, + STATE(6603), 1, sym__if_statement_directive_body, - [195048] = 3, - ACTIONS(11130), 1, + [197958] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(627), 1, sym__directive_parameter, - STATE(6639), 1, + STATE(6602), 1, sym__directive_body_with_parameter, - [195058] = 3, - ACTIONS(13132), 1, + [197968] = 3, + ACTIONS(13307), 1, anon_sym_RPAREN, - ACTIONS(13134), 1, + ACTIONS(13309), 1, anon_sym_LPAREN, - ACTIONS(13136), 1, + ACTIONS(13311), 1, aux_sym_parameter_token1, - [195068] = 3, - ACTIONS(11136), 1, + [197978] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6640), 1, + STATE(6590), 1, sym__directive_body_with_parameter, - [195078] = 3, - ACTIONS(11144), 1, + [197988] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(439), 1, sym__directive_parameter, - STATE(6641), 1, + STATE(6585), 1, sym__directive_body_with_parameter, - [195088] = 3, - ACTIONS(11154), 1, + [197998] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(345), 1, sym__directive_parameter, - STATE(6642), 1, + STATE(6572), 1, sym__directive_body_with_parameter, - [195098] = 3, - ACTIONS(11166), 1, + [198008] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5578), 1, + STATE(5674), 1, sym__directive_body_with_parameter, - [195108] = 3, - ACTIONS(10550), 1, + [198018] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(444), 1, sym__directive_parameter, - STATE(5963), 1, - sym__if_statement_directive_body, - [195118] = 3, - ACTIONS(10566), 1, + STATE(5444), 1, + sym__directive_body_with_parameter, + [198028] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5600), 1, - sym__if_statement_directive_body, - [195128] = 3, - ACTIONS(10524), 1, + STATE(6571), 1, + sym__directive_body_with_parameter, + [198038] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5757), 1, - sym__if_statement_directive_body, - [195138] = 3, - ACTIONS(10518), 1, + STATE(5545), 1, + sym__directive_body_with_parameter, + [198048] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5958), 1, - sym__if_statement_directive_body, - [195148] = 3, - ACTIONS(11160), 1, + STATE(5544), 1, + sym__directive_body_with_parameter, + [198058] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6644), 1, + STATE(6570), 1, sym__directive_body_with_parameter, - [195158] = 3, - ACTIONS(11166), 1, + [198068] = 3, + ACTIONS(11275), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(649), 1, sym__directive_parameter, - STATE(6645), 1, + STATE(5774), 1, sym__directive_body_with_parameter, - [195168] = 3, - ACTIONS(10550), 1, + [198078] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5599), 1, - sym__if_statement_directive_body, - [195178] = 3, - ACTIONS(11016), 1, + STATE(6559), 1, + sym__directive_body_with_parameter, + [198088] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(444), 1, sym__directive_parameter, - STATE(5826), 1, + STATE(5654), 1, sym__directive_body_with_parameter, - [195188] = 1, - ACTIONS(10934), 3, - anon_sym_ATdefault, - anon_sym_ATendswitch, - anon_sym_ATcase, - [195194] = 3, - ACTIONS(11182), 1, + [198098] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5980), 1, + STATE(6558), 1, sym__directive_body_with_parameter, - [195204] = 3, - ACTIONS(11138), 1, + [198108] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(637), 1, sym__directive_parameter, - STATE(5981), 1, + STATE(6557), 1, sym__directive_body_with_parameter, - [195214] = 3, - ACTIONS(10518), 1, + [198118] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(633), 1, sym__directive_parameter, - STATE(5591), 1, - sym__if_statement_directive_body, - [195224] = 3, - ACTIONS(11172), 1, + STATE(6556), 1, + sym__directive_body_with_parameter, + [198128] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(625), 1, sym__directive_parameter, - STATE(6646), 1, + STATE(6555), 1, sym__directive_body_with_parameter, - [195234] = 3, - ACTIONS(11180), 1, + [198138] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(611), 1, sym__directive_parameter, - STATE(6647), 1, + STATE(6549), 1, sym__directive_body_with_parameter, - [195244] = 3, - ACTIONS(10586), 1, + [198148] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(516), 1, sym__directive_parameter, - STATE(5957), 1, - sym__if_statement_directive_body, - [195254] = 3, - ACTIONS(10586), 1, + STATE(6537), 1, + sym__directive_body_with_parameter, + [198158] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5495), 1, - sym__if_statement_directive_body, - [195264] = 3, - ACTIONS(10524), 1, + STATE(5653), 1, + sym__directive_body_with_parameter, + [198168] = 3, + ACTIONS(11347), 1, + anon_sym_LPAREN2, + STATE(250), 1, + sym__directive_parameter, + STATE(6532), 1, + sym__directive_body_with_parameter, + [198178] = 3, + ACTIONS(11355), 1, + anon_sym_LPAREN2, + STATE(621), 1, + sym__directive_parameter, + STATE(6519), 1, + sym__directive_body_with_parameter, + [198188] = 3, + ACTIONS(11357), 1, + anon_sym_LPAREN2, + STATE(533), 1, + sym__directive_parameter, + STATE(5485), 1, + sym__directive_body_with_parameter, + [198198] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6648), 1, + STATE(6518), 1, sym__if_statement_directive_body, - [195274] = 3, - ACTIONS(10512), 1, + [198208] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6649), 1, + STATE(6517), 1, sym__if_statement_directive_body, - [195284] = 3, - ACTIONS(10594), 1, + [198218] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6650), 1, + STATE(6513), 1, sym__if_statement_directive_body, - [195294] = 3, - ACTIONS(10500), 1, + [198228] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6651), 1, + STATE(6512), 1, sym__if_statement_directive_body, - [195304] = 3, - ACTIONS(10662), 1, + [198238] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6652), 1, + STATE(6511), 1, sym__if_statement_directive_body, - [195314] = 3, - ACTIONS(10586), 1, + [198248] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6654), 1, + STATE(6508), 1, sym__if_statement_directive_body, - [195324] = 3, - ACTIONS(10586), 1, + [198258] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6655), 1, + STATE(6507), 1, sym__if_statement_directive_body, - [195334] = 3, - ACTIONS(10518), 1, + [198268] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6656), 1, - sym__if_statement_directive_body, - [195344] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(5956), 1, + STATE(6506), 1, sym__if_statement_directive_body, - [195354] = 3, - ACTIONS(10550), 1, + [198278] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6660), 1, + STATE(6450), 1, sym__if_statement_directive_body, - [195364] = 3, - ACTIONS(10566), 1, + [198288] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6661), 1, + STATE(6500), 1, sym__if_statement_directive_body, - [195374] = 3, - ACTIONS(10586), 1, + [198298] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6662), 1, + STATE(6499), 1, sym__if_statement_directive_body, - [195384] = 3, - ACTIONS(11198), 1, + [198308] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6663), 1, + STATE(6498), 1, sym__directive_body_with_parameter, - [195394] = 3, - ACTIONS(11182), 1, + [198318] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6664), 1, + STATE(6497), 1, sym__directive_body_with_parameter, - [195404] = 3, - ACTIONS(11138), 1, + [198328] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6665), 1, + STATE(6496), 1, sym__directive_body_with_parameter, - [195414] = 3, - ACTIONS(11016), 1, + [198338] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6666), 1, + STATE(6495), 1, sym__directive_body_with_parameter, - [195424] = 3, - ACTIONS(10820), 1, + [198348] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(6667), 1, + STATE(6494), 1, sym__directive_body_with_parameter, - [195434] = 3, - ACTIONS(11204), 1, + [198358] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6669), 1, + STATE(6489), 1, sym__directive_body_with_parameter, - [195444] = 3, - ACTIONS(10518), 1, - anon_sym_LPAREN2, - STATE(140), 1, - sym__directive_parameter, - STATE(5494), 1, - sym__if_statement_directive_body, - [195454] = 3, - ACTIONS(10586), 1, + [198368] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(5590), 1, - sym__if_statement_directive_body, - [195464] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5586), 1, - sym__if_statement_directive_body, - [195474] = 3, - ACTIONS(11124), 1, + STATE(5543), 1, + sym__directive_body_with_parameter, + [198378] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6684), 1, + STATE(6452), 1, sym__directive_body_with_parameter, - [195484] = 3, - ACTIONS(11130), 1, + [198388] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6685), 1, + STATE(6451), 1, sym__directive_body_with_parameter, - [195494] = 3, - ACTIONS(11136), 1, + [198398] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6686), 1, + STATE(6449), 1, sym__directive_body_with_parameter, - [195504] = 3, - ACTIONS(11144), 1, + [198408] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6687), 1, + STATE(6448), 1, sym__directive_body_with_parameter, - [195514] = 3, - ACTIONS(10662), 1, + [198418] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5954), 1, - sym__if_statement_directive_body, - [195524] = 3, - ACTIONS(11154), 1, + STATE(6550), 1, + sym__directive_body_with_parameter, + [198428] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(345), 1, sym__directive_parameter, - STATE(6688), 1, + STATE(5652), 1, sym__directive_body_with_parameter, - [195534] = 3, - ACTIONS(11160), 1, + [198438] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6690), 1, + STATE(6445), 1, sym__directive_body_with_parameter, - [195544] = 3, - ACTIONS(11166), 1, + [198448] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6691), 1, + STATE(6444), 1, sym__directive_body_with_parameter, - [195554] = 3, - ACTIONS(11172), 1, + [198458] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6692), 1, + STATE(6443), 1, sym__directive_body_with_parameter, - [195564] = 3, - ACTIONS(11180), 1, + [198468] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6693), 1, + STATE(6442), 1, sym__directive_body_with_parameter, - [195574] = 3, - ACTIONS(11160), 1, + [198478] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(533), 1, sym__directive_parameter, - STATE(5579), 1, + STATE(5542), 1, sym__directive_body_with_parameter, - [195584] = 3, - ACTIONS(10524), 1, + [198488] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6694), 1, - sym__if_statement_directive_body, - [195594] = 3, - ACTIONS(10500), 1, - anon_sym_LPAREN2, - STATE(115), 1, - sym__directive_parameter, - STATE(5953), 1, + STATE(6437), 1, sym__if_statement_directive_body, - [195604] = 3, - ACTIONS(10662), 1, + [198498] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5584), 1, + STATE(6436), 1, sym__if_statement_directive_body, - [195614] = 3, - ACTIONS(11204), 1, + [198508] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(439), 1, sym__directive_parameter, - STATE(6045), 1, + STATE(5651), 1, sym__directive_body_with_parameter, - [195624] = 3, - ACTIONS(10594), 1, + [198518] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(5952), 1, + STATE(6424), 1, sym__if_statement_directive_body, - [195634] = 3, - ACTIONS(10512), 1, + [198528] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(115), 1, sym__directive_parameter, - STATE(6695), 1, + STATE(6419), 1, sym__if_statement_directive_body, - [195644] = 3, - ACTIONS(10594), 1, + [198538] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(533), 1, sym__directive_parameter, - STATE(6696), 1, - sym__if_statement_directive_body, - [195654] = 3, - ACTIONS(10500), 1, + STATE(5650), 1, + sym__directive_body_with_parameter, + [198548] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6697), 1, + STATE(6406), 1, sym__if_statement_directive_body, - [195664] = 3, - ACTIONS(10512), 1, + [198558] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5951), 1, + STATE(6404), 1, sym__if_statement_directive_body, - [195674] = 3, - ACTIONS(10524), 1, + [198568] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5950), 1, + STATE(6403), 1, sym__if_statement_directive_body, - [195684] = 3, - ACTIONS(10820), 1, + [198578] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5827), 1, + STATE(5649), 1, sym__directive_body_with_parameter, - [195694] = 3, - ACTIONS(10662), 1, + [198588] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(439), 1, sym__directive_parameter, - STATE(6698), 1, - sym__if_statement_directive_body, - [195704] = 3, - ACTIONS(11166), 1, + STATE(5484), 1, + sym__directive_body_with_parameter, + [198598] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5802), 1, + STATE(5540), 1, sym__directive_body_with_parameter, - [195714] = 3, - ACTIONS(10586), 1, + [198608] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6700), 1, + STATE(5539), 1, sym__if_statement_directive_body, - [195724] = 3, - ACTIONS(10586), 1, + [198618] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6701), 1, + STATE(5648), 1, sym__if_statement_directive_body, - [195734] = 3, - ACTIONS(10518), 1, + [198628] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6702), 1, + STATE(5647), 1, sym__if_statement_directive_body, - [195744] = 3, - ACTIONS(11154), 1, + [198638] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(140), 1, sym__directive_parameter, - STATE(5581), 1, - sym__directive_body_with_parameter, - [195754] = 3, - ACTIONS(10550), 1, + STATE(6322), 1, + sym__if_statement_directive_body, + [198648] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(5712), 1, + STATE(5646), 1, sym__if_statement_directive_body, - [195764] = 3, - ACTIONS(11180), 1, - anon_sym_LPAREN2, - STATE(621), 1, - sym__directive_parameter, - STATE(5947), 1, - sym__directive_body_with_parameter, - [195774] = 3, - ACTIONS(10566), 1, + [198658] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(98), 1, sym__directive_parameter, - STATE(6703), 1, + STATE(6394), 1, sym__if_statement_directive_body, - [195784] = 3, - ACTIONS(10586), 1, + [198668] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6683), 1, + STATE(6393), 1, sym__if_statement_directive_body, - [195794] = 3, - ACTIONS(11198), 1, + [198678] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(627), 1, - sym__directive_parameter, - STATE(6682), 1, - sym__directive_body_with_parameter, - [195804] = 3, - ACTIONS(11130), 1, - anon_sym_LPAREN2, - STATE(641), 1, + STATE(533), 1, sym__directive_parameter, - STATE(5845), 1, + STATE(5980), 1, sym__directive_body_with_parameter, - [195814] = 3, - ACTIONS(11166), 1, + [198688] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5945), 1, + STATE(5981), 1, sym__directive_body_with_parameter, - [195824] = 3, - ACTIONS(10500), 1, + [198698] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5583), 1, + STATE(6392), 1, sym__if_statement_directive_body, - [195834] = 3, - ACTIONS(11160), 1, + [198708] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(611), 1, - sym__directive_parameter, - STATE(5944), 1, - sym__directive_body_with_parameter, - [195844] = 3, - ACTIONS(11154), 1, - anon_sym_LPAREN2, - STATE(625), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5942), 1, + STATE(6391), 1, sym__directive_body_with_parameter, - [195854] = 3, - ACTIONS(10594), 1, - anon_sym_LPAREN2, - STATE(77), 1, - sym__directive_parameter, - STATE(5575), 1, - sym__if_statement_directive_body, - [195864] = 3, - ACTIONS(10512), 1, + [198718] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(140), 1, sym__directive_parameter, - STATE(5569), 1, + STATE(5641), 1, sym__if_statement_directive_body, - [195874] = 3, - ACTIONS(10524), 1, + [198728] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5545), 1, + STATE(5640), 1, sym__if_statement_directive_body, - [195884] = 3, - ACTIONS(11144), 1, + [198738] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(633), 1, - sym__directive_parameter, - STATE(5941), 1, - sym__directive_body_with_parameter, - [195894] = 3, - ACTIONS(11136), 1, - anon_sym_LPAREN2, - STATE(637), 1, - sym__directive_parameter, - STATE(5940), 1, - sym__directive_body_with_parameter, - [195904] = 3, - ACTIONS(11130), 1, - anon_sym_LPAREN2, - STATE(641), 1, - sym__directive_parameter, - STATE(5939), 1, - sym__directive_body_with_parameter, - [195914] = 3, - ACTIONS(11124), 1, - anon_sym_LPAREN2, - STATE(644), 1, + STATE(533), 1, sym__directive_parameter, - STATE(5913), 1, + STATE(6390), 1, sym__directive_body_with_parameter, - [195924] = 3, - ACTIONS(10518), 1, + [198748] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5768), 1, + STATE(5538), 1, sym__if_statement_directive_body, - [195934] = 3, - ACTIONS(11182), 1, + [198758] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(98), 1, sym__directive_parameter, - STATE(6681), 1, - sym__directive_body_with_parameter, - [195944] = 3, - ACTIONS(11138), 1, + STATE(5535), 1, + sym__if_statement_directive_body, + [198768] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6679), 1, - sym__directive_body_with_parameter, - [195954] = 3, - ACTIONS(11204), 1, - anon_sym_LPAREN2, - STATE(444), 1, - sym__directive_parameter, - STATE(5928), 1, + STATE(6388), 1, sym__directive_body_with_parameter, - [195964] = 3, - ACTIONS(11016), 1, + [198778] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6678), 1, - sym__directive_body_with_parameter, - [195974] = 3, - ACTIONS(10820), 1, - anon_sym_LPAREN2, - STATE(246), 1, - sym__directive_parameter, - STATE(6677), 1, + STATE(6387), 1, sym__directive_body_with_parameter, - [195984] = 3, - ACTIONS(10820), 1, + [198788] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(5925), 1, + STATE(6386), 1, sym__directive_body_with_parameter, - [195994] = 3, - ACTIONS(11016), 1, + [198798] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5924), 1, - sym__directive_body_with_parameter, - [196004] = 3, - ACTIONS(11204), 1, + STATE(5639), 1, + sym__if_statement_directive_body, + [198808] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6676), 1, - sym__directive_body_with_parameter, - [196014] = 3, - ACTIONS(11138), 1, - anon_sym_LPAREN2, - STATE(439), 1, - sym__directive_parameter, - STATE(5923), 1, + STATE(6385), 1, sym__directive_body_with_parameter, - [196024] = 3, - ACTIONS(11180), 1, + [198818] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(140), 1, sym__directive_parameter, - STATE(5551), 1, - sym__directive_body_with_parameter, - [196034] = 3, - ACTIONS(11124), 1, + STATE(5527), 1, + sym__if_statement_directive_body, + [198828] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6599), 1, + STATE(6345), 1, sym__directive_body_with_parameter, - [196044] = 3, - ACTIONS(11130), 1, + [198838] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6597), 1, + STATE(6344), 1, sym__directive_body_with_parameter, - [196054] = 3, - ACTIONS(11136), 1, + [198848] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6596), 1, + STATE(6447), 1, sym__directive_body_with_parameter, - [196064] = 3, - ACTIONS(11144), 1, + [198858] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6594), 1, + STATE(6341), 1, sym__directive_body_with_parameter, - [196074] = 3, - ACTIONS(11154), 1, + [198868] = 3, + ACTIONS(10837), 1, + anon_sym_LPAREN2, + STATE(119), 1, + sym__directive_parameter, + STATE(5636), 1, + sym__if_statement_directive_body, + [198878] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6589), 1, + STATE(6340), 1, sym__directive_body_with_parameter, - [196084] = 3, - ACTIONS(11160), 1, + [198888] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6576), 1, + STATE(6337), 1, sym__directive_body_with_parameter, - [196094] = 3, - ACTIONS(11166), 1, + [198898] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6556), 1, + STATE(6335), 1, sym__directive_body_with_parameter, - [196104] = 3, - ACTIONS(11172), 1, + [198908] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(115), 1, sym__directive_parameter, - STATE(6555), 1, - sym__directive_body_with_parameter, - [196114] = 3, - ACTIONS(11182), 1, + STATE(5635), 1, + sym__if_statement_directive_body, + [198918] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5922), 1, + STATE(6334), 1, sym__directive_body_with_parameter, - [196124] = 3, - ACTIONS(11180), 1, + [198928] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6554), 1, + STATE(6333), 1, sym__directive_body_with_parameter, - [196134] = 3, - ACTIONS(11198), 1, + [198938] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5921), 1, - sym__directive_body_with_parameter, - [196144] = 3, - ACTIONS(10524), 1, + STATE(5521), 1, + sym__if_statement_directive_body, + [198948] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6552), 1, + STATE(6332), 1, sym__if_statement_directive_body, - [196154] = 3, - ACTIONS(10512), 1, + [198958] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6551), 1, + STATE(6331), 1, sym__if_statement_directive_body, - [196164] = 3, - ACTIONS(11166), 1, - anon_sym_LPAREN2, - STATE(516), 1, - sym__directive_parameter, - STATE(5471), 1, - sym__directive_body_with_parameter, - [196174] = 3, - ACTIONS(10594), 1, + [198968] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6550), 1, + STATE(6330), 1, sym__if_statement_directive_body, - [196184] = 3, - ACTIONS(10500), 1, + [198978] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6548), 1, + STATE(6329), 1, sym__if_statement_directive_body, - [196194] = 3, - ACTIONS(10662), 1, + [198988] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6463), 1, - sym__if_statement_directive_body, - [196204] = 3, - ACTIONS(10586), 1, - anon_sym_LPAREN2, - STATE(83), 1, - sym__directive_parameter, - STATE(6541), 1, + STATE(6328), 1, sym__if_statement_directive_body, - [196214] = 3, - ACTIONS(10586), 1, + [198998] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6529), 1, + STATE(6311), 1, sym__if_statement_directive_body, - [196224] = 3, - ACTIONS(10586), 1, + [199008] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5920), 1, + STATE(6306), 1, sym__if_statement_directive_body, - [196234] = 3, - ACTIONS(10518), 1, + [199018] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6509), 1, - sym__if_statement_directive_body, - [196244] = 3, - ACTIONS(10566), 1, - anon_sym_LPAREN2, - STATE(78), 1, - sym__directive_parameter, - STATE(5919), 1, + STATE(6293), 1, sym__if_statement_directive_body, - [196254] = 3, - ACTIONS(10550), 1, + [199028] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(633), 1, sym__directive_parameter, - STATE(5918), 1, - sym__if_statement_directive_body, - [196264] = 3, - ACTIONS(10550), 1, + STATE(5625), 1, + sym__directive_body_with_parameter, + [199038] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6504), 1, + STATE(6286), 1, sym__if_statement_directive_body, - [196274] = 3, - ACTIONS(10566), 1, + [199048] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6502), 1, + STATE(6285), 1, sym__if_statement_directive_body, - [196284] = 3, - ACTIONS(10586), 1, + [199058] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6501), 1, + STATE(6284), 1, sym__if_statement_directive_body, - [196294] = 3, - ACTIONS(11198), 1, + [199068] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6500), 1, + STATE(6283), 1, sym__directive_body_with_parameter, - [196304] = 3, - ACTIONS(11160), 1, + [199078] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(533), 1, sym__directive_parameter, - STATE(5544), 1, + STATE(6281), 1, sym__directive_body_with_parameter, - [196314] = 3, - ACTIONS(11154), 1, + [199088] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5542), 1, + STATE(6280), 1, sym__directive_body_with_parameter, - [196324] = 3, - ACTIONS(11144), 1, + [199098] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5541), 1, + STATE(6279), 1, sym__directive_body_with_parameter, - [196334] = 3, - ACTIONS(11136), 1, + [199108] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5540), 1, + STATE(6278), 1, sym__directive_body_with_parameter, - [196344] = 3, - ACTIONS(11182), 1, + [199118] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6495), 1, + STATE(6277), 1, sym__directive_body_with_parameter, - [196354] = 3, - ACTIONS(11138), 1, + [199128] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(345), 1, sym__directive_parameter, - STATE(6494), 1, + STATE(5483), 1, sym__directive_body_with_parameter, - [196364] = 3, - ACTIONS(11016), 1, + [199138] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(88), 1, sym__directive_parameter, - STATE(6450), 1, + STATE(5633), 1, + sym__if_statement_directive_body, + [199148] = 3, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + STATE(644), 1, + sym__directive_parameter, + STATE(6339), 1, + sym__directive_body_with_parameter, + [199158] = 3, + ACTIONS(11305), 1, + anon_sym_LPAREN2, + STATE(641), 1, + sym__directive_parameter, + STATE(6266), 1, + sym__directive_body_with_parameter, + [199168] = 3, + ACTIONS(11311), 1, + anon_sym_LPAREN2, + STATE(637), 1, + sym__directive_parameter, + STATE(6237), 1, sym__directive_body_with_parameter, - [196374] = 3, - ACTIONS(11144), 1, + [199178] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(5660), 1, + STATE(6236), 1, sym__directive_body_with_parameter, - [196384] = 3, - ACTIONS(11154), 1, + [199188] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(5661), 1, + STATE(6235), 1, sym__directive_body_with_parameter, - [196394] = 3, - ACTIONS(11130), 1, + [199198] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(611), 1, sym__directive_parameter, - STATE(5539), 1, + STATE(6230), 1, sym__directive_body_with_parameter, - [196404] = 3, - ACTIONS(11124), 1, + [199208] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(516), 1, sym__directive_parameter, - STATE(5538), 1, + STATE(6229), 1, sym__directive_body_with_parameter, - [196414] = 3, - ACTIONS(10518), 1, + [199218] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5911), 1, - sym__if_statement_directive_body, - [196424] = 3, - ACTIONS(10586), 1, + STATE(6227), 1, + sym__directive_body_with_parameter, + [199228] = 3, + ACTIONS(11355), 1, + anon_sym_LPAREN2, + STATE(621), 1, + sym__directive_parameter, + STATE(6226), 1, + sym__directive_body_with_parameter, + [199238] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5910), 1, + STATE(5520), 1, sym__if_statement_directive_body, - [196434] = 3, - ACTIONS(10820), 1, + [199248] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(122), 1, sym__directive_parameter, - STATE(6462), 1, - sym__directive_body_with_parameter, - [196444] = 3, - ACTIONS(10566), 1, + STATE(6225), 1, + sym__if_statement_directive_body, + [199258] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5488), 1, + STATE(6223), 1, sym__if_statement_directive_body, - [196454] = 3, - ACTIONS(10586), 1, + [199268] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(77), 1, sym__directive_parameter, - STATE(5909), 1, + STATE(6222), 1, + sym__if_statement_directive_body, + [199278] = 3, + ACTIONS(10675), 1, + anon_sym_LPAREN2, + STATE(115), 1, + sym__directive_parameter, + STATE(6221), 1, + sym__if_statement_directive_body, + [199288] = 3, + ACTIONS(10699), 1, + anon_sym_LPAREN2, + STATE(122), 1, + sym__directive_parameter, + STATE(5632), 1, sym__if_statement_directive_body, - [196464] = 3, - ACTIONS(10662), 1, + [199298] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(5907), 1, + STATE(6220), 1, sym__if_statement_directive_body, - [196474] = 3, - ACTIONS(10500), 1, + [199308] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(115), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5906), 1, + STATE(6218), 1, sym__if_statement_directive_body, - [196484] = 3, - ACTIONS(10594), 1, + [199318] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5905), 1, + STATE(6217), 1, sym__if_statement_directive_body, - [196494] = 3, - ACTIONS(11204), 1, + [199328] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6460), 1, + STATE(5513), 1, + sym__if_statement_directive_body, + [199338] = 3, + ACTIONS(11355), 1, + anon_sym_LPAREN2, + STATE(621), 1, + sym__directive_parameter, + STATE(5631), 1, sym__directive_body_with_parameter, - [196504] = 3, - ACTIONS(11204), 1, + [199348] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5459), 1, + STATE(5630), 1, sym__directive_body_with_parameter, - [196514] = 3, - ACTIONS(10512), 1, + [199358] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(115), 1, sym__directive_parameter, - STATE(5904), 1, + STATE(5512), 1, sym__if_statement_directive_body, - [196524] = 3, - ACTIONS(10524), 1, + [199368] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(98), 1, sym__directive_parameter, - STATE(5903), 1, + STATE(6192), 1, sym__if_statement_directive_body, - [196534] = 3, - ACTIONS(11204), 1, + [199378] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5523), 1, + STATE(6179), 1, + sym__if_statement_directive_body, + [199388] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(6178), 1, + sym__if_statement_directive_body, + [199398] = 3, + ACTIONS(11373), 1, + anon_sym_LPAREN2, + STATE(627), 1, + sym__directive_parameter, + STATE(6177), 1, sym__directive_body_with_parameter, - [196544] = 3, - ACTIONS(10820), 1, + [199408] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(533), 1, sym__directive_parameter, - STATE(5458), 1, + STATE(6176), 1, sym__directive_body_with_parameter, - [196554] = 3, - ACTIONS(11144), 1, + [199418] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5582), 1, + STATE(6169), 1, sym__directive_body_with_parameter, - [196564] = 3, - ACTIONS(11180), 1, + [199428] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(516), 1, sym__directive_parameter, - STATE(5902), 1, + STATE(5629), 1, sym__directive_body_with_parameter, - [196574] = 3, - ACTIONS(10820), 1, + [199438] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(611), 1, sym__directive_parameter, - STATE(5521), 1, + STATE(5628), 1, sym__directive_body_with_parameter, - [196584] = 3, - ACTIONS(11016), 1, + [199448] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(5520), 1, + STATE(6168), 1, sym__directive_body_with_parameter, - [196594] = 3, - ACTIONS(11136), 1, + [199458] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(77), 1, sym__directive_parameter, - STATE(5587), 1, + STATE(5498), 1, + sym__if_statement_directive_body, + [199468] = 3, + ACTIONS(11015), 1, + anon_sym_LPAREN2, + STATE(246), 1, + sym__directive_parameter, + STATE(5482), 1, sym__directive_body_with_parameter, - [196604] = 3, - ACTIONS(11138), 1, + [199478] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5519), 1, + STATE(6167), 1, sym__directive_body_with_parameter, - [196614] = 3, - ACTIONS(11182), 1, + [199488] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(444), 1, sym__directive_parameter, - STATE(5515), 1, + STATE(6166), 1, sym__directive_body_with_parameter, - [196624] = 3, - ACTIONS(11198), 1, + [199498] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(444), 1, sym__directive_parameter, - STATE(5514), 1, + STATE(5479), 1, sym__directive_body_with_parameter, - [196634] = 3, - ACTIONS(10586), 1, + [199508] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5513), 1, - sym__if_statement_directive_body, - [196644] = 3, - ACTIONS(10566), 1, + STATE(5626), 1, + sym__directive_body_with_parameter, + [199518] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5512), 1, + STATE(5534), 1, sym__if_statement_directive_body, - [196654] = 3, - ACTIONS(11124), 1, + [199528] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6383), 1, + STATE(6157), 1, sym__directive_body_with_parameter, - [196664] = 3, - ACTIONS(11124), 1, + [199538] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5844), 1, + STATE(6152), 1, sym__directive_body_with_parameter, - [196674] = 3, - ACTIONS(11130), 1, + [199548] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6382), 1, + STATE(5621), 1, sym__directive_body_with_parameter, - [196684] = 3, - ACTIONS(11136), 1, + [199558] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(6381), 1, + STATE(6151), 1, sym__directive_body_with_parameter, - [196694] = 3, - ACTIONS(11144), 1, + [199568] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(6378), 1, + STATE(6137), 1, sym__directive_body_with_parameter, - [196704] = 3, - ACTIONS(11172), 1, + [199578] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5901), 1, + STATE(5620), 1, sym__directive_body_with_parameter, - [196714] = 3, - ACTIONS(11154), 1, + [199588] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(6377), 1, + STATE(6238), 1, sym__directive_body_with_parameter, - [196724] = 3, - ACTIONS(11160), 1, + [199598] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6371), 1, + STATE(6117), 1, sym__directive_body_with_parameter, - [196734] = 3, - ACTIONS(11166), 1, + [199608] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6359), 1, + STATE(6116), 1, sym__directive_body_with_parameter, - [196744] = 3, - ACTIONS(11172), 1, + [199618] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(6339), 1, + STATE(6115), 1, sym__directive_body_with_parameter, - [196754] = 3, - ACTIONS(11180), 1, + [199628] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(6338), 1, + STATE(6111), 1, sym__directive_body_with_parameter, - [196764] = 3, - ACTIONS(11016), 1, + [199638] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5457), 1, - sym__directive_body_with_parameter, - [196774] = 3, - ACTIONS(10524), 1, + STATE(5493), 1, + sym__if_statement_directive_body, + [199648] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6336), 1, + STATE(6110), 1, sym__if_statement_directive_body, - [196784] = 3, - ACTIONS(10512), 1, + [199658] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6335), 1, + STATE(6108), 1, sym__if_statement_directive_body, - [196794] = 3, - ACTIONS(10594), 1, + [199668] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6334), 1, + STATE(6105), 1, sym__if_statement_directive_body, - [196804] = 3, - ACTIONS(10500), 1, + [199678] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6333), 1, + STATE(6104), 1, sym__if_statement_directive_body, - [196814] = 3, - ACTIONS(10662), 1, + [199688] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6331), 1, + STATE(6103), 1, sym__if_statement_directive_body, - [196824] = 3, - ACTIONS(11166), 1, - anon_sym_LPAREN2, - STATE(516), 1, - sym__directive_parameter, - STATE(5900), 1, - sym__directive_body_with_parameter, - [196834] = 3, - ACTIONS(10586), 1, + [199698] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6325), 1, + STATE(6101), 1, sym__if_statement_directive_body, - [196844] = 3, - ACTIONS(10586), 1, + [199708] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6313), 1, + STATE(6099), 1, sym__if_statement_directive_body, - [196854] = 3, - ACTIONS(10518), 1, + [199718] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6293), 1, + STATE(6098), 1, sym__if_statement_directive_body, - [196864] = 3, - ACTIONS(10550), 1, + [199728] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6288), 1, + STATE(6093), 1, sym__if_statement_directive_body, - [196874] = 3, - ACTIONS(10550), 1, + [199738] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5504), 1, - sym__if_statement_directive_body, - [196884] = 3, - ACTIONS(10566), 1, + STATE(5619), 1, + sym__directive_body_with_parameter, + [199748] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(6287), 1, + STATE(6092), 1, sym__if_statement_directive_body, - [196894] = 3, - ACTIONS(10586), 1, + [199758] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6286), 1, + STATE(6087), 1, sym__if_statement_directive_body, - [196904] = 3, - ACTIONS(11198), 1, + [199768] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6284), 1, + STATE(6086), 1, sym__directive_body_with_parameter, - [196914] = 3, - ACTIONS(11182), 1, + [199778] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6283), 1, + STATE(6071), 1, sym__directive_body_with_parameter, - [196924] = 3, - ACTIONS(11138), 1, + [199788] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(122), 1, sym__directive_parameter, - STATE(6278), 1, - sym__directive_body_with_parameter, - [196934] = 3, - ACTIONS(11130), 1, + STATE(5481), 1, + sym__if_statement_directive_body, + [199798] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(439), 1, sym__directive_parameter, - STATE(5588), 1, + STATE(5972), 1, sym__directive_body_with_parameter, - [196944] = 3, - ACTIONS(11016), 1, + [199808] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6277), 1, + STATE(6052), 1, sym__directive_body_with_parameter, - [196954] = 3, - ACTIONS(10820), 1, + [199818] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(6264), 1, + STATE(6051), 1, sym__directive_body_with_parameter, - [196964] = 3, - ACTIONS(11204), 1, + [199828] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6244), 1, + STATE(6050), 1, sym__directive_body_with_parameter, - [196974] = 3, - ACTIONS(10586), 1, + [199838] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5487), 1, - sym__if_statement_directive_body, - [196984] = 3, - ACTIONS(11016), 1, + STATE(5460), 1, + sym__directive_body_with_parameter, + [199848] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6011), 1, + STATE(5459), 1, sym__directive_body_with_parameter, - [196994] = 3, - ACTIONS(11124), 1, + [199858] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(6164), 1, + STATE(6035), 1, sym__directive_body_with_parameter, - [197004] = 3, - ACTIONS(11130), 1, + [199868] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(6163), 1, + STATE(6034), 1, sym__directive_body_with_parameter, - [197014] = 3, - ACTIONS(10820), 1, + [199878] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(246), 1, + STATE(637), 1, sym__directive_parameter, - STATE(6012), 1, + STATE(6033), 1, sym__directive_body_with_parameter, - [197024] = 3, - ACTIONS(10518), 1, + [199888] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(633), 1, sym__directive_parameter, - STATE(5474), 1, - sym__if_statement_directive_body, - [197034] = 3, - ACTIONS(10586), 1, + STATE(6031), 1, + sym__directive_body_with_parameter, + [199898] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5473), 1, - sym__if_statement_directive_body, - [197044] = 3, - ACTIONS(10586), 1, + STATE(6030), 1, + sym__directive_body_with_parameter, + [199908] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(611), 1, sym__directive_parameter, - STATE(5472), 1, - sym__if_statement_directive_body, - [197054] = 3, - ACTIONS(11136), 1, + STATE(6040), 1, + sym__directive_body_with_parameter, + [199918] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(516), 1, sym__directive_parameter, - STATE(6162), 1, + STATE(6009), 1, sym__directive_body_with_parameter, - [197064] = 3, - ACTIONS(11144), 1, + [199928] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(621), 1, sym__directive_parameter, - STATE(6159), 1, + STATE(5475), 1, sym__directive_body_with_parameter, - [197074] = 3, - ACTIONS(11154), 1, + [199938] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(444), 1, sym__directive_parameter, - STATE(6073), 1, + STATE(5586), 1, sym__directive_body_with_parameter, - [197084] = 3, - ACTIONS(10512), 1, + [199948] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5856), 1, + STATE(5480), 1, + sym__directive_body_with_parameter, + [199958] = 3, + ACTIONS(11347), 1, + anon_sym_LPAREN2, + STATE(250), 1, + sym__directive_parameter, + STATE(6004), 1, + sym__directive_body_with_parameter, + [199968] = 3, + ACTIONS(11355), 1, + anon_sym_LPAREN2, + STATE(621), 1, + sym__directive_parameter, + STATE(5991), 1, + sym__directive_body_with_parameter, + [199978] = 3, + ACTIONS(11319), 1, + anon_sym_LPAREN2, + STATE(633), 1, + sym__directive_parameter, + STATE(5456), 1, + sym__directive_body_with_parameter, + [199988] = 3, + ACTIONS(10699), 1, + anon_sym_LPAREN2, + STATE(122), 1, + sym__directive_parameter, + STATE(5990), 1, sym__if_statement_directive_body, - [197094] = 3, - ACTIONS(11160), 1, + [199998] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5899), 1, + STATE(5551), 1, sym__directive_body_with_parameter, - [197104] = 3, - ACTIONS(10662), 1, + [200008] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(119), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5467), 1, + STATE(5989), 1, sym__if_statement_directive_body, - [197114] = 1, - ACTIONS(13138), 3, + [200018] = 3, + ACTIONS(11313), 1, + anon_sym_LPAREN2, + STATE(439), 1, + sym__directive_parameter, + STATE(5548), 1, + sym__directive_body_with_parameter, + [200028] = 1, + ACTIONS(13313), 3, anon_sym_ATdefault, anon_sym_ATendswitch, anon_sym_ATcase, - [197120] = 3, - ACTIONS(11136), 1, + [200034] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5846), 1, + STATE(5455), 1, sym__directive_body_with_parameter, - [197130] = 3, - ACTIONS(10500), 1, + [200044] = 3, + ACTIONS(10769), 1, + anon_sym_LPAREN2, + STATE(77), 1, + sym__directive_parameter, + STATE(5985), 1, + sym__if_statement_directive_body, + [200054] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(5469), 1, + STATE(5984), 1, + sym__if_statement_directive_body, + [200064] = 3, + ACTIONS(10837), 1, + anon_sym_LPAREN2, + STATE(119), 1, + sym__directive_parameter, + STATE(5983), 1, + sym__if_statement_directive_body, + [200074] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(5977), 1, + sym__if_statement_directive_body, + [200084] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(5976), 1, + sym__if_statement_directive_body, + [200094] = 3, + ACTIONS(11347), 1, + anon_sym_LPAREN2, + STATE(250), 1, + sym__directive_parameter, + STATE(5474), 1, + sym__directive_body_with_parameter, + [200104] = 3, + ACTIONS(10693), 1, + anon_sym_LPAREN2, + STATE(140), 1, + sym__directive_parameter, + STATE(5975), 1, + sym__if_statement_directive_body, + [200114] = 3, + ACTIONS(10725), 1, + anon_sym_LPAREN2, + STATE(98), 1, + sym__directive_parameter, + STATE(5970), 1, + sym__if_statement_directive_body, + [200124] = 3, + ACTIONS(10741), 1, + anon_sym_LPAREN2, + STATE(78), 1, + sym__directive_parameter, + STATE(5969), 1, sym__if_statement_directive_body, - [197140] = 3, - ACTIONS(11160), 1, + [200134] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(6152), 1, + STATE(5453), 1, sym__directive_body_with_parameter, - [197150] = 3, - ACTIONS(11166), 1, + [200144] = 3, + ACTIONS(11357), 1, + anon_sym_LPAREN2, + STATE(533), 1, + sym__directive_parameter, + STATE(5541), 1, + sym__directive_body_with_parameter, + [200154] = 3, + ACTIONS(10761), 1, + anon_sym_LPAREN2, + STATE(83), 1, + sym__directive_parameter, + STATE(5967), 1, + sym__if_statement_directive_body, + [200164] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(6140), 1, + STATE(5473), 1, sym__directive_body_with_parameter, - [197160] = 3, - ACTIONS(10594), 1, + [200174] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(611), 1, + sym__directive_parameter, + STATE(5472), 1, + sym__directive_body_with_parameter, + [200184] = 3, + ACTIONS(11373), 1, + anon_sym_LPAREN2, + STATE(627), 1, + sym__directive_parameter, + STATE(5537), 1, + sym__directive_body_with_parameter, + [200194] = 3, + ACTIONS(11329), 1, + anon_sym_LPAREN2, + STATE(625), 1, sym__directive_parameter, STATE(5470), 1, - sym__if_statement_directive_body, - [197170] = 3, - ACTIONS(11144), 1, + sym__directive_body_with_parameter, + [200204] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5847), 1, + STATE(5966), 1, sym__directive_body_with_parameter, - [197180] = 3, - ACTIONS(11138), 1, + [200214] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5455), 1, + STATE(5536), 1, + sym__if_statement_directive_body, + [200224] = 3, + ACTIONS(11357), 1, + anon_sym_LPAREN2, + STATE(533), 1, + sym__directive_parameter, + STATE(5965), 1, sym__directive_body_with_parameter, - [197190] = 3, - ACTIONS(11172), 1, + [200234] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(439), 1, sym__directive_parameter, - STATE(6119), 1, + STATE(5964), 1, sym__directive_body_with_parameter, - [197200] = 3, - ACTIONS(11180), 1, + [200244] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(345), 1, sym__directive_parameter, - STATE(6118), 1, + STATE(5959), 1, sym__directive_body_with_parameter, - [197210] = 3, - ACTIONS(11154), 1, + [200254] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5848), 1, + STATE(5958), 1, sym__directive_body_with_parameter, - [197220] = 3, - ACTIONS(11154), 1, + [200264] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(625), 1, + STATE(444), 1, sym__directive_parameter, - STATE(5897), 1, + STATE(5943), 1, sym__directive_body_with_parameter, - [197230] = 3, - ACTIONS(11144), 1, + [200274] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(5896), 1, + STATE(5469), 1, sym__directive_body_with_parameter, - [197240] = 3, - ACTIONS(10512), 1, + [200284] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(88), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5444), 1, - sym__if_statement_directive_body, - [197250] = 3, - ACTIONS(11182), 1, + STATE(5461), 1, + sym__directive_body_with_parameter, + [200294] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5453), 1, + STATE(5912), 1, sym__directive_body_with_parameter, - [197260] = 3, - ACTIONS(11198), 1, + [200304] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(627), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5451), 1, + STATE(5911), 1, sym__directive_body_with_parameter, - [197270] = 3, - ACTIONS(11136), 1, + [200314] = 3, + ACTIONS(10725), 1, + anon_sym_LPAREN2, + STATE(98), 1, + sym__directive_parameter, + STATE(5533), 1, + sym__if_statement_directive_body, + [200324] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(5895), 1, + STATE(6024), 1, sym__directive_body_with_parameter, - [197280] = 3, - ACTIONS(10586), 1, + [200334] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(633), 1, sym__directive_parameter, - STATE(5449), 1, - sym__if_statement_directive_body, - [197290] = 3, - ACTIONS(10524), 1, + STATE(5909), 1, + sym__directive_body_with_parameter, + [200344] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(625), 1, sym__directive_parameter, - STATE(5448), 1, - sym__if_statement_directive_body, - [197300] = 3, - ACTIONS(11160), 1, + STATE(5908), 1, + sym__directive_body_with_parameter, + [200354] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(5850), 1, + STATE(5906), 1, sym__directive_body_with_parameter, - [197310] = 3, - ACTIONS(11166), 1, + [200364] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(5462), 1, + STATE(5905), 1, sym__directive_body_with_parameter, - [197320] = 3, - ACTIONS(11180), 1, + [200374] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(621), 1, + STATE(250), 1, sym__directive_parameter, - STATE(5452), 1, + STATE(5903), 1, sym__directive_body_with_parameter, - [197330] = 3, - ACTIONS(11172), 1, + [200384] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(621), 1, sym__directive_parameter, - STATE(5456), 1, + STATE(5898), 1, sym__directive_body_with_parameter, - [197340] = 3, - ACTIONS(11130), 1, + [200394] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(516), 1, sym__directive_parameter, - STATE(5894), 1, + STATE(5452), 1, sym__directive_body_with_parameter, - [197350] = 3, - ACTIONS(10524), 1, + [200404] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, STATE(122), 1, sym__directive_parameter, - STATE(6116), 1, + STATE(5879), 1, sym__if_statement_directive_body, - [197360] = 3, - ACTIONS(10512), 1, + [200414] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(6115), 1, + STATE(5865), 1, sym__if_statement_directive_body, - [197370] = 3, - ACTIONS(11124), 1, - anon_sym_LPAREN2, - STATE(644), 1, - sym__directive_parameter, - STATE(5893), 1, - sym__directive_body_with_parameter, - [197380] = 3, - ACTIONS(10594), 1, + [200424] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(6114), 1, + STATE(5864), 1, sym__if_statement_directive_body, - [197390] = 3, - ACTIONS(10500), 1, + [200434] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(6113), 1, + STATE(5863), 1, sym__if_statement_directive_body, - [197400] = 3, - ACTIONS(11166), 1, + [200444] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5851), 1, + STATE(6011), 1, sym__directive_body_with_parameter, - [197410] = 3, - ACTIONS(10662), 1, + [200454] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(6111), 1, + STATE(5862), 1, sym__if_statement_directive_body, - [197420] = 3, - ACTIONS(10586), 1, + [200464] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6094), 1, + STATE(5810), 1, sym__if_statement_directive_body, - [197430] = 3, - ACTIONS(10586), 1, + [200474] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6066), 1, + STATE(5856), 1, sym__if_statement_directive_body, - [197440] = 3, - ACTIONS(10518), 1, + [200484] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(6072), 1, + STATE(5855), 1, sym__if_statement_directive_body, - [197450] = 3, - ACTIONS(11172), 1, + [200494] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5852), 1, + STATE(6012), 1, sym__directive_body_with_parameter, - [197460] = 3, - ACTIONS(10550), 1, + [200504] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(6067), 1, + STATE(5849), 1, sym__if_statement_directive_body, - [197470] = 3, - ACTIONS(10566), 1, + [200514] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5990), 1, + STATE(5848), 1, sym__if_statement_directive_body, - [197480] = 3, - ACTIONS(10586), 1, + [200524] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(6064), 1, + STATE(5846), 1, sym__if_statement_directive_body, - [197490] = 3, - ACTIONS(11198), 1, + [200534] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(6063), 1, + STATE(5845), 1, sym__directive_body_with_parameter, - [197500] = 3, - ACTIONS(11182), 1, + [200544] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(6062), 1, + STATE(5844), 1, sym__directive_body_with_parameter, - [197510] = 3, - ACTIONS(11138), 1, + [200554] = 3, + ACTIONS(10693), 1, + anon_sym_LPAREN2, + STATE(140), 1, + sym__directive_parameter, + STATE(5522), 1, + sym__if_statement_directive_body, + [200564] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(6057), 1, + STATE(5843), 1, sym__directive_body_with_parameter, - [197520] = 3, - ACTIONS(11016), 1, + [200574] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(6056), 1, + STATE(5842), 1, sym__directive_body_with_parameter, - [197530] = 3, - ACTIONS(10820), 1, + [200584] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(6043), 1, + STATE(5910), 1, sym__directive_body_with_parameter, - [197540] = 3, - ACTIONS(11204), 1, + [200594] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(6023), 1, + STATE(5841), 1, sym__directive_body_with_parameter, - [197550] = 3, - ACTIONS(10550), 1, - anon_sym_LPAREN2, - STATE(98), 1, - sym__directive_parameter, - STATE(5489), 1, - sym__if_statement_directive_body, - [197560] = 3, - ACTIONS(11124), 1, + [200604] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(637), 1, sym__directive_parameter, - STATE(5959), 1, + STATE(5468), 1, sym__directive_body_with_parameter, - [197570] = 3, - ACTIONS(11160), 1, + [200614] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5463), 1, + STATE(5793), 1, sym__directive_body_with_parameter, - [197580] = 3, - ACTIONS(11130), 1, + [200624] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(5937), 1, + STATE(5792), 1, sym__directive_body_with_parameter, - [197590] = 3, - ACTIONS(11136), 1, + [200634] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(5936), 1, + STATE(5791), 1, sym__directive_body_with_parameter, - [197600] = 3, - ACTIONS(11144), 1, + [200644] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(5933), 1, + STATE(5786), 1, sym__directive_body_with_parameter, - [197610] = 3, - ACTIONS(11154), 1, + [200654] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(5932), 1, + STATE(5785), 1, sym__directive_body_with_parameter, - [197620] = 3, - ACTIONS(11160), 1, + [200664] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(5926), 1, - sym__directive_body_with_parameter, - [197630] = 3, - ACTIONS(11180), 1, - anon_sym_LPAREN2, - STATE(621), 1, - sym__directive_parameter, - STATE(5854), 1, + STATE(5783), 1, sym__directive_body_with_parameter, - [197640] = 3, - ACTIONS(11166), 1, + [200674] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(5912), 1, + STATE(5782), 1, sym__directive_body_with_parameter, - [197650] = 3, - ACTIONS(11172), 1, + [200684] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(5892), 1, + STATE(5781), 1, sym__directive_body_with_parameter, - [197660] = 3, - ACTIONS(11180), 1, + [200694] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(5891), 1, + STATE(5780), 1, sym__directive_body_with_parameter, - [197670] = 3, - ACTIONS(10524), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(5889), 1, - sym__if_statement_directive_body, - [197680] = 3, - ACTIONS(10512), 1, - anon_sym_LPAREN2, - STATE(88), 1, - sym__directive_parameter, - STATE(5888), 1, - sym__if_statement_directive_body, - [197690] = 3, - ACTIONS(10594), 1, + [200704] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5887), 1, + STATE(5519), 1, sym__if_statement_directive_body, - [197700] = 3, - ACTIONS(11124), 1, + [200714] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(641), 1, sym__directive_parameter, - STATE(5589), 1, + STATE(5467), 1, sym__directive_body_with_parameter, - [197710] = 3, - ACTIONS(11204), 1, + [200724] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(644), 1, sym__directive_parameter, - STATE(5830), 1, + STATE(5465), 1, sym__directive_body_with_parameter, - [197720] = 3, - ACTIONS(11204), 1, + [200734] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(5877), 1, + STATE(5523), 1, sym__directive_body_with_parameter, - [197730] = 3, - ACTIONS(10500), 1, - anon_sym_LPAREN2, - STATE(115), 1, - sym__directive_parameter, - STATE(5886), 1, - sym__if_statement_directive_body, - [197740] = 3, - ACTIONS(10662), 1, - anon_sym_LPAREN2, - STATE(119), 1, - sym__directive_parameter, - STATE(5881), 1, - sym__if_statement_directive_body, - [197750] = 3, - ACTIONS(10586), 1, + [200744] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5864), 1, + STATE(5515), 1, sym__if_statement_directive_body, - [197760] = 3, - ACTIONS(10820), 1, - anon_sym_LPAREN2, - STATE(246), 1, - sym__directive_parameter, - STATE(5875), 1, - sym__directive_body_with_parameter, - [197770] = 3, - ACTIONS(11016), 1, - anon_sym_LPAREN2, - STATE(345), 1, - sym__directive_parameter, - STATE(5874), 1, - sym__directive_body_with_parameter, - [197780] = 3, - ACTIONS(11138), 1, - anon_sym_LPAREN2, - STATE(439), 1, - sym__directive_parameter, - STATE(5873), 1, - sym__directive_body_with_parameter, - [197790] = 2, - ACTIONS(13142), 1, + [200754] = 2, + ACTIONS(13317), 1, aux_sym__section_parameter_token1, - ACTIONS(13140), 2, + ACTIONS(13315), 2, anon_sym_RPAREN, anon_sym_COMMA, - [197798] = 3, - ACTIONS(10586), 1, + [200762] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(122), 1, sym__directive_parameter, - STATE(5843), 1, + STATE(5758), 1, sym__if_statement_directive_body, - [197808] = 3, - ACTIONS(10518), 1, + [200772] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5842), 1, + STATE(5742), 1, sym__if_statement_directive_body, - [197818] = 3, - ACTIONS(11182), 1, - anon_sym_LPAREN2, - STATE(533), 1, - sym__directive_parameter, - STATE(5872), 1, - sym__directive_body_with_parameter, - [197828] = 3, - ACTIONS(11154), 1, - anon_sym_LPAREN2, - STATE(625), 1, - sym__directive_parameter, - STATE(5465), 1, - sym__directive_body_with_parameter, - [197838] = 3, - ACTIONS(11198), 1, - anon_sym_LPAREN2, - STATE(627), 1, - sym__directive_parameter, - STATE(5871), 1, - sym__directive_body_with_parameter, - [197848] = 3, - ACTIONS(10586), 1, + [200782] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(77), 1, sym__directive_parameter, - STATE(5870), 1, + STATE(5741), 1, sym__if_statement_directive_body, - [197858] = 3, - ACTIONS(10566), 1, + [200792] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(78), 1, + STATE(115), 1, sym__directive_parameter, - STATE(5869), 1, + STATE(5740), 1, sym__if_statement_directive_body, - [197868] = 3, - ACTIONS(10550), 1, + [200802] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(98), 1, + STATE(119), 1, sym__directive_parameter, - STATE(5868), 1, + STATE(5739), 1, sym__if_statement_directive_body, - [197878] = 3, - ACTIONS(11160), 1, + [200812] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(611), 1, + STATE(119), 1, sym__directive_parameter, - STATE(5693), 1, - sym__directive_body_with_parameter, - [197888] = 3, - ACTIONS(11166), 1, + STATE(5445), 1, + sym__if_statement_directive_body, + [200822] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(516), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5723), 1, - sym__directive_body_with_parameter, - [197898] = 3, - ACTIONS(11144), 1, + STATE(5732), 1, + sym__if_statement_directive_body, + [200832] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(633), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5466), 1, - sym__directive_body_with_parameter, - [197908] = 3, - ACTIONS(11172), 1, + STATE(5731), 1, + sym__if_statement_directive_body, + [200842] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(250), 1, + STATE(115), 1, sym__directive_parameter, - STATE(5724), 1, - sym__directive_body_with_parameter, - [197918] = 3, - ACTIONS(10518), 1, + STATE(5446), 1, + sym__if_statement_directive_body, + [200852] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(140), 1, + STATE(77), 1, sym__directive_parameter, - STATE(5863), 1, + STATE(5447), 1, sym__if_statement_directive_body, - [197928] = 3, - ACTIONS(10586), 1, + [200862] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(140), 1, sym__directive_parameter, - STATE(5862), 1, + STATE(5730), 1, sym__if_statement_directive_body, - [197938] = 3, - ACTIONS(11136), 1, + [200872] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(637), 1, + STATE(246), 1, sym__directive_parameter, - STATE(5445), 1, + STATE(5583), 1, sym__directive_body_with_parameter, - [197948] = 3, - ACTIONS(11130), 1, + [200882] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(641), 1, + STATE(345), 1, sym__directive_parameter, - STATE(5446), 1, + STATE(5594), 1, sym__directive_body_with_parameter, - [197958] = 3, - ACTIONS(11124), 1, + [200892] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(644), 1, + STATE(88), 1, sym__directive_parameter, - STATE(5447), 1, - sym__directive_body_with_parameter, - [197968] = 3, - ACTIONS(10550), 1, + STATE(5448), 1, + sym__if_statement_directive_body, + [200902] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(5836), 1, + STATE(5722), 1, sym__if_statement_directive_body, - [197978] = 3, - ACTIONS(10566), 1, + [200912] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5835), 1, + STATE(5721), 1, sym__if_statement_directive_body, - [197988] = 3, - ACTIONS(10586), 1, + [200922] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(83), 1, + STATE(122), 1, sym__directive_parameter, - STATE(5861), 1, + STATE(5449), 1, sym__if_statement_directive_body, - [197998] = 3, - ACTIONS(10586), 1, + [200932] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5834), 1, + STATE(5720), 1, sym__if_statement_directive_body, - [198008] = 3, - ACTIONS(11198), 1, + [200942] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, STATE(627), 1, sym__directive_parameter, - STATE(5829), 1, + STATE(5719), 1, sym__directive_body_with_parameter, - [198018] = 3, - ACTIONS(11182), 1, + [200952] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, STATE(533), 1, sym__directive_parameter, - STATE(5828), 1, + STATE(5718), 1, sym__directive_body_with_parameter, - [198028] = 3, - ACTIONS(11138), 1, + [200962] = 3, + ACTIONS(11313), 1, anon_sym_LPAREN2, STATE(439), 1, sym__directive_parameter, - STATE(5814), 1, + STATE(5713), 1, sym__directive_body_with_parameter, - [198038] = 3, - ACTIONS(11016), 1, + [200972] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, STATE(345), 1, sym__directive_parameter, - STATE(5794), 1, + STATE(5711), 1, sym__directive_body_with_parameter, - [198048] = 3, - ACTIONS(10820), 1, + [200982] = 3, + ACTIONS(11015), 1, anon_sym_LPAREN2, STATE(246), 1, sym__directive_parameter, - STATE(5793), 1, + STATE(5699), 1, sym__directive_body_with_parameter, - [198058] = 3, - ACTIONS(11204), 1, + [200992] = 3, + ACTIONS(11313), 1, + anon_sym_LPAREN2, + STATE(439), 1, + sym__directive_parameter, + STATE(5598), 1, + sym__directive_body_with_parameter, + [201002] = 3, + ACTIONS(11379), 1, anon_sym_LPAREN2, STATE(444), 1, sym__directive_parameter, - STATE(5791), 1, + STATE(5796), 1, sym__directive_body_with_parameter, - [198068] = 3, - ACTIONS(11124), 1, + [201012] = 3, + ACTIONS(11347), 1, + anon_sym_LPAREN2, + STATE(250), 1, + sym__directive_parameter, + STATE(5451), 1, + sym__directive_body_with_parameter, + [201022] = 3, + ACTIONS(11299), 1, anon_sym_LPAREN2, STATE(644), 1, sym__directive_parameter, - STATE(5705), 1, + STATE(5668), 1, sym__directive_body_with_parameter, - [198078] = 3, - ACTIONS(11130), 1, + [201032] = 3, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(641), 1, sym__directive_parameter, - STATE(5703), 1, + STATE(5667), 1, sym__directive_body_with_parameter, - [198088] = 3, - ACTIONS(11136), 1, + [201042] = 3, + ACTIONS(11311), 1, anon_sym_LPAREN2, STATE(637), 1, sym__directive_parameter, - STATE(5684), 1, + STATE(5666), 1, sym__directive_body_with_parameter, - [198098] = 3, - ACTIONS(11144), 1, + [201052] = 3, + ACTIONS(11319), 1, anon_sym_LPAREN2, STATE(633), 1, sym__directive_parameter, - STATE(5655), 1, + STATE(5665), 1, sym__directive_body_with_parameter, - [198108] = 3, - ACTIONS(11154), 1, + [201062] = 3, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(625), 1, sym__directive_parameter, - STATE(5654), 1, + STATE(5664), 1, sym__directive_body_with_parameter, - [198118] = 3, - ACTIONS(11160), 1, + [201072] = 3, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(611), 1, sym__directive_parameter, - STATE(5622), 1, + STATE(5662), 1, sym__directive_body_with_parameter, - [198128] = 3, - ACTIONS(11166), 1, + [201082] = 3, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(516), 1, sym__directive_parameter, - STATE(5621), 1, + STATE(5658), 1, sym__directive_body_with_parameter, - [198138] = 3, - ACTIONS(11172), 1, + [201092] = 3, + ACTIONS(11347), 1, anon_sym_LPAREN2, STATE(250), 1, sym__directive_parameter, - STATE(5620), 1, + STATE(5575), 1, sym__directive_body_with_parameter, - [198148] = 3, - ACTIONS(11180), 1, + [201102] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, STATE(621), 1, sym__directive_parameter, - STATE(5618), 1, + STATE(5637), 1, sym__directive_body_with_parameter, - [198158] = 3, - ACTIONS(10524), 1, + [201112] = 3, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(533), 1, sym__directive_parameter, - STATE(5617), 1, - sym__if_statement_directive_body, - [198168] = 3, - ACTIONS(11204), 1, + STATE(5599), 1, + sym__directive_body_with_parameter, + [201122] = 3, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(444), 1, + STATE(122), 1, sym__directive_parameter, - STATE(5479), 1, - sym__directive_body_with_parameter, - [198178] = 3, - ACTIONS(10512), 1, + STATE(5624), 1, + sym__if_statement_directive_body, + [201132] = 3, + ACTIONS(10687), 1, anon_sym_LPAREN2, STATE(88), 1, sym__directive_parameter, - STATE(5616), 1, + STATE(5623), 1, sym__if_statement_directive_body, - [198188] = 3, - ACTIONS(10594), 1, + [201142] = 3, + ACTIONS(10769), 1, anon_sym_LPAREN2, STATE(77), 1, sym__directive_parameter, - STATE(5614), 1, + STATE(5622), 1, sym__if_statement_directive_body, - [198198] = 3, - ACTIONS(10500), 1, + [201152] = 3, + ACTIONS(10675), 1, anon_sym_LPAREN2, STATE(115), 1, sym__directive_parameter, - STATE(5613), 1, + STATE(5618), 1, sym__if_statement_directive_body, - [198208] = 3, - ACTIONS(10662), 1, + [201162] = 3, + ACTIONS(10837), 1, anon_sym_LPAREN2, STATE(119), 1, sym__directive_parameter, - STATE(5612), 1, + STATE(5617), 1, sym__if_statement_directive_body, - [198218] = 3, - ACTIONS(10586), 1, + [201172] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5536), 1, - sym__if_statement_directive_body, - [198228] = 3, - ACTIONS(10662), 1, - anon_sym_LPAREN2, - STATE(119), 1, - sym__directive_parameter, - STATE(5859), 1, + STATE(5613), 1, sym__if_statement_directive_body, - [198238] = 3, - ACTIONS(10586), 1, + [201182] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, STATE(83), 1, sym__directive_parameter, - STATE(5534), 1, + STATE(5612), 1, sym__if_statement_directive_body, - [198248] = 3, - ACTIONS(10518), 1, + [201192] = 3, + ACTIONS(10693), 1, anon_sym_LPAREN2, STATE(140), 1, sym__directive_parameter, - STATE(5533), 1, - sym__if_statement_directive_body, - [198258] = 3, - ACTIONS(10820), 1, - anon_sym_LPAREN2, - STATE(246), 1, - sym__directive_parameter, - STATE(5482), 1, - sym__directive_body_with_parameter, - [198268] = 3, - ACTIONS(10500), 1, - anon_sym_LPAREN2, - STATE(115), 1, - sym__directive_parameter, - STATE(5858), 1, + STATE(5611), 1, sym__if_statement_directive_body, - [198278] = 3, - ACTIONS(11016), 1, + [201202] = 3, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(345), 1, + STATE(621), 1, sym__directive_parameter, - STATE(5483), 1, + STATE(5450), 1, sym__directive_body_with_parameter, - [198288] = 3, - ACTIONS(10550), 1, + [201212] = 3, + ACTIONS(10725), 1, anon_sym_LPAREN2, STATE(98), 1, sym__directive_parameter, - STATE(5522), 1, + STATE(5606), 1, sym__if_statement_directive_body, - [198298] = 3, - ACTIONS(10566), 1, + [201222] = 3, + ACTIONS(10741), 1, anon_sym_LPAREN2, STATE(78), 1, sym__directive_parameter, - STATE(5477), 1, + STATE(5605), 1, sym__if_statement_directive_body, - [198308] = 3, - ACTIONS(11138), 1, + [201232] = 3, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(439), 1, + STATE(83), 1, sym__directive_parameter, - STATE(5484), 1, - sym__directive_body_with_parameter, - [198318] = 3, - ACTIONS(11182), 1, + STATE(5604), 1, + sym__if_statement_directive_body, + [201242] = 3, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(533), 1, + STATE(627), 1, sym__directive_parameter, - STATE(5485), 1, + STATE(5601), 1, sym__directive_body_with_parameter, - [198328] = 3, - ACTIONS(10594), 1, + [201252] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(77), 1, + STATE(4297), 1, sym__directive_parameter, - STATE(5857), 1, - sym__if_statement_directive_body, - [198338] = 2, - ACTIONS(11180), 1, + [201259] = 2, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(2187), 1, + STATE(2012), 1, sym__directive_parameter, - [198345] = 2, - ACTIONS(13144), 1, + [201266] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4209), 1, + STATE(4277), 1, sym__directive_parameter, - [198352] = 2, - ACTIONS(11016), 1, + [201273] = 2, + ACTIONS(11305), 1, anon_sym_LPAREN2, - STATE(3395), 1, + STATE(2762), 1, sym__directive_parameter, - [198359] = 2, - ACTIONS(11130), 1, + [201280] = 2, + ACTIONS(11305), 1, anon_sym_LPAREN2, STATE(2761), 1, sym__directive_parameter, - [198366] = 2, - ACTIONS(11130), 1, - anon_sym_LPAREN2, - STATE(2762), 1, - sym__directive_parameter, - [198373] = 2, - ACTIONS(13144), 1, + [201287] = 2, + ACTIONS(13321), 1, anon_sym_LPAREN2, - STATE(4293), 1, + STATE(4244), 1, sym__directive_parameter, - [198380] = 2, - ACTIONS(13146), 1, + [201294] = 2, + ACTIONS(13323), 1, anon_sym_RPAREN, - ACTIONS(13148), 1, + ACTIONS(13325), 1, anon_sym_COMMA, - [198387] = 2, - ACTIONS(13150), 1, + [201301] = 2, + ACTIONS(13319), 1, + anon_sym_LPAREN2, + STATE(4218), 1, + sym__directive_parameter, + [201308] = 1, + ACTIONS(13315), 2, anon_sym_RPAREN, - ACTIONS(13152), 1, anon_sym_COMMA, - [198394] = 2, - ACTIONS(11204), 1, + [201313] = 2, + ACTIONS(13327), 1, anon_sym_LPAREN2, - STATE(2151), 1, + STATE(4219), 1, sym__directive_parameter, - [198401] = 2, - ACTIONS(13154), 1, + [201320] = 2, + ACTIONS(13329), 1, anon_sym_RPAREN, - ACTIONS(13156), 1, + ACTIONS(13331), 1, anon_sym_COMMA, - [198408] = 1, - ACTIONS(13140), 2, + [201327] = 2, + ACTIONS(13319), 1, + anon_sym_LPAREN2, + STATE(4208), 1, + sym__directive_parameter, + [201334] = 2, + ACTIONS(13333), 1, anon_sym_RPAREN, + ACTIONS(13335), 1, anon_sym_COMMA, - [198413] = 2, - ACTIONS(11204), 1, + [201341] = 1, + ACTIONS(13337), 2, + aux_sym_parameter_token1, + anon_sym_RPAREN2, + [201346] = 2, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(2156), 1, + STATE(2680), 1, sym__directive_parameter, - [198420] = 2, - ACTIONS(11016), 1, + [201353] = 2, + ACTIONS(11311), 1, anon_sym_LPAREN2, - STATE(3397), 1, + STATE(2679), 1, sym__directive_parameter, - [198427] = 2, - ACTIONS(13144), 1, + [201360] = 2, + ACTIONS(10667), 1, anon_sym_LPAREN2, - STATE(4216), 1, + STATE(1525), 1, sym__directive_parameter, - [198434] = 1, - ACTIONS(13158), 2, - aux_sym_parameter_token1, - anon_sym_RPAREN2, - [198439] = 2, - ACTIONS(11136), 1, + [201367] = 1, + ACTIONS(13339), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [201372] = 2, + ACTIONS(10667), 1, anon_sym_LPAREN2, - STATE(2680), 1, + STATE(1526), 1, sym__directive_parameter, - [198446] = 2, - ACTIONS(11136), 1, + [201379] = 2, + ACTIONS(10719), 1, anon_sym_LPAREN2, - STATE(2679), 1, + STATE(876), 1, + sym__directive_parameter, + [201386] = 2, + ACTIONS(13319), 1, + anon_sym_LPAREN2, + STATE(4232), 1, + sym__directive_parameter, + [201393] = 2, + ACTIONS(10719), 1, + anon_sym_LPAREN2, + STATE(848), 1, sym__directive_parameter, - [198453] = 2, - ACTIONS(13144), 1, + [201400] = 2, + ACTIONS(10669), 1, anon_sym_LPAREN2, - STATE(4310), 1, + STATE(971), 1, sym__directive_parameter, - [198460] = 1, - ACTIONS(13160), 2, + [201407] = 2, + ACTIONS(13341), 1, anon_sym_RPAREN, + ACTIONS(13343), 1, anon_sym_COMMA, - [198465] = 2, - ACTIONS(13162), 1, + [201414] = 2, + ACTIONS(13345), 1, anon_sym_RPAREN, - ACTIONS(13164), 1, + ACTIONS(13347), 1, anon_sym_COMMA, - [198472] = 2, - ACTIONS(10702), 1, + [201421] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(3368), 1, - sym__directive_parameter, - [198479] = 2, - ACTIONS(11144), 1, - anon_sym_LPAREN2, - STATE(2598), 1, + STATE(4351), 1, sym__directive_parameter, - [198486] = 2, - ACTIONS(11144), 1, + [201428] = 2, + ACTIONS(10669), 1, anon_sym_LPAREN2, - STATE(2597), 1, + STATE(972), 1, sym__directive_parameter, - [198493] = 2, - ACTIONS(13166), 1, + [201435] = 2, + ACTIONS(13349), 1, anon_sym_RPAREN, - ACTIONS(13168), 1, + ACTIONS(13351), 1, anon_sym_COMMA, - [198500] = 2, - ACTIONS(13170), 1, + [201442] = 2, + ACTIONS(13319), 1, + anon_sym_LPAREN2, + STATE(4267), 1, + sym__directive_parameter, + [201449] = 2, + ACTIONS(13353), 1, anon_sym_RPAREN, - ACTIONS(13172), 1, + ACTIONS(13355), 1, anon_sym_COMMA, - [198507] = 2, - ACTIONS(13174), 1, + [201456] = 2, + ACTIONS(13357), 1, anon_sym_RPAREN, - ACTIONS(13176), 1, + ACTIONS(13359), 1, anon_sym_COMMA, - [198514] = 2, - ACTIONS(10702), 1, + [201463] = 2, + ACTIONS(11319), 1, anon_sym_LPAREN2, - STATE(3369), 1, + STATE(2598), 1, + sym__directive_parameter, + [201470] = 2, + ACTIONS(11319), 1, + anon_sym_LPAREN2, + STATE(2597), 1, sym__directive_parameter, - [198521] = 2, - ACTIONS(13144), 1, + [201477] = 2, + ACTIONS(11299), 1, anon_sym_LPAREN2, - STATE(4224), 1, + STATE(2843), 1, + sym__directive_parameter, + [201484] = 2, + ACTIONS(11299), 1, + anon_sym_LPAREN2, + STATE(2844), 1, sym__directive_parameter, - [198528] = 2, - ACTIONS(13144), 1, + [201491] = 2, + ACTIONS(13361), 1, anon_sym_LPAREN2, - STATE(4371), 1, + STATE(4315), 1, sym__directive_parameter, - [198535] = 2, - ACTIONS(13178), 1, - anon_sym_RPAREN, - ACTIONS(13180), 1, - anon_sym_COMMA, - [198542] = 2, - ACTIONS(13144), 1, + [201498] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4249), 1, + STATE(4271), 1, sym__directive_parameter, - [198549] = 2, - ACTIONS(11154), 1, + [201505] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(2516), 1, + STATE(4295), 1, sym__directive_parameter, - [198556] = 2, - ACTIONS(13182), 1, + [201512] = 2, + ACTIONS(13363), 1, anon_sym_RPAREN, - ACTIONS(13184), 1, + ACTIONS(13365), 1, anon_sym_COMMA, - [198563] = 2, - ACTIONS(11124), 1, + [201519] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(2843), 1, + STATE(4328), 1, sym__directive_parameter, - [198570] = 2, - ACTIONS(11124), 1, + [201526] = 2, + ACTIONS(13367), 1, + anon_sym_RPAREN, + ACTIONS(13369), 1, + anon_sym_COMMA, + [201533] = 2, + ACTIONS(11329), 1, anon_sym_LPAREN2, - STATE(2844), 1, + STATE(2516), 1, sym__directive_parameter, - [198577] = 2, - ACTIONS(11154), 1, + [201540] = 2, + ACTIONS(11329), 1, anon_sym_LPAREN2, STATE(2515), 1, sym__directive_parameter, - [198584] = 1, - ACTIONS(13186), 2, - aux_sym_parameter_token1, - anon_sym_RPAREN2, - [198589] = 2, - ACTIONS(11138), 1, - anon_sym_LPAREN2, - STATE(2428), 1, - sym__directive_parameter, - [198596] = 2, - ACTIONS(11138), 1, - anon_sym_LPAREN2, - STATE(2420), 1, - sym__directive_parameter, - [198603] = 2, - ACTIONS(10680), 1, + [201547] = 2, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(3163), 1, + STATE(2151), 1, sym__directive_parameter, - [198610] = 2, - ACTIONS(10680), 1, + [201554] = 2, + ACTIONS(11379), 1, anon_sym_LPAREN2, - STATE(3145), 1, + STATE(2156), 1, sym__directive_parameter, - [198617] = 2, - ACTIONS(13144), 1, + [201561] = 1, + ACTIONS(13371), 2, + aux_sym_parameter_token1, + anon_sym_RPAREN2, + [201566] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4218), 1, + STATE(4355), 1, sym__directive_parameter, - [198624] = 2, - ACTIONS(13188), 1, + [201573] = 2, + ACTIONS(13373), 1, anon_sym_RPAREN, - ACTIONS(13190), 1, + ACTIONS(13375), 1, anon_sym_COMMA, - [198631] = 2, - ACTIONS(13144), 1, + [201580] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4370), 1, + STATE(4306), 1, sym__directive_parameter, - [198638] = 2, - ACTIONS(11160), 1, + [201587] = 2, + ACTIONS(13377), 1, + anon_sym_RPAREN, + ACTIONS(13379), 1, + anon_sym_COMMA, + [201594] = 2, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(2434), 1, sym__directive_parameter, - [198645] = 2, - ACTIONS(11160), 1, + [201601] = 2, + ACTIONS(11335), 1, anon_sym_LPAREN2, STATE(2433), 1, sym__directive_parameter, - [198652] = 2, - ACTIONS(13132), 1, + [201608] = 2, + ACTIONS(13381), 1, anon_sym_RPAREN, - ACTIONS(13136), 1, - aux_sym_parameter_token1, - [198659] = 2, - ACTIONS(13192), 1, + ACTIONS(13383), 1, + anon_sym_COMMA, + [201615] = 2, + ACTIONS(13385), 1, anon_sym_RPAREN, - ACTIONS(13194), 1, + ACTIONS(13387), 1, anon_sym_COMMA, - [198666] = 2, - ACTIONS(13196), 1, + [201622] = 2, + ACTIONS(13307), 1, + anon_sym_RPAREN, + ACTIONS(13311), 1, + aux_sym_parameter_token1, + [201629] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4328), 1, + STATE(4227), 1, sym__directive_parameter, - [198673] = 2, - ACTIONS(13198), 1, - anon_sym_RPAREN, - ACTIONS(13200), 1, - anon_sym_COMMA, - [198680] = 2, - ACTIONS(13144), 1, + [201636] = 2, + ACTIONS(13389), 1, anon_sym_LPAREN2, - STATE(4294), 1, + STATE(4259), 1, sym__directive_parameter, - [198687] = 2, - ACTIONS(13202), 1, + [201643] = 2, + ACTIONS(13391), 1, anon_sym_RPAREN, - ACTIONS(13204), 1, + ACTIONS(13393), 1, anon_sym_COMMA, - [198694] = 2, - ACTIONS(13206), 1, + [201650] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4255), 1, + STATE(4334), 1, sym__directive_parameter, - [198701] = 2, - ACTIONS(11166), 1, + [201657] = 2, + ACTIONS(13395), 1, + anon_sym_RPAREN, + ACTIONS(13397), 1, + anon_sym_COMMA, + [201664] = 2, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(2352), 1, sym__directive_parameter, - [198708] = 2, - ACTIONS(11166), 1, + [201671] = 2, + ACTIONS(11341), 1, anon_sym_LPAREN2, STATE(2351), 1, sym__directive_parameter, - [198715] = 2, - ACTIONS(13144), 1, + [201678] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4361), 1, + STATE(4246), 1, sym__directive_parameter, - [198722] = 2, - ACTIONS(13144), 1, + [201685] = 2, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(4212), 1, + STATE(3352), 1, sym__directive_parameter, - [198729] = 2, - ACTIONS(10596), 1, + [201692] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(777), 1, + STATE(4203), 1, sym__directive_parameter, - [198736] = 2, - ACTIONS(13144), 1, + [201699] = 2, + ACTIONS(11015), 1, anon_sym_LPAREN2, - STATE(4268), 1, + STATE(3353), 1, sym__directive_parameter, - [198743] = 2, - ACTIONS(11172), 1, + [201706] = 2, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(2270), 1, + STATE(1264), 1, sym__directive_parameter, - [198750] = 2, - ACTIONS(10696), 1, + [201713] = 2, + ACTIONS(10761), 1, anon_sym_LPAREN2, - STATE(3271), 1, + STATE(1263), 1, sym__directive_parameter, - [198757] = 2, - ACTIONS(11172), 1, + [201720] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(2269), 1, + STATE(4256), 1, sym__directive_parameter, - [198764] = 2, - ACTIONS(13208), 1, + [201727] = 2, + ACTIONS(13399), 1, anon_sym_RPAREN, - ACTIONS(13210), 1, + ACTIONS(13401), 1, anon_sym_COMMA, - [198771] = 2, - ACTIONS(13144), 1, + [201734] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4350), 1, + STATE(4226), 1, sym__directive_parameter, - [198778] = 2, - ACTIONS(13144), 1, + [201741] = 2, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(4272), 1, + STATE(1610), 1, sym__directive_parameter, - [198785] = 2, - ACTIONS(11182), 1, + [201748] = 2, + ACTIONS(10693), 1, anon_sym_LPAREN2, - STATE(2099), 1, + STATE(1611), 1, sym__directive_parameter, - [198792] = 2, - ACTIONS(13212), 1, - anon_sym_RPAREN, - ACTIONS(13214), 1, - anon_sym_COMMA, - [198799] = 2, - ACTIONS(11182), 1, + [201755] = 2, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(2098), 1, + STATE(2270), 1, sym__directive_parameter, - [198806] = 2, - ACTIONS(13216), 1, - anon_sym_RPAREN, - ACTIONS(13218), 1, - anon_sym_COMMA, - [198813] = 2, - ACTIONS(11180), 1, + [201762] = 2, + ACTIONS(11347), 1, anon_sym_LPAREN2, - STATE(2188), 1, + STATE(2269), 1, sym__directive_parameter, - [198820] = 2, - ACTIONS(10696), 1, + [201769] = 2, + ACTIONS(13403), 1, + anon_sym_RPAREN, + ACTIONS(13405), 1, + anon_sym_COMMA, + [201776] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(3272), 1, + STATE(4362), 1, sym__directive_parameter, - [198827] = 2, - ACTIONS(10596), 1, + [201783] = 2, + ACTIONS(13407), 1, + anon_sym_RPAREN, + ACTIONS(13409), 1, + anon_sym_COMMA, + [201790] = 2, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(776), 1, + STATE(2187), 1, sym__directive_parameter, - [198834] = 2, - ACTIONS(13220), 1, + [201797] = 2, + ACTIONS(13411), 1, anon_sym_RPAREN, - ACTIONS(13222), 1, + ACTIONS(13413), 1, anon_sym_COMMA, - [198841] = 2, - ACTIONS(13144), 1, + [201804] = 2, + ACTIONS(11273), 1, anon_sym_LPAREN2, - STATE(4343), 1, + STATE(3219), 1, sym__directive_parameter, - [198848] = 2, - ACTIONS(13144), 1, + [201811] = 2, + ACTIONS(11355), 1, anon_sym_LPAREN2, - STATE(4236), 1, + STATE(2188), 1, sym__directive_parameter, - [198855] = 2, - ACTIONS(13224), 1, - anon_sym_RPAREN, - ACTIONS(13226), 1, - anon_sym_COMMA, - [198862] = 2, - ACTIONS(10524), 1, + [201818] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(1074), 1, + STATE(4368), 1, sym__directive_parameter, - [198869] = 2, - ACTIONS(10524), 1, + [201825] = 2, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(1075), 1, + STATE(3361), 1, sym__directive_parameter, - [198876] = 2, - ACTIONS(13158), 1, - anon_sym_RPAREN, - ACTIONS(13228), 1, - aux_sym_parameter_token1, - [198883] = 2, - ACTIONS(13144), 1, + [201832] = 2, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(4351), 1, + STATE(3349), 1, sym__directive_parameter, - [198890] = 2, - ACTIONS(13186), 1, + [201839] = 2, + ACTIONS(13415), 1, anon_sym_RPAREN, - ACTIONS(13230), 1, - aux_sym_parameter_token1, - [198897] = 2, - ACTIONS(13232), 1, - anon_sym_RPAREN, - ACTIONS(13234), 1, - anon_sym_COMMA, - [198904] = 2, - ACTIONS(13236), 1, - anon_sym_RPAREN, - ACTIONS(13238), 1, + ACTIONS(13417), 1, anon_sym_COMMA, - [198911] = 2, - ACTIONS(10820), 1, + [201846] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(3500), 1, + STATE(4354), 1, sym__directive_parameter, - [198918] = 2, - ACTIONS(13144), 1, + [201853] = 2, + ACTIONS(11273), 1, anon_sym_LPAREN2, - STATE(4252), 1, + STATE(3209), 1, sym__directive_parameter, - [198925] = 2, - ACTIONS(10820), 1, + [201860] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(3499), 1, + STATE(4225), 1, sym__directive_parameter, - [198932] = 2, - ACTIONS(11100), 1, + [201867] = 2, + ACTIONS(13419), 1, + anon_sym_RPAREN, + ACTIONS(13421), 1, + anon_sym_COMMA, + [201874] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(3090), 1, + STATE(4340), 1, sym__directive_parameter, - [198939] = 2, - ACTIONS(10512), 1, + [201881] = 2, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(1160), 1, + STATE(1074), 1, sym__directive_parameter, - [198946] = 2, - ACTIONS(11100), 1, + [201888] = 2, + ACTIONS(10699), 1, anon_sym_LPAREN2, - STATE(3089), 1, + STATE(1075), 1, sym__directive_parameter, - [198953] = 2, - ACTIONS(10512), 1, + [201895] = 2, + ACTIONS(11173), 1, anon_sym_LPAREN2, - STATE(1162), 1, + STATE(3530), 1, sym__directive_parameter, - [198960] = 2, - ACTIONS(13240), 1, + [201902] = 2, + ACTIONS(13337), 1, + anon_sym_RPAREN, + ACTIONS(13423), 1, + aux_sym_parameter_token1, + [201909] = 2, + ACTIONS(13425), 1, + anon_sym_RPAREN, + ACTIONS(13427), 1, + anon_sym_COMMA, + [201916] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4217), 1, + STATE(4350), 1, sym__directive_parameter, - [198967] = 2, - ACTIONS(13144), 1, + [201923] = 2, + ACTIONS(13371), 1, + anon_sym_RPAREN, + ACTIONS(13429), 1, + aux_sym_parameter_token1, + [201930] = 2, + ACTIONS(11173), 1, anon_sym_LPAREN2, - STATE(4368), 1, + STATE(3529), 1, sym__directive_parameter, - [198974] = 2, - ACTIONS(13144), 1, + [201937] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, STATE(4320), 1, sym__directive_parameter, - [198981] = 2, - ACTIONS(13144), 1, - anon_sym_LPAREN2, - STATE(4227), 1, - sym__directive_parameter, - [198988] = 2, - ACTIONS(13242), 1, + [201944] = 2, + ACTIONS(13431), 1, anon_sym_RPAREN, - ACTIONS(13244), 1, + ACTIONS(13433), 1, anon_sym_COMMA, - [198995] = 2, - ACTIONS(13246), 1, - anon_sym_RPAREN, - ACTIONS(13248), 1, - anon_sym_COMMA, - [199002] = 2, - ACTIONS(13250), 1, + [201951] = 2, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(4288), 1, + STATE(1441), 1, sym__directive_parameter, - [199009] = 2, - ACTIONS(11198), 1, + [201958] = 2, + ACTIONS(10725), 1, anon_sym_LPAREN2, - STATE(2013), 1, + STATE(1440), 1, sym__directive_parameter, - [199016] = 2, - ACTIONS(11198), 1, + [201965] = 2, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(2012), 1, + STATE(2428), 1, sym__directive_parameter, - [199023] = 2, - ACTIONS(10594), 1, + [201972] = 2, + ACTIONS(11293), 1, anon_sym_LPAREN2, - STATE(1247), 1, + STATE(2925), 1, sym__directive_parameter, - [199030] = 2, - ACTIONS(10594), 1, + [201979] = 2, + ACTIONS(11293), 1, anon_sym_LPAREN2, - STATE(1275), 1, + STATE(2926), 1, sym__directive_parameter, - [199037] = 2, - ACTIONS(13144), 1, + [201986] = 2, + ACTIONS(11313), 1, anon_sym_LPAREN2, - STATE(4297), 1, + STATE(2420), 1, sym__directive_parameter, - [199044] = 2, - ACTIONS(13252), 1, - anon_sym_RPAREN, - ACTIONS(13254), 1, - anon_sym_COMMA, - [199051] = 2, - ACTIONS(13256), 1, + [201993] = 2, + ACTIONS(13435), 1, anon_sym_RPAREN, - ACTIONS(13258), 1, + ACTIONS(13437), 1, anon_sym_COMMA, - [199058] = 2, - ACTIONS(11118), 1, - anon_sym_LPAREN2, - STATE(2925), 1, - sym__directive_parameter, - [199065] = 2, - ACTIONS(11118), 1, - anon_sym_LPAREN2, - STATE(2926), 1, - sym__directive_parameter, - [199072] = 2, - ACTIONS(10500), 1, + [202000] = 2, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(1858), 1, + STATE(1160), 1, sym__directive_parameter, - [199079] = 2, - ACTIONS(10500), 1, + [202007] = 2, + ACTIONS(10687), 1, anon_sym_LPAREN2, - STATE(1857), 1, + STATE(1162), 1, sym__directive_parameter, - [199086] = 2, - ACTIONS(13260), 1, + [202014] = 2, + ACTIONS(13439), 1, anon_sym_RPAREN, - ACTIONS(13262), 1, + ACTIONS(13441), 1, anon_sym_COMMA, - [199093] = 2, - ACTIONS(13264), 1, - anon_sym_RPAREN, - ACTIONS(13266), 1, - anon_sym_COMMA, - [199100] = 2, - ACTIONS(13144), 1, + [202021] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4349), 1, + STATE(4301), 1, sym__directive_parameter, - [199107] = 2, - ACTIONS(13268), 1, + [202028] = 2, + ACTIONS(13443), 1, anon_sym_RPAREN, - ACTIONS(13270), 1, + ACTIONS(13445), 1, anon_sym_COMMA, - [199114] = 2, - ACTIONS(13144), 1, + [202035] = 2, + ACTIONS(11105), 1, anon_sym_LPAREN2, - STATE(4278), 1, + STATE(3375), 1, sym__directive_parameter, - [199121] = 2, - ACTIONS(10662), 1, + [202042] = 2, + ACTIONS(11105), 1, anon_sym_LPAREN2, - STATE(1775), 1, + STATE(3373), 1, sym__directive_parameter, - [199128] = 2, - ACTIONS(10662), 1, + [202049] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(1774), 1, + STATE(4286), 1, sym__directive_parameter, - [199135] = 2, - ACTIONS(13272), 1, + [202056] = 2, + ACTIONS(13447), 1, anon_sym_RPAREN, - ACTIONS(13274), 1, + ACTIONS(13449), 1, anon_sym_COMMA, - [199142] = 2, - ACTIONS(10544), 1, - anon_sym_LPAREN2, - STATE(857), 1, - sym__directive_parameter, - [199149] = 2, - ACTIONS(10544), 1, + [202063] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(881), 1, + STATE(4202), 1, sym__directive_parameter, - [199156] = 2, - ACTIONS(13144), 1, + [202070] = 2, + ACTIONS(10685), 1, anon_sym_LPAREN2, - STATE(4317), 1, + STATE(1693), 1, sym__directive_parameter, - [199163] = 1, - ACTIONS(13132), 2, + [202077] = 1, + ACTIONS(13307), 2, aux_sym_parameter_token1, anon_sym_RPAREN2, - [199168] = 2, - ACTIONS(13144), 1, + [202082] = 2, + ACTIONS(10685), 1, anon_sym_LPAREN2, - STATE(4281), 1, + STATE(1694), 1, sym__directive_parameter, - [199175] = 2, - ACTIONS(10586), 1, + [202089] = 2, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(1261), 1, + STATE(1249), 1, sym__directive_parameter, - [199182] = 2, - ACTIONS(10586), 1, + [202096] = 2, + ACTIONS(10769), 1, anon_sym_LPAREN2, - STATE(1262), 1, + STATE(1277), 1, sym__directive_parameter, - [199189] = 2, - ACTIONS(10510), 1, + [202103] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(1692), 1, + STATE(4269), 1, sym__directive_parameter, - [199196] = 2, - ACTIONS(10510), 1, + [202110] = 2, + ACTIONS(11275), 1, anon_sym_LPAREN2, - STATE(1691), 1, + STATE(3090), 1, sym__directive_parameter, - [199203] = 2, - ACTIONS(13276), 1, - anon_sym_RPAREN, - ACTIONS(13278), 1, - anon_sym_COMMA, - [199210] = 2, - ACTIONS(13144), 1, + [202117] = 2, + ACTIONS(11275), 1, anon_sym_LPAREN2, - STATE(4292), 1, + STATE(3089), 1, sym__directive_parameter, - [199217] = 2, - ACTIONS(13280), 1, + [202124] = 2, + ACTIONS(13451), 1, anon_sym_RPAREN, - ACTIONS(13282), 1, + ACTIONS(13453), 1, anon_sym_COMMA, - [199224] = 2, - ACTIONS(13144), 1, - anon_sym_LPAREN2, - STATE(4269), 1, - sym__directive_parameter, - [199231] = 2, - ACTIONS(13144), 1, + [202131] = 2, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(4230), 1, + STATE(2099), 1, sym__directive_parameter, - [199238] = 2, - ACTIONS(10518), 1, + [202138] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(1609), 1, + STATE(4252), 1, sym__directive_parameter, - [199245] = 2, - ACTIONS(10518), 1, + [202145] = 2, + ACTIONS(11357), 1, anon_sym_LPAREN2, - STATE(1608), 1, + STATE(2098), 1, sym__directive_parameter, - [199252] = 2, - ACTIONS(13284), 1, + [202152] = 2, + ACTIONS(13455), 1, + anon_sym_RPAREN, + ACTIONS(13457), 1, + anon_sym_COMMA, + [202159] = 2, + ACTIONS(13459), 1, anon_sym_RPAREN, - ACTIONS(13286), 1, + ACTIONS(13461), 1, anon_sym_COMMA, - [199259] = 2, - ACTIONS(13144), 1, + [202166] = 2, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(4199), 1, + STATE(1860), 1, sym__directive_parameter, - [199266] = 2, - ACTIONS(13144), 1, + [202173] = 2, + ACTIONS(10675), 1, anon_sym_LPAREN2, - STATE(4251), 1, + STATE(1859), 1, sym__directive_parameter, - [199273] = 2, - ACTIONS(13144), 1, + [202180] = 2, + ACTIONS(13463), 1, anon_sym_LPAREN2, - STATE(4239), 1, + STATE(4254), 1, sym__directive_parameter, - [199280] = 2, - ACTIONS(13288), 1, + [202187] = 2, + ACTIONS(13465), 1, anon_sym_RPAREN, - ACTIONS(13290), 1, + ACTIONS(13467), 1, anon_sym_COMMA, - [199287] = 2, - ACTIONS(13292), 1, + [202194] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4313), 1, + STATE(4233), 1, sym__directive_parameter, - [199294] = 2, - ACTIONS(10492), 1, + [202201] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(1524), 1, + STATE(4342), 1, sym__directive_parameter, - [199301] = 2, - ACTIONS(10492), 1, + [202208] = 2, + ACTIONS(11287), 1, anon_sym_LPAREN2, - STATE(1523), 1, + STATE(3007), 1, sym__directive_parameter, - [199308] = 2, - ACTIONS(10494), 1, + [202215] = 2, + ACTIONS(11287), 1, anon_sym_LPAREN2, - STATE(971), 1, + STATE(3008), 1, sym__directive_parameter, - [199315] = 2, - ACTIONS(10494), 1, + [202222] = 2, + ACTIONS(13469), 1, + anon_sym_RPAREN, + ACTIONS(13471), 1, + anon_sym_COMMA, + [202229] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(970), 1, + STATE(4221), 1, sym__directive_parameter, - [199322] = 2, - ACTIONS(13144), 1, + [202236] = 2, + ACTIONS(10771), 1, anon_sym_LPAREN2, - STATE(4228), 1, + STATE(764), 1, sym__directive_parameter, - [199329] = 2, - ACTIONS(13294), 1, - anon_sym_RPAREN, - ACTIONS(13296), 1, - anon_sym_COMMA, - [199336] = 2, - ACTIONS(13144), 1, + [202243] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(4213), 1, + STATE(4223), 1, sym__directive_parameter, - [199343] = 2, - ACTIONS(10566), 1, + [202250] = 2, + ACTIONS(10771), 1, anon_sym_LPAREN2, - STATE(1350), 1, + STATE(762), 1, sym__directive_parameter, - [199350] = 2, - ACTIONS(10566), 1, + [202257] = 2, + ACTIONS(10837), 1, anon_sym_LPAREN2, - STATE(1351), 1, + STATE(1777), 1, + sym__directive_parameter, + [202264] = 2, + ACTIONS(10837), 1, + anon_sym_LPAREN2, + STATE(1776), 1, sym__directive_parameter, - [199357] = 2, - ACTIONS(13298), 1, + [202271] = 2, + ACTIONS(13473), 1, anon_sym_RPAREN, - ACTIONS(13300), 1, + ACTIONS(13475), 1, anon_sym_COMMA, - [199364] = 2, - ACTIONS(10550), 1, + [202278] = 2, + ACTIONS(11373), 1, anon_sym_LPAREN2, - STATE(1439), 1, + STATE(2013), 1, sym__directive_parameter, - [199371] = 2, - ACTIONS(11112), 1, + [202285] = 2, + ACTIONS(13477), 1, + anon_sym_RPAREN, + ACTIONS(13479), 1, + anon_sym_COMMA, + [202292] = 2, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(3007), 1, + STATE(1353), 1, sym__directive_parameter, - [199378] = 2, - ACTIONS(11112), 1, + [202299] = 2, + ACTIONS(10741), 1, anon_sym_LPAREN2, - STATE(3008), 1, + STATE(1352), 1, sym__directive_parameter, - [199385] = 2, - ACTIONS(10550), 1, + [202306] = 2, + ACTIONS(13319), 1, anon_sym_LPAREN2, - STATE(1438), 1, + STATE(4207), 1, sym__directive_parameter, - [199392] = 2, - ACTIONS(13302), 1, - anon_sym_RPAREN, - ACTIONS(13304), 1, - anon_sym_COMMA, - [199399] = 1, - ACTIONS(13306), 1, - anon_sym_ATendtask, - [199403] = 1, - ACTIONS(13308), 1, - anon_sym_ATendfeature, - [199407] = 1, - ACTIONS(13310), 1, - anon_sym_ATendpersist, - [199411] = 1, - ACTIONS(13312), 1, + [202313] = 1, + ACTIONS(13481), 1, anon_sym_ATendteleport, - [199415] = 1, - ACTIONS(13314), 1, - anon_sym_ATendvolt, - [199419] = 1, - ACTIONS(13316), 1, + [202317] = 1, + ACTIONS(13483), 1, + anon_sym_ATendfragment, + [202321] = 1, + ACTIONS(13485), 1, + anon_sym_ATendcan, + [202325] = 1, + ACTIONS(13487), 1, + anon_sym_ATendcannot, + [202329] = 1, + ACTIONS(13489), 1, + anon_sym_ATendcanany, + [202333] = 1, + ACTIONS(13491), 1, + anon_sym_ATendfeature, + [202337] = 1, + ACTIONS(13493), 1, aux_sym__custom_token3, - [199423] = 1, - ACTIONS(13318), 1, - anon_sym_ATendif, - [199427] = 1, - ACTIONS(13320), 1, - anon_sym_ATenderror, - [199431] = 1, - ACTIONS(13322), 1, - anon_sym_ATendPrependOnce, - [199435] = 1, - ACTIONS(13324), 1, + [202341] = 1, + ACTIONS(13495), 1, anon_sym_ATendfor, - [199439] = 1, - ACTIONS(13326), 1, - anon_sym_ATendprepend, - [199443] = 1, - ACTIONS(12347), 1, - anon_sym_RPAREN, - [199447] = 1, - ACTIONS(13328), 1, - anon_sym_ATendPushIf, - [199451] = 1, - ACTIONS(13330), 1, + [202345] = 1, + ACTIONS(13497), 1, anon_sym_ATendforeach, - [199455] = 1, - ACTIONS(13332), 1, - anon_sym_ATendPushOnce, - [199459] = 1, - ACTIONS(13334), 1, - anon_sym_ATendpush, - [199463] = 1, - ACTIONS(13336), 1, - anon_sym_ATendfragment, - [199467] = 1, - ACTIONS(13338), 1, - anon_sym_RPAREN, - [199471] = 1, - ACTIONS(13340), 1, - anon_sym_ATendphp, - [199475] = 1, - ACTIONS(13342), 1, + [202349] = 1, + ACTIONS(13499), 1, anon_sym_ATendforelse, - [199479] = 1, - ACTIONS(13344), 1, + [202353] = 1, + ACTIONS(13501), 1, anon_sym_ATendwhile, - [199483] = 1, - ACTIONS(13346), 1, + [202357] = 1, + ACTIONS(13503), 1, anon_sym_ATendsetup, - [199487] = 1, - ACTIONS(13348), 1, + [202361] = 1, + ACTIONS(13505), 1, anon_sym_ATendtask, - [199491] = 1, - ACTIONS(13350), 1, + [202365] = 1, + ACTIONS(13507), 1, anon_sym_ATendstory, - [199495] = 1, - ACTIONS(13352), 1, - anon_sym_ATendcan, - [199499] = 1, - ACTIONS(13354), 1, + [202369] = 1, + ACTIONS(13509), 1, anon_sym_BANG_BANG_RBRACE, - [199503] = 1, - ACTIONS(13356), 1, - anon_sym_ATendcannot, - [199507] = 1, - ACTIONS(13358), 1, - anon_sym_ATendcanany, - [199511] = 1, - ACTIONS(13360), 1, + [202373] = 1, + ACTIONS(13511), 1, + anon_sym_RBRACE_RBRACE, + [202377] = 1, + ACTIONS(13513), 1, + anon_sym_ATendpersist, + [202381] = 1, + ACTIONS(13515), 1, + anon_sym_ATendteleport, + [202385] = 1, + ACTIONS(13517), 1, + anon_sym_ATendvolt, + [202389] = 1, + ACTIONS(12406), 1, + anon_sym_RPAREN, + [202393] = 1, + ACTIONS(13519), 1, + anon_sym_RPAREN, + [202397] = 1, + ACTIONS(12410), 1, + anon_sym_RPAREN, + [202401] = 1, + ACTIONS(13521), 1, + anon_sym_ATendvolt, + [202405] = 1, + ACTIONS(13523), 1, + anon_sym_RPAREN, + [202409] = 1, + ACTIONS(13525), 1, + anon_sym_ATendteleport, + [202413] = 1, + ACTIONS(13527), 1, + anon_sym_ATendpersist, + [202417] = 1, + ACTIONS(13529), 1, + anon_sym_ATendstory, + [202421] = 1, + ACTIONS(13531), 1, + anon_sym_ATendtask, + [202425] = 1, + ACTIONS(13533), 1, + anon_sym_ATendsetup, + [202429] = 1, + ACTIONS(13535), 1, + anon_sym_ATendwhile, + [202433] = 1, + ACTIONS(13537), 1, anon_sym_ATendforelse, - [199515] = 1, - ACTIONS(13362), 1, - anon_sym_ATendif, - [199519] = 1, - ACTIONS(13364), 1, - anon_sym_ATendif, - [199523] = 1, - ACTIONS(13366), 1, - anon_sym_ATendenv, - [199527] = 1, - ACTIONS(13368), 1, + [202437] = 1, + ACTIONS(13539), 1, + anon_sym_ATendforeach, + [202441] = 1, + ACTIONS(13541), 1, + anon_sym_ATendfor, + [202445] = 1, + ACTIONS(13543), 1, anon_sym_RBRACE_RBRACE, - [199531] = 1, - ACTIONS(13370), 1, + [202449] = 1, + ACTIONS(13545), 1, anon_sym_BANG_BANG_RBRACE, - [199535] = 1, - ACTIONS(13372), 1, - anon_sym_ATendunless, - [199539] = 1, - ACTIONS(13374), 1, + [202453] = 1, + ACTIONS(13547), 1, anon_sym_ATendphp, - [199543] = 1, - ACTIONS(13376), 1, + [202457] = 1, + ACTIONS(13549), 1, anon_sym_ATendfragment, - [199547] = 1, - ACTIONS(13378), 1, - anon_sym_RBRACE_RBRACE, - [199551] = 1, - ACTIONS(13380), 1, - anon_sym_ATendguest, - [199555] = 1, - ACTIONS(13382), 1, + [202461] = 1, + ACTIONS(13551), 1, + anon_sym_ATendpush, + [202465] = 1, + ACTIONS(13553), 1, + aux_sym__custom_token3, + [202469] = 1, + ACTIONS(13555), 1, anon_sym_ATendpush, - [199559] = 1, - ACTIONS(13384), 1, + [202473] = 1, + ACTIONS(13557), 1, anon_sym_ATendPushOnce, - [199563] = 1, - ACTIONS(13386), 1, + [202477] = 1, + ACTIONS(13559), 1, anon_sym_ATendPushIf, - [199567] = 1, - ACTIONS(13388), 1, + [202481] = 1, + ACTIONS(13561), 1, anon_sym_ATendprepend, - [199571] = 1, - ACTIONS(13390), 1, + [202485] = 1, + ACTIONS(13563), 1, anon_sym_ATendPrependOnce, - [199575] = 1, - ACTIONS(13392), 1, + [202489] = 1, + ACTIONS(13565), 1, anon_sym_ATendif, - [199579] = 1, - ACTIONS(13394), 1, + [202493] = 1, + ACTIONS(13567), 1, anon_sym_ATendunless, - [199583] = 1, - ACTIONS(13396), 1, + [202497] = 1, + ACTIONS(13569), 1, anon_sym_ATendisset, - [199587] = 1, - ACTIONS(13398), 1, + [202501] = 1, + ACTIONS(13571), 1, anon_sym_ATendempty, - [199591] = 1, - ACTIONS(13400), 1, + [202505] = 1, + ACTIONS(13573), 1, anon_sym_ATendauth, - [199595] = 1, - ACTIONS(13402), 1, + [202509] = 1, + ACTIONS(13575), 1, anon_sym_ATendguest, - [199599] = 1, - ACTIONS(13404), 1, - anon_sym_ATendauth, - [199603] = 1, - ACTIONS(13406), 1, + [202513] = 1, + ACTIONS(13577), 1, + anon_sym_ATendfeature, + [202517] = 1, + ACTIONS(13579), 1, anon_sym_ATendenv, - [199607] = 1, - ACTIONS(13408), 1, + [202521] = 1, + ACTIONS(13581), 1, anon_sym_ATendif, - [199611] = 1, - ACTIONS(13410), 1, + [202525] = 1, + ACTIONS(13583), 1, anon_sym_ATendif, - [199615] = 1, - ACTIONS(13412), 1, + [202529] = 1, + ACTIONS(13585), 1, anon_sym_ATenderror, - [199619] = 1, - ACTIONS(13414), 1, - anon_sym_ATendempty, - [199623] = 1, - ACTIONS(13416), 1, + [202533] = 1, + ACTIONS(13587), 1, + anon_sym_ATendcanany, + [202537] = 1, + ACTIONS(13589), 1, anon_sym_ATendcan, - [199627] = 1, - ACTIONS(13418), 1, + [202541] = 1, + ACTIONS(13591), 1, anon_sym_ATendcannot, - [199631] = 1, - ACTIONS(13420), 1, + [202545] = 1, + ACTIONS(13593), 1, anon_sym_ATendcanany, - [199635] = 1, - ACTIONS(13422), 1, + [202549] = 1, + ACTIONS(13595), 1, anon_sym_ATendfeature, - [199639] = 1, - ACTIONS(13424), 1, + [202553] = 1, + ACTIONS(13597), 1, aux_sym__custom_token3, - [199643] = 1, - ACTIONS(13426), 1, - anon_sym_ATendisset, - [199647] = 1, - ACTIONS(13428), 1, + [202557] = 1, + ACTIONS(13599), 1, + anon_sym_ATenderror, + [202561] = 1, + ACTIONS(13601), 1, anon_sym_ATendfor, - [199651] = 1, - ACTIONS(13430), 1, + [202565] = 1, + ACTIONS(13603), 1, anon_sym_ATendforeach, - [199655] = 1, - ACTIONS(13432), 1, + [202569] = 1, + ACTIONS(13605), 1, anon_sym_ATendforelse, - [199659] = 1, - ACTIONS(13434), 1, + [202573] = 1, + ACTIONS(13607), 1, anon_sym_ATendwhile, - [199663] = 1, - ACTIONS(13436), 1, + [202577] = 1, + ACTIONS(13609), 1, anon_sym_ATendsetup, - [199667] = 1, - ACTIONS(13438), 1, + [202581] = 1, + ACTIONS(13611), 1, anon_sym_ATendtask, - [199671] = 1, - ACTIONS(13440), 1, + [202585] = 1, + ACTIONS(13613), 1, anon_sym_ATendstory, - [199675] = 1, - ACTIONS(13442), 1, - anon_sym_ATendunless, - [199679] = 1, - ACTIONS(13444), 1, + [202589] = 1, + ACTIONS(13615), 1, + anon_sym_ATendcannot, + [202593] = 1, + ACTIONS(13617), 1, + anon_sym_ATendcan, + [202597] = 1, + ACTIONS(13619), 1, + anon_sym_ATenderror, + [202601] = 1, + ACTIONS(13621), 1, anon_sym_ATendif, - [199683] = 1, - ACTIONS(13446), 1, - anon_sym_ATendPrependOnce, - [199687] = 1, - ACTIONS(13448), 1, - anon_sym_ATendprepend, - [199691] = 1, - ACTIONS(13450), 1, + [202605] = 1, + ACTIONS(13623), 1, anon_sym_ATendpersist, - [199695] = 1, - ACTIONS(13452), 1, + [202609] = 1, + ACTIONS(13625), 1, anon_sym_ATendteleport, - [199699] = 1, - ACTIONS(13454), 1, + [202613] = 1, + ACTIONS(13627), 1, anon_sym_ATendvolt, - [199703] = 1, - ACTIONS(13456), 1, - anon_sym_ATendPushIf, - [199707] = 1, - ACTIONS(13458), 1, - anon_sym_ATendPushOnce, - [199711] = 1, - ACTIONS(13460), 1, - anon_sym_ATendpush, - [199715] = 1, - ACTIONS(13462), 1, - anon_sym_ATendisset, - [199719] = 1, - ACTIONS(13464), 1, + [202617] = 1, + ACTIONS(13629), 1, + anon_sym_ATendif, + [202621] = 1, + ACTIONS(13631), 1, + anon_sym_ATendif, + [202625] = 1, + ACTIONS(13633), 1, + anon_sym_ATendif, + [202629] = 1, + ACTIONS(13635), 1, + anon_sym_ATendenv, + [202633] = 1, + ACTIONS(13637), 1, anon_sym_ATendfragment, - [199723] = 1, - ACTIONS(13466), 1, - anon_sym_ATendphp, - [199727] = 1, - ACTIONS(12381), 1, + [202637] = 1, + ACTIONS(13639), 1, + anon_sym_ATendguest, + [202641] = 1, + ACTIONS(12384), 1, anon_sym_RPAREN, - [199731] = 1, - ACTIONS(13468), 1, - anon_sym_BANG_BANG_RBRACE, - [199735] = 1, - ACTIONS(13470), 1, - anon_sym_RBRACE_RBRACE, - [199739] = 1, - ACTIONS(13472), 1, - anon_sym_ATendempty, - [199743] = 1, - ACTIONS(13474), 1, + [202645] = 1, + ACTIONS(13641), 1, anon_sym_ATendauth, - [199747] = 1, - ACTIONS(13476), 1, - anon_sym_RPAREN, - [199751] = 1, - ACTIONS(13478), 1, - anon_sym_RPAREN, - [199755] = 1, - ACTIONS(13480), 1, - anon_sym_ATendguest, - [199759] = 1, - ACTIONS(13482), 1, + [202649] = 1, + ACTIONS(13643), 1, anon_sym_ATendenv, - [199763] = 1, - ACTIONS(13484), 1, - anon_sym_ATendif, - [199767] = 1, - ACTIONS(12275), 1, + [202653] = 1, + ACTIONS(13645), 1, + anon_sym_ATendguest, + [202657] = 1, + ACTIONS(13647), 1, + anon_sym_ATendauth, + [202661] = 1, + ACTIONS(13649), 1, + anon_sym_ATendempty, + [202665] = 1, + ACTIONS(13651), 1, anon_sym_RPAREN, - [199771] = 1, - ACTIONS(13486), 1, + [202669] = 1, + ACTIONS(13653), 1, + anon_sym_ATendempty, + [202673] = 1, + ACTIONS(13655), 1, + anon_sym_ATendisset, + [202677] = 1, + ACTIONS(13657), 1, + anon_sym_ATendunless, + [202681] = 1, + ACTIONS(13659), 1, + anon_sym_ATendisset, + [202685] = 1, + ACTIONS(13661), 1, anon_sym_ATendif, - [199775] = 1, - ACTIONS(13488), 1, - anon_sym_ATenderror, - [199779] = 1, - ACTIONS(13490), 1, - anon_sym_ATendvolt, - [199783] = 1, - ACTIONS(13492), 1, - anon_sym_ATendteleport, - [199787] = 1, - ACTIONS(13494), 1, - anon_sym_ATendpersist, - [199791] = 1, - ACTIONS(13496), 1, - anon_sym_ATendstory, - [199795] = 1, - ACTIONS(13498), 1, - anon_sym_ATendtask, - [199799] = 1, - ACTIONS(13500), 1, - anon_sym_ATendsetup, - [199803] = 1, - ACTIONS(13502), 1, - anon_sym_ATendwhile, - [199807] = 1, - ACTIONS(13504), 1, - aux_sym__custom_token3, - [199811] = 1, - ACTIONS(13506), 1, + [202689] = 1, + ACTIONS(13663), 1, + anon_sym_ATendPrependOnce, + [202693] = 1, + ACTIONS(13665), 1, + anon_sym_ATendunless, + [202697] = 1, + ACTIONS(13667), 1, + anon_sym_ATendif, + [202701] = 1, + ACTIONS(13669), 1, + anon_sym_ATendPrependOnce, + [202705] = 1, + ACTIONS(13671), 1, + anon_sym_ATendprepend, + [202709] = 1, + ACTIONS(13673), 1, + anon_sym_ATendprepend, + [202713] = 1, + ACTIONS(13675), 1, + anon_sym_ATendPushIf, + [202717] = 1, + ACTIONS(13677), 1, + anon_sym_ATendPushOnce, + [202721] = 1, + ACTIONS(13679), 1, + anon_sym_ATendpush, + [202725] = 1, + ACTIONS(13681), 1, anon_sym_RBRACE_RBRACE, - [199815] = 1, - ACTIONS(13508), 1, + [202729] = 1, + ACTIONS(13683), 1, anon_sym_BANG_BANG_RBRACE, - [199819] = 1, - ACTIONS(13510), 1, - anon_sym_ATendforeach, - [199823] = 1, - ACTIONS(13512), 1, + [202733] = 1, + ACTIONS(13685), 1, + anon_sym_ATendPushIf, + [202737] = 1, + ACTIONS(13687), 1, anon_sym_ATendphp, - [199827] = 1, - ACTIONS(13514), 1, + [202741] = 1, + ACTIONS(13689), 1, anon_sym_ATendfragment, - [199831] = 1, - ACTIONS(13516), 1, - anon_sym_ATendfor, - [199835] = 1, - ACTIONS(13518), 1, + [202745] = 1, + ACTIONS(13691), 1, + anon_sym_ATendPushOnce, + [202749] = 1, + ACTIONS(13693), 1, anon_sym_ATendsetup, - [199839] = 1, - ACTIONS(13520), 1, + [202753] = 1, + ACTIONS(13695), 1, anon_sym_ATendpush, - [199843] = 1, - ACTIONS(13522), 1, + [202757] = 1, + ACTIONS(13697), 1, anon_sym_ATendPushOnce, - [199847] = 1, - ACTIONS(13524), 1, + [202761] = 1, + ACTIONS(13699), 1, anon_sym_ATendPushIf, - [199851] = 1, - ACTIONS(13526), 1, + [202765] = 1, + ACTIONS(13701), 1, anon_sym_ATendprepend, - [199855] = 1, - ACTIONS(13528), 1, + [202769] = 1, + ACTIONS(13703), 1, anon_sym_ATendPrependOnce, - [199859] = 1, - ACTIONS(13530), 1, + [202773] = 1, + ACTIONS(13705), 1, anon_sym_ATendif, - [199863] = 1, - ACTIONS(13532), 1, + [202777] = 1, + ACTIONS(13707), 1, anon_sym_ATendunless, - [199867] = 1, - ACTIONS(13534), 1, + [202781] = 1, + ACTIONS(13709), 1, anon_sym_ATendisset, - [199871] = 1, - ACTIONS(13536), 1, + [202785] = 1, + ACTIONS(13711), 1, anon_sym_ATendempty, - [199875] = 1, - ACTIONS(13538), 1, + [202789] = 1, + ACTIONS(13713), 1, anon_sym_ATendauth, - [199879] = 1, - ACTIONS(13540), 1, + [202793] = 1, + ACTIONS(13715), 1, anon_sym_ATendguest, - [199883] = 1, - ACTIONS(12331), 1, - anon_sym_RPAREN, - [199887] = 1, - ACTIONS(13542), 1, + [202797] = 1, + ACTIONS(13717), 1, + anon_sym_ATendpersist, + [202801] = 1, + ACTIONS(13719), 1, anon_sym_ATendenv, - [199891] = 1, - ACTIONS(13544), 1, + [202805] = 1, + ACTIONS(13721), 1, anon_sym_ATendif, - [199895] = 1, - ACTIONS(13546), 1, + [202809] = 1, + ACTIONS(13723), 1, anon_sym_ATendif, - [199899] = 1, - ACTIONS(13548), 1, + [202813] = 1, + ACTIONS(13725), 1, anon_sym_ATenderror, - [199903] = 1, - ACTIONS(13550), 1, - anon_sym_ATendfeature, - [199907] = 1, - ACTIONS(13552), 1, + [202817] = 1, + ACTIONS(13727), 1, + anon_sym_ATendphp, + [202821] = 1, + ACTIONS(13729), 1, anon_sym_ATendcan, - [199911] = 1, - ACTIONS(13554), 1, + [202825] = 1, + ACTIONS(13731), 1, anon_sym_ATendcannot, - [199915] = 1, - ACTIONS(13556), 1, + [202829] = 1, + ACTIONS(13733), 1, anon_sym_ATendcanany, - [199919] = 1, - ACTIONS(13558), 1, + [202833] = 1, + ACTIONS(13735), 1, anon_sym_ATendfeature, - [199923] = 1, - ACTIONS(13560), 1, + [202837] = 1, + ACTIONS(13737), 1, aux_sym__custom_token3, - [199927] = 1, - ACTIONS(13562), 1, - anon_sym_ATendcanany, - [199931] = 1, - ACTIONS(13564), 1, + [202841] = 1, + ACTIONS(13739), 1, + anon_sym_ATendforeach, + [202845] = 1, + ACTIONS(13741), 1, anon_sym_ATendfor, - [199935] = 1, - ACTIONS(13566), 1, + [202849] = 1, + ACTIONS(13743), 1, anon_sym_ATendforeach, - [199939] = 1, - ACTIONS(13568), 1, + [202853] = 1, + ACTIONS(13745), 1, anon_sym_ATendforelse, - [199943] = 1, - ACTIONS(13570), 1, + [202857] = 1, + ACTIONS(13747), 1, anon_sym_ATendwhile, - [199947] = 1, - ACTIONS(13572), 1, + [202861] = 1, + ACTIONS(13749), 1, anon_sym_ATendsetup, - [199951] = 1, - ACTIONS(13574), 1, + [202865] = 1, + ACTIONS(13751), 1, anon_sym_ATendtask, - [199955] = 1, - ACTIONS(13576), 1, + [202869] = 1, + ACTIONS(13753), 1, anon_sym_ATendstory, - [199959] = 1, - ACTIONS(13578), 1, - anon_sym_ATendcannot, - [199963] = 1, - ACTIONS(13580), 1, - anon_sym_ATendcan, - [199967] = 1, - ACTIONS(13582), 1, - anon_sym_ATenderror, - [199971] = 1, - ACTIONS(13584), 1, - anon_sym_ATendif, - [199975] = 1, - ACTIONS(13586), 1, + [202873] = 1, + ACTIONS(13755), 1, + anon_sym_ATendpush, + [202877] = 1, + ACTIONS(13757), 1, + anon_sym_BANG_BANG_RBRACE, + [202881] = 1, + ACTIONS(13759), 1, + anon_sym_RBRACE_RBRACE, + [202885] = 1, + ACTIONS(13761), 1, + anon_sym_ATendfragment, + [202889] = 1, + ACTIONS(13763), 1, anon_sym_ATendpersist, - [199979] = 1, - ACTIONS(13588), 1, + [202893] = 1, + ACTIONS(13765), 1, anon_sym_ATendteleport, - [199983] = 1, - ACTIONS(13590), 1, + [202897] = 1, + ACTIONS(13767), 1, anon_sym_ATendvolt, - [199987] = 1, - ACTIONS(13592), 1, - anon_sym_ATendif, - [199991] = 1, - ACTIONS(13594), 1, - anon_sym_ATendenv, - [199995] = 1, - ACTIONS(13596), 1, - anon_sym_ATendguest, - [199999] = 1, - ACTIONS(13598), 1, + [202901] = 1, + ACTIONS(13769), 1, + anon_sym_ATendphp, + [202905] = 1, + ACTIONS(13771), 1, + anon_sym_BANG_BANG_RBRACE, + [202909] = 1, + ACTIONS(13773), 1, + anon_sym_RBRACE_RBRACE, + [202913] = 1, + ACTIONS(13775), 1, anon_sym_ATendvolt, - [200003] = 1, - ACTIONS(13600), 1, - anon_sym_ATendauth, - [200007] = 1, - ACTIONS(13602), 1, + [202917] = 1, + ACTIONS(13777), 1, + anon_sym_ATendPushOnce, + [202921] = 1, + ACTIONS(13779), 1, anon_sym_ATendteleport, - [200011] = 1, - ACTIONS(12355), 1, + [202925] = 1, + ACTIONS(12360), 1, anon_sym_RPAREN, - [200015] = 1, - ACTIONS(13604), 1, + [202929] = 1, + ACTIONS(13781), 1, anon_sym_ATendpersist, - [200019] = 1, - ACTIONS(13606), 1, - anon_sym_ATendempty, - [200023] = 1, - ACTIONS(13608), 1, - anon_sym_ATendisset, - [200027] = 1, - ACTIONS(13610), 1, + [202933] = 1, + ACTIONS(13783), 1, + anon_sym_ATendPushIf, + [202937] = 1, + ACTIONS(13785), 1, + anon_sym_ATendprepend, + [202941] = 1, + ACTIONS(13787), 1, + anon_sym_RPAREN, + [202945] = 1, + ACTIONS(13789), 1, + anon_sym_ATendPrependOnce, + [202949] = 1, + ACTIONS(13791), 1, + anon_sym_RPAREN, + [202953] = 1, + ACTIONS(12352), 1, + anon_sym_RPAREN, + [202957] = 1, + ACTIONS(13793), 1, + anon_sym_ATendif, + [202961] = 1, + ACTIONS(13795), 1, anon_sym_ATendunless, - [200031] = 1, - ACTIONS(13612), 1, + [202965] = 1, + ACTIONS(13797), 1, + anon_sym_ATendisset, + [202969] = 1, + ACTIONS(13799), 1, + anon_sym_ATendempty, + [202973] = 1, + ACTIONS(13801), 1, + anon_sym_RPAREN, + [202977] = 1, + ACTIONS(13803), 1, + anon_sym_ATendauth, + [202981] = 1, + ACTIONS(13805), 1, + anon_sym_ATendguest, + [202985] = 1, + ACTIONS(13807), 1, + anon_sym_ATendenv, + [202989] = 1, + ACTIONS(13809), 1, + anon_sym_ATendif, + [202993] = 1, + ACTIONS(13811), 1, anon_sym_ATendif, - [200035] = 1, - ACTIONS(13614), 1, + [202997] = 1, + ACTIONS(12430), 1, anon_sym_RPAREN, - [200039] = 1, - ACTIONS(13616), 1, - anon_sym_ATendPrependOnce, - [200043] = 1, - ACTIONS(13618), 1, - anon_sym_ATendprepend, - [200047] = 1, - ACTIONS(13620), 1, - anon_sym_ATendPushIf, - [200051] = 1, - ACTIONS(13622), 1, - anon_sym_ATendPushOnce, - [200055] = 1, - ACTIONS(13624), 1, - anon_sym_ATendpush, - [200059] = 1, - ACTIONS(13626), 1, - anon_sym_ATendfragment, - [200063] = 1, - ACTIONS(13628), 1, + [203001] = 1, + ACTIONS(13813), 1, anon_sym_ATendphp, - [200067] = 1, - ACTIONS(13630), 1, - anon_sym_BANG_BANG_RBRACE, - [200071] = 1, - ACTIONS(13632), 1, - anon_sym_RBRACE_RBRACE, - [200075] = 1, - ACTIONS(13634), 1, + [203005] = 1, + ACTIONS(13815), 1, + anon_sym_ATenderror, + [203009] = 1, + ACTIONS(13817), 1, anon_sym_ATendcan, - [200079] = 1, - ACTIONS(13636), 1, + [203013] = 1, + ACTIONS(13819), 1, anon_sym_ATendcannot, - [200083] = 1, - ACTIONS(13638), 1, - anon_sym_ATendcanany, - [200087] = 1, - ACTIONS(13640), 1, - anon_sym_RPAREN, - [200091] = 1, - ACTIONS(13642), 1, - anon_sym_ATendfeature, - [200095] = 1, - ACTIONS(13644), 1, - aux_sym__custom_token3, - [200099] = 1, - ACTIONS(13646), 1, - anon_sym_ATendfor, - [200103] = 1, - ACTIONS(12345), 1, - anon_sym_RPAREN, - [200107] = 1, - ACTIONS(13648), 1, - anon_sym_ATendforeach, - [200111] = 1, - ACTIONS(13650), 1, - anon_sym_ATendforelse, - [200115] = 1, - ACTIONS(13652), 1, - anon_sym_ATendwhile, - [200119] = 1, - ACTIONS(13654), 1, + [203017] = 1, + ACTIONS(13821), 1, anon_sym_ATendvolt, - [200123] = 1, - ACTIONS(13656), 1, + [203021] = 1, + ACTIONS(13823), 1, anon_sym_ATendteleport, - [200127] = 1, - ACTIONS(13658), 1, + [203025] = 1, + ACTIONS(13825), 1, anon_sym_ATendpersist, - [200131] = 1, - ACTIONS(13660), 1, + [203029] = 1, + ACTIONS(13827), 1, + anon_sym_ATendcanany, + [203033] = 1, + ACTIONS(13829), 1, + anon_sym_ATendfeature, + [203037] = 1, + ACTIONS(13831), 1, + aux_sym__custom_token3, + [203041] = 1, + ACTIONS(13833), 1, anon_sym_ATendstory, - [200135] = 1, - ACTIONS(13662), 1, + [203045] = 1, + ACTIONS(13835), 1, anon_sym_ATendtask, - [200139] = 1, - ACTIONS(13664), 1, + [203049] = 1, + ACTIONS(13837), 1, anon_sym_ATendsetup, - [200143] = 1, - ACTIONS(13666), 1, + [203053] = 1, + ACTIONS(13839), 1, anon_sym_ATendwhile, - [200147] = 1, - ACTIONS(13668), 1, + [203057] = 1, + ACTIONS(13841), 1, anon_sym_ATendforelse, - [200151] = 1, - ACTIONS(13670), 1, + [203061] = 1, + ACTIONS(13843), 1, anon_sym_ATendforeach, - [200155] = 1, - ACTIONS(13672), 1, + [203065] = 1, + ACTIONS(13845), 1, anon_sym_ATendfor, - [200159] = 1, - ACTIONS(13674), 1, + [203069] = 1, + ACTIONS(13847), 1, aux_sym__custom_token3, - [200163] = 1, - ACTIONS(13676), 1, + [203073] = 1, + ACTIONS(13849), 1, anon_sym_ATendfeature, - [200167] = 1, - ACTIONS(13678), 1, + [203077] = 1, + ACTIONS(13851), 1, anon_sym_ATendcanany, - [200171] = 1, - ACTIONS(13680), 1, + [203081] = 1, + ACTIONS(13853), 1, anon_sym_ATendcannot, - [200175] = 1, - ACTIONS(13682), 1, + [203085] = 1, + ACTIONS(13855), 1, anon_sym_ATendcan, - [200179] = 1, - ACTIONS(13684), 1, + [203089] = 1, + ACTIONS(13857), 1, + anon_sym_ATendfor, + [203093] = 1, + ACTIONS(13859), 1, anon_sym_ATenderror, - [200183] = 1, - ACTIONS(13686), 1, + [203097] = 1, + ACTIONS(13861), 1, anon_sym_ATendif, - [200187] = 1, - ACTIONS(13688), 1, + [203101] = 1, + ACTIONS(13863), 1, anon_sym_ATendif, - [200191] = 1, - ACTIONS(13690), 1, + [203105] = 1, + ACTIONS(13865), 1, anon_sym_ATendenv, - [200195] = 1, - ACTIONS(13692), 1, + [203109] = 1, + ACTIONS(13867), 1, anon_sym_ATendsetup, - [200199] = 1, - ACTIONS(13694), 1, + [203113] = 1, + ACTIONS(13869), 1, anon_sym_ATendguest, - [200203] = 1, - ACTIONS(13696), 1, + [203117] = 1, + ACTIONS(13871), 1, anon_sym_ATendauth, - [200207] = 1, - ACTIONS(13698), 1, + [203121] = 1, + ACTIONS(13873), 1, anon_sym_ATendempty, - [200211] = 1, - ACTIONS(13700), 1, + [203125] = 1, + ACTIONS(13875), 1, anon_sym_ATendisset, - [200215] = 1, - ACTIONS(13702), 1, + [203129] = 1, + ACTIONS(13877), 1, anon_sym_ATendunless, - [200219] = 1, - ACTIONS(13704), 1, + [203133] = 1, + ACTIONS(13879), 1, anon_sym_ATendif, - [200223] = 1, - ACTIONS(13706), 1, + [203137] = 1, + ACTIONS(13881), 1, anon_sym_ATendPrependOnce, - [200227] = 1, - ACTIONS(13708), 1, + [203141] = 1, + ACTIONS(13883), 1, anon_sym_ATendprepend, - [200231] = 1, - ACTIONS(13710), 1, + [203145] = 1, + ACTIONS(13885), 1, anon_sym_ATendPushIf, - [200235] = 1, - ACTIONS(13712), 1, + [203149] = 1, + ACTIONS(13887), 1, anon_sym_ATendPushOnce, - [200239] = 1, - ACTIONS(13714), 1, + [203153] = 1, + ACTIONS(13889), 1, anon_sym_ATendpush, - [200243] = 1, - ACTIONS(13716), 1, - anon_sym_ATendtask, - [200247] = 1, - ACTIONS(13718), 1, - anon_sym_ATendstory, - [200251] = 1, - ACTIONS(13720), 1, + [203157] = 1, + ACTIONS(13891), 1, anon_sym_ATendfragment, - [200255] = 1, - ACTIONS(13722), 1, + [203161] = 1, + ACTIONS(13893), 1, anon_sym_ATendphp, - [200259] = 1, - ACTIONS(13724), 1, + [203165] = 1, + ACTIONS(13895), 1, anon_sym_BANG_BANG_RBRACE, - [200263] = 1, - ACTIONS(13726), 1, + [203169] = 1, + ACTIONS(13897), 1, anon_sym_RBRACE_RBRACE, - [200267] = 1, - ACTIONS(13728), 1, - anon_sym_ATendstory, - [200271] = 1, - ACTIONS(13730), 1, - anon_sym_ATendtask, - [200275] = 1, - ACTIONS(13732), 1, - anon_sym_RPAREN, - [200279] = 1, - ACTIONS(12327), 1, - anon_sym_RPAREN, - [200283] = 1, - ACTIONS(13734), 1, - anon_sym_ATendif, - [200287] = 1, - ACTIONS(13736), 1, + [203173] = 1, + ACTIONS(13899), 1, + anon_sym_ATendforelse, + [203177] = 1, + ACTIONS(13901), 1, anon_sym_ATendvolt, - [200291] = 1, - ACTIONS(13738), 1, - anon_sym_ATendteleport, - [200295] = 1, - ACTIONS(13740), 1, - anon_sym_ATendpersist, - [200299] = 1, - ACTIONS(13742), 1, + [203181] = 1, + ACTIONS(13903), 1, anon_sym_ATendstory, - [200303] = 1, - ACTIONS(13744), 1, + [203185] = 1, + ACTIONS(13905), 1, anon_sym_ATendtask, - [200307] = 1, - ACTIONS(13746), 1, - anon_sym_ATendsetup, - [200311] = 1, - ACTIONS(13748), 1, + [203189] = 1, + ACTIONS(13907), 1, anon_sym_ATendwhile, - [200315] = 1, - ACTIONS(13750), 1, - anon_sym_ATendforelse, - [200319] = 1, - ACTIONS(13752), 1, - anon_sym_ATendforeach, - [200323] = 1, - ACTIONS(13754), 1, - anon_sym_ATendfor, - [200327] = 1, - ACTIONS(13756), 1, - aux_sym__custom_token3, - [200331] = 1, - ACTIONS(13758), 1, - anon_sym_ATendfeature, - [200335] = 1, - ACTIONS(13760), 1, - anon_sym_ATendcanany, - [200339] = 1, - ACTIONS(13762), 1, - anon_sym_ATendcannot, - [200343] = 1, - ACTIONS(13764), 1, - anon_sym_ATendcan, - [200347] = 1, - ACTIONS(13766), 1, - anon_sym_ATenderror, - [200351] = 1, - ACTIONS(13768), 1, - anon_sym_ATendif, - [200355] = 1, - ACTIONS(13770), 1, - anon_sym_RBRACE_RBRACE, - [200359] = 1, - ACTIONS(13772), 1, - anon_sym_ATendenv, - [200363] = 1, - ACTIONS(13774), 1, + [203193] = 1, + ACTIONS(13909), 1, + anon_sym_ATendsetup, + [203197] = 1, + ACTIONS(13911), 1, + anon_sym_ATendtask, + [203201] = 1, + ACTIONS(13913), 1, + anon_sym_ATendstory, + [203205] = 1, + ACTIONS(13915), 1, anon_sym_ATendpersist, - [200367] = 1, - ACTIONS(13776), 1, - anon_sym_ATendguest, - [200371] = 1, - ACTIONS(13778), 1, - anon_sym_ATendauth, - [200375] = 1, - ACTIONS(13780), 1, - anon_sym_ATendempty, - [200379] = 1, - ACTIONS(13782), 1, - anon_sym_ATendisset, - [200383] = 1, - ACTIONS(13784), 1, - anon_sym_ATendunless, - [200387] = 1, - ACTIONS(13786), 1, - anon_sym_ATendif, - [200391] = 1, - ACTIONS(13788), 1, - anon_sym_ATendcan, - [200395] = 1, - ACTIONS(13790), 1, - anon_sym_ATendPrependOnce, - [200399] = 1, - ACTIONS(13792), 1, - anon_sym_ATendwhile, - [200403] = 1, - ACTIONS(13794), 1, - anon_sym_ATendprepend, - [200407] = 1, - ACTIONS(13796), 1, - anon_sym_ATendPushIf, - [200411] = 1, - ACTIONS(13798), 1, - anon_sym_ATendPushOnce, - [200415] = 1, - ACTIONS(13800), 1, - anon_sym_ATendpush, - [200419] = 1, - ACTIONS(13802), 1, - anon_sym_ATbreak, - [200423] = 1, - ACTIONS(13804), 1, - anon_sym_ATendfragment, - [200427] = 1, - ACTIONS(13806), 1, - anon_sym_ATendphp, - [200431] = 1, - ACTIONS(13808), 1, - anon_sym_BANG_BANG_RBRACE, - [200435] = 1, - ACTIONS(13810), 1, - anon_sym_RBRACE_RBRACE, - [200439] = 1, - ACTIONS(13812), 1, + [203209] = 1, + ACTIONS(13917), 1, anon_sym_ATendteleport, - [200443] = 1, - ACTIONS(13814), 1, - anon_sym_RPAREN, - [200447] = 1, - ACTIONS(13816), 1, + [203213] = 1, + ACTIONS(13919), 1, anon_sym_ATendvolt, - [200451] = 1, - ACTIONS(13818), 1, + [203217] = 1, + ACTIONS(13921), 1, + anon_sym_RPAREN, + [203221] = 1, + ACTIONS(12466), 1, anon_sym_RPAREN, - [200455] = 1, - ACTIONS(12303), 1, + [203225] = 1, + ACTIONS(13923), 1, anon_sym_RPAREN, - [200459] = 1, - ACTIONS(13820), 1, + [203229] = 1, + ACTIONS(12458), 1, + anon_sym_RPAREN, + [203233] = 1, + ACTIONS(13925), 1, + anon_sym_RBRACE_RBRACE, + [203237] = 1, + ACTIONS(13927), 1, anon_sym_ATendvolt, - [200463] = 1, - ACTIONS(13822), 1, + [203241] = 1, + ACTIONS(13929), 1, anon_sym_ATendteleport, - [200467] = 1, - ACTIONS(13824), 1, + [203245] = 1, + ACTIONS(13931), 1, anon_sym_ATendpersist, - [200471] = 1, - ACTIONS(13826), 1, + [203249] = 1, + ACTIONS(13933), 1, + anon_sym_BANG_BANG_RBRACE, + [203253] = 1, + ACTIONS(13935), 1, + anon_sym_ATendphp, + [203257] = 1, + ACTIONS(13937), 1, anon_sym_ATendstory, - [200475] = 1, - ACTIONS(13828), 1, - anon_sym_ATendisset, - [200479] = 1, - ACTIONS(13830), 1, - anon_sym_ATendsetup, - [200483] = 1, - ACTIONS(13832), 1, + [203261] = 1, + ACTIONS(13939), 1, + anon_sym_ATendteleport, + [203265] = 1, + ACTIONS(13941), 1, + anon_sym_ATendtask, + [203269] = 1, + ACTIONS(13943), 1, + anon_sym_ATendforelse, + [203273] = 1, + ACTIONS(13945), 1, anon_sym_ATendwhile, - [200487] = 1, - ACTIONS(13834), 1, + [203277] = 1, + ACTIONS(13947), 1, anon_sym_ATendforelse, - [200491] = 1, - ACTIONS(13836), 1, + [203281] = 1, + ACTIONS(13949), 1, anon_sym_ATendforeach, - [200495] = 1, - ACTIONS(13838), 1, + [203285] = 1, + ACTIONS(13951), 1, anon_sym_ATendfor, - [200499] = 1, - ACTIONS(13840), 1, + [203289] = 1, + ACTIONS(13953), 1, aux_sym__custom_token3, - [200503] = 1, - ACTIONS(13842), 1, + [203293] = 1, + ACTIONS(13955), 1, anon_sym_ATendfeature, - [200507] = 1, - ACTIONS(13844), 1, + [203297] = 1, + ACTIONS(13957), 1, anon_sym_ATendcanany, - [200511] = 1, - ACTIONS(13846), 1, + [203301] = 1, + ACTIONS(13959), 1, anon_sym_ATendcannot, - [200515] = 1, - ACTIONS(13848), 1, + [203305] = 1, + ACTIONS(13961), 1, anon_sym_ATendcan, - [200519] = 1, - ACTIONS(13850), 1, - anon_sym_ATendforelse, - [200523] = 1, - ACTIONS(13852), 1, + [203309] = 1, + ACTIONS(13963), 1, anon_sym_ATendforeach, - [200527] = 1, - ACTIONS(13854), 1, - anon_sym_ATendfor, - [200531] = 1, - ACTIONS(13856), 1, + [203313] = 1, + ACTIONS(13965), 1, + anon_sym_ATendwhile, + [203317] = 1, + ACTIONS(13967), 1, + anon_sym_ATendcan, + [203321] = 1, + ACTIONS(13969), 1, anon_sym_ATenderror, - [200535] = 1, - ACTIONS(13858), 1, + [203325] = 1, + ACTIONS(13971), 1, anon_sym_ATendif, - [200539] = 1, - ACTIONS(13860), 1, + [203329] = 1, + ACTIONS(13973), 1, anon_sym_ATendif, - [200543] = 1, - ACTIONS(13862), 1, + [203333] = 1, + ACTIONS(13975), 1, anon_sym_ATendenv, - [200547] = 1, - ACTIONS(13864), 1, + [203337] = 1, + ACTIONS(13977), 1, + anon_sym_ATendpush, + [203341] = 1, + ACTIONS(13979), 1, anon_sym_ATendguest, - [200551] = 1, - ACTIONS(13866), 1, + [203345] = 1, + ACTIONS(13981), 1, anon_sym_ATendauth, - [200555] = 1, - ACTIONS(13868), 1, + [203349] = 1, + ACTIONS(13983), 1, anon_sym_ATendempty, - [200559] = 1, - ACTIONS(13870), 1, + [203353] = 1, + ACTIONS(13985), 1, anon_sym_ATendisset, - [200563] = 1, - ACTIONS(13872), 1, + [203357] = 1, + ACTIONS(13987), 1, anon_sym_ATendunless, - [200567] = 1, - ACTIONS(13874), 1, + [203361] = 1, + ACTIONS(13989), 1, anon_sym_ATendif, - [200571] = 1, - ACTIONS(13876), 1, + [203365] = 1, + ACTIONS(13991), 1, anon_sym_ATendPrependOnce, - [200575] = 1, - ACTIONS(13878), 1, + [203369] = 1, + ACTIONS(13993), 1, anon_sym_ATendprepend, - [200579] = 1, - ACTIONS(13880), 1, + [203373] = 1, + ACTIONS(13995), 1, anon_sym_ATendPushIf, - [200583] = 1, - ACTIONS(13882), 1, + [203377] = 1, + ACTIONS(13997), 1, anon_sym_ATendPushOnce, - [200587] = 1, - ACTIONS(13884), 1, + [203381] = 1, + ACTIONS(13999), 1, anon_sym_ATendpush, - [200591] = 1, - ACTIONS(12297), 1, - anon_sym_RPAREN, - [200595] = 1, - ACTIONS(13886), 1, + [203385] = 1, + ACTIONS(14001), 1, + anon_sym_ATendPushOnce, + [203389] = 1, + ACTIONS(14003), 1, + anon_sym_ATendstory, + [203393] = 1, + ACTIONS(14005), 1, + anon_sym_ATendPushIf, + [203397] = 1, + ACTIONS(14007), 1, anon_sym_ATendfragment, - [200599] = 1, - ACTIONS(13888), 1, + [203401] = 1, + ACTIONS(14009), 1, anon_sym_ATendphp, - [200603] = 1, - ACTIONS(13890), 1, + [203405] = 1, + ACTIONS(14011), 1, anon_sym_BANG_BANG_RBRACE, - [200607] = 1, - ACTIONS(13892), 1, - anon_sym_ATenderror, - [200611] = 1, - ACTIONS(13894), 1, + [203409] = 1, + ACTIONS(14013), 1, + anon_sym_RBRACE_RBRACE, + [203413] = 1, + ACTIONS(14015), 1, + anon_sym_ATendprepend, + [203417] = 1, + ACTIONS(14017), 1, + anon_sym_ATendPrependOnce, + [203421] = 1, + ACTIONS(14019), 1, + anon_sym_ATendif, + [203425] = 1, + ACTIONS(14021), 1, + anon_sym_ATendunless, + [203429] = 1, + ACTIONS(14023), 1, + anon_sym_ATendisset, + [203433] = 1, + ACTIONS(14025), 1, + anon_sym_ATendforelse, + [203437] = 1, + ACTIONS(14027), 1, + anon_sym_ATendforeach, + [203441] = 1, + ACTIONS(14029), 1, + anon_sym_ATendfor, + [203445] = 1, + ACTIONS(14031), 1, + anon_sym_ATendempty, + [203449] = 1, + ACTIONS(14033), 1, + anon_sym_ATendauth, + [203453] = 1, + ACTIONS(14035), 1, + anon_sym_ATendguest, + [203457] = 1, + ACTIONS(14037), 1, anon_sym_RPAREN, - [200615] = 1, - ACTIONS(13896), 1, + [203461] = 1, + ACTIONS(14039), 1, + anon_sym_ATendenv, + [203465] = 1, + ACTIONS(14041), 1, + anon_sym_ATendif, + [203469] = 1, + ACTIONS(14043), 1, + anon_sym_ATendif, + [203473] = 1, + ACTIONS(12480), 1, anon_sym_RPAREN, - [200619] = 1, - ACTIONS(12291), 1, + [203477] = 1, + ACTIONS(12476), 1, anon_sym_RPAREN, - [200623] = 1, - ACTIONS(13898), 1, + [203481] = 1, + ACTIONS(14045), 1, + anon_sym_ATenderror, + [203485] = 1, + ACTIONS(14047), 1, anon_sym_ATendvolt, - [200627] = 1, - ACTIONS(13900), 1, + [203489] = 1, + ACTIONS(14049), 1, anon_sym_ATendteleport, - [200631] = 1, - ACTIONS(13902), 1, + [203493] = 1, + ACTIONS(14051), 1, anon_sym_ATendpersist, - [200635] = 1, - ACTIONS(13904), 1, + [203497] = 1, + ACTIONS(14053), 1, + anon_sym_ATendcan, + [203501] = 1, + ACTIONS(14055), 1, + anon_sym_ATendcannot, + [203505] = 1, + ACTIONS(14057), 1, + anon_sym_ATendcanany, + [203509] = 1, + ACTIONS(14059), 1, + anon_sym_ATendfeature, + [203513] = 1, + ACTIONS(14061), 1, anon_sym_ATendstory, - [200639] = 1, - ACTIONS(13906), 1, + [203517] = 1, + ACTIONS(14063), 1, anon_sym_ATendtask, - [200643] = 1, - ACTIONS(13908), 1, + [203521] = 1, + ACTIONS(14065), 1, + anon_sym_ATendtask, + [203525] = 1, + ACTIONS(14067), 1, anon_sym_ATendsetup, - [200647] = 1, - ACTIONS(13910), 1, + [203529] = 1, + ACTIONS(14069), 1, anon_sym_ATendwhile, - [200651] = 1, - ACTIONS(13912), 1, - anon_sym_ATendforelse, - [200655] = 1, - ACTIONS(13914), 1, + [203533] = 1, + ACTIONS(14071), 1, aux_sym__custom_token3, - [200659] = 1, - ACTIONS(13916), 1, + [203537] = 1, + ACTIONS(14073), 1, anon_sym_ATendforeach, - [200663] = 1, - ACTIONS(13918), 1, + [203541] = 1, + ACTIONS(14075), 1, anon_sym_ATendfor, - [200667] = 1, - ACTIONS(13920), 1, + [203545] = 1, + ACTIONS(14077), 1, aux_sym__custom_token3, - [200671] = 1, - ACTIONS(13922), 1, + [203549] = 1, + ACTIONS(14079), 1, anon_sym_ATendfeature, - [200675] = 1, - ACTIONS(13924), 1, + [203553] = 1, + ACTIONS(14081), 1, anon_sym_ATendcanany, - [200679] = 1, - ACTIONS(13926), 1, + [203557] = 1, + ACTIONS(14083), 1, anon_sym_ATendcannot, - [200683] = 1, - ACTIONS(13928), 1, + [203561] = 1, + ACTIONS(14085), 1, + anon_sym_ATendsetup, + [203565] = 1, + ACTIONS(14087), 1, anon_sym_ATendcan, - [200687] = 1, - ACTIONS(13930), 1, + [203569] = 1, + ACTIONS(14089), 1, + aux_sym__custom_token3, + [203573] = 1, + ACTIONS(14091), 1, + aux_sym__custom_token3, + [203577] = 1, + ACTIONS(14093), 1, anon_sym_ATenderror, - [200691] = 1, - ACTIONS(13932), 1, + [203581] = 1, + ACTIONS(14095), 1, anon_sym_ATendif, - [200695] = 1, - ACTIONS(13934), 1, + [203585] = 1, + ACTIONS(14097), 1, anon_sym_ATendif, - [200699] = 1, - ACTIONS(13936), 1, + [203589] = 1, + ACTIONS(14099), 1, anon_sym_ATendenv, - [200703] = 1, - ACTIONS(13938), 1, + [203593] = 1, + ACTIONS(14101), 1, anon_sym_ATendguest, - [200707] = 1, - ACTIONS(13940), 1, + [203597] = 1, + ACTIONS(14103), 1, anon_sym_ATendauth, - [200711] = 1, - ACTIONS(13942), 1, + [203601] = 1, + ACTIONS(14105), 1, anon_sym_ATendempty, - [200715] = 1, - ACTIONS(13944), 1, + [203605] = 1, + ACTIONS(14107), 1, anon_sym_ATendisset, - [200719] = 1, - ACTIONS(13946), 1, + [203609] = 1, + ACTIONS(14109), 1, anon_sym_ATendunless, - [200723] = 1, - ACTIONS(13948), 1, + [203613] = 1, + ACTIONS(14111), 1, anon_sym_ATendif, - [200727] = 1, - ACTIONS(13950), 1, + [203617] = 1, + ACTIONS(14113), 1, anon_sym_ATendPrependOnce, - [200731] = 1, - ACTIONS(13952), 1, + [203621] = 1, + ACTIONS(14115), 1, anon_sym_ATendprepend, - [200735] = 1, - ACTIONS(13954), 1, + [203625] = 1, + ACTIONS(14117), 1, anon_sym_ATendPushIf, - [200739] = 1, - ACTIONS(13956), 1, + [203629] = 1, + ACTIONS(14119), 1, anon_sym_ATendPushOnce, - [200743] = 1, - ACTIONS(13958), 1, + [203633] = 1, + ACTIONS(14121), 1, anon_sym_ATendpush, - [200747] = 1, - ACTIONS(13960), 1, + [203637] = 1, + ACTIONS(14123), 1, + anon_sym_ATbreak, + [203641] = 1, + ACTIONS(14125), 1, anon_sym_ATendfragment, - [200751] = 1, - ACTIONS(13962), 1, + [203645] = 1, + ACTIONS(14127), 1, + anon_sym_ATendwhile, + [203649] = 1, + ACTIONS(14129), 1, anon_sym_ATendphp, - [200755] = 1, - ACTIONS(13964), 1, + [203653] = 1, + ACTIONS(14131), 1, anon_sym_BANG_BANG_RBRACE, - [200759] = 1, - ACTIONS(13966), 1, - anon_sym_RBRACE_RBRACE, - [200763] = 1, - ACTIONS(13968), 1, + [203657] = 1, + ACTIONS(14133), 1, anon_sym_RBRACE_RBRACE, - [200767] = 1, - ACTIONS(13970), 1, - anon_sym_RPAREN, - [200771] = 1, - ACTIONS(13972), 1, - anon_sym_BANG_BANG_RBRACE, - [200775] = 1, - ACTIONS(13974), 1, + [203661] = 1, + ACTIONS(14135), 1, + anon_sym_ATendfor, + [203665] = 1, + ACTIONS(14137), 1, + anon_sym_ATendforeach, + [203669] = 1, + ACTIONS(14139), 1, + anon_sym_ATendforelse, + [203673] = 1, + ACTIONS(14141), 1, + anon_sym_ATendwhile, + [203677] = 1, + ACTIONS(14143), 1, + anon_sym_ATendsetup, + [203681] = 1, + ACTIONS(14145), 1, + anon_sym_ATendtask, + [203685] = 1, + ACTIONS(14147), 1, + anon_sym_ATendstory, + [203689] = 1, + ACTIONS(14149), 1, anon_sym_ATendfeature, - [200779] = 1, - ACTIONS(13976), 1, + [203693] = 1, + ACTIONS(14151), 1, anon_sym_ATendcanany, - [200783] = 1, - ACTIONS(13978), 1, + [203697] = 1, + ACTIONS(14153), 1, anon_sym_ATendcannot, - [200787] = 1, - ACTIONS(13980), 1, - anon_sym_ATendphp, - [200791] = 1, - ACTIONS(13982), 1, + [203701] = 1, + ACTIONS(14155), 1, + anon_sym_RPAREN, + [203705] = 1, + ACTIONS(14157), 1, + anon_sym_ATendpersist, + [203709] = 1, + ACTIONS(14159), 1, + anon_sym_ATendteleport, + [203713] = 1, + ACTIONS(14161), 1, + anon_sym_ATendvolt, + [203717] = 1, + ACTIONS(14163), 1, + anon_sym_RPAREN, + [203721] = 1, + ACTIONS(12500), 1, + anon_sym_RPAREN, + [203725] = 1, + ACTIONS(14165), 1, anon_sym_ATendfragment, - [200795] = 1, - ACTIONS(12313), 1, + [203729] = 1, + ACTIONS(12514), 1, anon_sym_RPAREN, - [200799] = 1, - ACTIONS(13984), 1, - anon_sym_ATendpush, - [200803] = 1, - ACTIONS(13986), 1, - anon_sym_ATendPushOnce, - [200807] = 1, - ACTIONS(13988), 1, + [203733] = 1, + ACTIONS(14167), 1, anon_sym_ATendvolt, - [200811] = 1, - ACTIONS(13990), 1, + [203737] = 1, + ACTIONS(14169), 1, anon_sym_ATendteleport, - [200815] = 1, - ACTIONS(13992), 1, + [203741] = 1, + ACTIONS(14171), 1, anon_sym_ATendpersist, - [200819] = 1, - ACTIONS(13994), 1, + [203745] = 1, + ACTIONS(14173), 1, + anon_sym_RPAREN, + [203749] = 1, + ACTIONS(14175), 1, anon_sym_ATendstory, - [200823] = 1, - ACTIONS(13996), 1, + [203753] = 1, + ACTIONS(14177), 1, anon_sym_ATendtask, - [200827] = 1, - ACTIONS(13998), 1, + [203757] = 1, + ACTIONS(14179), 1, anon_sym_ATendsetup, - [200831] = 1, - ACTIONS(14000), 1, + [203761] = 1, + ACTIONS(14181), 1, anon_sym_ATendwhile, - [200835] = 1, - ACTIONS(14002), 1, + [203765] = 1, + ACTIONS(14183), 1, anon_sym_ATendforelse, - [200839] = 1, - ACTIONS(14004), 1, + [203769] = 1, + ACTIONS(14185), 1, anon_sym_ATendforeach, - [200843] = 1, - ACTIONS(14006), 1, + [203773] = 1, + ACTIONS(14187), 1, + anon_sym_ATendforelse, + [203777] = 1, + ACTIONS(14189), 1, anon_sym_ATendfor, - [200847] = 1, - ACTIONS(14008), 1, - aux_sym__custom_token3, - [200851] = 1, - ACTIONS(14010), 1, + [203781] = 1, + ACTIONS(14191), 1, + anon_sym_ATendif, + [203785] = 1, + ACTIONS(14193), 1, anon_sym_ATendfeature, - [200855] = 1, - ACTIONS(14012), 1, + [203789] = 1, + ACTIONS(14195), 1, anon_sym_ATendcanany, - [200859] = 1, - ACTIONS(14014), 1, + [203793] = 1, + ACTIONS(14197), 1, anon_sym_ATendcannot, - [200863] = 1, - ACTIONS(14016), 1, + [203797] = 1, + ACTIONS(14199), 1, anon_sym_ATendcan, - [200867] = 1, - ACTIONS(14018), 1, - anon_sym_ATendphp, - [200871] = 1, - ACTIONS(14020), 1, + [203801] = 1, + ACTIONS(14201), 1, + anon_sym_ATenderror, + [203805] = 1, + ACTIONS(14203), 1, anon_sym_ATendif, - [200875] = 1, - ACTIONS(14022), 1, + [203809] = 1, + ACTIONS(14205), 1, anon_sym_ATendif, - [200879] = 1, - ACTIONS(14024), 1, + [203813] = 1, + ACTIONS(14207), 1, anon_sym_ATendenv, - [200883] = 1, - ACTIONS(14026), 1, - anon_sym_ATendPushIf, - [200887] = 1, - ACTIONS(14028), 1, + [203817] = 1, + ACTIONS(14209), 1, + anon_sym_ATendisset, + [203821] = 1, + ACTIONS(14211), 1, + anon_sym_ATendcan, + [203825] = 1, + ACTIONS(14213), 1, + anon_sym_ATenderror, + [203829] = 1, + ACTIONS(14215), 1, anon_sym_ATendguest, - [200891] = 1, - ACTIONS(14030), 1, + [203833] = 1, + ACTIONS(14217), 1, anon_sym_ATendauth, - [200895] = 1, - ACTIONS(14032), 1, + [203837] = 1, + ACTIONS(14219), 1, anon_sym_ATendempty, - [200899] = 1, - ACTIONS(14034), 1, + [203841] = 1, + ACTIONS(14221), 1, anon_sym_ATendisset, - [200903] = 1, - ACTIONS(14036), 1, - anon_sym_ATendisset, - [200907] = 1, - ACTIONS(14038), 1, + [203845] = 1, + ACTIONS(14223), 1, anon_sym_ATendunless, - [200911] = 1, - ACTIONS(14040), 1, - anon_sym_ATenderror, - [200915] = 1, - ACTIONS(14042), 1, + [203849] = 1, + ACTIONS(14225), 1, anon_sym_ATendif, - [200919] = 1, - ACTIONS(14044), 1, + [203853] = 1, + ACTIONS(14227), 1, anon_sym_ATendPrependOnce, - [200923] = 1, - ACTIONS(14046), 1, + [203857] = 1, + ACTIONS(14229), 1, anon_sym_ATendprepend, - [200927] = 1, - ACTIONS(14048), 1, + [203861] = 1, + ACTIONS(14231), 1, anon_sym_ATendPushIf, - [200931] = 1, - ACTIONS(14050), 1, + [203865] = 1, + ACTIONS(14233), 1, anon_sym_ATendPushOnce, - [200935] = 1, - ACTIONS(14052), 1, + [203869] = 1, + ACTIONS(14235), 1, anon_sym_ATendpush, - [200939] = 1, - ACTIONS(14054), 1, - anon_sym_ATendprepend, - [200943] = 1, - ACTIONS(14056), 1, - anon_sym_ATendPrependOnce, - [200947] = 1, - ACTIONS(14058), 1, + [203873] = 1, + ACTIONS(14237), 1, + anon_sym_RBRACE_RBRACE, + [203877] = 1, + ACTIONS(14239), 1, + anon_sym_BANG_BANG_RBRACE, + [203881] = 1, + ACTIONS(14241), 1, anon_sym_ATendfragment, - [200951] = 1, - ACTIONS(14060), 1, - anon_sym_ATendguest, - [200955] = 1, - ACTIONS(14062), 1, + [203885] = 1, + ACTIONS(14243), 1, + anon_sym_ATendphp, + [203889] = 1, + ACTIONS(14245), 1, anon_sym_BANG_BANG_RBRACE, - [200959] = 1, - ACTIONS(14064), 1, + [203893] = 1, + ACTIONS(14247), 1, anon_sym_RBRACE_RBRACE, - [200963] = 1, - ACTIONS(14066), 1, + [203897] = 1, + ACTIONS(14249), 1, + anon_sym_ATendphp, + [203901] = 1, + ACTIONS(14251), 1, + anon_sym_ATendfor, + [203905] = 1, + ACTIONS(14253), 1, + anon_sym_ATendfragment, + [203909] = 1, + ACTIONS(14255), 1, + anon_sym_ATendPushOnce, + [203913] = 1, + ACTIONS(14257), 1, + anon_sym_ATendPushIf, + [203917] = 1, + ACTIONS(14259), 1, + anon_sym_ATendprepend, + [203921] = 1, + ACTIONS(14261), 1, + anon_sym_ATendPrependOnce, + [203925] = 1, + ACTIONS(14263), 1, anon_sym_ATendif, - [200967] = 1, - ACTIONS(14068), 1, + [203929] = 1, + ACTIONS(14265), 1, + anon_sym_RPAREN, + [203933] = 1, + ACTIONS(14267), 1, anon_sym_ATendunless, - [200971] = 1, - ACTIONS(14070), 1, + [203937] = 1, + ACTIONS(14269), 1, anon_sym_ATendisset, - [200975] = 1, - ACTIONS(14072), 1, - anon_sym_RPAREN, - [200979] = 1, - ACTIONS(14074), 1, + [203941] = 1, + ACTIONS(14271), 1, anon_sym_ATendempty, - [200983] = 1, - ACTIONS(14076), 1, + [203945] = 1, + ACTIONS(14273), 1, anon_sym_ATendauth, - [200987] = 1, - ACTIONS(12269), 1, - anon_sym_RPAREN, - [200991] = 1, - ACTIONS(14078), 1, + [203949] = 1, + ACTIONS(14275), 1, anon_sym_ATendguest, - [200995] = 1, - ACTIONS(14080), 1, + [203953] = 1, + ACTIONS(14277), 1, + anon_sym_ATendif, + [203957] = 1, + ACTIONS(12528), 1, + anon_sym_RPAREN, + [203961] = 1, + ACTIONS(14279), 1, anon_sym_ATendenv, - [200999] = 1, - ACTIONS(14082), 1, + [203965] = 1, + ACTIONS(14281), 1, anon_sym_ATendif, - [201003] = 1, - ACTIONS(14084), 1, + [203969] = 1, + ACTIONS(14283), 1, + anon_sym_ATendphp, + [203973] = 1, + ACTIONS(14285), 1, + anon_sym_ATenderror, + [203977] = 1, + ACTIONS(14287), 1, anon_sym_ATendvolt, - [201007] = 1, - ACTIONS(14086), 1, + [203981] = 1, + ACTIONS(14289), 1, anon_sym_ATendteleport, - [201011] = 1, - ACTIONS(14088), 1, + [203985] = 1, + ACTIONS(14291), 1, anon_sym_ATendpersist, - [201015] = 1, - ACTIONS(14090), 1, + [203989] = 1, + ACTIONS(14293), 1, + anon_sym_ATendcan, + [203993] = 1, + ACTIONS(14295), 1, + anon_sym_ATendcannot, + [203997] = 1, + ACTIONS(14297), 1, + anon_sym_ATendcanany, + [204001] = 1, + ACTIONS(14299), 1, + anon_sym_ATendfeature, + [204005] = 1, + ACTIONS(14301), 1, anon_sym_ATendstory, - [201019] = 1, - ACTIONS(14092), 1, + [204009] = 1, + ACTIONS(14303), 1, anon_sym_ATendtask, - [201023] = 1, - ACTIONS(14094), 1, + [204013] = 1, + ACTIONS(14305), 1, anon_sym_ATendsetup, - [201027] = 1, - ACTIONS(14096), 1, + [204017] = 1, + ACTIONS(14307), 1, anon_sym_ATendwhile, - [201031] = 1, - ACTIONS(14098), 1, + [204021] = 1, + ACTIONS(14309), 1, anon_sym_ATendforelse, - [201035] = 1, - ACTIONS(14100), 1, + [204025] = 1, + ACTIONS(14311), 1, anon_sym_ATendforeach, - [201039] = 1, - ACTIONS(14102), 1, - anon_sym_ATendif, - [201043] = 1, - ACTIONS(14104), 1, + [204029] = 1, + ACTIONS(14313), 1, + aux_sym__custom_token3, + [204033] = 1, + ACTIONS(14315), 1, anon_sym_ATendfor, - [201047] = 1, - ACTIONS(14106), 1, + [204037] = 1, + ACTIONS(14317), 1, aux_sym__custom_token3, - [201051] = 1, - ACTIONS(14108), 1, + [204041] = 1, + ACTIONS(14319), 1, anon_sym_ATendfeature, - [201055] = 1, - ACTIONS(14110), 1, + [204045] = 1, + ACTIONS(14321), 1, anon_sym_ATendcanany, - [201059] = 1, - ACTIONS(14112), 1, + [204049] = 1, + ACTIONS(14323), 1, anon_sym_ATendcannot, - [201063] = 1, - ACTIONS(14114), 1, + [204053] = 1, + ACTIONS(14325), 1, anon_sym_ATendcan, - [201067] = 1, - ACTIONS(14116), 1, + [204057] = 1, + ACTIONS(14327), 1, + aux_sym__custom_token3, + [204061] = 1, + ACTIONS(14329), 1, anon_sym_ATenderror, - [201071] = 1, - ACTIONS(14118), 1, + [204065] = 1, + ACTIONS(14331), 1, anon_sym_ATendif, - [201075] = 1, - ACTIONS(14120), 1, + [204069] = 1, + ACTIONS(14333), 1, anon_sym_ATendif, - [201079] = 1, - ACTIONS(14122), 1, - anon_sym_ATendenv, - [201083] = 1, - ACTIONS(14124), 1, + [204073] = 1, + ACTIONS(14335), 1, anon_sym_ATendif, - [201087] = 1, - ACTIONS(14126), 1, + [204077] = 1, + ACTIONS(14337), 1, + anon_sym_ATendenv, + [204081] = 1, + ACTIONS(14339), 1, + anon_sym_ATendguest, + [204085] = 1, + ACTIONS(14341), 1, + anon_sym_ATendenv, + [204089] = 1, + ACTIONS(14343), 1, anon_sym_ATendguest, - [201091] = 1, - ACTIONS(14128), 1, + [204093] = 1, + ACTIONS(14345), 1, anon_sym_ATendauth, - [201095] = 1, - ACTIONS(14130), 1, + [204097] = 1, + ACTIONS(14347), 1, anon_sym_ATendempty, - [201099] = 1, - ACTIONS(14132), 1, + [204101] = 1, + ACTIONS(14349), 1, anon_sym_ATendisset, - [201103] = 1, - ACTIONS(14134), 1, + [204105] = 1, + ACTIONS(14351), 1, anon_sym_ATendunless, - [201107] = 1, - ACTIONS(14136), 1, + [204109] = 1, + ACTIONS(14353), 1, anon_sym_ATendif, - [201111] = 1, - ACTIONS(14138), 1, + [204113] = 1, + ACTIONS(14355), 1, anon_sym_ATendPrependOnce, - [201115] = 1, - ACTIONS(14140), 1, + [204117] = 1, + ACTIONS(14357), 1, anon_sym_ATendprepend, - [201119] = 1, - ACTIONS(14142), 1, + [204121] = 1, + ACTIONS(14359), 1, anon_sym_ATendPushIf, - [201123] = 1, - ACTIONS(14144), 1, + [204125] = 1, + ACTIONS(14361), 1, anon_sym_ATendPushOnce, - [201127] = 1, - ACTIONS(14146), 1, + [204129] = 1, + ACTIONS(14363), 1, anon_sym_ATendpush, - [201131] = 1, - ACTIONS(14148), 1, - anon_sym_ATenderror, - [201135] = 1, - ACTIONS(14150), 1, + [204133] = 1, + ACTIONS(14365), 1, + anon_sym_ATendfor, + [204137] = 1, + ACTIONS(14367), 1, anon_sym_ATendfragment, - [201139] = 1, - ACTIONS(14152), 1, + [204141] = 1, + ACTIONS(14369), 1, anon_sym_ATendphp, - [201143] = 1, - ACTIONS(14154), 1, + [204145] = 1, + ACTIONS(14371), 1, anon_sym_BANG_BANG_RBRACE, - [201147] = 1, - ACTIONS(14156), 1, + [204149] = 1, + ACTIONS(14373), 1, anon_sym_RBRACE_RBRACE, - [201151] = 1, - ACTIONS(14158), 1, - anon_sym_ATendcan, - [201155] = 1, - ACTIONS(14160), 1, - anon_sym_RPAREN, - [201159] = 1, - ACTIONS(14162), 1, - anon_sym_ATendif, - [201163] = 1, - ACTIONS(14164), 1, - anon_sym_ATendenv, - [201167] = 1, - ACTIONS(14166), 1, - anon_sym_ATendguest, - [201171] = 1, - ACTIONS(14168), 1, - anon_sym_ATendcannot, - [201175] = 1, - ACTIONS(14170), 1, - anon_sym_ATendcanany, - [201179] = 1, - ACTIONS(14172), 1, - anon_sym_ATendfeature, - [201183] = 1, - ACTIONS(14174), 1, - aux_sym__custom_token3, - [201187] = 1, - ACTIONS(12257), 1, - anon_sym_RPAREN, - [201191] = 1, - ACTIONS(14176), 1, - anon_sym_ATendfor, - [201195] = 1, - ACTIONS(14178), 1, - anon_sym_ATendforeach, - [201199] = 1, - ACTIONS(14180), 1, - anon_sym_ATendvolt, - [201203] = 1, - ACTIONS(14182), 1, - anon_sym_ATendteleport, - [201207] = 1, - ACTIONS(14184), 1, - anon_sym_ATendpersist, - [201211] = 1, - ACTIONS(14186), 1, - anon_sym_ATendstory, - [201215] = 1, - ACTIONS(14188), 1, - anon_sym_ATendtask, - [201219] = 1, - ACTIONS(14190), 1, - anon_sym_ATendsetup, - [201223] = 1, - ACTIONS(14192), 1, - anon_sym_ATendwhile, - [201227] = 1, - ACTIONS(14194), 1, - anon_sym_ATendforelse, - [201231] = 1, - ACTIONS(14196), 1, + [204153] = 1, + ACTIONS(14375), 1, anon_sym_ATendforeach, - [201235] = 1, - ACTIONS(14198), 1, - anon_sym_ATendfor, - [201239] = 1, - ACTIONS(14200), 1, - aux_sym__custom_token3, - [201243] = 1, - ACTIONS(14202), 1, + [204157] = 1, + ACTIONS(14377), 1, anon_sym_ATendfeature, - [201247] = 1, - ACTIONS(14204), 1, - anon_sym_ATendcanany, - [201251] = 1, - ACTIONS(14206), 1, - anon_sym_ATendcannot, - [201255] = 1, - ACTIONS(14208), 1, - anon_sym_ATendcan, - [201259] = 1, - ACTIONS(14210), 1, - anon_sym_ATenderror, - [201263] = 1, - ACTIONS(14212), 1, - anon_sym_ATendif, - [201267] = 1, - ACTIONS(14214), 1, - anon_sym_ATendif, - [201271] = 1, - ACTIONS(14216), 1, - anon_sym_ATendenv, - [201275] = 1, - ACTIONS(14218), 1, + [204161] = 1, + ACTIONS(14379), 1, anon_sym_ATendforelse, - [201279] = 1, - ACTIONS(14220), 1, - anon_sym_ATendvolt, - [201283] = 1, - ACTIONS(14222), 1, - anon_sym_ATendauth, - [201287] = 1, - ACTIONS(14224), 1, - anon_sym_ATendauth, - [201291] = 1, - ACTIONS(14226), 1, - anon_sym_ATendempty, - [201295] = 1, - ACTIONS(14228), 1, - anon_sym_ATendempty, - [201299] = 1, - ACTIONS(14230), 1, - anon_sym_ATendisset, - [201303] = 1, - ACTIONS(14232), 1, - anon_sym_ATendunless, - [201307] = 1, - ACTIONS(14234), 1, - anon_sym_ATendif, - [201311] = 1, - ACTIONS(14236), 1, - anon_sym_ATendPrependOnce, - [201315] = 1, - ACTIONS(14238), 1, - anon_sym_ATendprepend, - [201319] = 1, - ACTIONS(14240), 1, - anon_sym_ATendPushIf, - [201323] = 1, - ACTIONS(14242), 1, - anon_sym_ATendPushOnce, - [201327] = 1, - ACTIONS(14244), 1, - anon_sym_ATendpush, - [201331] = 1, - ACTIONS(14246), 1, + [204165] = 1, + ACTIONS(14381), 1, anon_sym_ATendwhile, - [201335] = 1, - ACTIONS(14248), 1, + [204169] = 1, + ACTIONS(14383), 1, anon_sym_ATendsetup, - [201339] = 1, - ACTIONS(14250), 1, - anon_sym_ATendfragment, - [201343] = 1, - ACTIONS(14252), 1, - anon_sym_ATendphp, - [201347] = 1, - ACTIONS(14254), 1, - anon_sym_BANG_BANG_RBRACE, - [201351] = 1, - ACTIONS(14256), 1, - anon_sym_RBRACE_RBRACE, - [201355] = 1, - ACTIONS(14258), 1, + [204173] = 1, + ACTIONS(14385), 1, anon_sym_ATendtask, - [201359] = 1, - ACTIONS(14260), 1, + [204177] = 1, + ACTIONS(14387), 1, anon_sym_ATendstory, - [201363] = 1, - ACTIONS(14262), 1, + [204181] = 1, + ACTIONS(14389), 1, + anon_sym_ATendpush, + [204185] = 1, + ACTIONS(14391), 1, + anon_sym_ATendteleport, + [204189] = 1, + ACTIONS(14393), 1, + anon_sym_ATendvolt, + [204193] = 1, + ACTIONS(14395), 1, anon_sym_RPAREN, - [201367] = 1, - ACTIONS(12249), 1, + [204197] = 1, + ACTIONS(12552), 1, anon_sym_RPAREN, - [201371] = 1, - ACTIONS(14264), 1, - anon_sym_ATendpersist, - [201375] = 1, - ACTIONS(14266), 1, - anon_sym_ATendteleport, - [201379] = 1, - ACTIONS(14268), 1, - anon_sym_ATendforeach, - [201383] = 1, - ACTIONS(14270), 1, + [204201] = 1, + ACTIONS(14397), 1, + anon_sym_ATendauth, + [204205] = 1, + ACTIONS(14399), 1, + anon_sym_ATendcanany, + [204209] = 1, + ACTIONS(14401), 1, + anon_sym_ATendempty, + [204213] = 1, + ACTIONS(14403), 1, + anon_sym_RPAREN, + [204217] = 1, + ACTIONS(12546), 1, + anon_sym_RPAREN, + [204221] = 1, + ACTIONS(14405), 1, + anon_sym_ATendvolt, + [204225] = 1, + ACTIONS(14407), 1, anon_sym_ATendteleport, - [201387] = 1, - ACTIONS(14272), 1, + [204229] = 1, + ACTIONS(14409), 1, anon_sym_ATendpersist, - [201391] = 1, - ACTIONS(14274), 1, + [204233] = 1, + ACTIONS(14411), 1, + anon_sym_RBRACE_RBRACE, + [204237] = 1, + ACTIONS(14413), 1, + anon_sym_BANG_BANG_RBRACE, + [204241] = 1, + ACTIONS(14415), 1, anon_sym_ATendstory, - [201395] = 1, - ACTIONS(14276), 1, + [204245] = 1, + ACTIONS(14417), 1, anon_sym_ATendtask, - [201399] = 1, - ACTIONS(14278), 1, + [204249] = 1, + ACTIONS(14419), 1, anon_sym_ATendsetup, - [201403] = 1, - ACTIONS(14280), 1, + [204253] = 1, + ACTIONS(14421), 1, anon_sym_ATendwhile, - [201407] = 1, - ACTIONS(14282), 1, + [204257] = 1, + ACTIONS(14423), 1, anon_sym_ATendforelse, - [201411] = 1, - ACTIONS(14284), 1, + [204261] = 1, + ACTIONS(14425), 1, anon_sym_ATendforeach, - [201415] = 1, - ACTIONS(14286), 1, + [204265] = 1, + ACTIONS(14427), 1, anon_sym_ATendfor, - [201419] = 1, - ACTIONS(14288), 1, - anon_sym_ATendunless, - [201423] = 1, - ACTIONS(14290), 1, - anon_sym_ATendif, - [201427] = 1, - ACTIONS(14292), 1, + [204269] = 1, + ACTIONS(14429), 1, aux_sym__custom_token3, - [201431] = 1, - ACTIONS(14294), 1, + [204273] = 1, + ACTIONS(14431), 1, anon_sym_ATendfeature, - [201435] = 1, - ACTIONS(14296), 1, + [204277] = 1, + ACTIONS(14433), 1, anon_sym_ATendcanany, - [201439] = 1, - ACTIONS(14298), 1, + [204281] = 1, + ACTIONS(14435), 1, + anon_sym_ATendcannot, + [204285] = 1, + ACTIONS(14437), 1, anon_sym_ATendcannot, - [201443] = 1, - ACTIONS(14300), 1, + [204289] = 1, + ACTIONS(14439), 1, anon_sym_ATendcan, - [201447] = 1, - ACTIONS(14302), 1, + [204293] = 1, + ACTIONS(14441), 1, + anon_sym_ATendauth, + [204297] = 1, + ACTIONS(14443), 1, anon_sym_ATenderror, - [201451] = 1, - ACTIONS(14304), 1, + [204301] = 1, + ACTIONS(14445), 1, anon_sym_ATendif, - [201455] = 1, - ACTIONS(14306), 1, + [204305] = 1, + ACTIONS(14447), 1, anon_sym_ATendif, - [201459] = 1, - ACTIONS(14308), 1, + [204309] = 1, + ACTIONS(14449), 1, anon_sym_ATendenv, - [201463] = 1, - ACTIONS(14310), 1, - anon_sym_ATendvolt, - [201467] = 1, - ACTIONS(14312), 1, + [204313] = 1, + ACTIONS(14451), 1, + anon_sym_ATendfragment, + [204317] = 1, + ACTIONS(14453), 1, anon_sym_ATendguest, - [201471] = 1, - ACTIONS(14314), 1, + [204321] = 1, + ACTIONS(14455), 1, anon_sym_ATendauth, - [201475] = 1, - ACTIONS(14316), 1, + [204325] = 1, + ACTIONS(14457), 1, + anon_sym_ATendempty, + [204329] = 1, + ACTIONS(14459), 1, anon_sym_ATendempty, - [201479] = 1, - ACTIONS(14318), 1, + [204333] = 1, + ACTIONS(14461), 1, + anon_sym_ATendunless, + [204337] = 1, + ACTIONS(14463), 1, + anon_sym_ATendif, + [204341] = 1, + ACTIONS(14465), 1, anon_sym_ATendisset, - [201483] = 1, - ACTIONS(14320), 1, + [204345] = 1, + ACTIONS(14467), 1, anon_sym_ATendunless, - [201487] = 1, - ACTIONS(14322), 1, + [204349] = 1, + ACTIONS(14469), 1, anon_sym_ATendif, - [201491] = 1, - ACTIONS(14324), 1, + [204353] = 1, + ACTIONS(14471), 1, anon_sym_ATendPrependOnce, - [201495] = 1, - ACTIONS(14326), 1, + [204357] = 1, + ACTIONS(14473), 1, anon_sym_ATendprepend, - [201499] = 1, - ACTIONS(14328), 1, + [204361] = 1, + ACTIONS(14475), 1, anon_sym_ATendPushIf, - [201503] = 1, - ACTIONS(14330), 1, + [204365] = 1, + ACTIONS(14477), 1, anon_sym_ATendPushOnce, - [201507] = 1, - ACTIONS(14332), 1, + [204369] = 1, + ACTIONS(14479), 1, anon_sym_ATendpush, - [201511] = 1, - ACTIONS(14334), 1, + [204373] = 1, + ACTIONS(14481), 1, + anon_sym_ATendpush, + [204377] = 1, + ACTIONS(14483), 1, + anon_sym_ATendPushOnce, + [204381] = 1, + ACTIONS(14485), 1, anon_sym_ATendfragment, - [201515] = 1, - ACTIONS(14336), 1, + [204385] = 1, + ACTIONS(14487), 1, anon_sym_ATendphp, - [201519] = 1, - ACTIONS(14338), 1, + [204389] = 1, + ACTIONS(14489), 1, anon_sym_BANG_BANG_RBRACE, - [201523] = 1, - ACTIONS(14340), 1, + [204393] = 1, + ACTIONS(14491), 1, anon_sym_RBRACE_RBRACE, - [201527] = 1, - ACTIONS(12235), 1, - anon_sym_RPAREN, - [201531] = 1, - ACTIONS(14342), 1, - anon_sym_RPAREN, - [201535] = 1, - ACTIONS(14344), 1, + [204397] = 1, + ACTIONS(14493), 1, + anon_sym_ATendPushIf, + [204401] = 1, + ACTIONS(14495), 1, + anon_sym_ATendprepend, + [204405] = 1, + ACTIONS(14497), 1, + anon_sym_ATendPrependOnce, + [204409] = 1, + ACTIONS(14499), 1, + anon_sym_ATendif, + [204413] = 1, + ACTIONS(14501), 1, + anon_sym_ATenderror, + [204417] = 1, + ACTIONS(14503), 1, + anon_sym_ATendunless, + [204421] = 1, + ACTIONS(14505), 1, + anon_sym_ATendisset, + [204425] = 1, + ACTIONS(14507), 1, + anon_sym_ATendempty, + [204429] = 1, + ACTIONS(14509), 1, + anon_sym_ATendPushIf, + [204433] = 1, + ACTIONS(14511), 1, + anon_sym_ATendguest, + [204437] = 1, + ACTIONS(14513), 1, anon_sym_RPAREN, - [201539] = 1, - ACTIONS(12229), 1, + [204441] = 1, + ACTIONS(14515), 1, + anon_sym_ATendenv, + [204445] = 1, + ACTIONS(14517), 1, + anon_sym_ATendif, + [204449] = 1, + ACTIONS(14519), 1, + anon_sym_ATendif, + [204453] = 1, + ACTIONS(12424), 1, anon_sym_RPAREN, - [201543] = 1, - ACTIONS(14346), 1, + [204457] = 1, + ACTIONS(14521), 1, anon_sym_ATendPrependOnce, - [201547] = 1, - ACTIONS(14348), 1, + [204461] = 1, + ACTIONS(14523), 1, anon_sym_ATendprepend, - [201551] = 1, - ACTIONS(14350), 1, + [204465] = 1, + ACTIONS(14525), 1, anon_sym_ATendPushIf, - [201555] = 1, - ACTIONS(14352), 1, + [204469] = 1, + ACTIONS(14527), 1, + anon_sym_ATenderror, + [204473] = 1, + ACTIONS(14529), 1, + anon_sym_ATendcan, + [204477] = 1, + ACTIONS(14531), 1, + anon_sym_ATendcannot, + [204481] = 1, + ACTIONS(14533), 1, + anon_sym_ATendcanany, + [204485] = 1, + ACTIONS(14535), 1, anon_sym_ATendvolt, - [201559] = 1, - ACTIONS(14354), 1, + [204489] = 1, + ACTIONS(14537), 1, anon_sym_ATendteleport, - [201563] = 1, - ACTIONS(14356), 1, + [204493] = 1, + ACTIONS(14539), 1, anon_sym_ATendpersist, - [201567] = 1, - ACTIONS(14358), 1, + [204497] = 1, + ACTIONS(14541), 1, + anon_sym_ATendfeature, + [204501] = 1, + ACTIONS(14543), 1, + aux_sym__custom_token3, + [204505] = 1, + ACTIONS(14545), 1, + anon_sym_ATendfor, + [204509] = 1, + ACTIONS(14547), 1, anon_sym_ATendstory, - [201571] = 1, - ACTIONS(14360), 1, + [204513] = 1, + ACTIONS(14549), 1, anon_sym_ATendtask, - [201575] = 1, - ACTIONS(14362), 1, + [204517] = 1, + ACTIONS(14551), 1, anon_sym_ATendsetup, - [201579] = 1, - ACTIONS(14364), 1, + [204521] = 1, + ACTIONS(14553), 1, anon_sym_ATendwhile, - [201583] = 1, - ACTIONS(14366), 1, + [204525] = 1, + ACTIONS(14555), 1, anon_sym_ATendforelse, - [201587] = 1, - ACTIONS(14368), 1, - anon_sym_ATendunless, - [201591] = 1, - ACTIONS(14370), 1, + [204529] = 1, + ACTIONS(14557), 1, + anon_sym_ATendforeach, + [204533] = 1, + ACTIONS(14559), 1, anon_sym_ATendfor, - [201595] = 1, - ACTIONS(14372), 1, + [204537] = 1, + ACTIONS(14561), 1, aux_sym__custom_token3, - [201599] = 1, - ACTIONS(14374), 1, + [204541] = 1, + ACTIONS(14563), 1, anon_sym_ATendfeature, - [201603] = 1, - ACTIONS(14376), 1, + [204545] = 1, + ACTIONS(14565), 1, anon_sym_ATendcanany, - [201607] = 1, - ACTIONS(14378), 1, + [204549] = 1, + ACTIONS(14567), 1, anon_sym_ATendcannot, - [201611] = 1, - ACTIONS(14380), 1, + [204553] = 1, + ACTIONS(14569), 1, anon_sym_ATendcan, - [201615] = 1, - ACTIONS(14382), 1, + [204557] = 1, + ACTIONS(14571), 1, + anon_sym_ATendforeach, + [204561] = 1, + ACTIONS(14573), 1, anon_sym_ATenderror, - [201619] = 1, - ACTIONS(14384), 1, + [204565] = 1, + ACTIONS(14575), 1, anon_sym_ATendif, - [201623] = 1, - ACTIONS(14386), 1, + [204569] = 1, + ACTIONS(14577), 1, anon_sym_ATendif, - [201627] = 1, - ACTIONS(14388), 1, + [204573] = 1, + ACTIONS(14579), 1, anon_sym_ATendenv, - [201631] = 1, - ACTIONS(14390), 1, + [204577] = 1, + ACTIONS(14581), 1, + anon_sym_ATendforelse, + [204581] = 1, + ACTIONS(14583), 1, anon_sym_ATendguest, - [201635] = 1, - ACTIONS(14392), 1, + [204585] = 1, + ACTIONS(14585), 1, + anon_sym_ATendPushOnce, + [204589] = 1, + ACTIONS(14587), 1, + anon_sym_ATendpush, + [204593] = 1, + ACTIONS(14589), 1, + anon_sym_ATendif, + [204597] = 1, + ACTIONS(14591), 1, anon_sym_ATendauth, - [201639] = 1, - ACTIONS(14394), 1, + [204601] = 1, + ACTIONS(14593), 1, anon_sym_ATendempty, - [201643] = 1, - ACTIONS(14396), 1, + [204605] = 1, + ACTIONS(14595), 1, anon_sym_ATendisset, - [201647] = 1, - ACTIONS(14398), 1, + [204609] = 1, + ACTIONS(14597), 1, anon_sym_ATendunless, - [201651] = 1, - ACTIONS(14400), 1, + [204613] = 1, + ACTIONS(14599), 1, anon_sym_ATendif, - [201655] = 1, - ACTIONS(14402), 1, + [204617] = 1, + ACTIONS(14601), 1, anon_sym_ATendPrependOnce, - [201659] = 1, - ACTIONS(14404), 1, + [204621] = 1, + ACTIONS(14603), 1, anon_sym_ATendprepend, - [201663] = 1, - ACTIONS(14406), 1, + [204625] = 1, + ACTIONS(14605), 1, anon_sym_ATendPushIf, - [201667] = 1, - ACTIONS(14408), 1, - anon_sym_ATendPushOnce, - [201671] = 1, - ACTIONS(14410), 1, + [204629] = 1, + ACTIONS(14607), 1, anon_sym_ATendPushOnce, - [201675] = 1, - ACTIONS(14412), 1, + [204633] = 1, + ACTIONS(14609), 1, anon_sym_ATendpush, - [201679] = 1, - ACTIONS(14414), 1, - anon_sym_ATendpush, - [201683] = 1, - ACTIONS(14416), 1, + [204637] = 1, + ACTIONS(14611), 1, + anon_sym_ATendpersist, + [204641] = 1, + ACTIONS(14613), 1, + anon_sym_ATendsetup, + [204645] = 1, + ACTIONS(14615), 1, anon_sym_ATendfragment, - [201687] = 1, - ACTIONS(14418), 1, + [204649] = 1, + ACTIONS(14617), 1, anon_sym_ATendphp, - [201691] = 1, - ACTIONS(14420), 1, + [204653] = 1, + ACTIONS(14619), 1, anon_sym_BANG_BANG_RBRACE, - [201695] = 1, - ACTIONS(14422), 1, + [204657] = 1, + ACTIONS(14621), 1, anon_sym_RBRACE_RBRACE, - [201699] = 1, - ACTIONS(14424), 1, + [204661] = 1, + ACTIONS(14623), 1, + anon_sym_ATendtask, + [204665] = 1, + ACTIONS(14625), 1, + anon_sym_ATendstory, + [204669] = 1, + ACTIONS(14627), 1, + anon_sym_ATendif, + [204673] = 1, + ACTIONS(14629), 1, + anon_sym_ATendpersist, + [204677] = 1, + ACTIONS(14631), 1, + anon_sym_ATendteleport, + [204681] = 1, + ACTIONS(14633), 1, + anon_sym_ATendvolt, + [204685] = 1, + ACTIONS(12550), 1, + anon_sym_RPAREN, + [204689] = 1, + ACTIONS(14635), 1, + anon_sym_RPAREN, + [204693] = 1, + ACTIONS(14637), 1, + anon_sym_RPAREN, + [204697] = 1, + ACTIONS(12346), 1, anon_sym_RPAREN, - [201703] = 1, - ACTIONS(14426), 1, + [204701] = 1, + ACTIONS(14639), 1, + anon_sym_ATendwhile, + [204705] = 1, + ACTIONS(14641), 1, anon_sym_RBRACE_RBRACE, - [201707] = 1, - ACTIONS(14428), 1, + [204709] = 1, + ACTIONS(14643), 1, anon_sym_BANG_BANG_RBRACE, - [201711] = 1, - ACTIONS(12219), 1, - anon_sym_RPAREN, - [201715] = 1, - ACTIONS(14430), 1, - anon_sym_ATendphp, - [201719] = 1, - ACTIONS(14432), 1, + [204713] = 1, + ACTIONS(14645), 1, + anon_sym_ATendenv, + [204717] = 1, + ACTIONS(14647), 1, + anon_sym_ATendguest, + [204721] = 1, + ACTIONS(14649), 1, anon_sym_ATendfragment, - [201723] = 1, - ACTIONS(14434), 1, + [204725] = 1, + ACTIONS(14651), 1, anon_sym_ATendvolt, - [201727] = 1, - ACTIONS(14436), 1, + [204729] = 1, + ACTIONS(14653), 1, anon_sym_ATendteleport, - [201731] = 1, - ACTIONS(14438), 1, + [204733] = 1, + ACTIONS(14655), 1, anon_sym_ATendpersist, - [201735] = 1, - ACTIONS(14440), 1, + [204737] = 1, + ACTIONS(14657), 1, + anon_sym_ATendphp, + [204741] = 1, + ACTIONS(14659), 1, + anon_sym_ATendfragment, + [204745] = 1, + ACTIONS(14661), 1, + anon_sym_ATendpush, + [204749] = 1, + ACTIONS(14663), 1, + anon_sym_ATendPushOnce, + [204753] = 1, + ACTIONS(14665), 1, anon_sym_ATendstory, - [201739] = 1, - ACTIONS(14442), 1, + [204757] = 1, + ACTIONS(14667), 1, anon_sym_ATendtask, - [201743] = 1, - ACTIONS(14444), 1, + [204761] = 1, + ACTIONS(14669), 1, anon_sym_ATendsetup, - [201747] = 1, - ACTIONS(14446), 1, + [204765] = 1, + ACTIONS(14671), 1, anon_sym_ATendwhile, - [201751] = 1, - ACTIONS(14448), 1, + [204769] = 1, + ACTIONS(14673), 1, anon_sym_ATendforelse, - [201755] = 1, - ACTIONS(14450), 1, + [204773] = 1, + ACTIONS(14675), 1, anon_sym_ATendforeach, - [201759] = 1, - ACTIONS(14452), 1, + [204777] = 1, + ACTIONS(14677), 1, anon_sym_ATendfor, - [201763] = 1, - ACTIONS(14454), 1, + [204781] = 1, + ACTIONS(14679), 1, aux_sym__custom_token3, - [201767] = 1, - ACTIONS(14456), 1, + [204785] = 1, + ACTIONS(14681), 1, anon_sym_ATendfeature, - [201771] = 1, - ACTIONS(14458), 1, + [204789] = 1, + ACTIONS(14683), 1, anon_sym_ATendcanany, - [201775] = 1, - ACTIONS(14460), 1, + [204793] = 1, + ACTIONS(14685), 1, anon_sym_ATendcannot, - [201779] = 1, - ACTIONS(14462), 1, + [204797] = 1, + ACTIONS(14687), 1, + anon_sym_ATendauth, + [204801] = 1, + ACTIONS(14689), 1, anon_sym_ATendcan, - [201783] = 1, - ACTIONS(14464), 1, + [204805] = 1, + ACTIONS(14691), 1, + anon_sym_ATendphp, + [204809] = 1, + ACTIONS(14693), 1, anon_sym_ATenderror, - [201787] = 1, - ACTIONS(14466), 1, + [204813] = 1, + ACTIONS(14695), 1, anon_sym_ATendif, - [201791] = 1, - ACTIONS(14468), 1, + [204817] = 1, + ACTIONS(14697), 1, anon_sym_ATendif, - [201795] = 1, - ACTIONS(14470), 1, + [204821] = 1, + ACTIONS(14699), 1, anon_sym_ATendenv, - [201799] = 1, - ACTIONS(14472), 1, - anon_sym_ATendpush, - [201803] = 1, - ACTIONS(14474), 1, + [204825] = 1, + ACTIONS(14701), 1, + anon_sym_ATendprepend, + [204829] = 1, + ACTIONS(14703), 1, anon_sym_ATendguest, - [201807] = 1, - ACTIONS(14476), 1, - anon_sym_ATendfragment, - [201811] = 1, - ACTIONS(14478), 1, + [204833] = 1, + ACTIONS(14705), 1, anon_sym_ATendauth, - [201815] = 1, - ACTIONS(14480), 1, + [204837] = 1, + ACTIONS(14707), 1, anon_sym_ATendempty, - [201819] = 1, - ACTIONS(14482), 1, + [204841] = 1, + ACTIONS(14709), 1, + anon_sym_BANG_BANG_RBRACE, + [204845] = 1, + ACTIONS(14711), 1, anon_sym_ATendisset, - [201823] = 1, - ACTIONS(14484), 1, + [204849] = 1, + ACTIONS(14713), 1, + anon_sym_ATendphp, + [204853] = 1, + ACTIONS(14715), 1, + anon_sym_ATendisset, + [204857] = 1, + ACTIONS(14717), 1, anon_sym_ATendunless, - [201827] = 1, - ACTIONS(14486), 1, + [204861] = 1, + ACTIONS(14719), 1, anon_sym_ATendif, - [201831] = 1, - ACTIONS(14488), 1, + [204865] = 1, + ACTIONS(14721), 1, anon_sym_ATendPrependOnce, - [201835] = 1, - ACTIONS(14490), 1, + [204869] = 1, + ACTIONS(14723), 1, anon_sym_ATendprepend, - [201839] = 1, - ACTIONS(14492), 1, + [204873] = 1, + ACTIONS(14725), 1, anon_sym_ATendPushIf, - [201843] = 1, - ACTIONS(14494), 1, + [204877] = 1, + ACTIONS(14727), 1, anon_sym_ATendPushOnce, - [201847] = 1, - ACTIONS(14496), 1, + [204881] = 1, + ACTIONS(14729), 1, anon_sym_ATendpush, - [201851] = 1, - ACTIONS(14498), 1, - anon_sym_ATendPushOnce, - [201855] = 1, - ACTIONS(14500), 1, - anon_sym_ATendPushIf, - [201859] = 1, - ACTIONS(14502), 1, - anon_sym_ATendfragment, - [201863] = 1, - ACTIONS(14504), 1, - anon_sym_ATendphp, - [201867] = 1, - ACTIONS(14506), 1, - anon_sym_BANG_BANG_RBRACE, - [201871] = 1, - ACTIONS(14508), 1, - anon_sym_RBRACE_RBRACE, - [201875] = 1, - ACTIONS(14510), 1, - anon_sym_ATendprepend, - [201879] = 1, - ACTIONS(14512), 1, + [204885] = 1, + ACTIONS(14731), 1, anon_sym_ATendPrependOnce, - [201883] = 1, - ACTIONS(14514), 1, + [204889] = 1, + ACTIONS(14733), 1, anon_sym_ATendif, - [201887] = 1, - ACTIONS(14516), 1, - anon_sym_RPAREN, - [201891] = 1, - ACTIONS(14518), 1, + [204893] = 1, + ACTIONS(14735), 1, + anon_sym_ATendfragment, + [204897] = 1, + ACTIONS(14737), 1, anon_sym_ATendif, - [201895] = 1, - ACTIONS(14520), 1, + [204901] = 1, + ACTIONS(14739), 1, + anon_sym_BANG_BANG_RBRACE, + [204905] = 1, + ACTIONS(14741), 1, + anon_sym_RBRACE_RBRACE, + [204909] = 1, + ACTIONS(14743), 1, + anon_sym_ATendunless, + [204913] = 1, + ACTIONS(14745), 1, anon_sym_ATendisset, - [201899] = 1, - ACTIONS(14522), 1, + [204917] = 1, + ACTIONS(14747), 1, anon_sym_ATendempty, - [201903] = 1, - ACTIONS(14524), 1, + [204921] = 1, + ACTIONS(14749), 1, anon_sym_ATendauth, - [201907] = 1, - ACTIONS(12211), 1, - anon_sym_RPAREN, - [201911] = 1, - ACTIONS(14526), 1, + [204925] = 1, + ACTIONS(14751), 1, + anon_sym_ATendunless, + [204929] = 1, + ACTIONS(14753), 1, anon_sym_ATendguest, - [201915] = 1, - ACTIONS(14528), 1, - anon_sym_ATendenv, - [201919] = 1, - ACTIONS(14530), 1, - anon_sym_ATendtask, - [201923] = 1, - ACTIONS(14532), 1, - anon_sym_ATendvolt, - [201927] = 1, - ACTIONS(14534), 1, - anon_sym_ATendteleport, - [201931] = 1, - ACTIONS(14536), 1, - anon_sym_ATendpersist, - [201935] = 1, - ACTIONS(14538), 1, - anon_sym_ATendphp, - [201939] = 1, - ACTIONS(14540), 1, - anon_sym_ATendstory, - [201943] = 1, - ACTIONS(14542), 1, - anon_sym_ATendtask, - [201947] = 1, - ACTIONS(14544), 1, - anon_sym_ATendsetup, - [201951] = 1, - ACTIONS(14546), 1, - anon_sym_ATendwhile, - [201955] = 1, - ACTIONS(14548), 1, - anon_sym_ATendforelse, - [201959] = 1, - ACTIONS(14550), 1, - anon_sym_ATendforeach, - [201963] = 1, - ACTIONS(14552), 1, - anon_sym_ATendfor, - [201967] = 1, - ACTIONS(14554), 1, - aux_sym__custom_token3, - [201971] = 1, - ACTIONS(14556), 1, - anon_sym_ATendfeature, - [201975] = 1, - ACTIONS(14558), 1, - anon_sym_ATendcanany, - [201979] = 1, - ACTIONS(14560), 1, - anon_sym_ATendcannot, - [201983] = 1, - ACTIONS(14562), 1, - anon_sym_ATendcan, - [201987] = 1, - ACTIONS(14564), 1, - anon_sym_ATenderror, - [201991] = 1, - ACTIONS(14566), 1, - anon_sym_ATendif, - [201995] = 1, - ACTIONS(14568), 1, - anon_sym_ATendif, - [201999] = 1, - ACTIONS(14570), 1, + [204933] = 1, + ACTIONS(14755), 1, anon_sym_ATendenv, - [202003] = 1, - ACTIONS(14572), 1, + [204937] = 1, + ACTIONS(14757), 1, anon_sym_ATendif, - [202007] = 1, - ACTIONS(14574), 1, - anon_sym_ATendguest, - [202011] = 1, - ACTIONS(14576), 1, - anon_sym_ATendauth, - [202015] = 1, - ACTIONS(14578), 1, - anon_sym_ATendempty, - [202019] = 1, - ACTIONS(14580), 1, - anon_sym_ATendisset, - [202023] = 1, - ACTIONS(14582), 1, - anon_sym_ATendunless, - [202027] = 1, - ACTIONS(14584), 1, + [204941] = 1, + ACTIONS(14759), 1, + anon_sym_RPAREN, + [204945] = 1, + ACTIONS(14761), 1, anon_sym_ATendif, - [202031] = 1, - ACTIONS(14586), 1, - anon_sym_ATendPrependOnce, - [202035] = 1, - ACTIONS(14588), 1, - anon_sym_ATendprepend, - [202039] = 1, - ACTIONS(14590), 1, - anon_sym_ATendPushIf, - [202043] = 1, - ACTIONS(14592), 1, - anon_sym_ATendPushOnce, - [202047] = 1, - ACTIONS(14594), 1, - anon_sym_ATendpush, - [202051] = 1, - ACTIONS(14596), 1, - anon_sym_ATendfragment, - [202055] = 1, - ACTIONS(14598), 1, - anon_sym_ATendphp, - [202059] = 1, - ACTIONS(14600), 1, - anon_sym_BANG_BANG_RBRACE, - [202063] = 1, - ACTIONS(14602), 1, - anon_sym_RBRACE_RBRACE, - [202067] = 1, - ACTIONS(14604), 1, + [204949] = 1, + ACTIONS(14763), 1, anon_sym_ATenderror, - [202071] = 1, - ACTIONS(14606), 1, + [204953] = 1, + ACTIONS(14765), 1, anon_sym_ATendcan, - [202075] = 1, - ACTIONS(14608), 1, - anon_sym_RPAREN, - [202079] = 1, - ACTIONS(14610), 1, + [204957] = 1, + ACTIONS(14767), 1, anon_sym_ATendcannot, - [202083] = 1, - ACTIONS(14612), 1, + [204961] = 1, + ACTIONS(14769), 1, anon_sym_ATendcanany, - [202087] = 1, - ACTIONS(14614), 1, + [204965] = 1, + ACTIONS(12524), 1, + anon_sym_RPAREN, + [204969] = 1, + ACTIONS(14771), 1, + anon_sym_ATendif, + [204973] = 1, + ACTIONS(14773), 1, anon_sym_ATendfeature, - [202091] = 1, - ACTIONS(14616), 1, + [204977] = 1, + ACTIONS(14775), 1, + anon_sym_ATendPrependOnce, + [204981] = 1, + ACTIONS(14777), 1, aux_sym__custom_token3, - [202095] = 1, - ACTIONS(12201), 1, - anon_sym_RPAREN, - [202099] = 1, - ACTIONS(14618), 1, + [204985] = 1, + ACTIONS(14779), 1, anon_sym_ATendfor, - [202103] = 1, - ACTIONS(14620), 1, - anon_sym_ATendforeach, - [202107] = 1, - ACTIONS(14622), 1, + [204989] = 1, + ACTIONS(14781), 1, anon_sym_ATendvolt, - [202111] = 1, - ACTIONS(14624), 1, + [204993] = 1, + ACTIONS(14783), 1, anon_sym_ATendteleport, - [202115] = 1, - ACTIONS(14626), 1, + [204997] = 1, + ACTIONS(14785), 1, anon_sym_ATendpersist, - [202119] = 1, - ACTIONS(14628), 1, + [205001] = 1, + ACTIONS(14787), 1, + anon_sym_ATendforeach, + [205005] = 1, + ACTIONS(14789), 1, + anon_sym_ATendforelse, + [205009] = 1, + ACTIONS(14791), 1, + anon_sym_ATendwhile, + [205013] = 1, + ACTIONS(14793), 1, + anon_sym_ATendsetup, + [205017] = 1, + ACTIONS(14795), 1, anon_sym_ATendstory, - [202123] = 1, - ACTIONS(14630), 1, + [205021] = 1, + ACTIONS(14797), 1, anon_sym_ATendtask, - [202127] = 1, - ACTIONS(14632), 1, + [205025] = 1, + ACTIONS(14799), 1, anon_sym_ATendsetup, - [202131] = 1, - ACTIONS(14634), 1, + [205029] = 1, + ACTIONS(14801), 1, anon_sym_ATendwhile, - [202135] = 1, - ACTIONS(14636), 1, + [205033] = 1, + ACTIONS(14803), 1, anon_sym_ATendforelse, - [202139] = 1, - ACTIONS(14638), 1, + [205037] = 1, + ACTIONS(14805), 1, anon_sym_ATendforeach, - [202143] = 1, - ACTIONS(14640), 1, + [205041] = 1, + ACTIONS(14807), 1, anon_sym_ATendfor, - [202147] = 1, - ACTIONS(14642), 1, + [205045] = 1, + ACTIONS(14809), 1, aux_sym__custom_token3, - [202151] = 1, - ACTIONS(14644), 1, + [205049] = 1, + ACTIONS(14811), 1, anon_sym_ATendfeature, - [202155] = 1, - ACTIONS(14646), 1, + [205053] = 1, + ACTIONS(14813), 1, + anon_sym_ATendprepend, + [205057] = 1, + ACTIONS(14815), 1, anon_sym_ATendcanany, - [202159] = 1, - ACTIONS(14648), 1, + [205061] = 1, + ACTIONS(14817), 1, anon_sym_ATendcannot, - [202163] = 1, - ACTIONS(14650), 1, + [205065] = 1, + ACTIONS(14819), 1, anon_sym_ATendcan, - [202167] = 1, - ACTIONS(14652), 1, + [205069] = 1, + ACTIONS(14821), 1, anon_sym_ATenderror, - [202171] = 1, - ACTIONS(14654), 1, + [205073] = 1, + ACTIONS(14823), 1, anon_sym_ATendif, - [202175] = 1, - ACTIONS(14656), 1, + [205077] = 1, + ACTIONS(14825), 1, + anon_sym_ATendPushIf, + [205081] = 1, + ACTIONS(14827), 1, anon_sym_ATendif, - [202179] = 1, - ACTIONS(14658), 1, + [205085] = 1, + ACTIONS(14829), 1, anon_sym_ATendenv, - [202183] = 1, - ACTIONS(14660), 1, - anon_sym_BANG_BANG_RBRACE, - [202187] = 1, - ACTIONS(14662), 1, - anon_sym_ATendforelse, - [202191] = 1, - ACTIONS(14664), 1, + [205089] = 1, + ACTIONS(14831), 1, + anon_sym_ATendstory, + [205093] = 1, + ACTIONS(14833), 1, anon_sym_ATendguest, - [202195] = 1, - ACTIONS(14666), 1, + [205097] = 1, + ACTIONS(14835), 1, + anon_sym_BANG_BANG_RBRACE, + [205101] = 1, + ACTIONS(14837), 1, + anon_sym_ATendPushOnce, + [205105] = 1, + ACTIONS(14839), 1, anon_sym_ATendauth, - [202199] = 1, - ACTIONS(14668), 1, + [205109] = 1, + ACTIONS(14841), 1, anon_sym_ATendempty, - [202203] = 1, - ACTIONS(14670), 1, + [205113] = 1, + ACTIONS(14843), 1, anon_sym_ATendisset, - [202207] = 1, - ACTIONS(14672), 1, + [205117] = 1, + ACTIONS(14845), 1, anon_sym_ATendunless, - [202211] = 1, - ACTIONS(14674), 1, + [205121] = 1, + ACTIONS(14847), 1, anon_sym_ATendif, - [202215] = 1, - ACTIONS(14676), 1, + [205125] = 1, + ACTIONS(14849), 1, anon_sym_ATendPrependOnce, - [202219] = 1, - ACTIONS(14678), 1, + [205129] = 1, + ACTIONS(14851), 1, anon_sym_ATendprepend, - [202223] = 1, - ACTIONS(14680), 1, + [205133] = 1, + ACTIONS(14853), 1, anon_sym_ATendPushIf, - [202227] = 1, - ACTIONS(14682), 1, + [205137] = 1, + ACTIONS(14855), 1, anon_sym_ATendPushOnce, - [202231] = 1, - ACTIONS(14684), 1, + [205141] = 1, + ACTIONS(14857), 1, anon_sym_ATendpush, - [202235] = 1, - ACTIONS(14686), 1, - anon_sym_ATendwhile, - [202239] = 1, - ACTIONS(14688), 1, - anon_sym_ATendsetup, - [202243] = 1, - ACTIONS(14690), 1, + [205145] = 1, + ACTIONS(14859), 1, + anon_sym_ATendpersist, + [205149] = 1, + ACTIONS(14861), 1, + anon_sym_ATendteleport, + [205153] = 1, + ACTIONS(14863), 1, anon_sym_ATendfragment, - [202247] = 1, - ACTIONS(14692), 1, + [205157] = 1, + ACTIONS(14865), 1, anon_sym_ATendphp, - [202251] = 1, - ACTIONS(14694), 1, + [205161] = 1, + ACTIONS(14867), 1, anon_sym_BANG_BANG_RBRACE, - [202255] = 1, - ACTIONS(14696), 1, + [205165] = 1, + ACTIONS(14869), 1, anon_sym_RBRACE_RBRACE, - [202259] = 1, - ACTIONS(14698), 1, - anon_sym_ATendPushIf, - [202263] = 1, - ACTIONS(14700), 1, - anon_sym_ATendstory, - [202267] = 1, - ACTIONS(14702), 1, + [205169] = 1, + ACTIONS(14871), 1, + anon_sym_ATendvolt, + [205173] = 1, + ACTIONS(12518), 1, anon_sym_RPAREN, - [202271] = 1, - ACTIONS(12171), 1, + [205177] = 1, + ACTIONS(14873), 1, anon_sym_RPAREN, - [202275] = 1, - ACTIONS(14704), 1, - anon_sym_ATendpersist, - [202279] = 1, - ACTIONS(14706), 1, - anon_sym_ATendteleport, - [202283] = 1, - ACTIONS(14708), 1, - anon_sym_ATendvolt, - [202287] = 1, - ACTIONS(14710), 1, + [205181] = 1, + ACTIONS(14875), 1, + anon_sym_ATendpush, + [205185] = 1, + ACTIONS(14877), 1, + anon_sym_RPAREN, + [205189] = 1, + ACTIONS(14879), 1, + anon_sym_RBRACE_RBRACE, + [205193] = 1, + ACTIONS(14881), 1, + anon_sym_BANG_BANG_RBRACE, + [205197] = 1, + ACTIONS(14883), 1, + anon_sym_ATendphp, + [205201] = 1, + ACTIONS(12498), 1, + anon_sym_RPAREN, + [205205] = 1, + ACTIONS(14885), 1, + anon_sym_ATendfragment, + [205209] = 1, + ACTIONS(14887), 1, + anon_sym_ATendpush, + [205213] = 1, + ACTIONS(14889), 1, + anon_sym_ATendPushOnce, + [205217] = 1, + ACTIONS(14891), 1, + anon_sym_ATendPushIf, + [205221] = 1, + ACTIONS(14893), 1, anon_sym_ATendvolt, - [202291] = 1, - ACTIONS(14712), 1, + [205225] = 1, + ACTIONS(14895), 1, + anon_sym_RBRACE_RBRACE, + [205229] = 1, + ACTIONS(14897), 1, + anon_sym_ATendfragment, + [205233] = 1, + ACTIONS(14899), 1, + anon_sym_ATendphp, + [205237] = 1, + ACTIONS(14901), 1, anon_sym_ATendteleport, - [202295] = 1, - ACTIONS(14714), 1, + [205241] = 1, + ACTIONS(14903), 1, anon_sym_ATendpersist, - [202299] = 1, - ACTIONS(14716), 1, + [205245] = 1, + ACTIONS(14905), 1, + anon_sym_ATendprepend, + [205249] = 1, + ACTIONS(14907), 1, + anon_sym_ATendPrependOnce, + [205253] = 1, + ACTIONS(14909), 1, + anon_sym_ATendif, + [205257] = 1, + ACTIONS(14911), 1, + anon_sym_ATendunless, + [205261] = 1, + ACTIONS(14913), 1, anon_sym_ATendstory, - [202303] = 1, - ACTIONS(14718), 1, + [205265] = 1, + ACTIONS(14915), 1, anon_sym_ATendtask, - [202307] = 1, - ACTIONS(14720), 1, + [205269] = 1, + ACTIONS(14917), 1, anon_sym_ATendsetup, - [202311] = 1, - ACTIONS(14722), 1, - anon_sym_RBRACE_RBRACE, - [202315] = 1, - ACTIONS(14724), 1, - anon_sym_ATendvolt, - [202319] = 1, - ACTIONS(14726), 1, + [205273] = 1, + ACTIONS(14919), 1, anon_sym_ATendwhile, - [202323] = 1, - ACTIONS(14728), 1, + [205277] = 1, + ACTIONS(14921), 1, anon_sym_ATendforelse, - [202327] = 1, - ACTIONS(14730), 1, + [205281] = 1, + ACTIONS(14923), 1, anon_sym_ATendforeach, - [202331] = 1, - ACTIONS(14732), 1, + [205285] = 1, + ACTIONS(14925), 1, anon_sym_ATendfor, - [202335] = 1, - ACTIONS(14734), 1, + [205289] = 1, + ACTIONS(14927), 1, aux_sym__custom_token3, - [202339] = 1, - ACTIONS(14736), 1, + [205293] = 1, + ACTIONS(14929), 1, anon_sym_ATendfeature, - [202343] = 1, - ACTIONS(14738), 1, + [205297] = 1, + ACTIONS(14931), 1, anon_sym_ATendcanany, - [202347] = 1, - ACTIONS(14740), 1, + [205301] = 1, + ACTIONS(14933), 1, anon_sym_ATendcannot, - [202351] = 1, - ACTIONS(14742), 1, + [205305] = 1, + ACTIONS(14935), 1, anon_sym_ATendcan, - [202355] = 1, - ACTIONS(14744), 1, + [205309] = 1, + ACTIONS(14937), 1, + anon_sym_ATendisset, + [205313] = 1, + ACTIONS(14939), 1, anon_sym_ATenderror, - [202359] = 1, - ACTIONS(14746), 1, - anon_sym_ATendif, - [202363] = 1, - ACTIONS(14748), 1, + [205317] = 1, + ACTIONS(14941), 1, + anon_sym_ATendguest, + [205321] = 1, + ACTIONS(14943), 1, anon_sym_ATendif, - [202367] = 1, - ACTIONS(14750), 1, + [205325] = 1, + ACTIONS(14945), 1, anon_sym_ATendenv, - [202371] = 1, - ACTIONS(14752), 1, - anon_sym_ATendguest, - [202375] = 1, - ACTIONS(14754), 1, + [205329] = 1, + ACTIONS(14947), 1, + anon_sym_ATendempty, + [205333] = 1, + ACTIONS(14949), 1, + anon_sym_ATendforeach, + [205337] = 1, + ACTIONS(14951), 1, anon_sym_ATendauth, - [202379] = 1, - ACTIONS(14756), 1, + [205341] = 1, + ACTIONS(14953), 1, anon_sym_ATendempty, - [202383] = 1, - ACTIONS(14758), 1, + [205345] = 1, + ACTIONS(14955), 1, anon_sym_ATendisset, - [202387] = 1, - ACTIONS(14760), 1, + [205349] = 1, + ACTIONS(14957), 1, anon_sym_ATendunless, - [202391] = 1, - ACTIONS(14762), 1, + [205353] = 1, + ACTIONS(14959), 1, anon_sym_ATendif, - [202395] = 1, - ACTIONS(14764), 1, + [205357] = 1, + ACTIONS(14961), 1, + anon_sym_RBRACE_RBRACE, + [205361] = 1, + ACTIONS(14963), 1, anon_sym_ATendPrependOnce, - [202399] = 1, - ACTIONS(14766), 1, + [205365] = 1, + ACTIONS(14965), 1, anon_sym_ATendprepend, - [202403] = 1, - ACTIONS(14768), 1, - anon_sym_ATendphp, - [202407] = 1, - ACTIONS(14770), 1, + [205369] = 1, + ACTIONS(14967), 1, + anon_sym_ATendPushIf, + [205373] = 1, + ACTIONS(14969), 1, anon_sym_ATendPushOnce, - [202411] = 1, - ACTIONS(14772), 1, + [205377] = 1, + ACTIONS(14971), 1, anon_sym_ATendpush, - [202415] = 1, - ACTIONS(14774), 1, + [205381] = 1, + ACTIONS(14973), 1, + anon_sym_ATendauth, + [205385] = 1, + ACTIONS(14975), 1, + anon_sym_ATendguest, + [205389] = 1, + ACTIONS(14977), 1, anon_sym_ATendfragment, - [202419] = 1, - ACTIONS(14776), 1, + [205393] = 1, + ACTIONS(14979), 1, anon_sym_ATendphp, - [202423] = 1, - ACTIONS(14778), 1, + [205397] = 1, + ACTIONS(14981), 1, anon_sym_BANG_BANG_RBRACE, - [202427] = 1, - ACTIONS(14780), 1, + [205401] = 1, + ACTIONS(14983), 1, anon_sym_RBRACE_RBRACE, - [202431] = 1, - ACTIONS(12187), 1, - anon_sym_RPAREN, - [202435] = 1, - ACTIONS(14782), 1, - anon_sym_RPAREN, - [202439] = 1, - ACTIONS(14784), 1, + [205405] = 1, + ACTIONS(14985), 1, + anon_sym_ATendenv, + [205409] = 1, + ACTIONS(14987), 1, + anon_sym_ATendif, + [205413] = 1, + ACTIONS(14989), 1, + anon_sym_ATendif, + [205417] = 1, + ACTIONS(14991), 1, + anon_sym_ATenderror, + [205421] = 1, + ACTIONS(14993), 1, + anon_sym_ATendcan, + [205425] = 1, + ACTIONS(14995), 1, + anon_sym_ATendcannot, + [205429] = 1, + ACTIONS(14997), 1, + anon_sym_ATendcanany, + [205433] = 1, + ACTIONS(14999), 1, + anon_sym_ATendfeature, + [205437] = 1, + ACTIONS(15001), 1, anon_sym_RPAREN, - [202443] = 1, - ACTIONS(12177), 1, + [205441] = 1, + ACTIONS(15003), 1, + aux_sym__custom_token3, + [205445] = 1, + ACTIONS(15005), 1, + anon_sym_ATendfor, + [205449] = 1, + ACTIONS(15007), 1, + anon_sym_ATendforeach, + [205453] = 1, + ACTIONS(12482), 1, anon_sym_RPAREN, - [202447] = 1, - ACTIONS(14786), 1, + [205457] = 1, + ACTIONS(15009), 1, + anon_sym_ATendforelse, + [205461] = 1, + ACTIONS(15011), 1, + anon_sym_ATendwhile, + [205465] = 1, + ACTIONS(15013), 1, + anon_sym_ATendsetup, + [205469] = 1, + ACTIONS(15015), 1, anon_sym_ATendvolt, - [202451] = 1, - ACTIONS(14788), 1, + [205473] = 1, + ACTIONS(15017), 1, anon_sym_ATendteleport, - [202455] = 1, - ACTIONS(14790), 1, + [205477] = 1, + ACTIONS(15019), 1, + anon_sym_ATendpersist, + [205481] = 1, + ACTIONS(15021), 1, + anon_sym_ATendtask, + [205485] = 1, + ACTIONS(15023), 1, + anon_sym_ATendstory, + [205489] = 1, + ACTIONS(15025), 1, anon_sym_ATendpersist, - [202459] = 1, - ACTIONS(14792), 1, + [205493] = 1, + ACTIONS(15027), 1, + anon_sym_ATendtask, + [205497] = 1, + ACTIONS(15029), 1, anon_sym_ATendstory, - [202463] = 1, - ACTIONS(14794), 1, + [205501] = 1, + ACTIONS(15031), 1, anon_sym_ATendtask, - [202467] = 1, - ACTIONS(14796), 1, + [205505] = 1, + ACTIONS(15033), 1, anon_sym_ATendsetup, - [202471] = 1, - ACTIONS(14798), 1, + [205509] = 1, + ACTIONS(15035), 1, anon_sym_ATendwhile, - [202475] = 1, - ACTIONS(14800), 1, + [205513] = 1, + ACTIONS(15037), 1, anon_sym_ATendforelse, - [202479] = 1, - ACTIONS(14802), 1, + [205517] = 1, + ACTIONS(15039), 1, anon_sym_ATendforeach, - [202483] = 1, - ACTIONS(14804), 1, + [205521] = 1, + ACTIONS(15041), 1, anon_sym_ATendfor, - [202487] = 1, - ACTIONS(14806), 1, + [205525] = 1, + ACTIONS(15043), 1, aux_sym__custom_token3, - [202491] = 1, - ACTIONS(14808), 1, + [205529] = 1, + ACTIONS(15045), 1, anon_sym_ATendfeature, - [202495] = 1, - ACTIONS(14810), 1, + [205533] = 1, + ACTIONS(15047), 1, anon_sym_ATendcanany, - [202499] = 1, - ACTIONS(14812), 1, + [205537] = 1, + ACTIONS(15049), 1, anon_sym_ATendcannot, - [202503] = 1, - ACTIONS(14814), 1, + [205541] = 1, + ACTIONS(15051), 1, anon_sym_ATendcan, - [202507] = 1, - ACTIONS(14816), 1, + [205545] = 1, + ACTIONS(15053), 1, anon_sym_ATenderror, - [202511] = 1, - ACTIONS(14818), 1, + [205549] = 1, + ACTIONS(15055), 1, anon_sym_ATendif, - [202515] = 1, - ACTIONS(14820), 1, + [205553] = 1, + ACTIONS(15057), 1, anon_sym_ATendif, - [202519] = 1, - ACTIONS(14822), 1, + [205557] = 1, + ACTIONS(15059), 1, anon_sym_ATendenv, - [202523] = 1, - ACTIONS(14824), 1, + [205561] = 1, + ACTIONS(15061), 1, anon_sym_ATendguest, - [202527] = 1, - ACTIONS(14826), 1, + [205565] = 1, + ACTIONS(15063), 1, anon_sym_ATendauth, - [202531] = 1, - ACTIONS(14828), 1, + [205569] = 1, + ACTIONS(15065), 1, anon_sym_ATendempty, - [202535] = 1, - ACTIONS(14830), 1, + [205573] = 1, + ACTIONS(15067), 1, anon_sym_ATendisset, - [202539] = 1, - ACTIONS(14832), 1, + [205577] = 1, + ACTIONS(15069), 1, anon_sym_ATendunless, - [202543] = 1, - ACTIONS(14834), 1, + [205581] = 1, + ACTIONS(15071), 1, anon_sym_ATendif, - [202547] = 1, - ACTIONS(14836), 1, + [205585] = 1, + ACTIONS(15073), 1, anon_sym_ATendPrependOnce, - [202551] = 1, - ACTIONS(14838), 1, + [205589] = 1, + ACTIONS(15075), 1, anon_sym_ATendprepend, - [202555] = 1, - ACTIONS(14840), 1, + [205593] = 1, + ACTIONS(15077), 1, anon_sym_ATendPushIf, - [202559] = 1, - ACTIONS(14842), 1, + [205597] = 1, + ACTIONS(15079), 1, anon_sym_ATendPushOnce, - [202563] = 1, - ACTIONS(14844), 1, + [205601] = 1, + ACTIONS(15081), 1, anon_sym_ATendpush, - [202567] = 1, - ACTIONS(14846), 1, + [205605] = 1, + ACTIONS(15083), 1, + anon_sym_ATendteleport, + [205609] = 1, + ACTIONS(15085), 1, + anon_sym_RPAREN, + [205613] = 1, + ACTIONS(15087), 1, + ts_builtin_sym_end, + [205617] = 1, + ACTIONS(15089), 1, anon_sym_ATendfragment, - [202571] = 1, - ACTIONS(14848), 1, - anon_sym_ATendauth, - [202575] = 1, - ACTIONS(14850), 1, + [205621] = 1, + ACTIONS(15091), 1, + anon_sym_ATendphp, + [205625] = 1, + ACTIONS(15093), 1, anon_sym_BANG_BANG_RBRACE, - [202579] = 1, - ACTIONS(14852), 1, + [205629] = 1, + ACTIONS(15095), 1, anon_sym_RBRACE_RBRACE, - [202583] = 1, - ACTIONS(14854), 1, - anon_sym_RPAREN, - [202587] = 1, - ACTIONS(14856), 1, + [205633] = 1, + ACTIONS(15097), 1, anon_sym_RBRACE_RBRACE, - [202591] = 1, - ACTIONS(14858), 1, + [205637] = 1, + ACTIONS(15099), 1, anon_sym_BANG_BANG_RBRACE, - [202595] = 1, - ACTIONS(12231), 1, - anon_sym_RPAREN, - [202599] = 1, - ACTIONS(14860), 1, + [205641] = 1, + ACTIONS(15101), 1, anon_sym_ATendphp, - [202603] = 1, - ACTIONS(14862), 1, + [205645] = 1, + ACTIONS(15103), 1, + anon_sym_RPAREN, + [205649] = 1, + ACTIONS(15105), 1, anon_sym_ATendfragment, - [202607] = 1, - ACTIONS(14864), 1, - anon_sym_ATendvolt, - [202611] = 1, - ACTIONS(14866), 1, - anon_sym_ATendteleport, - [202615] = 1, - ACTIONS(14868), 1, - anon_sym_ATendpersist, - [202619] = 1, - ACTIONS(14870), 1, - anon_sym_ATendstory, - [202623] = 1, - ACTIONS(14872), 1, - anon_sym_ATendtask, - [202627] = 1, - ACTIONS(14874), 1, - anon_sym_ATendsetup, - [202631] = 1, - ACTIONS(14876), 1, - anon_sym_ATendwhile, - [202635] = 1, - ACTIONS(14878), 1, - anon_sym_ATendforelse, - [202639] = 1, - ACTIONS(14880), 1, - anon_sym_ATendforeach, - [202643] = 1, - ACTIONS(14882), 1, - anon_sym_ATendfor, - [202647] = 1, - ACTIONS(14884), 1, - aux_sym__custom_token3, - [202651] = 1, - ACTIONS(14886), 1, - anon_sym_ATendfeature, - [202655] = 1, - ACTIONS(14888), 1, - anon_sym_ATendcanany, - [202659] = 1, - ACTIONS(14890), 1, - anon_sym_ATendcannot, - [202663] = 1, - ACTIONS(14892), 1, - anon_sym_ATendcan, - [202667] = 1, - ACTIONS(14894), 1, - anon_sym_ATenderror, - [202671] = 1, - ACTIONS(14896), 1, - anon_sym_ATendif, - [202675] = 1, - ACTIONS(14898), 1, - anon_sym_ATendif, - [202679] = 1, - ACTIONS(14900), 1, - anon_sym_ATendenv, - [202683] = 1, - ACTIONS(14902), 1, - anon_sym_ATendpush, - [202687] = 1, - ACTIONS(14904), 1, - anon_sym_ATendguest, - [202691] = 1, - ACTIONS(14906), 1, - anon_sym_ATendauth, - [202695] = 1, - ACTIONS(14908), 1, - anon_sym_ATendempty, - [202699] = 1, - ACTIONS(14910), 1, - ts_builtin_sym_end, - [202703] = 1, - ACTIONS(14912), 1, - anon_sym_ATendisset, - [202707] = 1, - ACTIONS(14914), 1, - anon_sym_ATendunless, - [202711] = 1, - ACTIONS(14916), 1, - anon_sym_ATendif, - [202715] = 1, - ACTIONS(14918), 1, - anon_sym_ATendPrependOnce, - [202719] = 1, - ACTIONS(14920), 1, - anon_sym_ATendprepend, - [202723] = 1, - ACTIONS(14922), 1, - anon_sym_ATendPushIf, - [202727] = 1, - ACTIONS(14924), 1, - anon_sym_ATendPushOnce, - [202731] = 1, - ACTIONS(14926), 1, + [205653] = 1, + ACTIONS(15107), 1, anon_sym_ATendpush, - [202735] = 1, - ACTIONS(14928), 1, + [205657] = 1, + ACTIONS(15109), 1, anon_sym_ATendPushOnce, - [202739] = 1, - ACTIONS(14930), 1, + [205661] = 1, + ACTIONS(15111), 1, anon_sym_ATendPushIf, - [202743] = 1, - ACTIONS(14932), 1, - anon_sym_ATendfragment, - [202747] = 1, - ACTIONS(14934), 1, - anon_sym_ATendphp, - [202751] = 1, - ACTIONS(14936), 1, - anon_sym_BANG_BANG_RBRACE, - [202755] = 1, - ACTIONS(14938), 1, - anon_sym_RBRACE_RBRACE, - [202759] = 1, - ACTIONS(14940), 1, + [205665] = 1, + ACTIONS(15113), 1, anon_sym_ATendprepend, - [202763] = 1, - ACTIONS(14942), 1, - anon_sym_ATendPrependOnce, - [202767] = 1, - ACTIONS(14944), 1, + [205669] = 1, + ACTIONS(12420), 1, anon_sym_RPAREN, - [202771] = 1, - ACTIONS(14946), 1, + [205673] = 1, + ACTIONS(15115), 1, + anon_sym_ATendPrependOnce, + [205677] = 1, + ACTIONS(15117), 1, anon_sym_ATendif, - [202775] = 1, - ACTIONS(14948), 1, + [205681] = 1, + ACTIONS(15119), 1, anon_sym_ATendunless, - [202779] = 1, - ACTIONS(14950), 1, + [205685] = 1, + ACTIONS(15121), 1, anon_sym_ATendisset, - [202783] = 1, - ACTIONS(14952), 1, + [205689] = 1, + ACTIONS(15123), 1, + anon_sym_ATendvolt, + [205693] = 1, + ACTIONS(15125), 1, + anon_sym_ATendteleport, + [205697] = 1, + ACTIONS(15127), 1, + anon_sym_ATendpersist, + [205701] = 1, + ACTIONS(15129), 1, anon_sym_ATendempty, - [202787] = 1, - ACTIONS(12261), 1, - anon_sym_RPAREN, - [202791] = 1, - ACTIONS(14954), 1, + [205705] = 1, + ACTIONS(15131), 1, anon_sym_ATendauth, - [202795] = 1, - ACTIONS(14956), 1, + [205709] = 1, + ACTIONS(15133), 1, anon_sym_ATendguest, - [202799] = 1, - ACTIONS(14958), 1, + [205713] = 1, + ACTIONS(15135), 1, anon_sym_ATendenv, - [202803] = 1, - ACTIONS(14960), 1, - anon_sym_ATendvolt, - [202807] = 1, - ACTIONS(14962), 1, - anon_sym_ATendteleport, - [202811] = 1, - ACTIONS(14964), 1, - anon_sym_ATendpersist, - [202815] = 1, - ACTIONS(14966), 1, + [205717] = 1, + ACTIONS(15137), 1, anon_sym_ATendstory, - [202819] = 1, - ACTIONS(14968), 1, + [205721] = 1, + ACTIONS(15139), 1, anon_sym_ATendtask, - [202823] = 1, - ACTIONS(14970), 1, + [205725] = 1, + ACTIONS(15141), 1, anon_sym_ATendsetup, - [202827] = 1, - ACTIONS(14972), 1, + [205729] = 1, + ACTIONS(15143), 1, anon_sym_ATendwhile, - [202831] = 1, - ACTIONS(14974), 1, + [205733] = 1, + ACTIONS(15145), 1, anon_sym_ATendforelse, - [202835] = 1, - ACTIONS(14976), 1, - anon_sym_ATendforeach, - [202839] = 1, - ACTIONS(14978), 1, + [205737] = 1, + ACTIONS(15147), 1, + anon_sym_ATendpush, + [205741] = 1, + ACTIONS(15149), 1, anon_sym_ATendfor, - [202843] = 1, - ACTIONS(14980), 1, + [205745] = 1, + ACTIONS(15151), 1, aux_sym__custom_token3, - [202847] = 1, - ACTIONS(14982), 1, + [205749] = 1, + ACTIONS(15153), 1, anon_sym_ATendfeature, - [202851] = 1, - ACTIONS(14984), 1, + [205753] = 1, + ACTIONS(15155), 1, anon_sym_ATendcanany, - [202855] = 1, - ACTIONS(14986), 1, + [205757] = 1, + ACTIONS(15157), 1, anon_sym_ATendcannot, - [202859] = 1, - ACTIONS(14988), 1, + [205761] = 1, + ACTIONS(15159), 1, anon_sym_ATendcan, - [202863] = 1, - ACTIONS(14990), 1, + [205765] = 1, + ACTIONS(15161), 1, + anon_sym_ATendif, + [205769] = 1, + ACTIONS(15163), 1, anon_sym_ATenderror, - [202867] = 1, - ACTIONS(14992), 1, + [205773] = 1, + ACTIONS(15165), 1, anon_sym_ATendif, - [202871] = 1, - ACTIONS(14994), 1, + [205777] = 1, + ACTIONS(15167), 1, anon_sym_ATendif, - [202875] = 1, - ACTIONS(14996), 1, + [205781] = 1, + ACTIONS(15169), 1, anon_sym_ATendenv, - [202879] = 1, - ACTIONS(14998), 1, + [205785] = 1, + ACTIONS(15171), 1, anon_sym_ATendif, - [202883] = 1, - ACTIONS(15000), 1, + [205789] = 1, + ACTIONS(15173), 1, anon_sym_ATendguest, - [202887] = 1, - ACTIONS(15002), 1, - anon_sym_ATendPushIf, - [202891] = 1, - ACTIONS(15004), 1, + [205793] = 1, + ACTIONS(15175), 1, + anon_sym_ATendauth, + [205797] = 1, + ACTIONS(15177), 1, anon_sym_ATendempty, - [202895] = 1, - ACTIONS(15006), 1, + [205801] = 1, + ACTIONS(15179), 1, anon_sym_ATendisset, - [202899] = 1, - ACTIONS(15008), 1, + [205805] = 1, + ACTIONS(15181), 1, anon_sym_ATendunless, - [202903] = 1, - ACTIONS(15010), 1, + [205809] = 1, + ACTIONS(15183), 1, anon_sym_ATendif, - [202907] = 1, - ACTIONS(15012), 1, + [205813] = 1, + ACTIONS(15185), 1, anon_sym_ATendPrependOnce, - [202911] = 1, - ACTIONS(15014), 1, + [205817] = 1, + ACTIONS(15187), 1, anon_sym_ATendprepend, - [202915] = 1, - ACTIONS(15016), 1, - anon_sym_ATendfor, - [202919] = 1, - ACTIONS(15018), 1, + [205821] = 1, + ACTIONS(15189), 1, + anon_sym_ATendPushIf, + [205825] = 1, + ACTIONS(15191), 1, anon_sym_ATendPushOnce, - [202923] = 1, - ACTIONS(15020), 1, - anon_sym_ATendpush, - [202927] = 1, - ACTIONS(15022), 1, - anon_sym_ATendif, - [202931] = 1, - ACTIONS(15024), 1, + [205829] = 1, + ACTIONS(15193), 1, + anon_sym_ATendenv, + [205833] = 1, + ACTIONS(15195), 1, + anon_sym_ATenderror, + [205837] = 1, + ACTIONS(15197), 1, anon_sym_ATendfragment, - [202935] = 1, - ACTIONS(15026), 1, + [205841] = 1, + ACTIONS(15199), 1, anon_sym_ATendphp, - [202939] = 1, - ACTIONS(15028), 1, + [205845] = 1, + ACTIONS(15201), 1, anon_sym_BANG_BANG_RBRACE, - [202943] = 1, - ACTIONS(15030), 1, + [205849] = 1, + ACTIONS(15203), 1, anon_sym_RBRACE_RBRACE, - [202947] = 1, - ACTIONS(15032), 1, - anon_sym_ATenderror, - [202951] = 1, - ACTIONS(15034), 1, + [205853] = 1, + ACTIONS(15205), 1, anon_sym_ATendcan, - [202955] = 1, - ACTIONS(15036), 1, - anon_sym_RPAREN, - [202959] = 1, - ACTIONS(15038), 1, + [205857] = 1, + ACTIONS(15207), 1, anon_sym_ATendcannot, - [202963] = 1, - ACTIONS(15040), 1, + [205861] = 1, + ACTIONS(15209), 1, anon_sym_ATendcanany, - [202967] = 1, - ACTIONS(15042), 1, + [205865] = 1, + ACTIONS(15211), 1, anon_sym_ATendfeature, - [202971] = 1, - ACTIONS(15044), 1, + [205869] = 1, + ACTIONS(15213), 1, aux_sym__custom_token3, - [202975] = 1, - ACTIONS(12315), 1, - anon_sym_RPAREN, - [202979] = 1, - ACTIONS(15046), 1, + [205873] = 1, + ACTIONS(15215), 1, anon_sym_ATendfor, - [202983] = 1, - ACTIONS(15048), 1, - anon_sym_ATendforeach, - [202987] = 1, - ACTIONS(15050), 1, - anon_sym_ATendvolt, - [202991] = 1, - ACTIONS(15052), 1, - anon_sym_ATendteleport, - [202995] = 1, - ACTIONS(15054), 1, - anon_sym_ATendpersist, - [202999] = 1, - ACTIONS(15056), 1, - anon_sym_ATendstory, - [203003] = 1, - ACTIONS(15058), 1, - anon_sym_ATendtask, - [203007] = 1, - ACTIONS(15060), 1, - anon_sym_ATendsetup, - [203011] = 1, - ACTIONS(15062), 1, - anon_sym_ATendwhile, - [203015] = 1, - ACTIONS(15064), 1, - anon_sym_ATendforelse, - [203019] = 1, - ACTIONS(15066), 1, + [205877] = 1, + ACTIONS(15217), 1, anon_sym_ATendforeach, - [203023] = 1, - ACTIONS(15068), 1, - anon_sym_ATendfor, - [203027] = 1, - ACTIONS(15070), 1, - aux_sym__custom_token3, - [203031] = 1, - ACTIONS(15072), 1, - anon_sym_ATendfeature, - [203035] = 1, - ACTIONS(15074), 1, - anon_sym_ATendcanany, - [203039] = 1, - ACTIONS(15076), 1, - anon_sym_ATendcannot, - [203043] = 1, - ACTIONS(15078), 1, - anon_sym_ATendcan, - [203047] = 1, - ACTIONS(15080), 1, - anon_sym_ATenderror, - [203051] = 1, - ACTIONS(15082), 1, - anon_sym_ATendif, - [203055] = 1, - ACTIONS(15084), 1, - anon_sym_ATendif, - [203059] = 1, - ACTIONS(15086), 1, - anon_sym_ATendenv, - [203063] = 1, - ACTIONS(15088), 1, + [205881] = 1, + ACTIONS(15219), 1, anon_sym_ATendforelse, - [203067] = 1, - ACTIONS(15090), 1, - anon_sym_ATendguest, - [203071] = 1, - ACTIONS(15092), 1, - anon_sym_ATendauth, - [203075] = 1, - ACTIONS(15094), 1, - anon_sym_ATendempty, - [203079] = 1, - ACTIONS(15096), 1, - anon_sym_ATendisset, - [203083] = 1, - ACTIONS(15098), 1, - anon_sym_ATendunless, - [203087] = 1, - ACTIONS(15100), 1, - anon_sym_ATendif, - [203091] = 1, - ACTIONS(15102), 1, - anon_sym_ATendPrependOnce, - [203095] = 1, - ACTIONS(15104), 1, - anon_sym_ATendprepend, - [203099] = 1, - ACTIONS(15106), 1, - anon_sym_ATendPushIf, - [203103] = 1, - ACTIONS(15108), 1, - anon_sym_ATendPushOnce, - [203107] = 1, - ACTIONS(15110), 1, - anon_sym_ATendpush, - [203111] = 1, - ACTIONS(15112), 1, + [205885] = 1, + ACTIONS(15221), 1, + anon_sym_RPAREN, + [205889] = 1, + ACTIONS(15223), 1, anon_sym_ATendwhile, - [203115] = 1, - ACTIONS(15114), 1, + [205893] = 1, + ACTIONS(15225), 1, anon_sym_ATendsetup, - [203119] = 1, - ACTIONS(15116), 1, - anon_sym_ATendfragment, - [203123] = 1, - ACTIONS(15118), 1, - anon_sym_ATendphp, - [203127] = 1, - ACTIONS(15120), 1, - anon_sym_BANG_BANG_RBRACE, - [203131] = 1, - ACTIONS(15122), 1, - anon_sym_RBRACE_RBRACE, - [203135] = 1, - ACTIONS(15124), 1, + [205897] = 1, + ACTIONS(15227), 1, + anon_sym_ATendvolt, + [205901] = 1, + ACTIONS(15229), 1, anon_sym_ATendtask, - [203139] = 1, - ACTIONS(15126), 1, + [205905] = 1, + ACTIONS(15231), 1, anon_sym_ATendstory, - [203143] = 1, - ACTIONS(15128), 1, + [205909] = 1, + ACTIONS(12440), 1, anon_sym_RPAREN, - [203147] = 1, - ACTIONS(12369), 1, + [205913] = 1, + ACTIONS(12468), 1, anon_sym_RPAREN, - [203151] = 1, - ACTIONS(15130), 1, - anon_sym_ATendpersist, - [203155] = 1, - ACTIONS(15132), 1, + [205917] = 1, + ACTIONS(15233), 1, anon_sym_ATendteleport, - [203159] = 1, - ACTIONS(15134), 1, + [205921] = 1, + ACTIONS(15235), 1, anon_sym_ATendvolt, - [203163] = 1, - ACTIONS(15136), 1, + [205925] = 1, + ACTIONS(15237), 1, anon_sym_ATendvolt, - [203167] = 1, - ACTIONS(15138), 1, + [205929] = 1, + ACTIONS(15239), 1, anon_sym_ATendteleport, - [203171] = 1, - ACTIONS(15140), 1, + [205933] = 1, + ACTIONS(15241), 1, anon_sym_ATendpersist, - [203175] = 1, - ACTIONS(15142), 1, + [205937] = 1, + ACTIONS(12426), 1, + anon_sym_RPAREN, + [205941] = 1, + ACTIONS(15243), 1, + anon_sym_RPAREN, + [205945] = 1, + ACTIONS(15245), 1, anon_sym_ATendstory, - [203179] = 1, - ACTIONS(15144), 1, + [205949] = 1, + ACTIONS(15247), 1, anon_sym_ATendtask, - [203183] = 1, - ACTIONS(15146), 1, + [205953] = 1, + ACTIONS(15249), 1, anon_sym_ATendsetup, - [203187] = 1, - ACTIONS(15148), 1, + [205957] = 1, + ACTIONS(15251), 1, anon_sym_ATendwhile, - [203191] = 1, - ACTIONS(15150), 1, + [205961] = 1, + ACTIONS(15253), 1, anon_sym_ATendforelse, - [203195] = 1, - ACTIONS(15152), 1, + [205965] = 1, + ACTIONS(15255), 1, anon_sym_ATendforeach, - [203199] = 1, - ACTIONS(15154), 1, - anon_sym_ATendPushOnce, - [203203] = 1, - ACTIONS(15156), 1, + [205969] = 1, + ACTIONS(15257), 1, + anon_sym_ATendfor, + [205973] = 1, + ACTIONS(15259), 1, aux_sym__custom_token3, - [203207] = 1, - ACTIONS(15158), 1, + [205977] = 1, + ACTIONS(15261), 1, anon_sym_ATendfeature, - [203211] = 1, - ACTIONS(15160), 1, + [205981] = 1, + ACTIONS(15263), 1, anon_sym_ATendcanany, - [203215] = 1, - ACTIONS(15162), 1, + [205985] = 1, + ACTIONS(15265), 1, anon_sym_ATendcannot, - [203219] = 1, - ACTIONS(15164), 1, + [205989] = 1, + ACTIONS(15267), 1, anon_sym_ATendcan, - [203223] = 1, - ACTIONS(15166), 1, + [205993] = 1, + ACTIONS(15269), 1, anon_sym_ATenderror, - [203227] = 1, - ACTIONS(15168), 1, + [205997] = 1, + ACTIONS(15271), 1, anon_sym_ATendif, - [203231] = 1, - ACTIONS(15170), 1, + [206001] = 1, + ACTIONS(15273), 1, anon_sym_ATendif, - [203235] = 1, - ACTIONS(15172), 1, + [206005] = 1, + ACTIONS(15275), 1, anon_sym_ATendenv, - [203239] = 1, - ACTIONS(15174), 1, + [206009] = 1, + ACTIONS(15277), 1, anon_sym_ATendguest, - [203243] = 1, - ACTIONS(15176), 1, + [206013] = 1, + ACTIONS(15279), 1, anon_sym_ATendauth, - [203247] = 1, - ACTIONS(15178), 1, + [206017] = 1, + ACTIONS(15281), 1, anon_sym_ATendempty, - [203251] = 1, - ACTIONS(15180), 1, + [206021] = 1, + ACTIONS(15283), 1, anon_sym_ATendisset, - [203255] = 1, - ACTIONS(15182), 1, + [206025] = 1, + ACTIONS(15285), 1, anon_sym_ATendunless, - [203259] = 1, - ACTIONS(15184), 1, + [206029] = 1, + ACTIONS(15287), 1, anon_sym_ATendif, - [203263] = 1, - ACTIONS(15186), 1, + [206033] = 1, + ACTIONS(15289), 1, anon_sym_ATendPrependOnce, - [203267] = 1, - ACTIONS(15188), 1, + [206037] = 1, + ACTIONS(15291), 1, anon_sym_ATendprepend, - [203271] = 1, - ACTIONS(15190), 1, + [206041] = 1, + ACTIONS(15293), 1, anon_sym_ATendPushIf, - [203275] = 1, - ACTIONS(15192), 1, + [206045] = 1, + ACTIONS(15295), 1, anon_sym_ATendPushOnce, - [203279] = 1, - ACTIONS(15194), 1, + [206049] = 1, + ACTIONS(15297), 1, anon_sym_ATendpush, - [203283] = 1, - ACTIONS(15196), 1, + [206053] = 1, + ACTIONS(15299), 1, anon_sym_ATendfragment, - [203287] = 1, - ACTIONS(15198), 1, + [206057] = 1, + ACTIONS(15301), 1, anon_sym_ATendphp, - [203291] = 1, - ACTIONS(15200), 1, + [206061] = 1, + ACTIONS(15303), 1, anon_sym_BANG_BANG_RBRACE, - [203295] = 1, - ACTIONS(15202), 1, + [206065] = 1, + ACTIONS(15305), 1, anon_sym_RBRACE_RBRACE, - [203299] = 1, - ACTIONS(12343), 1, - anon_sym_RPAREN, - [203303] = 1, - ACTIONS(15204), 1, + [206069] = 1, + ACTIONS(15307), 1, + anon_sym_RBRACE_RBRACE, + [206073] = 1, + ACTIONS(15309), 1, + anon_sym_BANG_BANG_RBRACE, + [206077] = 1, + ACTIONS(15311), 1, + anon_sym_ATendphp, + [206081] = 1, + ACTIONS(15313), 1, + anon_sym_ATendfragment, + [206085] = 1, + ACTIONS(15315), 1, + anon_sym_ATendpush, + [206089] = 1, + ACTIONS(15317), 1, + anon_sym_ATendPushOnce, + [206093] = 1, + ACTIONS(15319), 1, + anon_sym_ATendPushIf, + [206097] = 1, + ACTIONS(15321), 1, anon_sym_RPAREN, - [203307] = 1, - ACTIONS(15206), 1, + [206101] = 1, + ACTIONS(15323), 1, + anon_sym_ATendprepend, + [206105] = 1, + ACTIONS(15325), 1, + anon_sym_ATendPrependOnce, + [206109] = 1, + ACTIONS(15327), 1, + anon_sym_ATendif, + [206113] = 1, + ACTIONS(15329), 1, + anon_sym_ATendunless, + [206117] = 1, + ACTIONS(15331), 1, + anon_sym_ATendisset, + [206121] = 1, + ACTIONS(12416), 1, anon_sym_RPAREN, - [203311] = 1, - ACTIONS(12321), 1, + [206125] = 1, + ACTIONS(15333), 1, + anon_sym_ATendempty, + [206129] = 1, + ACTIONS(15335), 1, + anon_sym_ATendauth, + [206133] = 1, + ACTIONS(15337), 1, + anon_sym_ATendguest, + [206137] = 1, + ACTIONS(15339), 1, anon_sym_RPAREN, - [203315] = 1, - ACTIONS(15208), 1, + [206141] = 1, + ACTIONS(15341), 1, anon_sym_ATendvolt, - [203319] = 1, - ACTIONS(15210), 1, + [206145] = 1, + ACTIONS(15343), 1, anon_sym_ATendteleport, - [203323] = 1, - ACTIONS(15212), 1, + [206149] = 1, + ACTIONS(15345), 1, anon_sym_ATendpersist, - [203327] = 1, - ACTIONS(15214), 1, + [206153] = 1, + ACTIONS(15347), 1, + anon_sym_ATendif, + [206157] = 1, + ACTIONS(15349), 1, + anon_sym_ATendif, + [206161] = 1, + ACTIONS(15351), 1, + anon_sym_ATenderror, + [206165] = 1, + ACTIONS(15353), 1, + anon_sym_ATendcan, + [206169] = 1, + ACTIONS(15355), 1, anon_sym_ATendstory, - [203331] = 1, - ACTIONS(15216), 1, + [206173] = 1, + ACTIONS(15357), 1, anon_sym_ATendtask, - [203335] = 1, - ACTIONS(15218), 1, + [206177] = 1, + ACTIONS(15359), 1, anon_sym_ATendsetup, - [203339] = 1, - ACTIONS(15220), 1, + [206181] = 1, + ACTIONS(15361), 1, anon_sym_ATendwhile, - [203343] = 1, - ACTIONS(15222), 1, + [206185] = 1, + ACTIONS(15363), 1, anon_sym_ATendforelse, - [203347] = 1, - ACTIONS(15224), 1, + [206189] = 1, + ACTIONS(15365), 1, anon_sym_ATendforeach, - [203351] = 1, - ACTIONS(15226), 1, + [206193] = 1, + ACTIONS(15367), 1, anon_sym_ATendfor, - [203355] = 1, - ACTIONS(15228), 1, + [206197] = 1, + ACTIONS(15369), 1, aux_sym__custom_token3, - [203359] = 1, - ACTIONS(15230), 1, + [206201] = 1, + ACTIONS(15371), 1, anon_sym_ATendfeature, - [203363] = 1, - ACTIONS(15232), 1, + [206205] = 1, + ACTIONS(15373), 1, anon_sym_ATendcanany, - [203367] = 1, - ACTIONS(15234), 1, + [206209] = 1, + ACTIONS(15375), 1, anon_sym_ATendcannot, - [203371] = 1, - ACTIONS(15236), 1, + [206213] = 1, + ACTIONS(15377), 1, anon_sym_ATendcan, - [203375] = 1, - ACTIONS(15238), 1, + [206217] = 1, + ACTIONS(15379), 1, + anon_sym_ATendcannot, + [206221] = 1, + ACTIONS(15381), 1, anon_sym_ATenderror, - [203379] = 1, - ACTIONS(15240), 1, + [206225] = 1, + ACTIONS(15383), 1, anon_sym_ATendif, - [203383] = 1, - ACTIONS(15242), 1, + [206229] = 1, + ACTIONS(15385), 1, anon_sym_ATendif, - [203387] = 1, - ACTIONS(15244), 1, + [206233] = 1, + ACTIONS(15387), 1, anon_sym_ATendenv, - [203391] = 1, - ACTIONS(15246), 1, + [206237] = 1, + ACTIONS(15389), 1, + anon_sym_ATendcanany, + [206241] = 1, + ACTIONS(15391), 1, anon_sym_ATendguest, - [203395] = 1, - ACTIONS(15248), 1, + [206245] = 1, + ACTIONS(15393), 1, anon_sym_ATendauth, - [203399] = 1, - ACTIONS(15250), 1, + [206249] = 1, + ACTIONS(15395), 1, anon_sym_ATendempty, - [203403] = 1, - ACTIONS(15252), 1, + [206253] = 1, + ACTIONS(15397), 1, anon_sym_ATendisset, - [203407] = 1, - ACTIONS(15254), 1, + [206257] = 1, + ACTIONS(15399), 1, anon_sym_ATendunless, - [203411] = 1, - ACTIONS(15256), 1, + [206261] = 1, + ACTIONS(15401), 1, anon_sym_ATendif, - [203415] = 1, - ACTIONS(15258), 1, + [206265] = 1, + ACTIONS(15403), 1, anon_sym_ATendPrependOnce, - [203419] = 1, - ACTIONS(15260), 1, + [206269] = 1, + ACTIONS(15405), 1, anon_sym_ATendprepend, - [203423] = 1, - ACTIONS(15262), 1, + [206273] = 1, + ACTIONS(15407), 1, anon_sym_ATendPushIf, - [203427] = 1, - ACTIONS(15264), 1, + [206277] = 1, + ACTIONS(15409), 1, anon_sym_ATendPushOnce, - [203431] = 1, - ACTIONS(15266), 1, + [206281] = 1, + ACTIONS(15411), 1, anon_sym_ATendpush, - [203435] = 1, - ACTIONS(15268), 1, + [206285] = 1, + ACTIONS(15413), 1, + anon_sym_ATendfeature, + [206289] = 1, + ACTIONS(15415), 1, + aux_sym__custom_token3, + [206293] = 1, + ACTIONS(15417), 1, anon_sym_ATendfragment, - [203439] = 1, - ACTIONS(15270), 1, + [206297] = 1, + ACTIONS(15419), 1, anon_sym_ATendphp, - [203443] = 1, - ACTIONS(15272), 1, + [206301] = 1, + ACTIONS(15421), 1, anon_sym_BANG_BANG_RBRACE, - [203447] = 1, - ACTIONS(15274), 1, - anon_sym_RBRACE_RBRACE, - [203451] = 1, - ACTIONS(15276), 1, + [206305] = 1, + ACTIONS(15423), 1, anon_sym_RBRACE_RBRACE, - [203455] = 1, - ACTIONS(15278), 1, + [206309] = 1, + ACTIONS(15425), 1, + anon_sym_ATendfor, + [206313] = 1, + ACTIONS(15427), 1, + anon_sym_ATendforeach, + [206317] = 1, + ACTIONS(15429), 1, + anon_sym_ATendforelse, + [206321] = 1, + ACTIONS(15431), 1, + anon_sym_ATendwhile, + [206325] = 1, + ACTIONS(15433), 1, + anon_sym_ATendsetup, + [206329] = 1, + ACTIONS(15435), 1, + anon_sym_ATendpersist, + [206333] = 1, + ACTIONS(15437), 1, + anon_sym_ATendstory, + [206337] = 1, + ACTIONS(15439), 1, + anon_sym_ATendpersist, + [206341] = 1, + ACTIONS(15441), 1, + anon_sym_ATendisset, + [206345] = 1, + ACTIONS(15443), 1, + anon_sym_ATendteleport, + [206349] = 1, + ACTIONS(15445), 1, + anon_sym_ATendvolt, + [206353] = 1, + ACTIONS(12390), 1, anon_sym_RPAREN, - [203459] = 1, - ACTIONS(15280), 1, - anon_sym_BANG_BANG_RBRACE, - [203463] = 1, - ACTIONS(15282), 1, - anon_sym_ATendphp, - [203467] = 1, - ACTIONS(15284), 1, - anon_sym_ATendfragment, - [203471] = 1, - ACTIONS(12175), 1, + [206357] = 1, + ACTIONS(12396), 1, anon_sym_RPAREN, - [203475] = 1, - ACTIONS(15286), 1, - anon_sym_ATendpush, - [203479] = 1, - ACTIONS(15288), 1, - anon_sym_ATendcan, - [203483] = 1, - ACTIONS(15290), 1, + [206361] = 1, + ACTIONS(15447), 1, + anon_sym_RPAREN, + [206365] = 1, + ACTIONS(15449), 1, anon_sym_ATendvolt, - [203487] = 1, - ACTIONS(15292), 1, + [206369] = 1, + ACTIONS(15451), 1, anon_sym_ATendteleport, - [203491] = 1, - ACTIONS(15294), 1, + [206373] = 1, + ACTIONS(15453), 1, anon_sym_ATendpersist, - [203495] = 1, - ACTIONS(15296), 1, + [206377] = 1, + ACTIONS(15455), 1, + anon_sym_RBRACE_RBRACE, + [206381] = 1, + ACTIONS(15457), 1, anon_sym_ATendstory, - [203499] = 1, - ACTIONS(15298), 1, + [206385] = 1, + ACTIONS(15459), 1, anon_sym_ATendtask, - [203503] = 1, - ACTIONS(15300), 1, + [206389] = 1, + ACTIONS(15461), 1, anon_sym_ATendsetup, - [203507] = 1, - ACTIONS(15302), 1, + [206393] = 1, + ACTIONS(15463), 1, anon_sym_ATendwhile, - [203511] = 1, - ACTIONS(15304), 1, + [206397] = 1, + ACTIONS(15465), 1, anon_sym_ATendforelse, - [203515] = 1, - ACTIONS(15306), 1, + [206401] = 1, + ACTIONS(15467), 1, anon_sym_ATendforeach, - [203519] = 1, - ACTIONS(15308), 1, + [206405] = 1, + ACTIONS(15469), 1, anon_sym_ATendfor, - [203523] = 1, - ACTIONS(15310), 1, + [206409] = 1, + ACTIONS(15471), 1, aux_sym__custom_token3, - [203527] = 1, - ACTIONS(15312), 1, + [206413] = 1, + ACTIONS(15473), 1, anon_sym_ATendfeature, - [203531] = 1, - ACTIONS(15314), 1, + [206417] = 1, + ACTIONS(15475), 1, anon_sym_ATendcanany, - [203535] = 1, - ACTIONS(15316), 1, + [206421] = 1, + ACTIONS(15477), 1, anon_sym_ATendcannot, - [203539] = 1, - ACTIONS(15318), 1, + [206425] = 1, + ACTIONS(15479), 1, anon_sym_ATendcan, - [203543] = 1, - ACTIONS(15320), 1, + [206429] = 1, + ACTIONS(15481), 1, + anon_sym_BANG_BANG_RBRACE, + [206433] = 1, + ACTIONS(15483), 1, anon_sym_ATenderror, - [203547] = 1, - ACTIONS(15322), 1, + [206437] = 1, + ACTIONS(15485), 1, anon_sym_ATendif, - [203551] = 1, - ACTIONS(15324), 1, + [206441] = 1, + ACTIONS(15487), 1, anon_sym_ATendif, - [203555] = 1, - ACTIONS(15326), 1, + [206445] = 1, + ACTIONS(15489), 1, anon_sym_ATendenv, - [203559] = 1, - ACTIONS(15328), 1, + [206449] = 1, + ACTIONS(15491), 1, anon_sym_ATendguest, - [203563] = 1, - ACTIONS(15330), 1, + [206453] = 1, + ACTIONS(15493), 1, anon_sym_ATendauth, - [203567] = 1, - ACTIONS(15332), 1, + [206457] = 1, + ACTIONS(15495), 1, anon_sym_ATendempty, - [203571] = 1, - ACTIONS(15334), 1, + [206461] = 1, + ACTIONS(15497), 1, anon_sym_ATendisset, - [203575] = 1, - ACTIONS(15336), 1, + [206465] = 1, + ACTIONS(15499), 1, anon_sym_ATendunless, - [203579] = 1, - ACTIONS(15338), 1, + [206469] = 1, + ACTIONS(15501), 1, anon_sym_ATendif, - [203583] = 1, - ACTIONS(15340), 1, + [206473] = 1, + ACTIONS(15503), 1, anon_sym_ATendPrependOnce, - [203587] = 1, - ACTIONS(15342), 1, + [206477] = 1, + ACTIONS(15505), 1, anon_sym_ATendprepend, - [203591] = 1, - ACTIONS(15344), 1, + [206481] = 1, + ACTIONS(15507), 1, anon_sym_ATendPushIf, - [203595] = 1, - ACTIONS(15346), 1, + [206485] = 1, + ACTIONS(15509), 1, anon_sym_ATendPushOnce, - [203599] = 1, - ACTIONS(15348), 1, + [206489] = 1, + ACTIONS(15511), 1, anon_sym_ATendpush, - [203603] = 1, - ACTIONS(15350), 1, - anon_sym_ATendPushIf, - [203607] = 1, - ACTIONS(15352), 1, - anon_sym_ATendprepend, - [203611] = 1, - ACTIONS(15354), 1, + [206493] = 1, + ACTIONS(15513), 1, + anon_sym_ATendphp, + [206497] = 1, + ACTIONS(15515), 1, + anon_sym_ATendfragment, + [206501] = 1, + ACTIONS(15517), 1, anon_sym_ATendfragment, - [203615] = 1, - ACTIONS(15356), 1, + [206505] = 1, + ACTIONS(15519), 1, anon_sym_ATendphp, - [203619] = 1, - ACTIONS(15358), 1, + [206509] = 1, + ACTIONS(15521), 1, anon_sym_BANG_BANG_RBRACE, - [203623] = 1, - ACTIONS(15360), 1, + [206513] = 1, + ACTIONS(15523), 1, anon_sym_RBRACE_RBRACE, - [203627] = 1, - ACTIONS(15362), 1, + [206517] = 1, + ACTIONS(15525), 1, + anon_sym_ATendpush, + [206521] = 1, + ACTIONS(15527), 1, + anon_sym_ATendPushOnce, + [206525] = 1, + ACTIONS(15529), 1, + anon_sym_ATendPushIf, + [206529] = 1, + ACTIONS(15531), 1, + anon_sym_ATendprepend, + [206533] = 1, + ACTIONS(15533), 1, anon_sym_ATendPrependOnce, - [203631] = 1, - ACTIONS(15364), 1, + [206537] = 1, + ACTIONS(15535), 1, anon_sym_ATendif, - [203635] = 1, - ACTIONS(15366), 1, + [206541] = 1, + ACTIONS(15537), 1, anon_sym_ATendunless, - [203639] = 1, - ACTIONS(15368), 1, - anon_sym_RPAREN, - [203643] = 1, - ACTIONS(15370), 1, - anon_sym_ATendisset, - [203647] = 1, - ACTIONS(15372), 1, + [206545] = 1, + ACTIONS(15539), 1, + anon_sym_ATendforeach, + [206549] = 1, + ACTIONS(15541), 1, anon_sym_ATendempty, - [203651] = 1, - ACTIONS(15374), 1, - anon_sym_ATendauth, - [203655] = 1, - ACTIONS(12207), 1, + [206553] = 1, + ACTIONS(15543), 1, anon_sym_RPAREN, - [203659] = 1, - ACTIONS(15376), 1, + [206557] = 1, + ACTIONS(15545), 1, + anon_sym_ATendauth, + [206561] = 1, + ACTIONS(15547), 1, anon_sym_ATendguest, - [203663] = 1, - ACTIONS(15378), 1, + [206565] = 1, + ACTIONS(15549), 1, anon_sym_ATendenv, - [203667] = 1, - ACTIONS(15380), 1, + [206569] = 1, + ACTIONS(15551), 1, + anon_sym_ATendif, + [206573] = 1, + ACTIONS(15553), 1, + anon_sym_ATendif, + [206577] = 1, + ACTIONS(12372), 1, + anon_sym_RPAREN, + [206581] = 1, + ACTIONS(15555), 1, + anon_sym_ATenderror, + [206585] = 1, + ACTIONS(15557), 1, + anon_sym_ATendcan, + [206589] = 1, + ACTIONS(15559), 1, + anon_sym_ATendcannot, + [206593] = 1, + ACTIONS(15561), 1, + anon_sym_ATendcanany, + [206597] = 1, + ACTIONS(15563), 1, anon_sym_ATendvolt, - [203671] = 1, - ACTIONS(15382), 1, + [206601] = 1, + ACTIONS(15565), 1, anon_sym_ATendteleport, - [203675] = 1, - ACTIONS(15384), 1, + [206605] = 1, + ACTIONS(15567), 1, anon_sym_ATendpersist, - [203679] = 1, - ACTIONS(15386), 1, + [206609] = 1, + ACTIONS(15569), 1, + anon_sym_ATendfeature, + [206613] = 1, + ACTIONS(15571), 1, + aux_sym__custom_token3, + [206617] = 1, + ACTIONS(15573), 1, + anon_sym_ATendfor, + [206621] = 1, + ACTIONS(15575), 1, anon_sym_ATendstory, - [203683] = 1, - ACTIONS(15388), 1, + [206625] = 1, + ACTIONS(15577), 1, anon_sym_ATendtask, - [203687] = 1, - ACTIONS(15390), 1, + [206629] = 1, + ACTIONS(15579), 1, anon_sym_ATendsetup, - [203691] = 1, - ACTIONS(15392), 1, + [206633] = 1, + ACTIONS(15581), 1, anon_sym_ATendwhile, - [203695] = 1, - ACTIONS(15394), 1, + [206637] = 1, + ACTIONS(15583), 1, anon_sym_ATendforelse, - [203699] = 1, - ACTIONS(15396), 1, + [206641] = 1, + ACTIONS(15585), 1, anon_sym_ATendforeach, - [203703] = 1, - ACTIONS(15398), 1, + [206645] = 1, + ACTIONS(15587), 1, anon_sym_ATendfor, - [203707] = 1, - ACTIONS(15400), 1, + [206649] = 1, + ACTIONS(15589), 1, aux_sym__custom_token3, - [203711] = 1, - ACTIONS(15402), 1, + [206653] = 1, + ACTIONS(15591), 1, anon_sym_ATendfeature, - [203715] = 1, - ACTIONS(15404), 1, + [206657] = 1, + ACTIONS(15593), 1, anon_sym_ATendcanany, - [203719] = 1, - ACTIONS(15406), 1, + [206661] = 1, + ACTIONS(15595), 1, anon_sym_ATendcannot, - [203723] = 1, - ACTIONS(15408), 1, + [206665] = 1, + ACTIONS(15597), 1, anon_sym_ATendcan, - [203727] = 1, - ACTIONS(15410), 1, + [206669] = 1, + ACTIONS(15599), 1, + anon_sym_ATendforeach, + [206673] = 1, + ACTIONS(15601), 1, anon_sym_ATenderror, - [203731] = 1, - ACTIONS(15412), 1, + [206677] = 1, + ACTIONS(15603), 1, anon_sym_ATendif, - [203735] = 1, - ACTIONS(15414), 1, + [206681] = 1, + ACTIONS(15605), 1, anon_sym_ATendif, - [203739] = 1, - ACTIONS(15416), 1, + [206685] = 1, + ACTIONS(15607), 1, anon_sym_ATendenv, - [203743] = 1, - ACTIONS(15418), 1, - anon_sym_ATendif, - [203747] = 1, - ACTIONS(15420), 1, + [206689] = 1, + ACTIONS(15609), 1, + anon_sym_ATendforelse, + [206693] = 1, + ACTIONS(15611), 1, anon_sym_ATendguest, - [203751] = 1, - ACTIONS(15422), 1, + [206697] = 1, + ACTIONS(15613), 1, anon_sym_ATendauth, - [203755] = 1, - ACTIONS(15424), 1, + [206701] = 1, + ACTIONS(15615), 1, anon_sym_ATendempty, - [203759] = 1, - ACTIONS(15426), 1, + [206705] = 1, + ACTIONS(15617), 1, anon_sym_ATendisset, - [203763] = 1, - ACTIONS(15428), 1, + [206709] = 1, + ACTIONS(15619), 1, anon_sym_ATendunless, - [203767] = 1, - ACTIONS(15430), 1, + [206713] = 1, + ACTIONS(15621), 1, anon_sym_ATendif, - [203771] = 1, - ACTIONS(15432), 1, + [206717] = 1, + ACTIONS(15623), 1, anon_sym_ATendPrependOnce, - [203775] = 1, - ACTIONS(15434), 1, + [206721] = 1, + ACTIONS(15625), 1, anon_sym_ATendprepend, - [203779] = 1, - ACTIONS(15436), 1, + [206725] = 1, + ACTIONS(15627), 1, anon_sym_ATendPushIf, - [203783] = 1, - ACTIONS(15438), 1, + [206729] = 1, + ACTIONS(15629), 1, anon_sym_ATendPushOnce, - [203787] = 1, - ACTIONS(15440), 1, + [206733] = 1, + ACTIONS(15631), 1, anon_sym_ATendpush, - [203791] = 1, - ACTIONS(15442), 1, - anon_sym_ATendif, - [203795] = 1, - ACTIONS(15444), 1, - anon_sym_ATenderror, - [203799] = 1, - ACTIONS(15446), 1, + [206737] = 1, + ACTIONS(15633), 1, + anon_sym_ATendwhile, + [206741] = 1, + ACTIONS(15635), 1, + anon_sym_ATendtask, + [206745] = 1, + ACTIONS(15637), 1, anon_sym_ATendfragment, - [203803] = 1, - ACTIONS(15448), 1, + [206749] = 1, + ACTIONS(15639), 1, anon_sym_ATendphp, - [203807] = 1, - ACTIONS(15450), 1, + [206753] = 1, + ACTIONS(15641), 1, anon_sym_BANG_BANG_RBRACE, - [203811] = 1, - ACTIONS(15452), 1, + [206757] = 1, + ACTIONS(15643), 1, anon_sym_RBRACE_RBRACE, - [203815] = 1, - ACTIONS(15454), 1, - anon_sym_ATendauth, - [203819] = 1, - ACTIONS(15456), 1, - anon_sym_ATendcannot, - [203823] = 1, - ACTIONS(15458), 1, + [206761] = 1, + ACTIONS(15645), 1, + anon_sym_ATendtask, + [206765] = 1, + ACTIONS(15647), 1, + anon_sym_ATendstory, + [206769] = 1, + ACTIONS(15649), 1, + anon_sym_ATendpersist, + [206773] = 1, + ACTIONS(15651), 1, + anon_sym_ATendteleport, + [206777] = 1, + ACTIONS(15653), 1, + anon_sym_ATendvolt, + [206781] = 1, + ACTIONS(12350), 1, anon_sym_RPAREN, - [203827] = 1, - ACTIONS(15460), 1, - anon_sym_ATendcanany, - [203831] = 1, - ACTIONS(15462), 1, - anon_sym_ATendfeature, - [203835] = 1, - ACTIONS(15464), 1, - aux_sym__custom_token3, - [203839] = 1, - ACTIONS(12245), 1, + [206785] = 1, + ACTIONS(15655), 1, anon_sym_RPAREN, - [203843] = 1, - ACTIONS(15466), 1, - anon_sym_ATendfor, - [203847] = 1, - ACTIONS(15468), 1, - anon_sym_ATendforeach, - [203851] = 1, - ACTIONS(15470), 1, - anon_sym_ATendforelse, - [203855] = 1, - ACTIONS(15472), 1, + [206789] = 1, + ACTIONS(15657), 1, + anon_sym_RPAREN, + [206793] = 1, + ACTIONS(12368), 1, + anon_sym_RPAREN, + [206797] = 1, + ACTIONS(15659), 1, + anon_sym_RBRACE_RBRACE, + [206801] = 1, + ACTIONS(15661), 1, + anon_sym_BANG_BANG_RBRACE, + [206805] = 1, + ACTIONS(15663), 1, anon_sym_ATendvolt, - [203859] = 1, - ACTIONS(15474), 1, + [206809] = 1, + ACTIONS(15665), 1, anon_sym_ATendteleport, - [203863] = 1, - ACTIONS(15476), 1, + [206813] = 1, + ACTIONS(15667), 1, anon_sym_ATendpersist, - [203867] = 1, - ACTIONS(15478), 1, + [206817] = 1, + ACTIONS(15669), 1, + anon_sym_ATendphp, + [206821] = 1, + ACTIONS(15671), 1, + anon_sym_ATendfragment, + [206825] = 1, + ACTIONS(15673), 1, + anon_sym_ATendpush, + [206829] = 1, + ACTIONS(15675), 1, + anon_sym_ATendPushOnce, + [206833] = 1, + ACTIONS(15677), 1, anon_sym_ATendstory, - [203871] = 1, - ACTIONS(15480), 1, + [206837] = 1, + ACTIONS(15679), 1, anon_sym_ATendtask, - [203875] = 1, - ACTIONS(15482), 1, + [206841] = 1, + ACTIONS(15681), 1, anon_sym_ATendsetup, - [203879] = 1, - ACTIONS(15484), 1, + [206845] = 1, + ACTIONS(15683), 1, anon_sym_ATendwhile, - [203883] = 1, - ACTIONS(15486), 1, + [206849] = 1, + ACTIONS(15685), 1, anon_sym_ATendforelse, - [203887] = 1, - ACTIONS(15488), 1, - anon_sym_ATendforeach, - [203891] = 1, - ACTIONS(15490), 1, + [206853] = 1, + ACTIONS(15687), 1, + anon_sym_ATendphp, + [206857] = 1, + ACTIONS(15689), 1, anon_sym_ATendfor, - [203895] = 1, - ACTIONS(15492), 1, + [206861] = 1, + ACTIONS(15691), 1, aux_sym__custom_token3, - [203899] = 1, - ACTIONS(15494), 1, + [206865] = 1, + ACTIONS(15693), 1, anon_sym_ATendfeature, - [203903] = 1, - ACTIONS(15496), 1, + [206869] = 1, + ACTIONS(15695), 1, anon_sym_ATendcanany, - [203907] = 1, - ACTIONS(15498), 1, + [206873] = 1, + ACTIONS(15697), 1, anon_sym_ATendcannot, - [203911] = 1, - ACTIONS(15500), 1, + [206877] = 1, + ACTIONS(15699), 1, anon_sym_ATendcan, - [203915] = 1, - ACTIONS(15502), 1, + [206881] = 1, + ACTIONS(15701), 1, + anon_sym_ATendPushIf, + [206885] = 1, + ACTIONS(15703), 1, anon_sym_ATenderror, - [203919] = 1, - ACTIONS(15504), 1, + [206889] = 1, + ACTIONS(15705), 1, anon_sym_ATendif, - [203923] = 1, - ACTIONS(15506), 1, + [206893] = 1, + ACTIONS(15707), 1, anon_sym_ATendif, - [203927] = 1, - ACTIONS(15508), 1, + [206897] = 1, + ACTIONS(15709), 1, anon_sym_ATendenv, - [203931] = 1, - ACTIONS(15510), 1, - anon_sym_ATendwhile, - [203935] = 1, - ACTIONS(15512), 1, + [206901] = 1, + ACTIONS(15711), 1, + anon_sym_ATendprepend, + [206905] = 1, + ACTIONS(15713), 1, anon_sym_ATendguest, - [203939] = 1, - ACTIONS(15514), 1, - anon_sym_BANG_BANG_RBRACE, - [203943] = 1, - ACTIONS(15516), 1, + [206909] = 1, + ACTIONS(15715), 1, + anon_sym_ATendauth, + [206913] = 1, + ACTIONS(15717), 1, anon_sym_ATendempty, - [203947] = 1, - ACTIONS(15518), 1, + [206917] = 1, + ACTIONS(15719), 1, anon_sym_ATendisset, - [203951] = 1, - ACTIONS(15520), 1, + [206921] = 1, + ACTIONS(15721), 1, anon_sym_ATendunless, - [203955] = 1, - ACTIONS(15522), 1, + [206925] = 1, + ACTIONS(15723), 1, anon_sym_ATendif, - [203959] = 1, - ACTIONS(15524), 1, + [206929] = 1, + ACTIONS(15725), 1, anon_sym_ATendPrependOnce, - [203963] = 1, - ACTIONS(15526), 1, + [206933] = 1, + ACTIONS(15727), 1, anon_sym_ATendprepend, - [203967] = 1, - ACTIONS(15528), 1, + [206937] = 1, + ACTIONS(15729), 1, anon_sym_ATendPushIf, - [203971] = 1, - ACTIONS(15530), 1, + [206941] = 1, + ACTIONS(15731), 1, anon_sym_ATendPushOnce, - [203975] = 1, - ACTIONS(15532), 1, + [206945] = 1, + ACTIONS(15733), 1, anon_sym_ATendpush, - [203979] = 1, - ACTIONS(15534), 1, - anon_sym_ATendsetup, - [203983] = 1, - ACTIONS(15536), 1, - anon_sym_ATendtask, - [203987] = 1, - ACTIONS(15538), 1, + [206949] = 1, + ACTIONS(15735), 1, + anon_sym_ATendPrependOnce, + [206953] = 1, + ACTIONS(15737), 1, + anon_sym_ATendif, + [206957] = 1, + ACTIONS(15739), 1, anon_sym_ATendfragment, - [203991] = 1, - ACTIONS(15540), 1, - anon_sym_ATendphp, - [203995] = 1, - ACTIONS(15542), 1, + [206961] = 1, + ACTIONS(15741), 1, + anon_sym_ATendvolt, + [206965] = 1, + ACTIONS(15743), 1, anon_sym_BANG_BANG_RBRACE, - [203999] = 1, - ACTIONS(15544), 1, + [206969] = 1, + ACTIONS(15745), 1, anon_sym_RBRACE_RBRACE, - [204003] = 1, - ACTIONS(15546), 1, - anon_sym_ATendstory, - [204007] = 1, - ACTIONS(15548), 1, + [206973] = 1, + ACTIONS(15747), 1, + anon_sym_ATendunless, + [206977] = 1, + ACTIONS(15749), 1, + anon_sym_ATendisset, + [206981] = 1, + ACTIONS(15751), 1, + anon_sym_ATendempty, + [206985] = 1, + ACTIONS(15753), 1, + anon_sym_ATendauth, + [206989] = 1, + ACTIONS(15755), 1, + anon_sym_ATendguest, + [206993] = 1, + ACTIONS(15757), 1, + anon_sym_ATendenv, + [206997] = 1, + ACTIONS(15759), 1, + anon_sym_ATendif, + [207001] = 1, + ACTIONS(15761), 1, + anon_sym_ATendsetup, + [207005] = 1, + ACTIONS(15763), 1, + anon_sym_ATenderror, + [207009] = 1, + ACTIONS(15765), 1, anon_sym_RPAREN, - [204011] = 1, - ACTIONS(15550), 1, - anon_sym_ATendpersist, - [204015] = 1, - ACTIONS(15552), 1, - anon_sym_ATendteleport, - [204019] = 1, - ACTIONS(12283), 1, + [207013] = 1, + ACTIONS(15767), 1, + anon_sym_ATendcan, + [207017] = 1, + ACTIONS(15769), 1, + anon_sym_ATendcannot, + [207021] = 1, + ACTIONS(15771), 1, + anon_sym_ATendcanany, + [207025] = 1, + ACTIONS(15773), 1, + anon_sym_LPAREN, + [207029] = 1, + ACTIONS(15775), 1, + anon_sym_ATendfeature, + [207033] = 1, + ACTIONS(15777), 1, + aux_sym__custom_token3, + [207037] = 1, + ACTIONS(12444), 1, anon_sym_RPAREN, - [204023] = 1, - ACTIONS(15554), 1, + [207041] = 1, + ACTIONS(15779), 1, + anon_sym_ATendfor, + [207045] = 1, + ACTIONS(15781), 1, + anon_sym_ATendforeach, + [207049] = 1, + ACTIONS(15783), 1, + anon_sym_ATendforelse, + [207053] = 1, + ACTIONS(15785), 1, anon_sym_ATendvolt, - [204027] = 1, - ACTIONS(15556), 1, + [207057] = 1, + ACTIONS(15787), 1, anon_sym_ATendteleport, - [204031] = 1, - ACTIONS(15558), 1, + [207061] = 1, + ACTIONS(15789), 1, anon_sym_ATendpersist, - [204035] = 1, - ACTIONS(15560), 1, + [207065] = 1, + ACTIONS(15791), 1, + anon_sym_ATendwhile, + [207069] = 1, + ACTIONS(15793), 1, + anon_sym_ATendsetup, + [207073] = 1, + ACTIONS(15795), 1, + anon_sym_ATendtask, + [207077] = 1, + ACTIONS(15797), 1, anon_sym_ATendstory, - [204039] = 1, - ACTIONS(15562), 1, + [207081] = 1, + ACTIONS(15799), 1, + anon_sym_ATendstory, + [207085] = 1, + ACTIONS(15801), 1, anon_sym_ATendtask, - [204043] = 1, - ACTIONS(15564), 1, + [207089] = 1, + ACTIONS(15803), 1, anon_sym_ATendsetup, - [204047] = 1, - ACTIONS(15566), 1, + [207093] = 1, + ACTIONS(15805), 1, anon_sym_ATendwhile, - [204051] = 1, - ACTIONS(15568), 1, + [207097] = 1, + ACTIONS(15807), 1, anon_sym_ATendforelse, - [204055] = 1, - ACTIONS(15570), 1, + [207101] = 1, + ACTIONS(15809), 1, anon_sym_ATendforeach, - [204059] = 1, - ACTIONS(15572), 1, + [207105] = 1, + ACTIONS(15811), 1, anon_sym_ATendfor, - [204063] = 1, - ACTIONS(15574), 1, + [207109] = 1, + ACTIONS(15813), 1, aux_sym__custom_token3, - [204067] = 1, - ACTIONS(15576), 1, + [207113] = 1, + ACTIONS(15815), 1, anon_sym_ATendfeature, - [204071] = 1, - ACTIONS(15578), 1, + [207117] = 1, + ACTIONS(15817), 1, anon_sym_ATendcanany, - [204075] = 1, - ACTIONS(15580), 1, + [207121] = 1, + ACTIONS(15819), 1, anon_sym_ATendcannot, - [204079] = 1, - ACTIONS(15582), 1, + [207125] = 1, + ACTIONS(15821), 1, anon_sym_ATendcan, - [204083] = 1, - ACTIONS(15584), 1, + [207129] = 1, + ACTIONS(15823), 1, + anon_sym_ATendif, + [207133] = 1, + ACTIONS(15825), 1, anon_sym_ATenderror, - [204087] = 1, - ACTIONS(15586), 1, + [207137] = 1, + ACTIONS(15827), 1, anon_sym_ATendif, - [204091] = 1, - ACTIONS(15588), 1, + [207141] = 1, + ACTIONS(15829), 1, anon_sym_ATendif, - [204095] = 1, - ACTIONS(15590), 1, + [207145] = 1, + ACTIONS(15831), 1, anon_sym_ATendenv, - [204099] = 1, - ACTIONS(12163), 1, - anon_sym_RPAREN, - [204103] = 1, - ACTIONS(15592), 1, + [207149] = 1, + ACTIONS(15833), 1, + anon_sym_ATendpersist, + [207153] = 1, + ACTIONS(15835), 1, anon_sym_ATendguest, - [204107] = 1, - ACTIONS(15594), 1, + [207157] = 1, + ACTIONS(15837), 1, anon_sym_ATendauth, - [204111] = 1, - ACTIONS(15596), 1, - anon_sym_LPAREN, - [204115] = 1, - ACTIONS(15598), 1, + [207161] = 1, + ACTIONS(15839), 1, anon_sym_ATendempty, - [204119] = 1, - ACTIONS(15600), 1, + [207165] = 1, + ACTIONS(15841), 1, anon_sym_ATendisset, - [204123] = 1, - ACTIONS(15602), 1, + [207169] = 1, + ACTIONS(15843), 1, anon_sym_ATendunless, - [204127] = 1, - ACTIONS(15604), 1, + [207173] = 1, + ACTIONS(15845), 1, anon_sym_ATendif, - [204131] = 1, - ACTIONS(15606), 1, + [207177] = 1, + ACTIONS(15847), 1, anon_sym_ATendPrependOnce, - [204135] = 1, - ACTIONS(15608), 1, + [207181] = 1, + ACTIONS(15849), 1, anon_sym_ATendprepend, - [204139] = 1, - ACTIONS(15610), 1, + [207185] = 1, + ACTIONS(15851), 1, anon_sym_ATendPushIf, - [204143] = 1, - ACTIONS(15612), 1, + [207189] = 1, + ACTIONS(15853), 1, anon_sym_ATendPushOnce, - [204147] = 1, - ACTIONS(15614), 1, + [207193] = 1, + ACTIONS(15855), 1, anon_sym_ATendpush, - [204151] = 1, - ACTIONS(15616), 1, - anon_sym_RPAREN, - [204155] = 1, - ACTIONS(15618), 1, + [207197] = 1, + ACTIONS(15857), 1, anon_sym_ATendfragment, - [204159] = 1, - ACTIONS(15620), 1, + [207201] = 1, + ACTIONS(15859), 1, anon_sym_ATendphp, - [204163] = 1, - ACTIONS(15622), 1, - anon_sym_ATendempty, - [204167] = 1, - ACTIONS(15624), 1, + [207205] = 1, + ACTIONS(15861), 1, + anon_sym_BANG_BANG_RBRACE, + [207209] = 1, + ACTIONS(15863), 1, anon_sym_RBRACE_RBRACE, - [204171] = 1, - ACTIONS(15626), 1, + [207213] = 1, + ACTIONS(15865), 1, anon_sym_RPAREN, - [204175] = 1, - ACTIONS(12333), 1, + [207217] = 1, + ACTIONS(12538), 1, anon_sym_RPAREN, - [204179] = 1, - ACTIONS(15628), 1, + [207221] = 1, + ACTIONS(15867), 1, anon_sym_ATendvolt, - [204183] = 1, - ACTIONS(15630), 1, + [207225] = 1, + ACTIONS(15869), 1, anon_sym_ATendteleport, - [204187] = 1, - ACTIONS(15632), 1, + [207229] = 1, + ACTIONS(15871), 1, anon_sym_ATendpersist, - [204191] = 1, - ACTIONS(15634), 1, + [207233] = 1, + ACTIONS(15873), 1, anon_sym_ATendstory, - [204195] = 1, - ACTIONS(15636), 1, + [207237] = 1, + ACTIONS(15875), 1, anon_sym_ATendtask, - [204199] = 1, - ACTIONS(15638), 1, + [207241] = 1, + ACTIONS(15877), 1, anon_sym_ATendsetup, - [204203] = 1, - ACTIONS(15640), 1, + [207245] = 1, + ACTIONS(15879), 1, anon_sym_ATendwhile, - [204207] = 1, - ACTIONS(15642), 1, + [207249] = 1, + ACTIONS(15881), 1, anon_sym_ATendforelse, - [204211] = 1, - ACTIONS(15644), 1, + [207253] = 1, + ACTIONS(15883), 1, anon_sym_ATendforeach, - [204215] = 1, - ACTIONS(15646), 1, + [207257] = 1, + ACTIONS(15885), 1, anon_sym_ATendfor, - [204219] = 1, - ACTIONS(15648), 1, + [207261] = 1, + ACTIONS(15887), 1, aux_sym__custom_token3, - [204223] = 1, - ACTIONS(15650), 1, + [207265] = 1, + ACTIONS(15889), 1, anon_sym_ATendfeature, - [204227] = 1, - ACTIONS(15652), 1, + [207269] = 1, + ACTIONS(15891), 1, anon_sym_ATendcanany, - [204231] = 1, - ACTIONS(15654), 1, + [207273] = 1, + ACTIONS(15893), 1, anon_sym_ATendcannot, - [204235] = 1, - ACTIONS(15656), 1, + [207277] = 1, + ACTIONS(15895), 1, anon_sym_ATendcan, - [204239] = 1, - ACTIONS(15658), 1, + [207281] = 1, + ACTIONS(15897), 1, anon_sym_ATenderror, - [204243] = 1, - ACTIONS(15660), 1, + [207285] = 1, + ACTIONS(15899), 1, anon_sym_ATendif, - [204247] = 1, - ACTIONS(15662), 1, + [207289] = 1, + ACTIONS(15901), 1, anon_sym_ATendif, - [204251] = 1, - ACTIONS(15664), 1, + [207293] = 1, + ACTIONS(15903), 1, anon_sym_ATendenv, - [204255] = 1, - ACTIONS(15666), 1, + [207297] = 1, + ACTIONS(15905), 1, anon_sym_ATendguest, - [204259] = 1, - ACTIONS(15668), 1, + [207301] = 1, + ACTIONS(15907), 1, anon_sym_ATendauth, - [204263] = 1, - ACTIONS(15670), 1, + [207305] = 1, + ACTIONS(15909), 1, anon_sym_ATendempty, - [204267] = 1, - ACTIONS(15672), 1, + [207309] = 1, + ACTIONS(15911), 1, anon_sym_ATendisset, - [204271] = 1, - ACTIONS(15674), 1, + [207313] = 1, + ACTIONS(15913), 1, anon_sym_ATendunless, - [204275] = 1, - ACTIONS(15676), 1, + [207317] = 1, + ACTIONS(15915), 1, anon_sym_ATendif, - [204279] = 1, - ACTIONS(15678), 1, + [207321] = 1, + ACTIONS(15917), 1, anon_sym_ATendPrependOnce, - [204283] = 1, - ACTIONS(15680), 1, + [207325] = 1, + ACTIONS(15919), 1, anon_sym_ATendprepend, - [204287] = 1, - ACTIONS(15682), 1, + [207329] = 1, + ACTIONS(15921), 1, anon_sym_ATendPushIf, - [204291] = 1, - ACTIONS(15684), 1, + [207333] = 1, + ACTIONS(15923), 1, anon_sym_ATendPushOnce, - [204295] = 1, - ACTIONS(15686), 1, + [207337] = 1, + ACTIONS(15925), 1, anon_sym_ATendpush, - [204299] = 1, - ACTIONS(15688), 1, - anon_sym_RBRACE_RBRACE, - [204303] = 1, - ACTIONS(15690), 1, + [207341] = 1, + ACTIONS(15927), 1, anon_sym_ATendfragment, - [204307] = 1, - ACTIONS(15692), 1, + [207345] = 1, + ACTIONS(15929), 1, anon_sym_ATendphp, - [204311] = 1, - ACTIONS(15694), 1, + [207349] = 1, + ACTIONS(15931), 1, anon_sym_BANG_BANG_RBRACE, - [204315] = 1, - ACTIONS(15696), 1, + [207353] = 1, + ACTIONS(15933), 1, anon_sym_RBRACE_RBRACE, - [204319] = 1, - ACTIONS(15698), 1, - anon_sym_BANG_BANG_RBRACE, - [204323] = 1, - ACTIONS(15700), 1, - anon_sym_ATendphp, - [204327] = 1, - ACTIONS(15702), 1, + [207357] = 1, + ACTIONS(15935), 1, anon_sym_RPAREN, - [204331] = 1, - ACTIONS(15704), 1, - anon_sym_ATendfragment, - [204335] = 1, - ACTIONS(15706), 1, - anon_sym_ATendpush, - [204339] = 1, - ACTIONS(15708), 1, - anon_sym_ATendPushOnce, - [204343] = 1, - ACTIONS(15710), 1, - anon_sym_ATendPushIf, - [204347] = 1, - ACTIONS(12377), 1, + [207361] = 1, + ACTIONS(12496), 1, anon_sym_RPAREN, - [204351] = 1, - ACTIONS(15712), 1, - anon_sym_ATendprepend, - [204355] = 1, - ACTIONS(15714), 1, - anon_sym_ATendPrependOnce, - [204359] = 1, - ACTIONS(15716), 1, - anon_sym_ATendif, - [204363] = 1, - ACTIONS(15718), 1, - anon_sym_ATendvolt, - [204367] = 1, - ACTIONS(15720), 1, - anon_sym_ATendteleport, - [204371] = 1, - ACTIONS(15722), 1, - anon_sym_ATendpersist, - [204375] = 1, - ACTIONS(15724), 1, - anon_sym_ATendstory, - [204379] = 1, - ACTIONS(15726), 1, - anon_sym_ATendtask, - [204383] = 1, - ACTIONS(15728), 1, - anon_sym_ATendsetup, - [204387] = 1, - ACTIONS(15730), 1, - anon_sym_ATendwhile, - [204391] = 1, - ACTIONS(15732), 1, - anon_sym_ATendforelse, - [204395] = 1, - ACTIONS(15734), 1, - anon_sym_ATendforeach, - [204399] = 1, - ACTIONS(15736), 1, - anon_sym_ATendfor, - [204403] = 1, - ACTIONS(15738), 1, - aux_sym__custom_token3, - [204407] = 1, - ACTIONS(15740), 1, - anon_sym_ATendfeature, - [204411] = 1, - ACTIONS(15742), 1, - anon_sym_ATendcanany, - [204415] = 1, - ACTIONS(15744), 1, - anon_sym_ATendcannot, - [204419] = 1, - ACTIONS(15746), 1, - anon_sym_ATendcan, - [204423] = 1, - ACTIONS(15748), 1, - anon_sym_ATenderror, - [204427] = 1, - ACTIONS(15750), 1, - anon_sym_ATendif, - [204431] = 1, - ACTIONS(15752), 1, - anon_sym_ATendif, - [204435] = 1, - ACTIONS(15754), 1, - anon_sym_ATendenv, - [204439] = 1, - ACTIONS(15756), 1, - anon_sym_ATendunless, - [204443] = 1, - ACTIONS(15758), 1, - anon_sym_ATendguest, - [204447] = 1, - ACTIONS(15760), 1, - anon_sym_ATendauth, - [204451] = 1, - ACTIONS(15762), 1, + [207365] = 1, + ACTIONS(15937), 1, anon_sym_LPAREN, - [204455] = 1, - ACTIONS(15764), 1, + [207369] = 1, + ACTIONS(15939), 1, anon_sym_LPAREN, - [204459] = 1, - ACTIONS(15766), 1, + [207373] = 1, + ACTIONS(15941), 1, anon_sym_LPAREN, - [204463] = 1, - ACTIONS(15768), 1, + [207377] = 1, + ACTIONS(15943), 1, anon_sym_LPAREN, - [204467] = 1, - ACTIONS(15770), 1, + [207381] = 1, + ACTIONS(15945), 1, anon_sym_LPAREN, - [204471] = 1, - ACTIONS(15772), 1, + [207385] = 1, + ACTIONS(15947), 1, anon_sym_LPAREN, - [204475] = 1, - ACTIONS(15774), 1, + [207389] = 1, + ACTIONS(15949), 1, anon_sym_LPAREN, - [204479] = 1, - ACTIONS(15776), 1, + [207393] = 1, + ACTIONS(15951), 1, anon_sym_LPAREN, - [204483] = 1, - ACTIONS(15778), 1, + [207397] = 1, + ACTIONS(15953), 1, anon_sym_LPAREN, - [204487] = 1, - ACTIONS(15780), 1, + [207401] = 1, + ACTIONS(15955), 1, anon_sym_LPAREN, - [204491] = 1, - ACTIONS(15782), 1, + [207405] = 1, + ACTIONS(15957), 1, anon_sym_LPAREN, - [204495] = 1, - ACTIONS(15784), 1, + [207409] = 1, + ACTIONS(15959), 1, anon_sym_LPAREN, - [204499] = 1, - ACTIONS(15786), 1, + [207413] = 1, + ACTIONS(15961), 1, anon_sym_LPAREN, - [204503] = 1, - ACTIONS(15788), 1, + [207417] = 1, + ACTIONS(15963), 1, anon_sym_LPAREN, - [204507] = 1, - ACTIONS(15790), 1, + [207421] = 1, + ACTIONS(15965), 1, anon_sym_LPAREN, - [204511] = 1, - ACTIONS(15792), 1, + [207425] = 1, + ACTIONS(15967), 1, anon_sym_LPAREN, - [204515] = 1, - ACTIONS(15794), 1, + [207429] = 1, + ACTIONS(15969), 1, anon_sym_LPAREN, - [204519] = 1, - ACTIONS(15796), 1, + [207433] = 1, + ACTIONS(15971), 1, anon_sym_LPAREN, - [204523] = 1, - ACTIONS(15798), 1, + [207437] = 1, + ACTIONS(15973), 1, anon_sym_LPAREN, - [204527] = 1, - ACTIONS(15800), 1, + [207441] = 1, + ACTIONS(15975), 1, anon_sym_LPAREN, - [204531] = 1, - ACTIONS(15802), 1, + [207445] = 1, + ACTIONS(15977), 1, anon_sym_LPAREN, - [204535] = 1, - ACTIONS(15804), 1, + [207449] = 1, + ACTIONS(15979), 1, anon_sym_LPAREN, - [204539] = 1, - ACTIONS(15806), 1, + [207453] = 1, + ACTIONS(15981), 1, anon_sym_LPAREN, - [204543] = 1, - ACTIONS(15808), 1, + [207457] = 1, + ACTIONS(15983), 1, anon_sym_LPAREN, - [204547] = 1, - ACTIONS(15810), 1, + [207461] = 1, + ACTIONS(15985), 1, anon_sym_LPAREN, - [204551] = 1, - ACTIONS(15812), 1, + [207465] = 1, + ACTIONS(15987), 1, anon_sym_LPAREN, - [204555] = 1, - ACTIONS(15814), 1, + [207469] = 1, + ACTIONS(15989), 1, anon_sym_LPAREN, - [204559] = 1, - ACTIONS(15816), 1, + [207473] = 1, + ACTIONS(15991), 1, anon_sym_LPAREN, - [204563] = 1, - ACTIONS(15818), 1, + [207477] = 1, + ACTIONS(15993), 1, anon_sym_LPAREN, - [204567] = 1, - ACTIONS(15820), 1, + [207481] = 1, + ACTIONS(15995), 1, anon_sym_LPAREN, - [204571] = 1, - ACTIONS(15822), 1, + [207485] = 1, + ACTIONS(15997), 1, anon_sym_LPAREN, - [204575] = 1, - ACTIONS(15824), 1, + [207489] = 1, + ACTIONS(15999), 1, anon_sym_LPAREN, - [204579] = 1, - ACTIONS(15826), 1, + [207493] = 1, + ACTIONS(16001), 1, anon_sym_LPAREN, - [204583] = 1, - ACTIONS(15828), 1, + [207497] = 1, + ACTIONS(16003), 1, anon_sym_LPAREN, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(658)] = 0, - [SMALL_STATE(659)] = 69, - [SMALL_STATE(660)] = 138, - [SMALL_STATE(661)] = 207, - [SMALL_STATE(662)] = 276, - [SMALL_STATE(663)] = 345, - [SMALL_STATE(664)] = 414, - [SMALL_STATE(665)] = 483, - [SMALL_STATE(666)] = 552, - [SMALL_STATE(667)] = 621, - [SMALL_STATE(668)] = 690, - [SMALL_STATE(669)] = 759, - [SMALL_STATE(670)] = 828, - [SMALL_STATE(671)] = 897, - [SMALL_STATE(672)] = 966, - [SMALL_STATE(673)] = 1032, - [SMALL_STATE(674)] = 1098, - [SMALL_STATE(675)] = 1166, - [SMALL_STATE(676)] = 1232, - [SMALL_STATE(677)] = 1298, - [SMALL_STATE(678)] = 1366, - [SMALL_STATE(679)] = 1432, - [SMALL_STATE(680)] = 1500, - [SMALL_STATE(681)] = 1566, - [SMALL_STATE(682)] = 1634, - [SMALL_STATE(683)] = 1700, - [SMALL_STATE(684)] = 1768, - [SMALL_STATE(685)] = 1836, - [SMALL_STATE(686)] = 1902, - [SMALL_STATE(687)] = 1970, - [SMALL_STATE(688)] = 2036, - [SMALL_STATE(689)] = 2104, - [SMALL_STATE(690)] = 2172, - [SMALL_STATE(691)] = 2238, - [SMALL_STATE(692)] = 2304, - [SMALL_STATE(693)] = 2372, - [SMALL_STATE(694)] = 2438, - [SMALL_STATE(695)] = 2506, - [SMALL_STATE(696)] = 2574, - [SMALL_STATE(697)] = 2642, - [SMALL_STATE(698)] = 2708, - [SMALL_STATE(699)] = 2774, - [SMALL_STATE(700)] = 2840, - [SMALL_STATE(701)] = 2906, - [SMALL_STATE(702)] = 2974, - [SMALL_STATE(703)] = 3040, - [SMALL_STATE(704)] = 3106, - [SMALL_STATE(705)] = 3174, - [SMALL_STATE(706)] = 3240, - [SMALL_STATE(707)] = 3308, - [SMALL_STATE(708)] = 3374, - [SMALL_STATE(709)] = 3440, - [SMALL_STATE(710)] = 3508, - [SMALL_STATE(711)] = 3576, - [SMALL_STATE(712)] = 3644, - [SMALL_STATE(713)] = 3712, - [SMALL_STATE(714)] = 3778, - [SMALL_STATE(715)] = 3846, - [SMALL_STATE(716)] = 3912, - [SMALL_STATE(717)] = 3980, - [SMALL_STATE(718)] = 4048, - [SMALL_STATE(719)] = 4116, - [SMALL_STATE(720)] = 4184, - [SMALL_STATE(721)] = 4252, - [SMALL_STATE(722)] = 4318, - [SMALL_STATE(723)] = 4386, - [SMALL_STATE(724)] = 4452, - [SMALL_STATE(725)] = 4518, - [SMALL_STATE(726)] = 4586, - [SMALL_STATE(727)] = 4652, - [SMALL_STATE(728)] = 4718, - [SMALL_STATE(729)] = 4785, - [SMALL_STATE(730)] = 4852, - [SMALL_STATE(731)] = 4919, - [SMALL_STATE(732)] = 4986, - [SMALL_STATE(733)] = 5053, - [SMALL_STATE(734)] = 5120, - [SMALL_STATE(735)] = 5187, - [SMALL_STATE(736)] = 5254, - [SMALL_STATE(737)] = 5321, - [SMALL_STATE(738)] = 5388, - [SMALL_STATE(739)] = 5455, - [SMALL_STATE(740)] = 5522, - [SMALL_STATE(741)] = 5589, - [SMALL_STATE(742)] = 5656, - [SMALL_STATE(743)] = 5723, - [SMALL_STATE(744)] = 5790, - [SMALL_STATE(745)] = 5857, - [SMALL_STATE(746)] = 5924, - [SMALL_STATE(747)] = 5991, - [SMALL_STATE(748)] = 6058, - [SMALL_STATE(749)] = 6125, - [SMALL_STATE(750)] = 6185, - [SMALL_STATE(751)] = 6245, - [SMALL_STATE(752)] = 6309, - [SMALL_STATE(753)] = 6375, - [SMALL_STATE(754)] = 6435, - [SMALL_STATE(755)] = 6495, - [SMALL_STATE(756)] = 6561, - [SMALL_STATE(757)] = 6621, - [SMALL_STATE(758)] = 6685, - [SMALL_STATE(759)] = 6751, - [SMALL_STATE(760)] = 6811, - [SMALL_STATE(761)] = 6871, - [SMALL_STATE(762)] = 6935, - [SMALL_STATE(763)] = 7001, - [SMALL_STATE(764)] = 7061, - [SMALL_STATE(765)] = 7121, - [SMALL_STATE(766)] = 7181, - [SMALL_STATE(767)] = 7241, - [SMALL_STATE(768)] = 7301, - [SMALL_STATE(769)] = 7361, - [SMALL_STATE(770)] = 7421, - [SMALL_STATE(771)] = 7481, - [SMALL_STATE(772)] = 7541, - [SMALL_STATE(773)] = 7601, - [SMALL_STATE(774)] = 7661, - [SMALL_STATE(775)] = 7721, - [SMALL_STATE(776)] = 7781, - [SMALL_STATE(777)] = 7841, - [SMALL_STATE(778)] = 7901, - [SMALL_STATE(779)] = 7961, - [SMALL_STATE(780)] = 8021, - [SMALL_STATE(781)] = 8081, - [SMALL_STATE(782)] = 8141, - [SMALL_STATE(783)] = 8201, - [SMALL_STATE(784)] = 8261, - [SMALL_STATE(785)] = 8321, - [SMALL_STATE(786)] = 8381, - [SMALL_STATE(787)] = 8441, - [SMALL_STATE(788)] = 8501, - [SMALL_STATE(789)] = 8561, - [SMALL_STATE(790)] = 8621, - [SMALL_STATE(791)] = 8681, - [SMALL_STATE(792)] = 8741, - [SMALL_STATE(793)] = 8801, - [SMALL_STATE(794)] = 8861, - [SMALL_STATE(795)] = 8921, - [SMALL_STATE(796)] = 8985, - [SMALL_STATE(797)] = 9045, - [SMALL_STATE(798)] = 9105, - [SMALL_STATE(799)] = 9165, - [SMALL_STATE(800)] = 9225, - [SMALL_STATE(801)] = 9285, - [SMALL_STATE(802)] = 9345, - [SMALL_STATE(803)] = 9405, - [SMALL_STATE(804)] = 9465, - [SMALL_STATE(805)] = 9525, - [SMALL_STATE(806)] = 9585, - [SMALL_STATE(807)] = 9645, - [SMALL_STATE(808)] = 9705, - [SMALL_STATE(809)] = 9765, - [SMALL_STATE(810)] = 9825, - [SMALL_STATE(811)] = 9885, - [SMALL_STATE(812)] = 9945, - [SMALL_STATE(813)] = 10005, - [SMALL_STATE(814)] = 10065, - [SMALL_STATE(815)] = 10125, - [SMALL_STATE(816)] = 10185, - [SMALL_STATE(817)] = 10245, - [SMALL_STATE(818)] = 10305, - [SMALL_STATE(819)] = 10365, - [SMALL_STATE(820)] = 10425, - [SMALL_STATE(821)] = 10485, - [SMALL_STATE(822)] = 10545, - [SMALL_STATE(823)] = 10605, - [SMALL_STATE(824)] = 10665, - [SMALL_STATE(825)] = 10725, - [SMALL_STATE(826)] = 10785, - [SMALL_STATE(827)] = 10845, - [SMALL_STATE(828)] = 10905, - [SMALL_STATE(829)] = 10965, - [SMALL_STATE(830)] = 11025, - [SMALL_STATE(831)] = 11085, - [SMALL_STATE(832)] = 11145, - [SMALL_STATE(833)] = 11205, - [SMALL_STATE(834)] = 11265, - [SMALL_STATE(835)] = 11325, - [SMALL_STATE(836)] = 11385, - [SMALL_STATE(837)] = 11445, - [SMALL_STATE(838)] = 11505, - [SMALL_STATE(839)] = 11565, - [SMALL_STATE(840)] = 11625, - [SMALL_STATE(841)] = 11685, - [SMALL_STATE(842)] = 11745, - [SMALL_STATE(843)] = 11805, - [SMALL_STATE(844)] = 11865, - [SMALL_STATE(845)] = 11925, - [SMALL_STATE(846)] = 11985, - [SMALL_STATE(847)] = 12045, - [SMALL_STATE(848)] = 12105, - [SMALL_STATE(849)] = 12165, - [SMALL_STATE(850)] = 12225, - [SMALL_STATE(851)] = 12285, - [SMALL_STATE(852)] = 12345, - [SMALL_STATE(853)] = 12405, - [SMALL_STATE(854)] = 12465, - [SMALL_STATE(855)] = 12525, - [SMALL_STATE(856)] = 12585, - [SMALL_STATE(857)] = 12645, - [SMALL_STATE(858)] = 12705, - [SMALL_STATE(859)] = 12765, - [SMALL_STATE(860)] = 12825, - [SMALL_STATE(861)] = 12885, - [SMALL_STATE(862)] = 12945, - [SMALL_STATE(863)] = 13005, - [SMALL_STATE(864)] = 13065, - [SMALL_STATE(865)] = 13125, - [SMALL_STATE(866)] = 13185, - [SMALL_STATE(867)] = 13245, - [SMALL_STATE(868)] = 13305, - [SMALL_STATE(869)] = 13365, - [SMALL_STATE(870)] = 13431, - [SMALL_STATE(871)] = 13491, - [SMALL_STATE(872)] = 13551, - [SMALL_STATE(873)] = 13611, - [SMALL_STATE(874)] = 13671, - [SMALL_STATE(875)] = 13731, - [SMALL_STATE(876)] = 13791, - [SMALL_STATE(877)] = 13851, - [SMALL_STATE(878)] = 13911, - [SMALL_STATE(879)] = 13971, - [SMALL_STATE(880)] = 14031, - [SMALL_STATE(881)] = 14091, - [SMALL_STATE(882)] = 14151, - [SMALL_STATE(883)] = 14211, - [SMALL_STATE(884)] = 14271, - [SMALL_STATE(885)] = 14331, - [SMALL_STATE(886)] = 14391, - [SMALL_STATE(887)] = 14451, - [SMALL_STATE(888)] = 14515, - [SMALL_STATE(889)] = 14575, - [SMALL_STATE(890)] = 14635, - [SMALL_STATE(891)] = 14695, - [SMALL_STATE(892)] = 14755, - [SMALL_STATE(893)] = 14815, - [SMALL_STATE(894)] = 14875, - [SMALL_STATE(895)] = 14935, - [SMALL_STATE(896)] = 15001, - [SMALL_STATE(897)] = 15061, - [SMALL_STATE(898)] = 15121, - [SMALL_STATE(899)] = 15181, - [SMALL_STATE(900)] = 15241, - [SMALL_STATE(901)] = 15301, - [SMALL_STATE(902)] = 15361, - [SMALL_STATE(903)] = 15421, - [SMALL_STATE(904)] = 15481, - [SMALL_STATE(905)] = 15541, - [SMALL_STATE(906)] = 15601, - [SMALL_STATE(907)] = 15661, - [SMALL_STATE(908)] = 15721, - [SMALL_STATE(909)] = 15781, - [SMALL_STATE(910)] = 15841, - [SMALL_STATE(911)] = 15901, - [SMALL_STATE(912)] = 15961, - [SMALL_STATE(913)] = 16021, - [SMALL_STATE(914)] = 16081, - [SMALL_STATE(915)] = 16141, - [SMALL_STATE(916)] = 16201, - [SMALL_STATE(917)] = 16261, - [SMALL_STATE(918)] = 16321, - [SMALL_STATE(919)] = 16381, - [SMALL_STATE(920)] = 16441, - [SMALL_STATE(921)] = 16501, - [SMALL_STATE(922)] = 16561, - [SMALL_STATE(923)] = 16621, - [SMALL_STATE(924)] = 16681, - [SMALL_STATE(925)] = 16741, - [SMALL_STATE(926)] = 16801, - [SMALL_STATE(927)] = 16861, - [SMALL_STATE(928)] = 16921, - [SMALL_STATE(929)] = 16981, - [SMALL_STATE(930)] = 17041, - [SMALL_STATE(931)] = 17101, - [SMALL_STATE(932)] = 17161, - [SMALL_STATE(933)] = 17221, - [SMALL_STATE(934)] = 17281, - [SMALL_STATE(935)] = 17341, - [SMALL_STATE(936)] = 17401, - [SMALL_STATE(937)] = 17461, - [SMALL_STATE(938)] = 17521, - [SMALL_STATE(939)] = 17587, - [SMALL_STATE(940)] = 17653, - [SMALL_STATE(941)] = 17719, - [SMALL_STATE(942)] = 17785, - [SMALL_STATE(943)] = 17851, - [SMALL_STATE(944)] = 17917, - [SMALL_STATE(945)] = 17983, - [SMALL_STATE(946)] = 18049, - [SMALL_STATE(947)] = 18115, - [SMALL_STATE(948)] = 18181, - [SMALL_STATE(949)] = 18247, - [SMALL_STATE(950)] = 18313, - [SMALL_STATE(951)] = 18379, - [SMALL_STATE(952)] = 18443, - [SMALL_STATE(953)] = 18503, - [SMALL_STATE(954)] = 18563, - [SMALL_STATE(955)] = 18623, - [SMALL_STATE(956)] = 18689, - [SMALL_STATE(957)] = 18755, - [SMALL_STATE(958)] = 18819, - [SMALL_STATE(959)] = 18879, - [SMALL_STATE(960)] = 18939, - [SMALL_STATE(961)] = 18999, - [SMALL_STATE(962)] = 19059, - [SMALL_STATE(963)] = 19125, - [SMALL_STATE(964)] = 19189, - [SMALL_STATE(965)] = 19249, - [SMALL_STATE(966)] = 19309, - [SMALL_STATE(967)] = 19369, - [SMALL_STATE(968)] = 19429, - [SMALL_STATE(969)] = 19495, - [SMALL_STATE(970)] = 19559, - [SMALL_STATE(971)] = 19619, - [SMALL_STATE(972)] = 19679, - [SMALL_STATE(973)] = 19745, - [SMALL_STATE(974)] = 19809, - [SMALL_STATE(975)] = 19869, - [SMALL_STATE(976)] = 19929, - [SMALL_STATE(977)] = 19989, - [SMALL_STATE(978)] = 20055, - [SMALL_STATE(979)] = 20119, - [SMALL_STATE(980)] = 20183, - [SMALL_STATE(981)] = 20243, - [SMALL_STATE(982)] = 20303, - [SMALL_STATE(983)] = 20369, - [SMALL_STATE(984)] = 20433, - [SMALL_STATE(985)] = 20493, - [SMALL_STATE(986)] = 20553, - [SMALL_STATE(987)] = 20619, - [SMALL_STATE(988)] = 20685, - [SMALL_STATE(989)] = 20749, - [SMALL_STATE(990)] = 20809, - [SMALL_STATE(991)] = 20869, - [SMALL_STATE(992)] = 20935, - [SMALL_STATE(993)] = 20999, - [SMALL_STATE(994)] = 21059, - [SMALL_STATE(995)] = 21119, - [SMALL_STATE(996)] = 21185, - [SMALL_STATE(997)] = 21249, - [SMALL_STATE(998)] = 21309, - [SMALL_STATE(999)] = 21369, - [SMALL_STATE(1000)] = 21429, - [SMALL_STATE(1001)] = 21489, - [SMALL_STATE(1002)] = 21555, - [SMALL_STATE(1003)] = 21619, - [SMALL_STATE(1004)] = 21685, - [SMALL_STATE(1005)] = 21745, - [SMALL_STATE(1006)] = 21809, - [SMALL_STATE(1007)] = 21869, - [SMALL_STATE(1008)] = 21929, - [SMALL_STATE(1009)] = 21989, - [SMALL_STATE(1010)] = 22049, - [SMALL_STATE(1011)] = 22109, - [SMALL_STATE(1012)] = 22169, - [SMALL_STATE(1013)] = 22229, - [SMALL_STATE(1014)] = 22289, - [SMALL_STATE(1015)] = 22349, - [SMALL_STATE(1016)] = 22409, - [SMALL_STATE(1017)] = 22469, - [SMALL_STATE(1018)] = 22529, - [SMALL_STATE(1019)] = 22589, - [SMALL_STATE(1020)] = 22649, - [SMALL_STATE(1021)] = 22709, - [SMALL_STATE(1022)] = 22769, - [SMALL_STATE(1023)] = 22829, - [SMALL_STATE(1024)] = 22889, - [SMALL_STATE(1025)] = 22949, - [SMALL_STATE(1026)] = 23009, - [SMALL_STATE(1027)] = 23069, - [SMALL_STATE(1028)] = 23129, - [SMALL_STATE(1029)] = 23189, - [SMALL_STATE(1030)] = 23249, - [SMALL_STATE(1031)] = 23309, - [SMALL_STATE(1032)] = 23369, - [SMALL_STATE(1033)] = 23429, - [SMALL_STATE(1034)] = 23489, - [SMALL_STATE(1035)] = 23549, - [SMALL_STATE(1036)] = 23609, - [SMALL_STATE(1037)] = 23669, - [SMALL_STATE(1038)] = 23729, - [SMALL_STATE(1039)] = 23789, - [SMALL_STATE(1040)] = 23849, - [SMALL_STATE(1041)] = 23909, - [SMALL_STATE(1042)] = 23969, - [SMALL_STATE(1043)] = 24029, - [SMALL_STATE(1044)] = 24089, - [SMALL_STATE(1045)] = 24149, - [SMALL_STATE(1046)] = 24209, - [SMALL_STATE(1047)] = 24269, - [SMALL_STATE(1048)] = 24329, - [SMALL_STATE(1049)] = 24389, - [SMALL_STATE(1050)] = 24449, - [SMALL_STATE(1051)] = 24509, - [SMALL_STATE(1052)] = 24569, - [SMALL_STATE(1053)] = 24629, - [SMALL_STATE(1054)] = 24689, - [SMALL_STATE(1055)] = 24749, - [SMALL_STATE(1056)] = 24809, - [SMALL_STATE(1057)] = 24869, - [SMALL_STATE(1058)] = 24929, - [SMALL_STATE(1059)] = 24989, - [SMALL_STATE(1060)] = 25049, - [SMALL_STATE(1061)] = 25109, - [SMALL_STATE(1062)] = 25169, - [SMALL_STATE(1063)] = 25229, - [SMALL_STATE(1064)] = 25289, - [SMALL_STATE(1065)] = 25349, - [SMALL_STATE(1066)] = 25409, - [SMALL_STATE(1067)] = 25469, - [SMALL_STATE(1068)] = 25529, - [SMALL_STATE(1069)] = 25589, - [SMALL_STATE(1070)] = 25649, - [SMALL_STATE(1071)] = 25713, - [SMALL_STATE(1072)] = 25773, - [SMALL_STATE(1073)] = 25833, - [SMALL_STATE(1074)] = 25893, - [SMALL_STATE(1075)] = 25953, - [SMALL_STATE(1076)] = 26013, - [SMALL_STATE(1077)] = 26073, - [SMALL_STATE(1078)] = 26133, - [SMALL_STATE(1079)] = 26199, - [SMALL_STATE(1080)] = 26259, - [SMALL_STATE(1081)] = 26319, - [SMALL_STATE(1082)] = 26379, - [SMALL_STATE(1083)] = 26439, - [SMALL_STATE(1084)] = 26499, - [SMALL_STATE(1085)] = 26559, - [SMALL_STATE(1086)] = 26619, - [SMALL_STATE(1087)] = 26679, - [SMALL_STATE(1088)] = 26739, - [SMALL_STATE(1089)] = 26799, - [SMALL_STATE(1090)] = 26859, - [SMALL_STATE(1091)] = 26919, - [SMALL_STATE(1092)] = 26979, - [SMALL_STATE(1093)] = 27039, - [SMALL_STATE(1094)] = 27099, - [SMALL_STATE(1095)] = 27159, - [SMALL_STATE(1096)] = 27219, - [SMALL_STATE(1097)] = 27279, - [SMALL_STATE(1098)] = 27339, - [SMALL_STATE(1099)] = 27399, - [SMALL_STATE(1100)] = 27459, - [SMALL_STATE(1101)] = 27519, - [SMALL_STATE(1102)] = 27579, - [SMALL_STATE(1103)] = 27639, - [SMALL_STATE(1104)] = 27699, - [SMALL_STATE(1105)] = 27759, - [SMALL_STATE(1106)] = 27819, - [SMALL_STATE(1107)] = 27885, - [SMALL_STATE(1108)] = 27945, - [SMALL_STATE(1109)] = 28005, - [SMALL_STATE(1110)] = 28065, - [SMALL_STATE(1111)] = 28125, - [SMALL_STATE(1112)] = 28185, - [SMALL_STATE(1113)] = 28245, - [SMALL_STATE(1114)] = 28305, - [SMALL_STATE(1115)] = 28365, - [SMALL_STATE(1116)] = 28425, - [SMALL_STATE(1117)] = 28485, - [SMALL_STATE(1118)] = 28545, - [SMALL_STATE(1119)] = 28605, - [SMALL_STATE(1120)] = 28665, - [SMALL_STATE(1121)] = 28725, - [SMALL_STATE(1122)] = 28785, - [SMALL_STATE(1123)] = 28845, - [SMALL_STATE(1124)] = 28905, - [SMALL_STATE(1125)] = 28965, - [SMALL_STATE(1126)] = 29025, - [SMALL_STATE(1127)] = 29085, - [SMALL_STATE(1128)] = 29145, - [SMALL_STATE(1129)] = 29205, - [SMALL_STATE(1130)] = 29265, - [SMALL_STATE(1131)] = 29325, - [SMALL_STATE(1132)] = 29385, - [SMALL_STATE(1133)] = 29445, - [SMALL_STATE(1134)] = 29505, - [SMALL_STATE(1135)] = 29565, - [SMALL_STATE(1136)] = 29625, - [SMALL_STATE(1137)] = 29685, - [SMALL_STATE(1138)] = 29745, - [SMALL_STATE(1139)] = 29805, - [SMALL_STATE(1140)] = 29865, - [SMALL_STATE(1141)] = 29925, - [SMALL_STATE(1142)] = 29985, - [SMALL_STATE(1143)] = 30045, - [SMALL_STATE(1144)] = 30105, - [SMALL_STATE(1145)] = 30165, - [SMALL_STATE(1146)] = 30225, - [SMALL_STATE(1147)] = 30285, - [SMALL_STATE(1148)] = 30345, - [SMALL_STATE(1149)] = 30405, - [SMALL_STATE(1150)] = 30465, - [SMALL_STATE(1151)] = 30531, - [SMALL_STATE(1152)] = 30591, - [SMALL_STATE(1153)] = 30651, - [SMALL_STATE(1154)] = 30711, - [SMALL_STATE(1155)] = 30771, - [SMALL_STATE(1156)] = 30831, - [SMALL_STATE(1157)] = 30891, - [SMALL_STATE(1158)] = 30951, - [SMALL_STATE(1159)] = 31011, - [SMALL_STATE(1160)] = 31071, - [SMALL_STATE(1161)] = 31131, - [SMALL_STATE(1162)] = 31195, - [SMALL_STATE(1163)] = 31255, - [SMALL_STATE(1164)] = 31315, - [SMALL_STATE(1165)] = 31375, - [SMALL_STATE(1166)] = 31435, - [SMALL_STATE(1167)] = 31495, - [SMALL_STATE(1168)] = 31555, - [SMALL_STATE(1169)] = 31615, - [SMALL_STATE(1170)] = 31681, - [SMALL_STATE(1171)] = 31741, - [SMALL_STATE(1172)] = 31801, - [SMALL_STATE(1173)] = 31861, - [SMALL_STATE(1174)] = 31921, - [SMALL_STATE(1175)] = 31981, - [SMALL_STATE(1176)] = 32041, - [SMALL_STATE(1177)] = 32101, - [SMALL_STATE(1178)] = 32161, - [SMALL_STATE(1179)] = 32221, - [SMALL_STATE(1180)] = 32281, - [SMALL_STATE(1181)] = 32341, - [SMALL_STATE(1182)] = 32401, - [SMALL_STATE(1183)] = 32461, - [SMALL_STATE(1184)] = 32521, - [SMALL_STATE(1185)] = 32581, - [SMALL_STATE(1186)] = 32641, - [SMALL_STATE(1187)] = 32701, - [SMALL_STATE(1188)] = 32761, - [SMALL_STATE(1189)] = 32821, - [SMALL_STATE(1190)] = 32881, - [SMALL_STATE(1191)] = 32941, - [SMALL_STATE(1192)] = 33001, - [SMALL_STATE(1193)] = 33061, - [SMALL_STATE(1194)] = 33121, - [SMALL_STATE(1195)] = 33181, - [SMALL_STATE(1196)] = 33241, - [SMALL_STATE(1197)] = 33301, - [SMALL_STATE(1198)] = 33361, - [SMALL_STATE(1199)] = 33421, - [SMALL_STATE(1200)] = 33481, - [SMALL_STATE(1201)] = 33541, - [SMALL_STATE(1202)] = 33601, - [SMALL_STATE(1203)] = 33661, - [SMALL_STATE(1204)] = 33721, - [SMALL_STATE(1205)] = 33781, - [SMALL_STATE(1206)] = 33841, - [SMALL_STATE(1207)] = 33901, - [SMALL_STATE(1208)] = 33961, - [SMALL_STATE(1209)] = 34025, - [SMALL_STATE(1210)] = 34085, - [SMALL_STATE(1211)] = 34145, - [SMALL_STATE(1212)] = 34205, - [SMALL_STATE(1213)] = 34265, - [SMALL_STATE(1214)] = 34325, - [SMALL_STATE(1215)] = 34385, - [SMALL_STATE(1216)] = 34445, - [SMALL_STATE(1217)] = 34505, - [SMALL_STATE(1218)] = 34565, - [SMALL_STATE(1219)] = 34625, - [SMALL_STATE(1220)] = 34685, - [SMALL_STATE(1221)] = 34745, - [SMALL_STATE(1222)] = 34805, - [SMALL_STATE(1223)] = 34865, - [SMALL_STATE(1224)] = 34925, - [SMALL_STATE(1225)] = 34985, - [SMALL_STATE(1226)] = 35045, - [SMALL_STATE(1227)] = 35105, - [SMALL_STATE(1228)] = 35165, - [SMALL_STATE(1229)] = 35225, - [SMALL_STATE(1230)] = 35285, - [SMALL_STATE(1231)] = 35345, - [SMALL_STATE(1232)] = 35405, - [SMALL_STATE(1233)] = 35465, - [SMALL_STATE(1234)] = 35525, - [SMALL_STATE(1235)] = 35585, - [SMALL_STATE(1236)] = 35645, - [SMALL_STATE(1237)] = 35711, - [SMALL_STATE(1238)] = 35771, - [SMALL_STATE(1239)] = 35831, - [SMALL_STATE(1240)] = 35891, - [SMALL_STATE(1241)] = 35951, - [SMALL_STATE(1242)] = 36011, - [SMALL_STATE(1243)] = 36071, - [SMALL_STATE(1244)] = 36131, - [SMALL_STATE(1245)] = 36191, - [SMALL_STATE(1246)] = 36251, - [SMALL_STATE(1247)] = 36311, - [SMALL_STATE(1248)] = 36371, - [SMALL_STATE(1249)] = 36431, - [SMALL_STATE(1250)] = 36491, - [SMALL_STATE(1251)] = 36551, - [SMALL_STATE(1252)] = 36611, - [SMALL_STATE(1253)] = 36671, - [SMALL_STATE(1254)] = 36731, - [SMALL_STATE(1255)] = 36791, - [SMALL_STATE(1256)] = 36851, - [SMALL_STATE(1257)] = 36917, - [SMALL_STATE(1258)] = 36977, - [SMALL_STATE(1259)] = 37037, - [SMALL_STATE(1260)] = 37097, - [SMALL_STATE(1261)] = 37157, - [SMALL_STATE(1262)] = 37217, - [SMALL_STATE(1263)] = 37277, - [SMALL_STATE(1264)] = 37337, - [SMALL_STATE(1265)] = 37397, - [SMALL_STATE(1266)] = 37457, - [SMALL_STATE(1267)] = 37517, - [SMALL_STATE(1268)] = 37577, - [SMALL_STATE(1269)] = 37637, - [SMALL_STATE(1270)] = 37697, - [SMALL_STATE(1271)] = 37757, - [SMALL_STATE(1272)] = 37817, - [SMALL_STATE(1273)] = 37877, - [SMALL_STATE(1274)] = 37937, - [SMALL_STATE(1275)] = 37997, - [SMALL_STATE(1276)] = 38057, - [SMALL_STATE(1277)] = 38117, - [SMALL_STATE(1278)] = 38177, - [SMALL_STATE(1279)] = 38237, - [SMALL_STATE(1280)] = 38297, - [SMALL_STATE(1281)] = 38357, - [SMALL_STATE(1282)] = 38417, - [SMALL_STATE(1283)] = 38477, - [SMALL_STATE(1284)] = 38537, - [SMALL_STATE(1285)] = 38597, - [SMALL_STATE(1286)] = 38657, - [SMALL_STATE(1287)] = 38717, - [SMALL_STATE(1288)] = 38777, - [SMALL_STATE(1289)] = 38837, - [SMALL_STATE(1290)] = 38897, - [SMALL_STATE(1291)] = 38957, - [SMALL_STATE(1292)] = 39017, - [SMALL_STATE(1293)] = 39077, - [SMALL_STATE(1294)] = 39137, - [SMALL_STATE(1295)] = 39197, - [SMALL_STATE(1296)] = 39257, - [SMALL_STATE(1297)] = 39317, - [SMALL_STATE(1298)] = 39377, - [SMALL_STATE(1299)] = 39437, - [SMALL_STATE(1300)] = 39497, - [SMALL_STATE(1301)] = 39557, - [SMALL_STATE(1302)] = 39617, - [SMALL_STATE(1303)] = 39677, - [SMALL_STATE(1304)] = 39737, - [SMALL_STATE(1305)] = 39797, - [SMALL_STATE(1306)] = 39857, - [SMALL_STATE(1307)] = 39917, - [SMALL_STATE(1308)] = 39977, - [SMALL_STATE(1309)] = 40037, - [SMALL_STATE(1310)] = 40097, - [SMALL_STATE(1311)] = 40157, - [SMALL_STATE(1312)] = 40217, - [SMALL_STATE(1313)] = 40277, - [SMALL_STATE(1314)] = 40337, - [SMALL_STATE(1315)] = 40397, - [SMALL_STATE(1316)] = 40457, - [SMALL_STATE(1317)] = 40517, - [SMALL_STATE(1318)] = 40577, - [SMALL_STATE(1319)] = 40637, - [SMALL_STATE(1320)] = 40697, - [SMALL_STATE(1321)] = 40757, - [SMALL_STATE(1322)] = 40817, - [SMALL_STATE(1323)] = 40877, - [SMALL_STATE(1324)] = 40937, - [SMALL_STATE(1325)] = 40997, - [SMALL_STATE(1326)] = 41057, - [SMALL_STATE(1327)] = 41117, - [SMALL_STATE(1328)] = 41177, - [SMALL_STATE(1329)] = 41237, - [SMALL_STATE(1330)] = 41297, - [SMALL_STATE(1331)] = 41357, - [SMALL_STATE(1332)] = 41417, - [SMALL_STATE(1333)] = 41477, - [SMALL_STATE(1334)] = 41537, - [SMALL_STATE(1335)] = 41597, - [SMALL_STATE(1336)] = 41657, - [SMALL_STATE(1337)] = 41717, - [SMALL_STATE(1338)] = 41777, - [SMALL_STATE(1339)] = 41837, - [SMALL_STATE(1340)] = 41897, - [SMALL_STATE(1341)] = 41957, - [SMALL_STATE(1342)] = 42017, - [SMALL_STATE(1343)] = 42077, - [SMALL_STATE(1344)] = 42137, - [SMALL_STATE(1345)] = 42197, - [SMALL_STATE(1346)] = 42257, - [SMALL_STATE(1347)] = 42317, - [SMALL_STATE(1348)] = 42377, - [SMALL_STATE(1349)] = 42437, - [SMALL_STATE(1350)] = 42497, - [SMALL_STATE(1351)] = 42557, - [SMALL_STATE(1352)] = 42617, - [SMALL_STATE(1353)] = 42677, - [SMALL_STATE(1354)] = 42737, - [SMALL_STATE(1355)] = 42797, - [SMALL_STATE(1356)] = 42857, - [SMALL_STATE(1357)] = 42917, - [SMALL_STATE(1358)] = 42977, - [SMALL_STATE(1359)] = 43037, - [SMALL_STATE(1360)] = 43097, - [SMALL_STATE(1361)] = 43157, - [SMALL_STATE(1362)] = 43217, - [SMALL_STATE(1363)] = 43277, - [SMALL_STATE(1364)] = 43337, - [SMALL_STATE(1365)] = 43397, - [SMALL_STATE(1366)] = 43457, - [SMALL_STATE(1367)] = 43517, - [SMALL_STATE(1368)] = 43577, - [SMALL_STATE(1369)] = 43637, - [SMALL_STATE(1370)] = 43697, - [SMALL_STATE(1371)] = 43757, - [SMALL_STATE(1372)] = 43817, - [SMALL_STATE(1373)] = 43877, - [SMALL_STATE(1374)] = 43937, - [SMALL_STATE(1375)] = 43997, - [SMALL_STATE(1376)] = 44057, - [SMALL_STATE(1377)] = 44117, - [SMALL_STATE(1378)] = 44177, - [SMALL_STATE(1379)] = 44237, - [SMALL_STATE(1380)] = 44297, - [SMALL_STATE(1381)] = 44357, - [SMALL_STATE(1382)] = 44417, - [SMALL_STATE(1383)] = 44477, - [SMALL_STATE(1384)] = 44537, - [SMALL_STATE(1385)] = 44597, - [SMALL_STATE(1386)] = 44657, - [SMALL_STATE(1387)] = 44717, - [SMALL_STATE(1388)] = 44777, - [SMALL_STATE(1389)] = 44837, - [SMALL_STATE(1390)] = 44897, - [SMALL_STATE(1391)] = 44957, - [SMALL_STATE(1392)] = 45017, - [SMALL_STATE(1393)] = 45077, - [SMALL_STATE(1394)] = 45137, - [SMALL_STATE(1395)] = 45197, - [SMALL_STATE(1396)] = 45257, - [SMALL_STATE(1397)] = 45317, - [SMALL_STATE(1398)] = 45377, - [SMALL_STATE(1399)] = 45437, - [SMALL_STATE(1400)] = 45497, - [SMALL_STATE(1401)] = 45557, - [SMALL_STATE(1402)] = 45617, - [SMALL_STATE(1403)] = 45677, - [SMALL_STATE(1404)] = 45737, - [SMALL_STATE(1405)] = 45797, - [SMALL_STATE(1406)] = 45857, - [SMALL_STATE(1407)] = 45917, - [SMALL_STATE(1408)] = 45977, - [SMALL_STATE(1409)] = 46037, - [SMALL_STATE(1410)] = 46097, - [SMALL_STATE(1411)] = 46157, - [SMALL_STATE(1412)] = 46217, - [SMALL_STATE(1413)] = 46277, - [SMALL_STATE(1414)] = 46337, - [SMALL_STATE(1415)] = 46397, - [SMALL_STATE(1416)] = 46457, - [SMALL_STATE(1417)] = 46517, - [SMALL_STATE(1418)] = 46577, - [SMALL_STATE(1419)] = 46637, - [SMALL_STATE(1420)] = 46697, - [SMALL_STATE(1421)] = 46757, - [SMALL_STATE(1422)] = 46817, - [SMALL_STATE(1423)] = 46877, - [SMALL_STATE(1424)] = 46937, - [SMALL_STATE(1425)] = 46997, - [SMALL_STATE(1426)] = 47057, - [SMALL_STATE(1427)] = 47117, - [SMALL_STATE(1428)] = 47177, - [SMALL_STATE(1429)] = 47237, - [SMALL_STATE(1430)] = 47297, - [SMALL_STATE(1431)] = 47357, - [SMALL_STATE(1432)] = 47417, - [SMALL_STATE(1433)] = 47477, - [SMALL_STATE(1434)] = 47537, - [SMALL_STATE(1435)] = 47597, - [SMALL_STATE(1436)] = 47657, - [SMALL_STATE(1437)] = 47717, - [SMALL_STATE(1438)] = 47777, - [SMALL_STATE(1439)] = 47837, - [SMALL_STATE(1440)] = 47897, - [SMALL_STATE(1441)] = 47957, - [SMALL_STATE(1442)] = 48017, - [SMALL_STATE(1443)] = 48077, - [SMALL_STATE(1444)] = 48137, - [SMALL_STATE(1445)] = 48197, - [SMALL_STATE(1446)] = 48257, - [SMALL_STATE(1447)] = 48317, - [SMALL_STATE(1448)] = 48377, - [SMALL_STATE(1449)] = 48437, - [SMALL_STATE(1450)] = 48497, - [SMALL_STATE(1451)] = 48557, - [SMALL_STATE(1452)] = 48617, - [SMALL_STATE(1453)] = 48677, - [SMALL_STATE(1454)] = 48737, - [SMALL_STATE(1455)] = 48797, - [SMALL_STATE(1456)] = 48857, - [SMALL_STATE(1457)] = 48917, - [SMALL_STATE(1458)] = 48977, - [SMALL_STATE(1459)] = 49037, - [SMALL_STATE(1460)] = 49097, - [SMALL_STATE(1461)] = 49157, - [SMALL_STATE(1462)] = 49217, - [SMALL_STATE(1463)] = 49277, - [SMALL_STATE(1464)] = 49337, - [SMALL_STATE(1465)] = 49397, - [SMALL_STATE(1466)] = 49457, - [SMALL_STATE(1467)] = 49517, - [SMALL_STATE(1468)] = 49577, - [SMALL_STATE(1469)] = 49637, - [SMALL_STATE(1470)] = 49697, - [SMALL_STATE(1471)] = 49757, - [SMALL_STATE(1472)] = 49817, - [SMALL_STATE(1473)] = 49877, - [SMALL_STATE(1474)] = 49937, - [SMALL_STATE(1475)] = 49997, - [SMALL_STATE(1476)] = 50057, - [SMALL_STATE(1477)] = 50117, - [SMALL_STATE(1478)] = 50177, - [SMALL_STATE(1479)] = 50237, - [SMALL_STATE(1480)] = 50297, - [SMALL_STATE(1481)] = 50357, - [SMALL_STATE(1482)] = 50417, - [SMALL_STATE(1483)] = 50477, - [SMALL_STATE(1484)] = 50537, - [SMALL_STATE(1485)] = 50597, - [SMALL_STATE(1486)] = 50657, - [SMALL_STATE(1487)] = 50717, - [SMALL_STATE(1488)] = 50777, - [SMALL_STATE(1489)] = 50837, - [SMALL_STATE(1490)] = 50897, - [SMALL_STATE(1491)] = 50957, - [SMALL_STATE(1492)] = 51017, - [SMALL_STATE(1493)] = 51077, - [SMALL_STATE(1494)] = 51137, - [SMALL_STATE(1495)] = 51197, - [SMALL_STATE(1496)] = 51257, - [SMALL_STATE(1497)] = 51317, - [SMALL_STATE(1498)] = 51377, - [SMALL_STATE(1499)] = 51437, - [SMALL_STATE(1500)] = 51497, - [SMALL_STATE(1501)] = 51557, - [SMALL_STATE(1502)] = 51617, - [SMALL_STATE(1503)] = 51677, - [SMALL_STATE(1504)] = 51737, - [SMALL_STATE(1505)] = 51797, - [SMALL_STATE(1506)] = 51857, - [SMALL_STATE(1507)] = 51917, - [SMALL_STATE(1508)] = 51977, - [SMALL_STATE(1509)] = 52037, - [SMALL_STATE(1510)] = 52097, - [SMALL_STATE(1511)] = 52157, - [SMALL_STATE(1512)] = 52217, - [SMALL_STATE(1513)] = 52277, - [SMALL_STATE(1514)] = 52337, - [SMALL_STATE(1515)] = 52397, - [SMALL_STATE(1516)] = 52457, - [SMALL_STATE(1517)] = 52517, - [SMALL_STATE(1518)] = 52577, - [SMALL_STATE(1519)] = 52637, - [SMALL_STATE(1520)] = 52697, - [SMALL_STATE(1521)] = 52757, - [SMALL_STATE(1522)] = 52817, - [SMALL_STATE(1523)] = 52877, - [SMALL_STATE(1524)] = 52937, - [SMALL_STATE(1525)] = 52997, - [SMALL_STATE(1526)] = 53057, - [SMALL_STATE(1527)] = 53117, - [SMALL_STATE(1528)] = 53177, - [SMALL_STATE(1529)] = 53237, - [SMALL_STATE(1530)] = 53297, - [SMALL_STATE(1531)] = 53357, - [SMALL_STATE(1532)] = 53417, - [SMALL_STATE(1533)] = 53477, - [SMALL_STATE(1534)] = 53537, - [SMALL_STATE(1535)] = 53597, - [SMALL_STATE(1536)] = 53663, - [SMALL_STATE(1537)] = 53723, - [SMALL_STATE(1538)] = 53783, - [SMALL_STATE(1539)] = 53843, - [SMALL_STATE(1540)] = 53903, - [SMALL_STATE(1541)] = 53963, - [SMALL_STATE(1542)] = 54023, - [SMALL_STATE(1543)] = 54083, - [SMALL_STATE(1544)] = 54143, - [SMALL_STATE(1545)] = 54203, - [SMALL_STATE(1546)] = 54263, - [SMALL_STATE(1547)] = 54323, - [SMALL_STATE(1548)] = 54383, - [SMALL_STATE(1549)] = 54443, - [SMALL_STATE(1550)] = 54503, - [SMALL_STATE(1551)] = 54563, - [SMALL_STATE(1552)] = 54623, - [SMALL_STATE(1553)] = 54683, - [SMALL_STATE(1554)] = 54743, - [SMALL_STATE(1555)] = 54803, - [SMALL_STATE(1556)] = 54863, - [SMALL_STATE(1557)] = 54923, - [SMALL_STATE(1558)] = 54983, - [SMALL_STATE(1559)] = 55043, - [SMALL_STATE(1560)] = 55103, - [SMALL_STATE(1561)] = 55163, - [SMALL_STATE(1562)] = 55223, - [SMALL_STATE(1563)] = 55283, - [SMALL_STATE(1564)] = 55343, - [SMALL_STATE(1565)] = 55403, - [SMALL_STATE(1566)] = 55463, - [SMALL_STATE(1567)] = 55523, - [SMALL_STATE(1568)] = 55583, - [SMALL_STATE(1569)] = 55643, - [SMALL_STATE(1570)] = 55703, - [SMALL_STATE(1571)] = 55763, - [SMALL_STATE(1572)] = 55823, - [SMALL_STATE(1573)] = 55883, - [SMALL_STATE(1574)] = 55943, - [SMALL_STATE(1575)] = 56003, - [SMALL_STATE(1576)] = 56063, - [SMALL_STATE(1577)] = 56123, - [SMALL_STATE(1578)] = 56183, - [SMALL_STATE(1579)] = 56243, - [SMALL_STATE(1580)] = 56303, - [SMALL_STATE(1581)] = 56363, - [SMALL_STATE(1582)] = 56423, - [SMALL_STATE(1583)] = 56483, - [SMALL_STATE(1584)] = 56543, - [SMALL_STATE(1585)] = 56603, - [SMALL_STATE(1586)] = 56663, - [SMALL_STATE(1587)] = 56723, - [SMALL_STATE(1588)] = 56783, - [SMALL_STATE(1589)] = 56843, - [SMALL_STATE(1590)] = 56903, - [SMALL_STATE(1591)] = 56963, - [SMALL_STATE(1592)] = 57023, - [SMALL_STATE(1593)] = 57083, - [SMALL_STATE(1594)] = 57143, - [SMALL_STATE(1595)] = 57203, - [SMALL_STATE(1596)] = 57263, - [SMALL_STATE(1597)] = 57323, - [SMALL_STATE(1598)] = 57383, - [SMALL_STATE(1599)] = 57443, - [SMALL_STATE(1600)] = 57503, - [SMALL_STATE(1601)] = 57563, - [SMALL_STATE(1602)] = 57623, - [SMALL_STATE(1603)] = 57683, - [SMALL_STATE(1604)] = 57743, - [SMALL_STATE(1605)] = 57803, - [SMALL_STATE(1606)] = 57863, - [SMALL_STATE(1607)] = 57923, - [SMALL_STATE(1608)] = 57983, - [SMALL_STATE(1609)] = 58043, - [SMALL_STATE(1610)] = 58103, - [SMALL_STATE(1611)] = 58163, - [SMALL_STATE(1612)] = 58223, - [SMALL_STATE(1613)] = 58283, - [SMALL_STATE(1614)] = 58343, - [SMALL_STATE(1615)] = 58403, - [SMALL_STATE(1616)] = 58463, - [SMALL_STATE(1617)] = 58523, - [SMALL_STATE(1618)] = 58583, - [SMALL_STATE(1619)] = 58643, - [SMALL_STATE(1620)] = 58703, - [SMALL_STATE(1621)] = 58763, - [SMALL_STATE(1622)] = 58823, - [SMALL_STATE(1623)] = 58883, - [SMALL_STATE(1624)] = 58943, - [SMALL_STATE(1625)] = 59003, - [SMALL_STATE(1626)] = 59063, - [SMALL_STATE(1627)] = 59123, - [SMALL_STATE(1628)] = 59183, - [SMALL_STATE(1629)] = 59243, - [SMALL_STATE(1630)] = 59303, - [SMALL_STATE(1631)] = 59363, - [SMALL_STATE(1632)] = 59423, - [SMALL_STATE(1633)] = 59483, - [SMALL_STATE(1634)] = 59543, - [SMALL_STATE(1635)] = 59603, - [SMALL_STATE(1636)] = 59663, - [SMALL_STATE(1637)] = 59723, - [SMALL_STATE(1638)] = 59783, - [SMALL_STATE(1639)] = 59843, - [SMALL_STATE(1640)] = 59903, - [SMALL_STATE(1641)] = 59963, - [SMALL_STATE(1642)] = 60023, - [SMALL_STATE(1643)] = 60083, - [SMALL_STATE(1644)] = 60143, - [SMALL_STATE(1645)] = 60203, - [SMALL_STATE(1646)] = 60263, - [SMALL_STATE(1647)] = 60323, - [SMALL_STATE(1648)] = 60383, - [SMALL_STATE(1649)] = 60443, - [SMALL_STATE(1650)] = 60503, - [SMALL_STATE(1651)] = 60563, - [SMALL_STATE(1652)] = 60623, - [SMALL_STATE(1653)] = 60683, - [SMALL_STATE(1654)] = 60743, - [SMALL_STATE(1655)] = 60803, - [SMALL_STATE(1656)] = 60863, - [SMALL_STATE(1657)] = 60923, - [SMALL_STATE(1658)] = 60983, - [SMALL_STATE(1659)] = 61043, - [SMALL_STATE(1660)] = 61103, - [SMALL_STATE(1661)] = 61163, - [SMALL_STATE(1662)] = 61223, - [SMALL_STATE(1663)] = 61283, - [SMALL_STATE(1664)] = 61343, - [SMALL_STATE(1665)] = 61403, - [SMALL_STATE(1666)] = 61463, - [SMALL_STATE(1667)] = 61523, - [SMALL_STATE(1668)] = 61583, - [SMALL_STATE(1669)] = 61643, - [SMALL_STATE(1670)] = 61703, - [SMALL_STATE(1671)] = 61763, - [SMALL_STATE(1672)] = 61823, - [SMALL_STATE(1673)] = 61883, - [SMALL_STATE(1674)] = 61943, - [SMALL_STATE(1675)] = 62003, - [SMALL_STATE(1676)] = 62063, - [SMALL_STATE(1677)] = 62123, - [SMALL_STATE(1678)] = 62183, - [SMALL_STATE(1679)] = 62243, - [SMALL_STATE(1680)] = 62303, - [SMALL_STATE(1681)] = 62363, - [SMALL_STATE(1682)] = 62423, - [SMALL_STATE(1683)] = 62483, - [SMALL_STATE(1684)] = 62543, - [SMALL_STATE(1685)] = 62603, - [SMALL_STATE(1686)] = 62663, - [SMALL_STATE(1687)] = 62723, - [SMALL_STATE(1688)] = 62783, - [SMALL_STATE(1689)] = 62843, - [SMALL_STATE(1690)] = 62903, - [SMALL_STATE(1691)] = 62963, - [SMALL_STATE(1692)] = 63023, - [SMALL_STATE(1693)] = 63083, - [SMALL_STATE(1694)] = 63143, - [SMALL_STATE(1695)] = 63203, - [SMALL_STATE(1696)] = 63263, - [SMALL_STATE(1697)] = 63323, - [SMALL_STATE(1698)] = 63383, - [SMALL_STATE(1699)] = 63443, - [SMALL_STATE(1700)] = 63503, - [SMALL_STATE(1701)] = 63563, - [SMALL_STATE(1702)] = 63623, - [SMALL_STATE(1703)] = 63689, - [SMALL_STATE(1704)] = 63749, - [SMALL_STATE(1705)] = 63809, - [SMALL_STATE(1706)] = 63869, - [SMALL_STATE(1707)] = 63929, - [SMALL_STATE(1708)] = 63989, - [SMALL_STATE(1709)] = 64049, - [SMALL_STATE(1710)] = 64109, - [SMALL_STATE(1711)] = 64169, - [SMALL_STATE(1712)] = 64229, - [SMALL_STATE(1713)] = 64289, - [SMALL_STATE(1714)] = 64349, - [SMALL_STATE(1715)] = 64409, - [SMALL_STATE(1716)] = 64469, - [SMALL_STATE(1717)] = 64529, - [SMALL_STATE(1718)] = 64589, - [SMALL_STATE(1719)] = 64649, - [SMALL_STATE(1720)] = 64709, - [SMALL_STATE(1721)] = 64769, - [SMALL_STATE(1722)] = 64829, - [SMALL_STATE(1723)] = 64889, - [SMALL_STATE(1724)] = 64949, - [SMALL_STATE(1725)] = 65009, - [SMALL_STATE(1726)] = 65069, - [SMALL_STATE(1727)] = 65129, - [SMALL_STATE(1728)] = 65189, - [SMALL_STATE(1729)] = 65249, - [SMALL_STATE(1730)] = 65309, - [SMALL_STATE(1731)] = 65369, - [SMALL_STATE(1732)] = 65429, - [SMALL_STATE(1733)] = 65489, - [SMALL_STATE(1734)] = 65549, - [SMALL_STATE(1735)] = 65609, - [SMALL_STATE(1736)] = 65669, - [SMALL_STATE(1737)] = 65729, - [SMALL_STATE(1738)] = 65789, - [SMALL_STATE(1739)] = 65849, - [SMALL_STATE(1740)] = 65909, - [SMALL_STATE(1741)] = 65969, - [SMALL_STATE(1742)] = 66029, - [SMALL_STATE(1743)] = 66089, - [SMALL_STATE(1744)] = 66149, - [SMALL_STATE(1745)] = 66209, - [SMALL_STATE(1746)] = 66269, - [SMALL_STATE(1747)] = 66329, - [SMALL_STATE(1748)] = 66389, - [SMALL_STATE(1749)] = 66449, - [SMALL_STATE(1750)] = 66509, - [SMALL_STATE(1751)] = 66569, - [SMALL_STATE(1752)] = 66629, - [SMALL_STATE(1753)] = 66689, - [SMALL_STATE(1754)] = 66749, - [SMALL_STATE(1755)] = 66809, - [SMALL_STATE(1756)] = 66869, - [SMALL_STATE(1757)] = 66929, - [SMALL_STATE(1758)] = 66989, - [SMALL_STATE(1759)] = 67049, - [SMALL_STATE(1760)] = 67109, - [SMALL_STATE(1761)] = 67169, - [SMALL_STATE(1762)] = 67229, - [SMALL_STATE(1763)] = 67289, - [SMALL_STATE(1764)] = 67349, - [SMALL_STATE(1765)] = 67409, - [SMALL_STATE(1766)] = 67469, - [SMALL_STATE(1767)] = 67529, - [SMALL_STATE(1768)] = 67589, - [SMALL_STATE(1769)] = 67649, - [SMALL_STATE(1770)] = 67709, - [SMALL_STATE(1771)] = 67769, - [SMALL_STATE(1772)] = 67829, - [SMALL_STATE(1773)] = 67889, - [SMALL_STATE(1774)] = 67949, - [SMALL_STATE(1775)] = 68009, - [SMALL_STATE(1776)] = 68069, - [SMALL_STATE(1777)] = 68129, - [SMALL_STATE(1778)] = 68189, - [SMALL_STATE(1779)] = 68249, - [SMALL_STATE(1780)] = 68309, - [SMALL_STATE(1781)] = 68369, - [SMALL_STATE(1782)] = 68429, - [SMALL_STATE(1783)] = 68489, - [SMALL_STATE(1784)] = 68549, - [SMALL_STATE(1785)] = 68609, - [SMALL_STATE(1786)] = 68675, - [SMALL_STATE(1787)] = 68735, - [SMALL_STATE(1788)] = 68795, - [SMALL_STATE(1789)] = 68855, - [SMALL_STATE(1790)] = 68915, - [SMALL_STATE(1791)] = 68975, - [SMALL_STATE(1792)] = 69035, - [SMALL_STATE(1793)] = 69095, - [SMALL_STATE(1794)] = 69155, - [SMALL_STATE(1795)] = 69215, - [SMALL_STATE(1796)] = 69275, - [SMALL_STATE(1797)] = 69335, - [SMALL_STATE(1798)] = 69395, - [SMALL_STATE(1799)] = 69455, - [SMALL_STATE(1800)] = 69515, - [SMALL_STATE(1801)] = 69575, - [SMALL_STATE(1802)] = 69635, - [SMALL_STATE(1803)] = 69695, - [SMALL_STATE(1804)] = 69755, - [SMALL_STATE(1805)] = 69815, - [SMALL_STATE(1806)] = 69875, - [SMALL_STATE(1807)] = 69935, - [SMALL_STATE(1808)] = 69995, - [SMALL_STATE(1809)] = 70055, - [SMALL_STATE(1810)] = 70115, - [SMALL_STATE(1811)] = 70175, - [SMALL_STATE(1812)] = 70235, - [SMALL_STATE(1813)] = 70295, - [SMALL_STATE(1814)] = 70355, - [SMALL_STATE(1815)] = 70415, - [SMALL_STATE(1816)] = 70475, - [SMALL_STATE(1817)] = 70535, - [SMALL_STATE(1818)] = 70595, - [SMALL_STATE(1819)] = 70655, - [SMALL_STATE(1820)] = 70715, - [SMALL_STATE(1821)] = 70775, - [SMALL_STATE(1822)] = 70835, - [SMALL_STATE(1823)] = 70895, - [SMALL_STATE(1824)] = 70955, - [SMALL_STATE(1825)] = 71015, - [SMALL_STATE(1826)] = 71075, - [SMALL_STATE(1827)] = 71135, - [SMALL_STATE(1828)] = 71195, - [SMALL_STATE(1829)] = 71255, - [SMALL_STATE(1830)] = 71315, - [SMALL_STATE(1831)] = 71375, - [SMALL_STATE(1832)] = 71435, - [SMALL_STATE(1833)] = 71495, - [SMALL_STATE(1834)] = 71555, - [SMALL_STATE(1835)] = 71615, - [SMALL_STATE(1836)] = 71675, - [SMALL_STATE(1837)] = 71735, - [SMALL_STATE(1838)] = 71795, - [SMALL_STATE(1839)] = 71855, - [SMALL_STATE(1840)] = 71915, - [SMALL_STATE(1841)] = 71975, - [SMALL_STATE(1842)] = 72035, - [SMALL_STATE(1843)] = 72095, - [SMALL_STATE(1844)] = 72155, - [SMALL_STATE(1845)] = 72215, - [SMALL_STATE(1846)] = 72275, - [SMALL_STATE(1847)] = 72335, - [SMALL_STATE(1848)] = 72395, - [SMALL_STATE(1849)] = 72455, - [SMALL_STATE(1850)] = 72515, - [SMALL_STATE(1851)] = 72575, - [SMALL_STATE(1852)] = 72635, - [SMALL_STATE(1853)] = 72695, - [SMALL_STATE(1854)] = 72755, - [SMALL_STATE(1855)] = 72815, - [SMALL_STATE(1856)] = 72875, - [SMALL_STATE(1857)] = 72935, - [SMALL_STATE(1858)] = 72995, - [SMALL_STATE(1859)] = 73055, - [SMALL_STATE(1860)] = 73115, - [SMALL_STATE(1861)] = 73175, - [SMALL_STATE(1862)] = 73235, - [SMALL_STATE(1863)] = 73295, - [SMALL_STATE(1864)] = 73355, - [SMALL_STATE(1865)] = 73415, - [SMALL_STATE(1866)] = 73475, - [SMALL_STATE(1867)] = 73535, - [SMALL_STATE(1868)] = 73595, - [SMALL_STATE(1869)] = 73661, - [SMALL_STATE(1870)] = 73721, - [SMALL_STATE(1871)] = 73781, - [SMALL_STATE(1872)] = 73841, - [SMALL_STATE(1873)] = 73901, - [SMALL_STATE(1874)] = 73961, - [SMALL_STATE(1875)] = 74021, - [SMALL_STATE(1876)] = 74081, - [SMALL_STATE(1877)] = 74141, - [SMALL_STATE(1878)] = 74201, - [SMALL_STATE(1879)] = 74261, - [SMALL_STATE(1880)] = 74321, - [SMALL_STATE(1881)] = 74381, - [SMALL_STATE(1882)] = 74441, - [SMALL_STATE(1883)] = 74501, - [SMALL_STATE(1884)] = 74561, - [SMALL_STATE(1885)] = 74621, - [SMALL_STATE(1886)] = 74681, - [SMALL_STATE(1887)] = 74741, - [SMALL_STATE(1888)] = 74801, - [SMALL_STATE(1889)] = 74861, - [SMALL_STATE(1890)] = 74921, - [SMALL_STATE(1891)] = 74981, - [SMALL_STATE(1892)] = 75041, - [SMALL_STATE(1893)] = 75101, - [SMALL_STATE(1894)] = 75161, - [SMALL_STATE(1895)] = 75221, - [SMALL_STATE(1896)] = 75281, - [SMALL_STATE(1897)] = 75341, - [SMALL_STATE(1898)] = 75401, - [SMALL_STATE(1899)] = 75461, - [SMALL_STATE(1900)] = 75521, - [SMALL_STATE(1901)] = 75581, - [SMALL_STATE(1902)] = 75641, - [SMALL_STATE(1903)] = 75701, - [SMALL_STATE(1904)] = 75761, - [SMALL_STATE(1905)] = 75821, - [SMALL_STATE(1906)] = 75881, - [SMALL_STATE(1907)] = 75941, - [SMALL_STATE(1908)] = 76001, - [SMALL_STATE(1909)] = 76061, - [SMALL_STATE(1910)] = 76121, - [SMALL_STATE(1911)] = 76181, - [SMALL_STATE(1912)] = 76241, - [SMALL_STATE(1913)] = 76301, - [SMALL_STATE(1914)] = 76361, - [SMALL_STATE(1915)] = 76421, - [SMALL_STATE(1916)] = 76481, - [SMALL_STATE(1917)] = 76541, - [SMALL_STATE(1918)] = 76601, - [SMALL_STATE(1919)] = 76661, - [SMALL_STATE(1920)] = 76721, - [SMALL_STATE(1921)] = 76781, - [SMALL_STATE(1922)] = 76841, - [SMALL_STATE(1923)] = 76901, - [SMALL_STATE(1924)] = 76961, - [SMALL_STATE(1925)] = 77021, - [SMALL_STATE(1926)] = 77081, - [SMALL_STATE(1927)] = 77141, - [SMALL_STATE(1928)] = 77201, - [SMALL_STATE(1929)] = 77261, - [SMALL_STATE(1930)] = 77321, - [SMALL_STATE(1931)] = 77381, - [SMALL_STATE(1932)] = 77441, - [SMALL_STATE(1933)] = 77500, - [SMALL_STATE(1934)] = 77559, - [SMALL_STATE(1935)] = 77617, - [SMALL_STATE(1936)] = 77675, - [SMALL_STATE(1937)] = 77733, - [SMALL_STATE(1938)] = 77791, - [SMALL_STATE(1939)] = 77849, - [SMALL_STATE(1940)] = 77907, - [SMALL_STATE(1941)] = 77965, - [SMALL_STATE(1942)] = 78023, - [SMALL_STATE(1943)] = 78081, - [SMALL_STATE(1944)] = 78139, - [SMALL_STATE(1945)] = 78197, - [SMALL_STATE(1946)] = 78255, - [SMALL_STATE(1947)] = 78313, - [SMALL_STATE(1948)] = 78371, - [SMALL_STATE(1949)] = 78429, - [SMALL_STATE(1950)] = 78487, - [SMALL_STATE(1951)] = 78545, - [SMALL_STATE(1952)] = 78603, - [SMALL_STATE(1953)] = 78661, - [SMALL_STATE(1954)] = 78719, - [SMALL_STATE(1955)] = 78777, - [SMALL_STATE(1956)] = 78835, - [SMALL_STATE(1957)] = 78893, - [SMALL_STATE(1958)] = 78951, - [SMALL_STATE(1959)] = 79009, - [SMALL_STATE(1960)] = 79067, - [SMALL_STATE(1961)] = 79125, - [SMALL_STATE(1962)] = 79183, - [SMALL_STATE(1963)] = 79241, - [SMALL_STATE(1964)] = 79299, - [SMALL_STATE(1965)] = 79357, - [SMALL_STATE(1966)] = 79415, - [SMALL_STATE(1967)] = 79473, - [SMALL_STATE(1968)] = 79531, - [SMALL_STATE(1969)] = 79589, - [SMALL_STATE(1970)] = 79647, - [SMALL_STATE(1971)] = 79705, - [SMALL_STATE(1972)] = 79763, - [SMALL_STATE(1973)] = 79821, - [SMALL_STATE(1974)] = 79879, - [SMALL_STATE(1975)] = 79937, - [SMALL_STATE(1976)] = 79995, - [SMALL_STATE(1977)] = 80053, - [SMALL_STATE(1978)] = 80111, - [SMALL_STATE(1979)] = 80169, - [SMALL_STATE(1980)] = 80227, - [SMALL_STATE(1981)] = 80285, - [SMALL_STATE(1982)] = 80343, - [SMALL_STATE(1983)] = 80401, - [SMALL_STATE(1984)] = 80459, - [SMALL_STATE(1985)] = 80517, - [SMALL_STATE(1986)] = 80575, - [SMALL_STATE(1987)] = 80633, - [SMALL_STATE(1988)] = 80691, - [SMALL_STATE(1989)] = 80749, - [SMALL_STATE(1990)] = 80807, - [SMALL_STATE(1991)] = 80865, - [SMALL_STATE(1992)] = 80923, - [SMALL_STATE(1993)] = 80981, - [SMALL_STATE(1994)] = 81039, - [SMALL_STATE(1995)] = 81097, - [SMALL_STATE(1996)] = 81155, - [SMALL_STATE(1997)] = 81213, - [SMALL_STATE(1998)] = 81271, - [SMALL_STATE(1999)] = 81329, - [SMALL_STATE(2000)] = 81387, - [SMALL_STATE(2001)] = 81445, - [SMALL_STATE(2002)] = 81503, - [SMALL_STATE(2003)] = 81561, - [SMALL_STATE(2004)] = 81619, - [SMALL_STATE(2005)] = 81677, - [SMALL_STATE(2006)] = 81735, - [SMALL_STATE(2007)] = 81793, - [SMALL_STATE(2008)] = 81851, - [SMALL_STATE(2009)] = 81909, - [SMALL_STATE(2010)] = 81967, - [SMALL_STATE(2011)] = 82025, - [SMALL_STATE(2012)] = 82083, - [SMALL_STATE(2013)] = 82141, - [SMALL_STATE(2014)] = 82199, - [SMALL_STATE(2015)] = 82257, - [SMALL_STATE(2016)] = 82315, - [SMALL_STATE(2017)] = 82373, - [SMALL_STATE(2018)] = 82431, - [SMALL_STATE(2019)] = 82489, - [SMALL_STATE(2020)] = 82547, - [SMALL_STATE(2021)] = 82605, - [SMALL_STATE(2022)] = 82663, - [SMALL_STATE(2023)] = 82721, - [SMALL_STATE(2024)] = 82779, - [SMALL_STATE(2025)] = 82837, - [SMALL_STATE(2026)] = 82895, - [SMALL_STATE(2027)] = 82953, - [SMALL_STATE(2028)] = 83011, - [SMALL_STATE(2029)] = 83069, - [SMALL_STATE(2030)] = 83127, - [SMALL_STATE(2031)] = 83185, - [SMALL_STATE(2032)] = 83243, - [SMALL_STATE(2033)] = 83301, - [SMALL_STATE(2034)] = 83359, - [SMALL_STATE(2035)] = 83417, - [SMALL_STATE(2036)] = 83475, - [SMALL_STATE(2037)] = 83533, - [SMALL_STATE(2038)] = 83591, - [SMALL_STATE(2039)] = 83649, - [SMALL_STATE(2040)] = 83707, - [SMALL_STATE(2041)] = 83765, - [SMALL_STATE(2042)] = 83823, - [SMALL_STATE(2043)] = 83881, - [SMALL_STATE(2044)] = 83939, - [SMALL_STATE(2045)] = 83997, - [SMALL_STATE(2046)] = 84055, - [SMALL_STATE(2047)] = 84113, - [SMALL_STATE(2048)] = 84171, - [SMALL_STATE(2049)] = 84229, - [SMALL_STATE(2050)] = 84287, - [SMALL_STATE(2051)] = 84345, - [SMALL_STATE(2052)] = 84403, - [SMALL_STATE(2053)] = 84461, - [SMALL_STATE(2054)] = 84519, - [SMALL_STATE(2055)] = 84577, - [SMALL_STATE(2056)] = 84635, - [SMALL_STATE(2057)] = 84693, - [SMALL_STATE(2058)] = 84751, - [SMALL_STATE(2059)] = 84809, - [SMALL_STATE(2060)] = 84867, - [SMALL_STATE(2061)] = 84925, - [SMALL_STATE(2062)] = 84983, - [SMALL_STATE(2063)] = 85041, - [SMALL_STATE(2064)] = 85099, - [SMALL_STATE(2065)] = 85157, - [SMALL_STATE(2066)] = 85215, - [SMALL_STATE(2067)] = 85273, - [SMALL_STATE(2068)] = 85331, - [SMALL_STATE(2069)] = 85389, - [SMALL_STATE(2070)] = 85447, - [SMALL_STATE(2071)] = 85505, - [SMALL_STATE(2072)] = 85563, - [SMALL_STATE(2073)] = 85621, - [SMALL_STATE(2074)] = 85679, - [SMALL_STATE(2075)] = 85737, - [SMALL_STATE(2076)] = 85795, - [SMALL_STATE(2077)] = 85853, - [SMALL_STATE(2078)] = 85911, - [SMALL_STATE(2079)] = 85969, - [SMALL_STATE(2080)] = 86027, - [SMALL_STATE(2081)] = 86085, - [SMALL_STATE(2082)] = 86143, - [SMALL_STATE(2083)] = 86201, - [SMALL_STATE(2084)] = 86259, - [SMALL_STATE(2085)] = 86317, - [SMALL_STATE(2086)] = 86375, - [SMALL_STATE(2087)] = 86433, - [SMALL_STATE(2088)] = 86491, - [SMALL_STATE(2089)] = 86549, - [SMALL_STATE(2090)] = 86607, - [SMALL_STATE(2091)] = 86665, - [SMALL_STATE(2092)] = 86723, - [SMALL_STATE(2093)] = 86781, - [SMALL_STATE(2094)] = 86839, - [SMALL_STATE(2095)] = 86897, - [SMALL_STATE(2096)] = 86955, - [SMALL_STATE(2097)] = 87013, - [SMALL_STATE(2098)] = 87071, - [SMALL_STATE(2099)] = 87129, - [SMALL_STATE(2100)] = 87187, - [SMALL_STATE(2101)] = 87245, - [SMALL_STATE(2102)] = 87303, - [SMALL_STATE(2103)] = 87361, - [SMALL_STATE(2104)] = 87419, - [SMALL_STATE(2105)] = 87477, - [SMALL_STATE(2106)] = 87535, - [SMALL_STATE(2107)] = 87593, - [SMALL_STATE(2108)] = 87651, - [SMALL_STATE(2109)] = 87709, - [SMALL_STATE(2110)] = 87767, - [SMALL_STATE(2111)] = 87825, - [SMALL_STATE(2112)] = 87883, - [SMALL_STATE(2113)] = 87941, - [SMALL_STATE(2114)] = 87999, - [SMALL_STATE(2115)] = 88057, - [SMALL_STATE(2116)] = 88115, - [SMALL_STATE(2117)] = 88173, - [SMALL_STATE(2118)] = 88231, - [SMALL_STATE(2119)] = 88289, - [SMALL_STATE(2120)] = 88347, - [SMALL_STATE(2121)] = 88405, - [SMALL_STATE(2122)] = 88463, - [SMALL_STATE(2123)] = 88521, - [SMALL_STATE(2124)] = 88579, - [SMALL_STATE(2125)] = 88637, - [SMALL_STATE(2126)] = 88695, - [SMALL_STATE(2127)] = 88753, - [SMALL_STATE(2128)] = 88811, - [SMALL_STATE(2129)] = 88869, - [SMALL_STATE(2130)] = 88927, - [SMALL_STATE(2131)] = 88985, - [SMALL_STATE(2132)] = 89043, - [SMALL_STATE(2133)] = 89101, - [SMALL_STATE(2134)] = 89159, - [SMALL_STATE(2135)] = 89217, - [SMALL_STATE(2136)] = 89275, - [SMALL_STATE(2137)] = 89333, - [SMALL_STATE(2138)] = 89391, - [SMALL_STATE(2139)] = 89449, - [SMALL_STATE(2140)] = 89507, - [SMALL_STATE(2141)] = 89565, - [SMALL_STATE(2142)] = 89623, - [SMALL_STATE(2143)] = 89681, - [SMALL_STATE(2144)] = 89739, - [SMALL_STATE(2145)] = 89797, - [SMALL_STATE(2146)] = 89855, - [SMALL_STATE(2147)] = 89913, - [SMALL_STATE(2148)] = 89971, - [SMALL_STATE(2149)] = 90029, - [SMALL_STATE(2150)] = 90087, - [SMALL_STATE(2151)] = 90145, - [SMALL_STATE(2152)] = 90203, - [SMALL_STATE(2153)] = 90261, - [SMALL_STATE(2154)] = 90319, - [SMALL_STATE(2155)] = 90377, - [SMALL_STATE(2156)] = 90435, - [SMALL_STATE(2157)] = 90493, - [SMALL_STATE(2158)] = 90551, - [SMALL_STATE(2159)] = 90609, - [SMALL_STATE(2160)] = 90667, - [SMALL_STATE(2161)] = 90725, - [SMALL_STATE(2162)] = 90783, - [SMALL_STATE(2163)] = 90841, - [SMALL_STATE(2164)] = 90899, - [SMALL_STATE(2165)] = 90957, - [SMALL_STATE(2166)] = 91015, - [SMALL_STATE(2167)] = 91073, - [SMALL_STATE(2168)] = 91131, - [SMALL_STATE(2169)] = 91189, - [SMALL_STATE(2170)] = 91247, - [SMALL_STATE(2171)] = 91305, - [SMALL_STATE(2172)] = 91363, - [SMALL_STATE(2173)] = 91421, - [SMALL_STATE(2174)] = 91479, - [SMALL_STATE(2175)] = 91537, - [SMALL_STATE(2176)] = 91595, - [SMALL_STATE(2177)] = 91653, - [SMALL_STATE(2178)] = 91711, - [SMALL_STATE(2179)] = 91769, - [SMALL_STATE(2180)] = 91827, - [SMALL_STATE(2181)] = 91885, - [SMALL_STATE(2182)] = 91943, - [SMALL_STATE(2183)] = 92001, - [SMALL_STATE(2184)] = 92059, - [SMALL_STATE(2185)] = 92117, - [SMALL_STATE(2186)] = 92175, - [SMALL_STATE(2187)] = 92233, - [SMALL_STATE(2188)] = 92291, - [SMALL_STATE(2189)] = 92349, - [SMALL_STATE(2190)] = 92407, - [SMALL_STATE(2191)] = 92465, - [SMALL_STATE(2192)] = 92523, - [SMALL_STATE(2193)] = 92581, - [SMALL_STATE(2194)] = 92639, - [SMALL_STATE(2195)] = 92697, - [SMALL_STATE(2196)] = 92755, - [SMALL_STATE(2197)] = 92813, - [SMALL_STATE(2198)] = 92871, - [SMALL_STATE(2199)] = 92929, - [SMALL_STATE(2200)] = 92987, - [SMALL_STATE(2201)] = 93045, - [SMALL_STATE(2202)] = 93103, - [SMALL_STATE(2203)] = 93161, - [SMALL_STATE(2204)] = 93219, - [SMALL_STATE(2205)] = 93277, - [SMALL_STATE(2206)] = 93335, - [SMALL_STATE(2207)] = 93393, - [SMALL_STATE(2208)] = 93451, - [SMALL_STATE(2209)] = 93509, - [SMALL_STATE(2210)] = 93567, - [SMALL_STATE(2211)] = 93625, - [SMALL_STATE(2212)] = 93683, - [SMALL_STATE(2213)] = 93741, - [SMALL_STATE(2214)] = 93799, - [SMALL_STATE(2215)] = 93857, - [SMALL_STATE(2216)] = 93915, - [SMALL_STATE(2217)] = 93973, - [SMALL_STATE(2218)] = 94031, - [SMALL_STATE(2219)] = 94089, - [SMALL_STATE(2220)] = 94147, - [SMALL_STATE(2221)] = 94205, - [SMALL_STATE(2222)] = 94263, - [SMALL_STATE(2223)] = 94321, - [SMALL_STATE(2224)] = 94379, - [SMALL_STATE(2225)] = 94437, - [SMALL_STATE(2226)] = 94495, - [SMALL_STATE(2227)] = 94553, - [SMALL_STATE(2228)] = 94611, - [SMALL_STATE(2229)] = 94669, - [SMALL_STATE(2230)] = 94727, - [SMALL_STATE(2231)] = 94785, - [SMALL_STATE(2232)] = 94843, - [SMALL_STATE(2233)] = 94901, - [SMALL_STATE(2234)] = 94959, - [SMALL_STATE(2235)] = 95017, - [SMALL_STATE(2236)] = 95075, - [SMALL_STATE(2237)] = 95133, - [SMALL_STATE(2238)] = 95191, - [SMALL_STATE(2239)] = 95249, - [SMALL_STATE(2240)] = 95307, - [SMALL_STATE(2241)] = 95365, - [SMALL_STATE(2242)] = 95423, - [SMALL_STATE(2243)] = 95481, - [SMALL_STATE(2244)] = 95539, - [SMALL_STATE(2245)] = 95597, - [SMALL_STATE(2246)] = 95655, - [SMALL_STATE(2247)] = 95713, - [SMALL_STATE(2248)] = 95771, - [SMALL_STATE(2249)] = 95829, - [SMALL_STATE(2250)] = 95887, - [SMALL_STATE(2251)] = 95945, - [SMALL_STATE(2252)] = 96003, - [SMALL_STATE(2253)] = 96061, - [SMALL_STATE(2254)] = 96119, - [SMALL_STATE(2255)] = 96177, - [SMALL_STATE(2256)] = 96235, - [SMALL_STATE(2257)] = 96293, - [SMALL_STATE(2258)] = 96351, - [SMALL_STATE(2259)] = 96409, - [SMALL_STATE(2260)] = 96467, - [SMALL_STATE(2261)] = 96525, - [SMALL_STATE(2262)] = 96583, - [SMALL_STATE(2263)] = 96641, - [SMALL_STATE(2264)] = 96699, - [SMALL_STATE(2265)] = 96757, - [SMALL_STATE(2266)] = 96815, - [SMALL_STATE(2267)] = 96873, - [SMALL_STATE(2268)] = 96931, - [SMALL_STATE(2269)] = 96989, - [SMALL_STATE(2270)] = 97047, - [SMALL_STATE(2271)] = 97105, - [SMALL_STATE(2272)] = 97163, - [SMALL_STATE(2273)] = 97221, - [SMALL_STATE(2274)] = 97279, - [SMALL_STATE(2275)] = 97337, - [SMALL_STATE(2276)] = 97395, - [SMALL_STATE(2277)] = 97453, - [SMALL_STATE(2278)] = 97511, - [SMALL_STATE(2279)] = 97569, - [SMALL_STATE(2280)] = 97627, - [SMALL_STATE(2281)] = 97685, - [SMALL_STATE(2282)] = 97743, - [SMALL_STATE(2283)] = 97801, - [SMALL_STATE(2284)] = 97859, - [SMALL_STATE(2285)] = 97917, - [SMALL_STATE(2286)] = 97975, - [SMALL_STATE(2287)] = 98033, - [SMALL_STATE(2288)] = 98091, - [SMALL_STATE(2289)] = 98149, - [SMALL_STATE(2290)] = 98207, - [SMALL_STATE(2291)] = 98265, - [SMALL_STATE(2292)] = 98323, - [SMALL_STATE(2293)] = 98381, - [SMALL_STATE(2294)] = 98439, - [SMALL_STATE(2295)] = 98497, - [SMALL_STATE(2296)] = 98555, - [SMALL_STATE(2297)] = 98613, - [SMALL_STATE(2298)] = 98671, - [SMALL_STATE(2299)] = 98729, - [SMALL_STATE(2300)] = 98787, - [SMALL_STATE(2301)] = 98845, - [SMALL_STATE(2302)] = 98903, - [SMALL_STATE(2303)] = 98961, - [SMALL_STATE(2304)] = 99019, - [SMALL_STATE(2305)] = 99077, - [SMALL_STATE(2306)] = 99135, - [SMALL_STATE(2307)] = 99193, - [SMALL_STATE(2308)] = 99251, - [SMALL_STATE(2309)] = 99309, - [SMALL_STATE(2310)] = 99367, - [SMALL_STATE(2311)] = 99425, - [SMALL_STATE(2312)] = 99483, - [SMALL_STATE(2313)] = 99541, - [SMALL_STATE(2314)] = 99599, - [SMALL_STATE(2315)] = 99657, - [SMALL_STATE(2316)] = 99715, - [SMALL_STATE(2317)] = 99773, - [SMALL_STATE(2318)] = 99831, - [SMALL_STATE(2319)] = 99889, - [SMALL_STATE(2320)] = 99947, - [SMALL_STATE(2321)] = 100005, - [SMALL_STATE(2322)] = 100063, - [SMALL_STATE(2323)] = 100121, - [SMALL_STATE(2324)] = 100179, - [SMALL_STATE(2325)] = 100237, - [SMALL_STATE(2326)] = 100295, - [SMALL_STATE(2327)] = 100353, - [SMALL_STATE(2328)] = 100411, - [SMALL_STATE(2329)] = 100469, - [SMALL_STATE(2330)] = 100527, - [SMALL_STATE(2331)] = 100585, - [SMALL_STATE(2332)] = 100643, - [SMALL_STATE(2333)] = 100701, - [SMALL_STATE(2334)] = 100759, - [SMALL_STATE(2335)] = 100817, - [SMALL_STATE(2336)] = 100875, - [SMALL_STATE(2337)] = 100933, - [SMALL_STATE(2338)] = 100991, - [SMALL_STATE(2339)] = 101049, - [SMALL_STATE(2340)] = 101107, - [SMALL_STATE(2341)] = 101165, - [SMALL_STATE(2342)] = 101223, - [SMALL_STATE(2343)] = 101281, - [SMALL_STATE(2344)] = 101339, - [SMALL_STATE(2345)] = 101397, - [SMALL_STATE(2346)] = 101455, - [SMALL_STATE(2347)] = 101513, - [SMALL_STATE(2348)] = 101571, - [SMALL_STATE(2349)] = 101629, - [SMALL_STATE(2350)] = 101687, - [SMALL_STATE(2351)] = 101745, - [SMALL_STATE(2352)] = 101803, - [SMALL_STATE(2353)] = 101861, - [SMALL_STATE(2354)] = 101919, - [SMALL_STATE(2355)] = 101977, - [SMALL_STATE(2356)] = 102035, - [SMALL_STATE(2357)] = 102093, - [SMALL_STATE(2358)] = 102151, - [SMALL_STATE(2359)] = 102209, - [SMALL_STATE(2360)] = 102267, - [SMALL_STATE(2361)] = 102325, - [SMALL_STATE(2362)] = 102383, - [SMALL_STATE(2363)] = 102441, - [SMALL_STATE(2364)] = 102499, - [SMALL_STATE(2365)] = 102557, - [SMALL_STATE(2366)] = 102615, - [SMALL_STATE(2367)] = 102673, - [SMALL_STATE(2368)] = 102731, - [SMALL_STATE(2369)] = 102789, - [SMALL_STATE(2370)] = 102847, - [SMALL_STATE(2371)] = 102905, - [SMALL_STATE(2372)] = 102963, - [SMALL_STATE(2373)] = 103021, - [SMALL_STATE(2374)] = 103079, - [SMALL_STATE(2375)] = 103137, - [SMALL_STATE(2376)] = 103195, - [SMALL_STATE(2377)] = 103253, - [SMALL_STATE(2378)] = 103311, - [SMALL_STATE(2379)] = 103369, - [SMALL_STATE(2380)] = 103427, - [SMALL_STATE(2381)] = 103485, - [SMALL_STATE(2382)] = 103543, - [SMALL_STATE(2383)] = 103601, - [SMALL_STATE(2384)] = 103659, - [SMALL_STATE(2385)] = 103717, - [SMALL_STATE(2386)] = 103775, - [SMALL_STATE(2387)] = 103833, - [SMALL_STATE(2388)] = 103891, - [SMALL_STATE(2389)] = 103949, - [SMALL_STATE(2390)] = 104007, - [SMALL_STATE(2391)] = 104065, - [SMALL_STATE(2392)] = 104123, - [SMALL_STATE(2393)] = 104181, - [SMALL_STATE(2394)] = 104239, - [SMALL_STATE(2395)] = 104297, - [SMALL_STATE(2396)] = 104355, - [SMALL_STATE(2397)] = 104413, - [SMALL_STATE(2398)] = 104471, - [SMALL_STATE(2399)] = 104529, - [SMALL_STATE(2400)] = 104587, - [SMALL_STATE(2401)] = 104645, - [SMALL_STATE(2402)] = 104703, - [SMALL_STATE(2403)] = 104761, - [SMALL_STATE(2404)] = 104819, - [SMALL_STATE(2405)] = 104877, - [SMALL_STATE(2406)] = 104935, - [SMALL_STATE(2407)] = 104993, - [SMALL_STATE(2408)] = 105051, - [SMALL_STATE(2409)] = 105109, - [SMALL_STATE(2410)] = 105167, - [SMALL_STATE(2411)] = 105225, - [SMALL_STATE(2412)] = 105283, - [SMALL_STATE(2413)] = 105341, - [SMALL_STATE(2414)] = 105399, - [SMALL_STATE(2415)] = 105457, - [SMALL_STATE(2416)] = 105515, - [SMALL_STATE(2417)] = 105573, - [SMALL_STATE(2418)] = 105631, - [SMALL_STATE(2419)] = 105689, - [SMALL_STATE(2420)] = 105747, - [SMALL_STATE(2421)] = 105805, - [SMALL_STATE(2422)] = 105863, - [SMALL_STATE(2423)] = 105921, - [SMALL_STATE(2424)] = 105979, - [SMALL_STATE(2425)] = 106037, - [SMALL_STATE(2426)] = 106095, - [SMALL_STATE(2427)] = 106153, - [SMALL_STATE(2428)] = 106211, - [SMALL_STATE(2429)] = 106269, - [SMALL_STATE(2430)] = 106327, - [SMALL_STATE(2431)] = 106385, - [SMALL_STATE(2432)] = 106443, - [SMALL_STATE(2433)] = 106501, - [SMALL_STATE(2434)] = 106559, - [SMALL_STATE(2435)] = 106617, - [SMALL_STATE(2436)] = 106675, - [SMALL_STATE(2437)] = 106733, - [SMALL_STATE(2438)] = 106791, - [SMALL_STATE(2439)] = 106849, - [SMALL_STATE(2440)] = 106907, - [SMALL_STATE(2441)] = 106965, - [SMALL_STATE(2442)] = 107023, - [SMALL_STATE(2443)] = 107081, - [SMALL_STATE(2444)] = 107139, - [SMALL_STATE(2445)] = 107197, - [SMALL_STATE(2446)] = 107255, - [SMALL_STATE(2447)] = 107313, - [SMALL_STATE(2448)] = 107371, - [SMALL_STATE(2449)] = 107429, - [SMALL_STATE(2450)] = 107487, - [SMALL_STATE(2451)] = 107545, - [SMALL_STATE(2452)] = 107603, - [SMALL_STATE(2453)] = 107661, - [SMALL_STATE(2454)] = 107719, - [SMALL_STATE(2455)] = 107777, - [SMALL_STATE(2456)] = 107835, - [SMALL_STATE(2457)] = 107893, - [SMALL_STATE(2458)] = 107951, - [SMALL_STATE(2459)] = 108009, - [SMALL_STATE(2460)] = 108067, - [SMALL_STATE(2461)] = 108125, - [SMALL_STATE(2462)] = 108183, - [SMALL_STATE(2463)] = 108241, - [SMALL_STATE(2464)] = 108299, - [SMALL_STATE(2465)] = 108357, - [SMALL_STATE(2466)] = 108415, - [SMALL_STATE(2467)] = 108473, - [SMALL_STATE(2468)] = 108531, - [SMALL_STATE(2469)] = 108589, - [SMALL_STATE(2470)] = 108647, - [SMALL_STATE(2471)] = 108705, - [SMALL_STATE(2472)] = 108763, - [SMALL_STATE(2473)] = 108821, - [SMALL_STATE(2474)] = 108879, - [SMALL_STATE(2475)] = 108937, - [SMALL_STATE(2476)] = 108995, - [SMALL_STATE(2477)] = 109053, - [SMALL_STATE(2478)] = 109111, - [SMALL_STATE(2479)] = 109169, - [SMALL_STATE(2480)] = 109227, - [SMALL_STATE(2481)] = 109285, - [SMALL_STATE(2482)] = 109343, - [SMALL_STATE(2483)] = 109401, - [SMALL_STATE(2484)] = 109459, - [SMALL_STATE(2485)] = 109517, - [SMALL_STATE(2486)] = 109575, - [SMALL_STATE(2487)] = 109633, - [SMALL_STATE(2488)] = 109691, - [SMALL_STATE(2489)] = 109749, - [SMALL_STATE(2490)] = 109807, - [SMALL_STATE(2491)] = 109865, - [SMALL_STATE(2492)] = 109923, - [SMALL_STATE(2493)] = 109981, - [SMALL_STATE(2494)] = 110039, - [SMALL_STATE(2495)] = 110097, - [SMALL_STATE(2496)] = 110155, - [SMALL_STATE(2497)] = 110213, - [SMALL_STATE(2498)] = 110271, - [SMALL_STATE(2499)] = 110329, - [SMALL_STATE(2500)] = 110387, - [SMALL_STATE(2501)] = 110445, - [SMALL_STATE(2502)] = 110503, - [SMALL_STATE(2503)] = 110561, - [SMALL_STATE(2504)] = 110619, - [SMALL_STATE(2505)] = 110677, - [SMALL_STATE(2506)] = 110735, - [SMALL_STATE(2507)] = 110793, - [SMALL_STATE(2508)] = 110851, - [SMALL_STATE(2509)] = 110909, - [SMALL_STATE(2510)] = 110967, - [SMALL_STATE(2511)] = 111025, - [SMALL_STATE(2512)] = 111083, - [SMALL_STATE(2513)] = 111141, - [SMALL_STATE(2514)] = 111199, - [SMALL_STATE(2515)] = 111257, - [SMALL_STATE(2516)] = 111315, - [SMALL_STATE(2517)] = 111373, - [SMALL_STATE(2518)] = 111431, - [SMALL_STATE(2519)] = 111489, - [SMALL_STATE(2520)] = 111547, - [SMALL_STATE(2521)] = 111605, - [SMALL_STATE(2522)] = 111663, - [SMALL_STATE(2523)] = 111721, - [SMALL_STATE(2524)] = 111779, - [SMALL_STATE(2525)] = 111837, - [SMALL_STATE(2526)] = 111895, - [SMALL_STATE(2527)] = 111953, - [SMALL_STATE(2528)] = 112011, - [SMALL_STATE(2529)] = 112069, - [SMALL_STATE(2530)] = 112127, - [SMALL_STATE(2531)] = 112185, - [SMALL_STATE(2532)] = 112243, - [SMALL_STATE(2533)] = 112301, - [SMALL_STATE(2534)] = 112359, - [SMALL_STATE(2535)] = 112417, - [SMALL_STATE(2536)] = 112475, - [SMALL_STATE(2537)] = 112533, - [SMALL_STATE(2538)] = 112591, - [SMALL_STATE(2539)] = 112649, - [SMALL_STATE(2540)] = 112707, - [SMALL_STATE(2541)] = 112765, - [SMALL_STATE(2542)] = 112823, - [SMALL_STATE(2543)] = 112881, - [SMALL_STATE(2544)] = 112939, - [SMALL_STATE(2545)] = 112997, - [SMALL_STATE(2546)] = 113055, - [SMALL_STATE(2547)] = 113113, - [SMALL_STATE(2548)] = 113171, - [SMALL_STATE(2549)] = 113229, - [SMALL_STATE(2550)] = 113287, - [SMALL_STATE(2551)] = 113345, - [SMALL_STATE(2552)] = 113403, - [SMALL_STATE(2553)] = 113461, - [SMALL_STATE(2554)] = 113519, - [SMALL_STATE(2555)] = 113577, - [SMALL_STATE(2556)] = 113635, - [SMALL_STATE(2557)] = 113693, - [SMALL_STATE(2558)] = 113751, - [SMALL_STATE(2559)] = 113809, - [SMALL_STATE(2560)] = 113867, - [SMALL_STATE(2561)] = 113925, - [SMALL_STATE(2562)] = 113983, - [SMALL_STATE(2563)] = 114041, - [SMALL_STATE(2564)] = 114099, - [SMALL_STATE(2565)] = 114157, - [SMALL_STATE(2566)] = 114215, - [SMALL_STATE(2567)] = 114273, - [SMALL_STATE(2568)] = 114331, - [SMALL_STATE(2569)] = 114389, - [SMALL_STATE(2570)] = 114447, - [SMALL_STATE(2571)] = 114505, - [SMALL_STATE(2572)] = 114563, - [SMALL_STATE(2573)] = 114621, - [SMALL_STATE(2574)] = 114679, - [SMALL_STATE(2575)] = 114737, - [SMALL_STATE(2576)] = 114795, - [SMALL_STATE(2577)] = 114853, - [SMALL_STATE(2578)] = 114911, - [SMALL_STATE(2579)] = 114969, - [SMALL_STATE(2580)] = 115027, - [SMALL_STATE(2581)] = 115085, - [SMALL_STATE(2582)] = 115143, - [SMALL_STATE(2583)] = 115201, - [SMALL_STATE(2584)] = 115259, - [SMALL_STATE(2585)] = 115317, - [SMALL_STATE(2586)] = 115375, - [SMALL_STATE(2587)] = 115433, - [SMALL_STATE(2588)] = 115491, - [SMALL_STATE(2589)] = 115549, - [SMALL_STATE(2590)] = 115607, - [SMALL_STATE(2591)] = 115665, - [SMALL_STATE(2592)] = 115723, - [SMALL_STATE(2593)] = 115781, - [SMALL_STATE(2594)] = 115839, - [SMALL_STATE(2595)] = 115897, - [SMALL_STATE(2596)] = 115955, - [SMALL_STATE(2597)] = 116013, - [SMALL_STATE(2598)] = 116071, - [SMALL_STATE(2599)] = 116129, - [SMALL_STATE(2600)] = 116187, - [SMALL_STATE(2601)] = 116245, - [SMALL_STATE(2602)] = 116303, - [SMALL_STATE(2603)] = 116361, - [SMALL_STATE(2604)] = 116419, - [SMALL_STATE(2605)] = 116477, - [SMALL_STATE(2606)] = 116535, - [SMALL_STATE(2607)] = 116593, - [SMALL_STATE(2608)] = 116651, - [SMALL_STATE(2609)] = 116709, - [SMALL_STATE(2610)] = 116767, - [SMALL_STATE(2611)] = 116825, - [SMALL_STATE(2612)] = 116883, - [SMALL_STATE(2613)] = 116941, - [SMALL_STATE(2614)] = 116999, - [SMALL_STATE(2615)] = 117057, - [SMALL_STATE(2616)] = 117115, - [SMALL_STATE(2617)] = 117173, - [SMALL_STATE(2618)] = 117231, - [SMALL_STATE(2619)] = 117289, - [SMALL_STATE(2620)] = 117347, - [SMALL_STATE(2621)] = 117405, - [SMALL_STATE(2622)] = 117463, - [SMALL_STATE(2623)] = 117521, - [SMALL_STATE(2624)] = 117579, - [SMALL_STATE(2625)] = 117637, - [SMALL_STATE(2626)] = 117695, - [SMALL_STATE(2627)] = 117753, - [SMALL_STATE(2628)] = 117811, - [SMALL_STATE(2629)] = 117869, - [SMALL_STATE(2630)] = 117927, - [SMALL_STATE(2631)] = 117985, - [SMALL_STATE(2632)] = 118043, - [SMALL_STATE(2633)] = 118101, - [SMALL_STATE(2634)] = 118159, - [SMALL_STATE(2635)] = 118217, - [SMALL_STATE(2636)] = 118275, - [SMALL_STATE(2637)] = 118333, - [SMALL_STATE(2638)] = 118391, - [SMALL_STATE(2639)] = 118449, - [SMALL_STATE(2640)] = 118507, - [SMALL_STATE(2641)] = 118565, - [SMALL_STATE(2642)] = 118623, - [SMALL_STATE(2643)] = 118681, - [SMALL_STATE(2644)] = 118739, - [SMALL_STATE(2645)] = 118797, - [SMALL_STATE(2646)] = 118855, - [SMALL_STATE(2647)] = 118913, - [SMALL_STATE(2648)] = 118971, - [SMALL_STATE(2649)] = 119029, - [SMALL_STATE(2650)] = 119087, - [SMALL_STATE(2651)] = 119145, - [SMALL_STATE(2652)] = 119203, - [SMALL_STATE(2653)] = 119261, - [SMALL_STATE(2654)] = 119319, - [SMALL_STATE(2655)] = 119377, - [SMALL_STATE(2656)] = 119435, - [SMALL_STATE(2657)] = 119493, - [SMALL_STATE(2658)] = 119551, - [SMALL_STATE(2659)] = 119609, - [SMALL_STATE(2660)] = 119667, - [SMALL_STATE(2661)] = 119725, - [SMALL_STATE(2662)] = 119783, - [SMALL_STATE(2663)] = 119841, - [SMALL_STATE(2664)] = 119899, - [SMALL_STATE(2665)] = 119957, - [SMALL_STATE(2666)] = 120015, - [SMALL_STATE(2667)] = 120073, - [SMALL_STATE(2668)] = 120131, - [SMALL_STATE(2669)] = 120189, - [SMALL_STATE(2670)] = 120247, - [SMALL_STATE(2671)] = 120305, - [SMALL_STATE(2672)] = 120363, - [SMALL_STATE(2673)] = 120421, - [SMALL_STATE(2674)] = 120479, - [SMALL_STATE(2675)] = 120537, - [SMALL_STATE(2676)] = 120595, - [SMALL_STATE(2677)] = 120653, - [SMALL_STATE(2678)] = 120711, - [SMALL_STATE(2679)] = 120769, - [SMALL_STATE(2680)] = 120827, - [SMALL_STATE(2681)] = 120885, - [SMALL_STATE(2682)] = 120943, - [SMALL_STATE(2683)] = 121001, - [SMALL_STATE(2684)] = 121059, - [SMALL_STATE(2685)] = 121117, - [SMALL_STATE(2686)] = 121175, - [SMALL_STATE(2687)] = 121233, - [SMALL_STATE(2688)] = 121291, - [SMALL_STATE(2689)] = 121349, - [SMALL_STATE(2690)] = 121407, - [SMALL_STATE(2691)] = 121465, - [SMALL_STATE(2692)] = 121523, - [SMALL_STATE(2693)] = 121581, - [SMALL_STATE(2694)] = 121639, - [SMALL_STATE(2695)] = 121697, - [SMALL_STATE(2696)] = 121755, - [SMALL_STATE(2697)] = 121813, - [SMALL_STATE(2698)] = 121871, - [SMALL_STATE(2699)] = 121929, - [SMALL_STATE(2700)] = 121987, - [SMALL_STATE(2701)] = 122045, - [SMALL_STATE(2702)] = 122103, - [SMALL_STATE(2703)] = 122161, - [SMALL_STATE(2704)] = 122219, - [SMALL_STATE(2705)] = 122277, - [SMALL_STATE(2706)] = 122335, - [SMALL_STATE(2707)] = 122393, - [SMALL_STATE(2708)] = 122451, - [SMALL_STATE(2709)] = 122509, - [SMALL_STATE(2710)] = 122567, - [SMALL_STATE(2711)] = 122625, - [SMALL_STATE(2712)] = 122683, - [SMALL_STATE(2713)] = 122741, - [SMALL_STATE(2714)] = 122799, - [SMALL_STATE(2715)] = 122857, - [SMALL_STATE(2716)] = 122915, - [SMALL_STATE(2717)] = 122973, - [SMALL_STATE(2718)] = 123031, - [SMALL_STATE(2719)] = 123089, - [SMALL_STATE(2720)] = 123147, - [SMALL_STATE(2721)] = 123205, - [SMALL_STATE(2722)] = 123263, - [SMALL_STATE(2723)] = 123321, - [SMALL_STATE(2724)] = 123379, - [SMALL_STATE(2725)] = 123437, - [SMALL_STATE(2726)] = 123495, - [SMALL_STATE(2727)] = 123553, - [SMALL_STATE(2728)] = 123611, - [SMALL_STATE(2729)] = 123669, - [SMALL_STATE(2730)] = 123727, - [SMALL_STATE(2731)] = 123785, - [SMALL_STATE(2732)] = 123843, - [SMALL_STATE(2733)] = 123901, - [SMALL_STATE(2734)] = 123959, - [SMALL_STATE(2735)] = 124017, - [SMALL_STATE(2736)] = 124075, - [SMALL_STATE(2737)] = 124133, - [SMALL_STATE(2738)] = 124191, - [SMALL_STATE(2739)] = 124249, - [SMALL_STATE(2740)] = 124307, - [SMALL_STATE(2741)] = 124365, - [SMALL_STATE(2742)] = 124423, - [SMALL_STATE(2743)] = 124481, - [SMALL_STATE(2744)] = 124539, - [SMALL_STATE(2745)] = 124597, - [SMALL_STATE(2746)] = 124655, - [SMALL_STATE(2747)] = 124713, - [SMALL_STATE(2748)] = 124771, - [SMALL_STATE(2749)] = 124829, - [SMALL_STATE(2750)] = 124887, - [SMALL_STATE(2751)] = 124945, - [SMALL_STATE(2752)] = 125003, - [SMALL_STATE(2753)] = 125061, - [SMALL_STATE(2754)] = 125119, - [SMALL_STATE(2755)] = 125177, - [SMALL_STATE(2756)] = 125235, - [SMALL_STATE(2757)] = 125293, - [SMALL_STATE(2758)] = 125351, - [SMALL_STATE(2759)] = 125409, - [SMALL_STATE(2760)] = 125467, - [SMALL_STATE(2761)] = 125525, - [SMALL_STATE(2762)] = 125583, - [SMALL_STATE(2763)] = 125641, - [SMALL_STATE(2764)] = 125699, - [SMALL_STATE(2765)] = 125757, - [SMALL_STATE(2766)] = 125815, - [SMALL_STATE(2767)] = 125873, - [SMALL_STATE(2768)] = 125931, - [SMALL_STATE(2769)] = 125989, - [SMALL_STATE(2770)] = 126047, - [SMALL_STATE(2771)] = 126105, - [SMALL_STATE(2772)] = 126163, - [SMALL_STATE(2773)] = 126221, - [SMALL_STATE(2774)] = 126279, - [SMALL_STATE(2775)] = 126337, - [SMALL_STATE(2776)] = 126395, - [SMALL_STATE(2777)] = 126453, - [SMALL_STATE(2778)] = 126511, - [SMALL_STATE(2779)] = 126569, - [SMALL_STATE(2780)] = 126627, - [SMALL_STATE(2781)] = 126685, - [SMALL_STATE(2782)] = 126743, - [SMALL_STATE(2783)] = 126801, - [SMALL_STATE(2784)] = 126859, - [SMALL_STATE(2785)] = 126917, - [SMALL_STATE(2786)] = 126975, - [SMALL_STATE(2787)] = 127033, - [SMALL_STATE(2788)] = 127091, - [SMALL_STATE(2789)] = 127149, - [SMALL_STATE(2790)] = 127207, - [SMALL_STATE(2791)] = 127265, - [SMALL_STATE(2792)] = 127323, - [SMALL_STATE(2793)] = 127381, - [SMALL_STATE(2794)] = 127439, - [SMALL_STATE(2795)] = 127497, - [SMALL_STATE(2796)] = 127555, - [SMALL_STATE(2797)] = 127613, - [SMALL_STATE(2798)] = 127671, - [SMALL_STATE(2799)] = 127729, - [SMALL_STATE(2800)] = 127787, - [SMALL_STATE(2801)] = 127845, - [SMALL_STATE(2802)] = 127903, - [SMALL_STATE(2803)] = 127961, - [SMALL_STATE(2804)] = 128019, - [SMALL_STATE(2805)] = 128077, - [SMALL_STATE(2806)] = 128135, - [SMALL_STATE(2807)] = 128193, - [SMALL_STATE(2808)] = 128251, - [SMALL_STATE(2809)] = 128309, - [SMALL_STATE(2810)] = 128367, - [SMALL_STATE(2811)] = 128425, - [SMALL_STATE(2812)] = 128483, - [SMALL_STATE(2813)] = 128541, - [SMALL_STATE(2814)] = 128599, - [SMALL_STATE(2815)] = 128657, - [SMALL_STATE(2816)] = 128715, - [SMALL_STATE(2817)] = 128773, - [SMALL_STATE(2818)] = 128831, - [SMALL_STATE(2819)] = 128889, - [SMALL_STATE(2820)] = 128947, - [SMALL_STATE(2821)] = 129005, - [SMALL_STATE(2822)] = 129063, - [SMALL_STATE(2823)] = 129121, - [SMALL_STATE(2824)] = 129179, - [SMALL_STATE(2825)] = 129237, - [SMALL_STATE(2826)] = 129295, - [SMALL_STATE(2827)] = 129353, - [SMALL_STATE(2828)] = 129411, - [SMALL_STATE(2829)] = 129469, - [SMALL_STATE(2830)] = 129527, - [SMALL_STATE(2831)] = 129585, - [SMALL_STATE(2832)] = 129643, - [SMALL_STATE(2833)] = 129701, - [SMALL_STATE(2834)] = 129759, - [SMALL_STATE(2835)] = 129817, - [SMALL_STATE(2836)] = 129875, - [SMALL_STATE(2837)] = 129933, - [SMALL_STATE(2838)] = 129991, - [SMALL_STATE(2839)] = 130049, - [SMALL_STATE(2840)] = 130107, - [SMALL_STATE(2841)] = 130165, - [SMALL_STATE(2842)] = 130223, - [SMALL_STATE(2843)] = 130281, - [SMALL_STATE(2844)] = 130339, - [SMALL_STATE(2845)] = 130397, - [SMALL_STATE(2846)] = 130455, - [SMALL_STATE(2847)] = 130513, - [SMALL_STATE(2848)] = 130571, - [SMALL_STATE(2849)] = 130629, - [SMALL_STATE(2850)] = 130687, - [SMALL_STATE(2851)] = 130745, - [SMALL_STATE(2852)] = 130803, - [SMALL_STATE(2853)] = 130861, - [SMALL_STATE(2854)] = 130919, - [SMALL_STATE(2855)] = 130977, - [SMALL_STATE(2856)] = 131035, - [SMALL_STATE(2857)] = 131093, - [SMALL_STATE(2858)] = 131151, - [SMALL_STATE(2859)] = 131209, - [SMALL_STATE(2860)] = 131267, - [SMALL_STATE(2861)] = 131325, - [SMALL_STATE(2862)] = 131383, - [SMALL_STATE(2863)] = 131441, - [SMALL_STATE(2864)] = 131499, - [SMALL_STATE(2865)] = 131557, - [SMALL_STATE(2866)] = 131615, - [SMALL_STATE(2867)] = 131673, - [SMALL_STATE(2868)] = 131731, - [SMALL_STATE(2869)] = 131789, - [SMALL_STATE(2870)] = 131847, - [SMALL_STATE(2871)] = 131905, - [SMALL_STATE(2872)] = 131963, - [SMALL_STATE(2873)] = 132021, - [SMALL_STATE(2874)] = 132079, - [SMALL_STATE(2875)] = 132137, - [SMALL_STATE(2876)] = 132195, - [SMALL_STATE(2877)] = 132253, - [SMALL_STATE(2878)] = 132311, - [SMALL_STATE(2879)] = 132369, - [SMALL_STATE(2880)] = 132427, - [SMALL_STATE(2881)] = 132485, - [SMALL_STATE(2882)] = 132543, - [SMALL_STATE(2883)] = 132601, - [SMALL_STATE(2884)] = 132659, - [SMALL_STATE(2885)] = 132717, - [SMALL_STATE(2886)] = 132775, - [SMALL_STATE(2887)] = 132833, - [SMALL_STATE(2888)] = 132891, - [SMALL_STATE(2889)] = 132949, - [SMALL_STATE(2890)] = 133007, - [SMALL_STATE(2891)] = 133065, - [SMALL_STATE(2892)] = 133123, - [SMALL_STATE(2893)] = 133181, - [SMALL_STATE(2894)] = 133239, - [SMALL_STATE(2895)] = 133297, - [SMALL_STATE(2896)] = 133355, - [SMALL_STATE(2897)] = 133413, - [SMALL_STATE(2898)] = 133471, - [SMALL_STATE(2899)] = 133529, - [SMALL_STATE(2900)] = 133587, - [SMALL_STATE(2901)] = 133645, - [SMALL_STATE(2902)] = 133703, - [SMALL_STATE(2903)] = 133761, - [SMALL_STATE(2904)] = 133819, - [SMALL_STATE(2905)] = 133877, - [SMALL_STATE(2906)] = 133935, - [SMALL_STATE(2907)] = 133993, - [SMALL_STATE(2908)] = 134051, - [SMALL_STATE(2909)] = 134109, - [SMALL_STATE(2910)] = 134167, - [SMALL_STATE(2911)] = 134225, - [SMALL_STATE(2912)] = 134283, - [SMALL_STATE(2913)] = 134341, - [SMALL_STATE(2914)] = 134399, - [SMALL_STATE(2915)] = 134457, - [SMALL_STATE(2916)] = 134515, - [SMALL_STATE(2917)] = 134573, - [SMALL_STATE(2918)] = 134631, - [SMALL_STATE(2919)] = 134689, - [SMALL_STATE(2920)] = 134747, - [SMALL_STATE(2921)] = 134805, - [SMALL_STATE(2922)] = 134863, - [SMALL_STATE(2923)] = 134921, - [SMALL_STATE(2924)] = 134979, - [SMALL_STATE(2925)] = 135037, - [SMALL_STATE(2926)] = 135095, - [SMALL_STATE(2927)] = 135153, - [SMALL_STATE(2928)] = 135211, - [SMALL_STATE(2929)] = 135269, - [SMALL_STATE(2930)] = 135327, - [SMALL_STATE(2931)] = 135385, - [SMALL_STATE(2932)] = 135443, - [SMALL_STATE(2933)] = 135501, - [SMALL_STATE(2934)] = 135559, - [SMALL_STATE(2935)] = 135617, - [SMALL_STATE(2936)] = 135675, - [SMALL_STATE(2937)] = 135733, - [SMALL_STATE(2938)] = 135791, - [SMALL_STATE(2939)] = 135849, - [SMALL_STATE(2940)] = 135907, - [SMALL_STATE(2941)] = 135965, - [SMALL_STATE(2942)] = 136023, - [SMALL_STATE(2943)] = 136081, - [SMALL_STATE(2944)] = 136139, - [SMALL_STATE(2945)] = 136197, - [SMALL_STATE(2946)] = 136255, - [SMALL_STATE(2947)] = 136313, - [SMALL_STATE(2948)] = 136371, - [SMALL_STATE(2949)] = 136429, - [SMALL_STATE(2950)] = 136487, - [SMALL_STATE(2951)] = 136545, - [SMALL_STATE(2952)] = 136603, - [SMALL_STATE(2953)] = 136661, - [SMALL_STATE(2954)] = 136719, - [SMALL_STATE(2955)] = 136777, - [SMALL_STATE(2956)] = 136835, - [SMALL_STATE(2957)] = 136893, - [SMALL_STATE(2958)] = 136951, - [SMALL_STATE(2959)] = 137009, - [SMALL_STATE(2960)] = 137067, - [SMALL_STATE(2961)] = 137125, - [SMALL_STATE(2962)] = 137183, - [SMALL_STATE(2963)] = 137241, - [SMALL_STATE(2964)] = 137299, - [SMALL_STATE(2965)] = 137357, - [SMALL_STATE(2966)] = 137415, - [SMALL_STATE(2967)] = 137473, - [SMALL_STATE(2968)] = 137531, - [SMALL_STATE(2969)] = 137589, - [SMALL_STATE(2970)] = 137647, - [SMALL_STATE(2971)] = 137705, - [SMALL_STATE(2972)] = 137763, - [SMALL_STATE(2973)] = 137821, - [SMALL_STATE(2974)] = 137879, - [SMALL_STATE(2975)] = 137937, - [SMALL_STATE(2976)] = 137995, - [SMALL_STATE(2977)] = 138053, - [SMALL_STATE(2978)] = 138111, - [SMALL_STATE(2979)] = 138169, - [SMALL_STATE(2980)] = 138227, - [SMALL_STATE(2981)] = 138285, - [SMALL_STATE(2982)] = 138343, - [SMALL_STATE(2983)] = 138401, - [SMALL_STATE(2984)] = 138459, - [SMALL_STATE(2985)] = 138517, - [SMALL_STATE(2986)] = 138575, - [SMALL_STATE(2987)] = 138633, - [SMALL_STATE(2988)] = 138691, - [SMALL_STATE(2989)] = 138749, - [SMALL_STATE(2990)] = 138807, - [SMALL_STATE(2991)] = 138865, - [SMALL_STATE(2992)] = 138923, - [SMALL_STATE(2993)] = 138981, - [SMALL_STATE(2994)] = 139039, - [SMALL_STATE(2995)] = 139097, - [SMALL_STATE(2996)] = 139155, - [SMALL_STATE(2997)] = 139213, - [SMALL_STATE(2998)] = 139271, - [SMALL_STATE(2999)] = 139329, - [SMALL_STATE(3000)] = 139387, - [SMALL_STATE(3001)] = 139445, - [SMALL_STATE(3002)] = 139503, - [SMALL_STATE(3003)] = 139561, - [SMALL_STATE(3004)] = 139619, - [SMALL_STATE(3005)] = 139677, - [SMALL_STATE(3006)] = 139735, - [SMALL_STATE(3007)] = 139793, - [SMALL_STATE(3008)] = 139851, - [SMALL_STATE(3009)] = 139909, - [SMALL_STATE(3010)] = 139967, - [SMALL_STATE(3011)] = 140025, - [SMALL_STATE(3012)] = 140083, - [SMALL_STATE(3013)] = 140141, - [SMALL_STATE(3014)] = 140199, - [SMALL_STATE(3015)] = 140257, - [SMALL_STATE(3016)] = 140315, - [SMALL_STATE(3017)] = 140373, - [SMALL_STATE(3018)] = 140431, - [SMALL_STATE(3019)] = 140489, - [SMALL_STATE(3020)] = 140547, - [SMALL_STATE(3021)] = 140605, - [SMALL_STATE(3022)] = 140663, - [SMALL_STATE(3023)] = 140721, - [SMALL_STATE(3024)] = 140779, - [SMALL_STATE(3025)] = 140837, - [SMALL_STATE(3026)] = 140895, - [SMALL_STATE(3027)] = 140953, - [SMALL_STATE(3028)] = 141011, - [SMALL_STATE(3029)] = 141069, - [SMALL_STATE(3030)] = 141127, - [SMALL_STATE(3031)] = 141185, - [SMALL_STATE(3032)] = 141243, - [SMALL_STATE(3033)] = 141301, - [SMALL_STATE(3034)] = 141359, - [SMALL_STATE(3035)] = 141417, - [SMALL_STATE(3036)] = 141475, - [SMALL_STATE(3037)] = 141533, - [SMALL_STATE(3038)] = 141591, - [SMALL_STATE(3039)] = 141649, - [SMALL_STATE(3040)] = 141707, - [SMALL_STATE(3041)] = 141765, - [SMALL_STATE(3042)] = 141823, - [SMALL_STATE(3043)] = 141881, - [SMALL_STATE(3044)] = 141939, - [SMALL_STATE(3045)] = 141997, - [SMALL_STATE(3046)] = 142055, - [SMALL_STATE(3047)] = 142113, - [SMALL_STATE(3048)] = 142171, - [SMALL_STATE(3049)] = 142229, - [SMALL_STATE(3050)] = 142287, - [SMALL_STATE(3051)] = 142345, - [SMALL_STATE(3052)] = 142403, - [SMALL_STATE(3053)] = 142461, - [SMALL_STATE(3054)] = 142519, - [SMALL_STATE(3055)] = 142577, - [SMALL_STATE(3056)] = 142635, - [SMALL_STATE(3057)] = 142693, - [SMALL_STATE(3058)] = 142751, - [SMALL_STATE(3059)] = 142809, - [SMALL_STATE(3060)] = 142867, - [SMALL_STATE(3061)] = 142925, - [SMALL_STATE(3062)] = 142983, - [SMALL_STATE(3063)] = 143041, - [SMALL_STATE(3064)] = 143099, - [SMALL_STATE(3065)] = 143157, - [SMALL_STATE(3066)] = 143215, - [SMALL_STATE(3067)] = 143273, - [SMALL_STATE(3068)] = 143331, - [SMALL_STATE(3069)] = 143389, - [SMALL_STATE(3070)] = 143447, - [SMALL_STATE(3071)] = 143505, - [SMALL_STATE(3072)] = 143563, - [SMALL_STATE(3073)] = 143621, - [SMALL_STATE(3074)] = 143679, - [SMALL_STATE(3075)] = 143737, - [SMALL_STATE(3076)] = 143795, - [SMALL_STATE(3077)] = 143853, - [SMALL_STATE(3078)] = 143911, - [SMALL_STATE(3079)] = 143969, - [SMALL_STATE(3080)] = 144027, - [SMALL_STATE(3081)] = 144085, - [SMALL_STATE(3082)] = 144143, - [SMALL_STATE(3083)] = 144201, - [SMALL_STATE(3084)] = 144259, - [SMALL_STATE(3085)] = 144317, - [SMALL_STATE(3086)] = 144375, - [SMALL_STATE(3087)] = 144433, - [SMALL_STATE(3088)] = 144491, - [SMALL_STATE(3089)] = 144549, - [SMALL_STATE(3090)] = 144607, - [SMALL_STATE(3091)] = 144665, - [SMALL_STATE(3092)] = 144723, - [SMALL_STATE(3093)] = 144781, - [SMALL_STATE(3094)] = 144839, - [SMALL_STATE(3095)] = 144897, - [SMALL_STATE(3096)] = 144955, - [SMALL_STATE(3097)] = 145013, - [SMALL_STATE(3098)] = 145071, - [SMALL_STATE(3099)] = 145129, - [SMALL_STATE(3100)] = 145187, - [SMALL_STATE(3101)] = 145245, - [SMALL_STATE(3102)] = 145303, - [SMALL_STATE(3103)] = 145361, - [SMALL_STATE(3104)] = 145419, - [SMALL_STATE(3105)] = 145477, - [SMALL_STATE(3106)] = 145535, - [SMALL_STATE(3107)] = 145593, - [SMALL_STATE(3108)] = 145651, - [SMALL_STATE(3109)] = 145709, - [SMALL_STATE(3110)] = 145767, - [SMALL_STATE(3111)] = 145825, - [SMALL_STATE(3112)] = 145883, - [SMALL_STATE(3113)] = 145941, - [SMALL_STATE(3114)] = 145999, - [SMALL_STATE(3115)] = 146057, - [SMALL_STATE(3116)] = 146115, - [SMALL_STATE(3117)] = 146173, - [SMALL_STATE(3118)] = 146231, - [SMALL_STATE(3119)] = 146289, - [SMALL_STATE(3120)] = 146347, - [SMALL_STATE(3121)] = 146405, - [SMALL_STATE(3122)] = 146463, - [SMALL_STATE(3123)] = 146521, - [SMALL_STATE(3124)] = 146579, - [SMALL_STATE(3125)] = 146637, - [SMALL_STATE(3126)] = 146695, - [SMALL_STATE(3127)] = 146753, - [SMALL_STATE(3128)] = 146811, - [SMALL_STATE(3129)] = 146869, - [SMALL_STATE(3130)] = 146927, - [SMALL_STATE(3131)] = 146985, - [SMALL_STATE(3132)] = 147043, - [SMALL_STATE(3133)] = 147101, - [SMALL_STATE(3134)] = 147159, - [SMALL_STATE(3135)] = 147217, - [SMALL_STATE(3136)] = 147275, - [SMALL_STATE(3137)] = 147333, - [SMALL_STATE(3138)] = 147391, - [SMALL_STATE(3139)] = 147449, - [SMALL_STATE(3140)] = 147507, - [SMALL_STATE(3141)] = 147565, - [SMALL_STATE(3142)] = 147623, - [SMALL_STATE(3143)] = 147681, - [SMALL_STATE(3144)] = 147739, - [SMALL_STATE(3145)] = 147797, - [SMALL_STATE(3146)] = 147855, - [SMALL_STATE(3147)] = 147913, - [SMALL_STATE(3148)] = 147971, - [SMALL_STATE(3149)] = 148029, - [SMALL_STATE(3150)] = 148087, - [SMALL_STATE(3151)] = 148145, - [SMALL_STATE(3152)] = 148203, - [SMALL_STATE(3153)] = 148261, - [SMALL_STATE(3154)] = 148319, - [SMALL_STATE(3155)] = 148377, - [SMALL_STATE(3156)] = 148435, - [SMALL_STATE(3157)] = 148493, - [SMALL_STATE(3158)] = 148551, - [SMALL_STATE(3159)] = 148609, - [SMALL_STATE(3160)] = 148667, - [SMALL_STATE(3161)] = 148725, - [SMALL_STATE(3162)] = 148783, - [SMALL_STATE(3163)] = 148841, - [SMALL_STATE(3164)] = 148899, - [SMALL_STATE(3165)] = 148957, - [SMALL_STATE(3166)] = 149015, - [SMALL_STATE(3167)] = 149073, - [SMALL_STATE(3168)] = 149131, - [SMALL_STATE(3169)] = 149189, - [SMALL_STATE(3170)] = 149247, - [SMALL_STATE(3171)] = 149305, - [SMALL_STATE(3172)] = 149363, - [SMALL_STATE(3173)] = 149421, - [SMALL_STATE(3174)] = 149479, - [SMALL_STATE(3175)] = 149537, - [SMALL_STATE(3176)] = 149595, - [SMALL_STATE(3177)] = 149653, - [SMALL_STATE(3178)] = 149711, - [SMALL_STATE(3179)] = 149769, - [SMALL_STATE(3180)] = 149827, - [SMALL_STATE(3181)] = 149885, - [SMALL_STATE(3182)] = 149943, - [SMALL_STATE(3183)] = 150001, - [SMALL_STATE(3184)] = 150059, - [SMALL_STATE(3185)] = 150117, - [SMALL_STATE(3186)] = 150175, - [SMALL_STATE(3187)] = 150233, - [SMALL_STATE(3188)] = 150291, - [SMALL_STATE(3189)] = 150349, - [SMALL_STATE(3190)] = 150407, - [SMALL_STATE(3191)] = 150465, - [SMALL_STATE(3192)] = 150523, - [SMALL_STATE(3193)] = 150581, - [SMALL_STATE(3194)] = 150639, - [SMALL_STATE(3195)] = 150697, - [SMALL_STATE(3196)] = 150755, - [SMALL_STATE(3197)] = 150813, - [SMALL_STATE(3198)] = 150871, - [SMALL_STATE(3199)] = 150929, - [SMALL_STATE(3200)] = 150987, - [SMALL_STATE(3201)] = 151045, - [SMALL_STATE(3202)] = 151103, - [SMALL_STATE(3203)] = 151161, - [SMALL_STATE(3204)] = 151219, - [SMALL_STATE(3205)] = 151277, - [SMALL_STATE(3206)] = 151335, - [SMALL_STATE(3207)] = 151393, - [SMALL_STATE(3208)] = 151451, - [SMALL_STATE(3209)] = 151509, - [SMALL_STATE(3210)] = 151567, - [SMALL_STATE(3211)] = 151625, - [SMALL_STATE(3212)] = 151683, - [SMALL_STATE(3213)] = 151741, - [SMALL_STATE(3214)] = 151799, - [SMALL_STATE(3215)] = 151857, - [SMALL_STATE(3216)] = 151915, - [SMALL_STATE(3217)] = 151973, - [SMALL_STATE(3218)] = 152031, - [SMALL_STATE(3219)] = 152089, - [SMALL_STATE(3220)] = 152147, - [SMALL_STATE(3221)] = 152205, - [SMALL_STATE(3222)] = 152263, - [SMALL_STATE(3223)] = 152321, - [SMALL_STATE(3224)] = 152379, - [SMALL_STATE(3225)] = 152437, - [SMALL_STATE(3226)] = 152495, - [SMALL_STATE(3227)] = 152553, - [SMALL_STATE(3228)] = 152611, - [SMALL_STATE(3229)] = 152669, - [SMALL_STATE(3230)] = 152727, - [SMALL_STATE(3231)] = 152785, - [SMALL_STATE(3232)] = 152843, - [SMALL_STATE(3233)] = 152901, - [SMALL_STATE(3234)] = 152959, - [SMALL_STATE(3235)] = 153017, - [SMALL_STATE(3236)] = 153075, - [SMALL_STATE(3237)] = 153133, - [SMALL_STATE(3238)] = 153191, - [SMALL_STATE(3239)] = 153249, - [SMALL_STATE(3240)] = 153307, - [SMALL_STATE(3241)] = 153365, - [SMALL_STATE(3242)] = 153423, - [SMALL_STATE(3243)] = 153481, - [SMALL_STATE(3244)] = 153539, - [SMALL_STATE(3245)] = 153597, - [SMALL_STATE(3246)] = 153655, - [SMALL_STATE(3247)] = 153713, - [SMALL_STATE(3248)] = 153771, - [SMALL_STATE(3249)] = 153829, - [SMALL_STATE(3250)] = 153887, - [SMALL_STATE(3251)] = 153945, - [SMALL_STATE(3252)] = 154003, - [SMALL_STATE(3253)] = 154061, - [SMALL_STATE(3254)] = 154119, - [SMALL_STATE(3255)] = 154177, - [SMALL_STATE(3256)] = 154235, - [SMALL_STATE(3257)] = 154293, - [SMALL_STATE(3258)] = 154351, - [SMALL_STATE(3259)] = 154409, - [SMALL_STATE(3260)] = 154467, - [SMALL_STATE(3261)] = 154525, - [SMALL_STATE(3262)] = 154583, - [SMALL_STATE(3263)] = 154641, - [SMALL_STATE(3264)] = 154699, - [SMALL_STATE(3265)] = 154757, - [SMALL_STATE(3266)] = 154815, - [SMALL_STATE(3267)] = 154873, - [SMALL_STATE(3268)] = 154931, - [SMALL_STATE(3269)] = 154989, - [SMALL_STATE(3270)] = 155047, - [SMALL_STATE(3271)] = 155105, - [SMALL_STATE(3272)] = 155163, - [SMALL_STATE(3273)] = 155221, - [SMALL_STATE(3274)] = 155279, - [SMALL_STATE(3275)] = 155337, - [SMALL_STATE(3276)] = 155395, - [SMALL_STATE(3277)] = 155453, - [SMALL_STATE(3278)] = 155511, - [SMALL_STATE(3279)] = 155569, - [SMALL_STATE(3280)] = 155627, - [SMALL_STATE(3281)] = 155685, - [SMALL_STATE(3282)] = 155743, - [SMALL_STATE(3283)] = 155801, - [SMALL_STATE(3284)] = 155859, - [SMALL_STATE(3285)] = 155917, - [SMALL_STATE(3286)] = 155975, - [SMALL_STATE(3287)] = 156033, - [SMALL_STATE(3288)] = 156091, - [SMALL_STATE(3289)] = 156149, - [SMALL_STATE(3290)] = 156207, - [SMALL_STATE(3291)] = 156265, - [SMALL_STATE(3292)] = 156323, - [SMALL_STATE(3293)] = 156381, - [SMALL_STATE(3294)] = 156439, - [SMALL_STATE(3295)] = 156497, - [SMALL_STATE(3296)] = 156555, - [SMALL_STATE(3297)] = 156613, - [SMALL_STATE(3298)] = 156671, - [SMALL_STATE(3299)] = 156729, - [SMALL_STATE(3300)] = 156787, - [SMALL_STATE(3301)] = 156845, - [SMALL_STATE(3302)] = 156903, - [SMALL_STATE(3303)] = 156961, - [SMALL_STATE(3304)] = 157019, - [SMALL_STATE(3305)] = 157077, - [SMALL_STATE(3306)] = 157135, - [SMALL_STATE(3307)] = 157193, - [SMALL_STATE(3308)] = 157251, - [SMALL_STATE(3309)] = 157309, - [SMALL_STATE(3310)] = 157367, - [SMALL_STATE(3311)] = 157425, - [SMALL_STATE(3312)] = 157483, - [SMALL_STATE(3313)] = 157541, - [SMALL_STATE(3314)] = 157599, - [SMALL_STATE(3315)] = 157657, - [SMALL_STATE(3316)] = 157715, - [SMALL_STATE(3317)] = 157773, - [SMALL_STATE(3318)] = 157831, - [SMALL_STATE(3319)] = 157889, - [SMALL_STATE(3320)] = 157947, - [SMALL_STATE(3321)] = 158005, - [SMALL_STATE(3322)] = 158063, - [SMALL_STATE(3323)] = 158121, - [SMALL_STATE(3324)] = 158179, - [SMALL_STATE(3325)] = 158237, - [SMALL_STATE(3326)] = 158295, - [SMALL_STATE(3327)] = 158353, - [SMALL_STATE(3328)] = 158411, - [SMALL_STATE(3329)] = 158469, - [SMALL_STATE(3330)] = 158527, - [SMALL_STATE(3331)] = 158585, - [SMALL_STATE(3332)] = 158643, - [SMALL_STATE(3333)] = 158701, - [SMALL_STATE(3334)] = 158759, - [SMALL_STATE(3335)] = 158817, - [SMALL_STATE(3336)] = 158875, - [SMALL_STATE(3337)] = 158933, - [SMALL_STATE(3338)] = 158991, - [SMALL_STATE(3339)] = 159049, - [SMALL_STATE(3340)] = 159107, - [SMALL_STATE(3341)] = 159165, - [SMALL_STATE(3342)] = 159223, - [SMALL_STATE(3343)] = 159281, - [SMALL_STATE(3344)] = 159339, - [SMALL_STATE(3345)] = 159397, - [SMALL_STATE(3346)] = 159455, - [SMALL_STATE(3347)] = 159513, - [SMALL_STATE(3348)] = 159571, - [SMALL_STATE(3349)] = 159629, - [SMALL_STATE(3350)] = 159687, - [SMALL_STATE(3351)] = 159745, - [SMALL_STATE(3352)] = 159803, - [SMALL_STATE(3353)] = 159861, - [SMALL_STATE(3354)] = 159919, - [SMALL_STATE(3355)] = 159977, - [SMALL_STATE(3356)] = 160035, - [SMALL_STATE(3357)] = 160093, - [SMALL_STATE(3358)] = 160151, - [SMALL_STATE(3359)] = 160209, - [SMALL_STATE(3360)] = 160267, - [SMALL_STATE(3361)] = 160325, - [SMALL_STATE(3362)] = 160383, - [SMALL_STATE(3363)] = 160441, - [SMALL_STATE(3364)] = 160499, - [SMALL_STATE(3365)] = 160557, - [SMALL_STATE(3366)] = 160615, - [SMALL_STATE(3367)] = 160673, - [SMALL_STATE(3368)] = 160731, - [SMALL_STATE(3369)] = 160789, - [SMALL_STATE(3370)] = 160847, - [SMALL_STATE(3371)] = 160905, - [SMALL_STATE(3372)] = 160963, - [SMALL_STATE(3373)] = 161021, - [SMALL_STATE(3374)] = 161079, - [SMALL_STATE(3375)] = 161137, - [SMALL_STATE(3376)] = 161195, - [SMALL_STATE(3377)] = 161253, - [SMALL_STATE(3378)] = 161311, - [SMALL_STATE(3379)] = 161369, - [SMALL_STATE(3380)] = 161427, - [SMALL_STATE(3381)] = 161485, - [SMALL_STATE(3382)] = 161543, - [SMALL_STATE(3383)] = 161601, - [SMALL_STATE(3384)] = 161659, - [SMALL_STATE(3385)] = 161717, - [SMALL_STATE(3386)] = 161775, - [SMALL_STATE(3387)] = 161833, - [SMALL_STATE(3388)] = 161891, - [SMALL_STATE(3389)] = 161949, - [SMALL_STATE(3390)] = 162007, - [SMALL_STATE(3391)] = 162065, - [SMALL_STATE(3392)] = 162123, - [SMALL_STATE(3393)] = 162181, - [SMALL_STATE(3394)] = 162239, - [SMALL_STATE(3395)] = 162297, - [SMALL_STATE(3396)] = 162355, - [SMALL_STATE(3397)] = 162413, - [SMALL_STATE(3398)] = 162471, - [SMALL_STATE(3399)] = 162529, - [SMALL_STATE(3400)] = 162587, - [SMALL_STATE(3401)] = 162645, - [SMALL_STATE(3402)] = 162703, - [SMALL_STATE(3403)] = 162761, - [SMALL_STATE(3404)] = 162819, - [SMALL_STATE(3405)] = 162877, - [SMALL_STATE(3406)] = 162935, - [SMALL_STATE(3407)] = 162993, - [SMALL_STATE(3408)] = 163051, - [SMALL_STATE(3409)] = 163109, - [SMALL_STATE(3410)] = 163167, - [SMALL_STATE(3411)] = 163225, - [SMALL_STATE(3412)] = 163283, - [SMALL_STATE(3413)] = 163341, - [SMALL_STATE(3414)] = 163399, - [SMALL_STATE(3415)] = 163457, - [SMALL_STATE(3416)] = 163515, - [SMALL_STATE(3417)] = 163573, - [SMALL_STATE(3418)] = 163631, - [SMALL_STATE(3419)] = 163689, - [SMALL_STATE(3420)] = 163747, - [SMALL_STATE(3421)] = 163805, - [SMALL_STATE(3422)] = 163863, - [SMALL_STATE(3423)] = 163921, - [SMALL_STATE(3424)] = 163979, - [SMALL_STATE(3425)] = 164037, - [SMALL_STATE(3426)] = 164095, - [SMALL_STATE(3427)] = 164153, - [SMALL_STATE(3428)] = 164211, - [SMALL_STATE(3429)] = 164269, - [SMALL_STATE(3430)] = 164327, - [SMALL_STATE(3431)] = 164385, - [SMALL_STATE(3432)] = 164443, - [SMALL_STATE(3433)] = 164501, - [SMALL_STATE(3434)] = 164559, - [SMALL_STATE(3435)] = 164617, - [SMALL_STATE(3436)] = 164675, - [SMALL_STATE(3437)] = 164733, - [SMALL_STATE(3438)] = 164791, - [SMALL_STATE(3439)] = 164849, - [SMALL_STATE(3440)] = 164907, - [SMALL_STATE(3441)] = 164965, - [SMALL_STATE(3442)] = 165023, - [SMALL_STATE(3443)] = 165081, - [SMALL_STATE(3444)] = 165139, - [SMALL_STATE(3445)] = 165197, - [SMALL_STATE(3446)] = 165255, - [SMALL_STATE(3447)] = 165313, - [SMALL_STATE(3448)] = 165371, - [SMALL_STATE(3449)] = 165429, - [SMALL_STATE(3450)] = 165487, - [SMALL_STATE(3451)] = 165545, - [SMALL_STATE(3452)] = 165603, - [SMALL_STATE(3453)] = 165661, - [SMALL_STATE(3454)] = 165719, - [SMALL_STATE(3455)] = 165777, - [SMALL_STATE(3456)] = 165835, - [SMALL_STATE(3457)] = 165893, - [SMALL_STATE(3458)] = 165951, - [SMALL_STATE(3459)] = 166009, - [SMALL_STATE(3460)] = 166067, - [SMALL_STATE(3461)] = 166125, - [SMALL_STATE(3462)] = 166183, - [SMALL_STATE(3463)] = 166241, - [SMALL_STATE(3464)] = 166299, - [SMALL_STATE(3465)] = 166357, - [SMALL_STATE(3466)] = 166415, - [SMALL_STATE(3467)] = 166473, - [SMALL_STATE(3468)] = 166531, - [SMALL_STATE(3469)] = 166589, - [SMALL_STATE(3470)] = 166647, - [SMALL_STATE(3471)] = 166705, - [SMALL_STATE(3472)] = 166763, - [SMALL_STATE(3473)] = 166821, - [SMALL_STATE(3474)] = 166879, - [SMALL_STATE(3475)] = 166937, - [SMALL_STATE(3476)] = 166995, - [SMALL_STATE(3477)] = 167053, - [SMALL_STATE(3478)] = 167111, - [SMALL_STATE(3479)] = 167169, - [SMALL_STATE(3480)] = 167227, - [SMALL_STATE(3481)] = 167285, - [SMALL_STATE(3482)] = 167343, - [SMALL_STATE(3483)] = 167401, - [SMALL_STATE(3484)] = 167459, - [SMALL_STATE(3485)] = 167517, - [SMALL_STATE(3486)] = 167575, - [SMALL_STATE(3487)] = 167633, - [SMALL_STATE(3488)] = 167691, - [SMALL_STATE(3489)] = 167749, - [SMALL_STATE(3490)] = 167807, - [SMALL_STATE(3491)] = 167865, - [SMALL_STATE(3492)] = 167923, - [SMALL_STATE(3493)] = 167981, - [SMALL_STATE(3494)] = 168039, - [SMALL_STATE(3495)] = 168097, - [SMALL_STATE(3496)] = 168155, - [SMALL_STATE(3497)] = 168213, - [SMALL_STATE(3498)] = 168271, - [SMALL_STATE(3499)] = 168329, - [SMALL_STATE(3500)] = 168387, - [SMALL_STATE(3501)] = 168445, - [SMALL_STATE(3502)] = 168503, - [SMALL_STATE(3503)] = 168561, - [SMALL_STATE(3504)] = 168619, - [SMALL_STATE(3505)] = 168677, - [SMALL_STATE(3506)] = 168735, - [SMALL_STATE(3507)] = 168793, - [SMALL_STATE(3508)] = 168851, - [SMALL_STATE(3509)] = 168909, - [SMALL_STATE(3510)] = 168967, - [SMALL_STATE(3511)] = 169025, - [SMALL_STATE(3512)] = 169083, - [SMALL_STATE(3513)] = 169141, - [SMALL_STATE(3514)] = 169199, - [SMALL_STATE(3515)] = 169257, - [SMALL_STATE(3516)] = 169315, - [SMALL_STATE(3517)] = 169373, - [SMALL_STATE(3518)] = 169431, - [SMALL_STATE(3519)] = 169489, - [SMALL_STATE(3520)] = 169547, - [SMALL_STATE(3521)] = 169605, - [SMALL_STATE(3522)] = 169663, - [SMALL_STATE(3523)] = 169721, - [SMALL_STATE(3524)] = 169779, - [SMALL_STATE(3525)] = 169837, - [SMALL_STATE(3526)] = 169895, - [SMALL_STATE(3527)] = 169953, - [SMALL_STATE(3528)] = 170011, - [SMALL_STATE(3529)] = 170069, - [SMALL_STATE(3530)] = 170127, - [SMALL_STATE(3531)] = 170185, - [SMALL_STATE(3532)] = 170243, - [SMALL_STATE(3533)] = 170301, - [SMALL_STATE(3534)] = 170359, - [SMALL_STATE(3535)] = 170417, - [SMALL_STATE(3536)] = 170475, - [SMALL_STATE(3537)] = 170533, - [SMALL_STATE(3538)] = 170591, - [SMALL_STATE(3539)] = 170649, - [SMALL_STATE(3540)] = 170707, - [SMALL_STATE(3541)] = 170765, - [SMALL_STATE(3542)] = 170823, - [SMALL_STATE(3543)] = 170881, - [SMALL_STATE(3544)] = 170939, - [SMALL_STATE(3545)] = 170997, - [SMALL_STATE(3546)] = 171055, - [SMALL_STATE(3547)] = 171113, - [SMALL_STATE(3548)] = 171171, - [SMALL_STATE(3549)] = 171229, - [SMALL_STATE(3550)] = 171287, - [SMALL_STATE(3551)] = 171345, - [SMALL_STATE(3552)] = 171403, - [SMALL_STATE(3553)] = 171461, - [SMALL_STATE(3554)] = 171519, - [SMALL_STATE(3555)] = 171577, - [SMALL_STATE(3556)] = 171635, - [SMALL_STATE(3557)] = 171693, - [SMALL_STATE(3558)] = 171751, - [SMALL_STATE(3559)] = 171809, - [SMALL_STATE(3560)] = 171867, - [SMALL_STATE(3561)] = 171925, - [SMALL_STATE(3562)] = 171983, - [SMALL_STATE(3563)] = 172041, - [SMALL_STATE(3564)] = 172099, - [SMALL_STATE(3565)] = 172157, - [SMALL_STATE(3566)] = 172215, - [SMALL_STATE(3567)] = 172273, - [SMALL_STATE(3568)] = 172331, - [SMALL_STATE(3569)] = 172389, - [SMALL_STATE(3570)] = 172447, - [SMALL_STATE(3571)] = 172505, - [SMALL_STATE(3572)] = 172563, - [SMALL_STATE(3573)] = 172595, - [SMALL_STATE(3574)] = 172627, - [SMALL_STATE(3575)] = 172659, - [SMALL_STATE(3576)] = 172691, - [SMALL_STATE(3577)] = 172723, - [SMALL_STATE(3578)] = 172755, - [SMALL_STATE(3579)] = 172787, - [SMALL_STATE(3580)] = 172819, - [SMALL_STATE(3581)] = 172851, - [SMALL_STATE(3582)] = 172883, - [SMALL_STATE(3583)] = 172915, - [SMALL_STATE(3584)] = 172947, - [SMALL_STATE(3585)] = 172979, - [SMALL_STATE(3586)] = 173011, - [SMALL_STATE(3587)] = 173043, - [SMALL_STATE(3588)] = 173075, - [SMALL_STATE(3589)] = 173107, - [SMALL_STATE(3590)] = 173139, - [SMALL_STATE(3591)] = 173171, - [SMALL_STATE(3592)] = 173203, - [SMALL_STATE(3593)] = 173235, - [SMALL_STATE(3594)] = 173267, - [SMALL_STATE(3595)] = 173299, - [SMALL_STATE(3596)] = 173331, - [SMALL_STATE(3597)] = 173363, - [SMALL_STATE(3598)] = 173395, - [SMALL_STATE(3599)] = 173427, - [SMALL_STATE(3600)] = 173459, - [SMALL_STATE(3601)] = 173491, - [SMALL_STATE(3602)] = 173523, - [SMALL_STATE(3603)] = 173555, - [SMALL_STATE(3604)] = 173587, - [SMALL_STATE(3605)] = 173619, - [SMALL_STATE(3606)] = 173651, - [SMALL_STATE(3607)] = 173683, - [SMALL_STATE(3608)] = 173706, - [SMALL_STATE(3609)] = 173729, - [SMALL_STATE(3610)] = 173752, - [SMALL_STATE(3611)] = 173775, - [SMALL_STATE(3612)] = 173798, - [SMALL_STATE(3613)] = 173821, - [SMALL_STATE(3614)] = 173844, - [SMALL_STATE(3615)] = 173867, - [SMALL_STATE(3616)] = 173890, - [SMALL_STATE(3617)] = 173913, - [SMALL_STATE(3618)] = 173940, - [SMALL_STATE(3619)] = 173963, - [SMALL_STATE(3620)] = 173986, - [SMALL_STATE(3621)] = 174009, - [SMALL_STATE(3622)] = 174032, - [SMALL_STATE(3623)] = 174055, - [SMALL_STATE(3624)] = 174078, - [SMALL_STATE(3625)] = 174105, - [SMALL_STATE(3626)] = 174128, - [SMALL_STATE(3627)] = 174151, - [SMALL_STATE(3628)] = 174174, - [SMALL_STATE(3629)] = 174201, - [SMALL_STATE(3630)] = 174224, - [SMALL_STATE(3631)] = 174247, - [SMALL_STATE(3632)] = 174270, - [SMALL_STATE(3633)] = 174293, - [SMALL_STATE(3634)] = 174316, - [SMALL_STATE(3635)] = 174339, - [SMALL_STATE(3636)] = 174362, - [SMALL_STATE(3637)] = 174385, - [SMALL_STATE(3638)] = 174408, - [SMALL_STATE(3639)] = 174431, - [SMALL_STATE(3640)] = 174454, - [SMALL_STATE(3641)] = 174477, - [SMALL_STATE(3642)] = 174500, - [SMALL_STATE(3643)] = 174523, - [SMALL_STATE(3644)] = 174546, - [SMALL_STATE(3645)] = 174569, - [SMALL_STATE(3646)] = 174592, - [SMALL_STATE(3647)] = 174615, - [SMALL_STATE(3648)] = 174638, - [SMALL_STATE(3649)] = 174661, - [SMALL_STATE(3650)] = 174684, - [SMALL_STATE(3651)] = 174707, - [SMALL_STATE(3652)] = 174730, - [SMALL_STATE(3653)] = 174753, - [SMALL_STATE(3654)] = 174776, - [SMALL_STATE(3655)] = 174799, - [SMALL_STATE(3656)] = 174822, - [SMALL_STATE(3657)] = 174845, - [SMALL_STATE(3658)] = 174868, - [SMALL_STATE(3659)] = 174891, - [SMALL_STATE(3660)] = 174914, - [SMALL_STATE(3661)] = 174937, - [SMALL_STATE(3662)] = 174960, - [SMALL_STATE(3663)] = 174983, - [SMALL_STATE(3664)] = 175006, - [SMALL_STATE(3665)] = 175029, - [SMALL_STATE(3666)] = 175052, - [SMALL_STATE(3667)] = 175079, - [SMALL_STATE(3668)] = 175102, - [SMALL_STATE(3669)] = 175129, - [SMALL_STATE(3670)] = 175152, - [SMALL_STATE(3671)] = 175175, - [SMALL_STATE(3672)] = 175198, - [SMALL_STATE(3673)] = 175221, - [SMALL_STATE(3674)] = 175244, - [SMALL_STATE(3675)] = 175267, - [SMALL_STATE(3676)] = 175290, - [SMALL_STATE(3677)] = 175313, - [SMALL_STATE(3678)] = 175336, - [SMALL_STATE(3679)] = 175359, - [SMALL_STATE(3680)] = 175382, - [SMALL_STATE(3681)] = 175405, - [SMALL_STATE(3682)] = 175428, - [SMALL_STATE(3683)] = 175451, - [SMALL_STATE(3684)] = 175474, - [SMALL_STATE(3685)] = 175497, - [SMALL_STATE(3686)] = 175520, - [SMALL_STATE(3687)] = 175547, - [SMALL_STATE(3688)] = 175570, - [SMALL_STATE(3689)] = 175593, - [SMALL_STATE(3690)] = 175616, - [SMALL_STATE(3691)] = 175639, - [SMALL_STATE(3692)] = 175662, - [SMALL_STATE(3693)] = 175685, - [SMALL_STATE(3694)] = 175708, - [SMALL_STATE(3695)] = 175731, - [SMALL_STATE(3696)] = 175754, - [SMALL_STATE(3697)] = 175777, - [SMALL_STATE(3698)] = 175800, - [SMALL_STATE(3699)] = 175823, - [SMALL_STATE(3700)] = 175846, - [SMALL_STATE(3701)] = 175873, - [SMALL_STATE(3702)] = 175896, - [SMALL_STATE(3703)] = 175919, - [SMALL_STATE(3704)] = 175942, - [SMALL_STATE(3705)] = 175965, - [SMALL_STATE(3706)] = 175988, - [SMALL_STATE(3707)] = 176011, - [SMALL_STATE(3708)] = 176034, - [SMALL_STATE(3709)] = 176057, - [SMALL_STATE(3710)] = 176080, - [SMALL_STATE(3711)] = 176103, - [SMALL_STATE(3712)] = 176126, - [SMALL_STATE(3713)] = 176149, - [SMALL_STATE(3714)] = 176172, - [SMALL_STATE(3715)] = 176195, - [SMALL_STATE(3716)] = 176222, - [SMALL_STATE(3717)] = 176245, - [SMALL_STATE(3718)] = 176272, - [SMALL_STATE(3719)] = 176295, - [SMALL_STATE(3720)] = 176318, - [SMALL_STATE(3721)] = 176341, - [SMALL_STATE(3722)] = 176364, - [SMALL_STATE(3723)] = 176387, - [SMALL_STATE(3724)] = 176410, - [SMALL_STATE(3725)] = 176433, - [SMALL_STATE(3726)] = 176456, - [SMALL_STATE(3727)] = 176479, - [SMALL_STATE(3728)] = 176502, - [SMALL_STATE(3729)] = 176529, - [SMALL_STATE(3730)] = 176552, - [SMALL_STATE(3731)] = 176575, - [SMALL_STATE(3732)] = 176598, - [SMALL_STATE(3733)] = 176621, - [SMALL_STATE(3734)] = 176644, - [SMALL_STATE(3735)] = 176667, - [SMALL_STATE(3736)] = 176690, - [SMALL_STATE(3737)] = 176713, - [SMALL_STATE(3738)] = 176736, - [SMALL_STATE(3739)] = 176759, - [SMALL_STATE(3740)] = 176782, - [SMALL_STATE(3741)] = 176805, - [SMALL_STATE(3742)] = 176832, - [SMALL_STATE(3743)] = 176855, - [SMALL_STATE(3744)] = 176878, - [SMALL_STATE(3745)] = 176901, - [SMALL_STATE(3746)] = 176924, - [SMALL_STATE(3747)] = 176947, - [SMALL_STATE(3748)] = 176970, - [SMALL_STATE(3749)] = 176993, - [SMALL_STATE(3750)] = 177016, - [SMALL_STATE(3751)] = 177039, - [SMALL_STATE(3752)] = 177062, - [SMALL_STATE(3753)] = 177089, - [SMALL_STATE(3754)] = 177112, - [SMALL_STATE(3755)] = 177135, - [SMALL_STATE(3756)] = 177158, - [SMALL_STATE(3757)] = 177181, - [SMALL_STATE(3758)] = 177204, - [SMALL_STATE(3759)] = 177227, - [SMALL_STATE(3760)] = 177250, - [SMALL_STATE(3761)] = 177273, - [SMALL_STATE(3762)] = 177296, - [SMALL_STATE(3763)] = 177319, - [SMALL_STATE(3764)] = 177342, - [SMALL_STATE(3765)] = 177365, - [SMALL_STATE(3766)] = 177388, - [SMALL_STATE(3767)] = 177415, - [SMALL_STATE(3768)] = 177438, - [SMALL_STATE(3769)] = 177461, - [SMALL_STATE(3770)] = 177484, - [SMALL_STATE(3771)] = 177507, - [SMALL_STATE(3772)] = 177530, - [SMALL_STATE(3773)] = 177553, - [SMALL_STATE(3774)] = 177576, - [SMALL_STATE(3775)] = 177599, - [SMALL_STATE(3776)] = 177622, - [SMALL_STATE(3777)] = 177645, - [SMALL_STATE(3778)] = 177668, - [SMALL_STATE(3779)] = 177691, - [SMALL_STATE(3780)] = 177714, - [SMALL_STATE(3781)] = 177741, - [SMALL_STATE(3782)] = 177768, - [SMALL_STATE(3783)] = 177791, - [SMALL_STATE(3784)] = 177814, - [SMALL_STATE(3785)] = 177837, - [SMALL_STATE(3786)] = 177860, - [SMALL_STATE(3787)] = 177883, - [SMALL_STATE(3788)] = 177910, - [SMALL_STATE(3789)] = 177937, - [SMALL_STATE(3790)] = 177960, - [SMALL_STATE(3791)] = 177983, - [SMALL_STATE(3792)] = 178006, - [SMALL_STATE(3793)] = 178029, - [SMALL_STATE(3794)] = 178052, - [SMALL_STATE(3795)] = 178075, - [SMALL_STATE(3796)] = 178098, - [SMALL_STATE(3797)] = 178121, - [SMALL_STATE(3798)] = 178144, - [SMALL_STATE(3799)] = 178167, - [SMALL_STATE(3800)] = 178190, - [SMALL_STATE(3801)] = 178213, - [SMALL_STATE(3802)] = 178236, - [SMALL_STATE(3803)] = 178259, - [SMALL_STATE(3804)] = 178286, - [SMALL_STATE(3805)] = 178309, - [SMALL_STATE(3806)] = 178332, - [SMALL_STATE(3807)] = 178355, - [SMALL_STATE(3808)] = 178378, - [SMALL_STATE(3809)] = 178401, - [SMALL_STATE(3810)] = 178424, - [SMALL_STATE(3811)] = 178447, - [SMALL_STATE(3812)] = 178470, - [SMALL_STATE(3813)] = 178493, - [SMALL_STATE(3814)] = 178516, - [SMALL_STATE(3815)] = 178539, - [SMALL_STATE(3816)] = 178562, - [SMALL_STATE(3817)] = 178585, - [SMALL_STATE(3818)] = 178608, - [SMALL_STATE(3819)] = 178631, - [SMALL_STATE(3820)] = 178654, - [SMALL_STATE(3821)] = 178677, - [SMALL_STATE(3822)] = 178700, - [SMALL_STATE(3823)] = 178723, - [SMALL_STATE(3824)] = 178750, - [SMALL_STATE(3825)] = 178777, - [SMALL_STATE(3826)] = 178800, - [SMALL_STATE(3827)] = 178823, - [SMALL_STATE(3828)] = 178846, - [SMALL_STATE(3829)] = 178869, - [SMALL_STATE(3830)] = 178892, - [SMALL_STATE(3831)] = 178919, - [SMALL_STATE(3832)] = 178942, - [SMALL_STATE(3833)] = 178965, - [SMALL_STATE(3834)] = 178988, - [SMALL_STATE(3835)] = 179011, - [SMALL_STATE(3836)] = 179034, - [SMALL_STATE(3837)] = 179057, - [SMALL_STATE(3838)] = 179080, - [SMALL_STATE(3839)] = 179103, - [SMALL_STATE(3840)] = 179126, - [SMALL_STATE(3841)] = 179149, - [SMALL_STATE(3842)] = 179172, - [SMALL_STATE(3843)] = 179195, - [SMALL_STATE(3844)] = 179222, - [SMALL_STATE(3845)] = 179245, - [SMALL_STATE(3846)] = 179268, - [SMALL_STATE(3847)] = 179295, - [SMALL_STATE(3848)] = 179318, - [SMALL_STATE(3849)] = 179341, - [SMALL_STATE(3850)] = 179364, - [SMALL_STATE(3851)] = 179387, - [SMALL_STATE(3852)] = 179410, - [SMALL_STATE(3853)] = 179433, - [SMALL_STATE(3854)] = 179456, - [SMALL_STATE(3855)] = 179479, - [SMALL_STATE(3856)] = 179502, - [SMALL_STATE(3857)] = 179529, - [SMALL_STATE(3858)] = 179552, - [SMALL_STATE(3859)] = 179575, - [SMALL_STATE(3860)] = 179598, - [SMALL_STATE(3861)] = 179621, - [SMALL_STATE(3862)] = 179644, - [SMALL_STATE(3863)] = 179667, - [SMALL_STATE(3864)] = 179690, - [SMALL_STATE(3865)] = 179713, - [SMALL_STATE(3866)] = 179736, - [SMALL_STATE(3867)] = 179759, - [SMALL_STATE(3868)] = 179782, - [SMALL_STATE(3869)] = 179805, - [SMALL_STATE(3870)] = 179828, - [SMALL_STATE(3871)] = 179851, - [SMALL_STATE(3872)] = 179874, - [SMALL_STATE(3873)] = 179897, - [SMALL_STATE(3874)] = 179920, - [SMALL_STATE(3875)] = 179947, - [SMALL_STATE(3876)] = 179970, - [SMALL_STATE(3877)] = 179997, - [SMALL_STATE(3878)] = 180020, - [SMALL_STATE(3879)] = 180047, - [SMALL_STATE(3880)] = 180070, - [SMALL_STATE(3881)] = 180093, - [SMALL_STATE(3882)] = 180116, - [SMALL_STATE(3883)] = 180139, - [SMALL_STATE(3884)] = 180162, - [SMALL_STATE(3885)] = 180185, - [SMALL_STATE(3886)] = 180208, - [SMALL_STATE(3887)] = 180231, - [SMALL_STATE(3888)] = 180254, - [SMALL_STATE(3889)] = 180277, - [SMALL_STATE(3890)] = 180300, - [SMALL_STATE(3891)] = 180327, - [SMALL_STATE(3892)] = 180350, - [SMALL_STATE(3893)] = 180373, - [SMALL_STATE(3894)] = 180396, - [SMALL_STATE(3895)] = 180419, - [SMALL_STATE(3896)] = 180442, - [SMALL_STATE(3897)] = 180465, - [SMALL_STATE(3898)] = 180488, - [SMALL_STATE(3899)] = 180511, - [SMALL_STATE(3900)] = 180538, - [SMALL_STATE(3901)] = 180561, - [SMALL_STATE(3902)] = 180584, - [SMALL_STATE(3903)] = 180607, - [SMALL_STATE(3904)] = 180630, - [SMALL_STATE(3905)] = 180653, - [SMALL_STATE(3906)] = 180676, - [SMALL_STATE(3907)] = 180699, - [SMALL_STATE(3908)] = 180722, - [SMALL_STATE(3909)] = 180745, - [SMALL_STATE(3910)] = 180768, - [SMALL_STATE(3911)] = 180791, - [SMALL_STATE(3912)] = 180814, - [SMALL_STATE(3913)] = 180837, - [SMALL_STATE(3914)] = 180860, - [SMALL_STATE(3915)] = 180883, - [SMALL_STATE(3916)] = 180906, - [SMALL_STATE(3917)] = 180929, - [SMALL_STATE(3918)] = 180952, - [SMALL_STATE(3919)] = 180975, - [SMALL_STATE(3920)] = 180998, - [SMALL_STATE(3921)] = 181025, - [SMALL_STATE(3922)] = 181048, - [SMALL_STATE(3923)] = 181071, - [SMALL_STATE(3924)] = 181094, - [SMALL_STATE(3925)] = 181117, - [SMALL_STATE(3926)] = 181140, - [SMALL_STATE(3927)] = 181167, - [SMALL_STATE(3928)] = 181190, - [SMALL_STATE(3929)] = 181213, - [SMALL_STATE(3930)] = 181236, - [SMALL_STATE(3931)] = 181259, - [SMALL_STATE(3932)] = 181282, - [SMALL_STATE(3933)] = 181305, - [SMALL_STATE(3934)] = 181332, - [SMALL_STATE(3935)] = 181359, - [SMALL_STATE(3936)] = 181382, - [SMALL_STATE(3937)] = 181405, - [SMALL_STATE(3938)] = 181428, - [SMALL_STATE(3939)] = 181451, - [SMALL_STATE(3940)] = 181474, - [SMALL_STATE(3941)] = 181497, - [SMALL_STATE(3942)] = 181520, - [SMALL_STATE(3943)] = 181547, - [SMALL_STATE(3944)] = 181570, - [SMALL_STATE(3945)] = 181593, - [SMALL_STATE(3946)] = 181616, - [SMALL_STATE(3947)] = 181639, - [SMALL_STATE(3948)] = 181662, - [SMALL_STATE(3949)] = 181685, - [SMALL_STATE(3950)] = 181712, - [SMALL_STATE(3951)] = 181735, - [SMALL_STATE(3952)] = 181758, - [SMALL_STATE(3953)] = 181781, - [SMALL_STATE(3954)] = 181804, - [SMALL_STATE(3955)] = 181827, - [SMALL_STATE(3956)] = 181850, - [SMALL_STATE(3957)] = 181873, - [SMALL_STATE(3958)] = 181896, - [SMALL_STATE(3959)] = 181919, - [SMALL_STATE(3960)] = 181942, - [SMALL_STATE(3961)] = 181965, - [SMALL_STATE(3962)] = 181988, - [SMALL_STATE(3963)] = 182012, - [SMALL_STATE(3964)] = 182036, - [SMALL_STATE(3965)] = 182060, - [SMALL_STATE(3966)] = 182084, - [SMALL_STATE(3967)] = 182108, - [SMALL_STATE(3968)] = 182132, - [SMALL_STATE(3969)] = 182156, - [SMALL_STATE(3970)] = 182180, - [SMALL_STATE(3971)] = 182204, - [SMALL_STATE(3972)] = 182228, - [SMALL_STATE(3973)] = 182252, - [SMALL_STATE(3974)] = 182276, - [SMALL_STATE(3975)] = 182300, - [SMALL_STATE(3976)] = 182324, - [SMALL_STATE(3977)] = 182348, - [SMALL_STATE(3978)] = 182372, - [SMALL_STATE(3979)] = 182396, - [SMALL_STATE(3980)] = 182420, - [SMALL_STATE(3981)] = 182444, - [SMALL_STATE(3982)] = 182468, - [SMALL_STATE(3983)] = 182492, - [SMALL_STATE(3984)] = 182516, - [SMALL_STATE(3985)] = 182540, - [SMALL_STATE(3986)] = 182564, - [SMALL_STATE(3987)] = 182588, - [SMALL_STATE(3988)] = 182612, - [SMALL_STATE(3989)] = 182636, - [SMALL_STATE(3990)] = 182660, - [SMALL_STATE(3991)] = 182684, - [SMALL_STATE(3992)] = 182708, - [SMALL_STATE(3993)] = 182732, - [SMALL_STATE(3994)] = 182756, - [SMALL_STATE(3995)] = 182780, - [SMALL_STATE(3996)] = 182804, - [SMALL_STATE(3997)] = 182828, - [SMALL_STATE(3998)] = 182852, - [SMALL_STATE(3999)] = 182876, - [SMALL_STATE(4000)] = 182900, - [SMALL_STATE(4001)] = 182924, - [SMALL_STATE(4002)] = 182948, - [SMALL_STATE(4003)] = 182972, - [SMALL_STATE(4004)] = 182996, - [SMALL_STATE(4005)] = 183020, - [SMALL_STATE(4006)] = 183044, - [SMALL_STATE(4007)] = 183068, - [SMALL_STATE(4008)] = 183092, - [SMALL_STATE(4009)] = 183116, - [SMALL_STATE(4010)] = 183140, - [SMALL_STATE(4011)] = 183164, - [SMALL_STATE(4012)] = 183188, - [SMALL_STATE(4013)] = 183212, - [SMALL_STATE(4014)] = 183236, - [SMALL_STATE(4015)] = 183260, - [SMALL_STATE(4016)] = 183284, - [SMALL_STATE(4017)] = 183308, - [SMALL_STATE(4018)] = 183332, - [SMALL_STATE(4019)] = 183356, - [SMALL_STATE(4020)] = 183380, - [SMALL_STATE(4021)] = 183404, - [SMALL_STATE(4022)] = 183428, - [SMALL_STATE(4023)] = 183452, - [SMALL_STATE(4024)] = 183476, - [SMALL_STATE(4025)] = 183500, - [SMALL_STATE(4026)] = 183524, - [SMALL_STATE(4027)] = 183548, - [SMALL_STATE(4028)] = 183572, - [SMALL_STATE(4029)] = 183596, - [SMALL_STATE(4030)] = 183620, - [SMALL_STATE(4031)] = 183644, - [SMALL_STATE(4032)] = 183668, - [SMALL_STATE(4033)] = 183692, - [SMALL_STATE(4034)] = 183716, - [SMALL_STATE(4035)] = 183740, - [SMALL_STATE(4036)] = 183764, - [SMALL_STATE(4037)] = 183788, - [SMALL_STATE(4038)] = 183812, - [SMALL_STATE(4039)] = 183836, - [SMALL_STATE(4040)] = 183860, - [SMALL_STATE(4041)] = 183884, - [SMALL_STATE(4042)] = 183908, - [SMALL_STATE(4043)] = 183932, - [SMALL_STATE(4044)] = 183956, - [SMALL_STATE(4045)] = 183980, - [SMALL_STATE(4046)] = 184004, - [SMALL_STATE(4047)] = 184028, - [SMALL_STATE(4048)] = 184052, - [SMALL_STATE(4049)] = 184076, - [SMALL_STATE(4050)] = 184100, - [SMALL_STATE(4051)] = 184124, - [SMALL_STATE(4052)] = 184148, - [SMALL_STATE(4053)] = 184172, - [SMALL_STATE(4054)] = 184196, - [SMALL_STATE(4055)] = 184220, - [SMALL_STATE(4056)] = 184244, - [SMALL_STATE(4057)] = 184268, - [SMALL_STATE(4058)] = 184292, - [SMALL_STATE(4059)] = 184316, - [SMALL_STATE(4060)] = 184340, - [SMALL_STATE(4061)] = 184364, - [SMALL_STATE(4062)] = 184388, - [SMALL_STATE(4063)] = 184412, - [SMALL_STATE(4064)] = 184436, - [SMALL_STATE(4065)] = 184460, - [SMALL_STATE(4066)] = 184484, - [SMALL_STATE(4067)] = 184508, - [SMALL_STATE(4068)] = 184525, - [SMALL_STATE(4069)] = 184542, - [SMALL_STATE(4070)] = 184560, - [SMALL_STATE(4071)] = 184578, - [SMALL_STATE(4072)] = 184594, - [SMALL_STATE(4073)] = 184612, - [SMALL_STATE(4074)] = 184630, - [SMALL_STATE(4075)] = 184646, - [SMALL_STATE(4076)] = 184664, - [SMALL_STATE(4077)] = 184682, - [SMALL_STATE(4078)] = 184700, - [SMALL_STATE(4079)] = 184718, - [SMALL_STATE(4080)] = 184736, - [SMALL_STATE(4081)] = 184754, - [SMALL_STATE(4082)] = 184772, - [SMALL_STATE(4083)] = 184790, - [SMALL_STATE(4084)] = 184806, - [SMALL_STATE(4085)] = 184824, - [SMALL_STATE(4086)] = 184840, - [SMALL_STATE(4087)] = 184858, - [SMALL_STATE(4088)] = 184876, - [SMALL_STATE(4089)] = 184894, - [SMALL_STATE(4090)] = 184912, - [SMALL_STATE(4091)] = 184930, - [SMALL_STATE(4092)] = 184948, - [SMALL_STATE(4093)] = 184966, - [SMALL_STATE(4094)] = 184982, - [SMALL_STATE(4095)] = 184998, - [SMALL_STATE(4096)] = 185014, - [SMALL_STATE(4097)] = 185030, - [SMALL_STATE(4098)] = 185048, - [SMALL_STATE(4099)] = 185066, - [SMALL_STATE(4100)] = 185084, - [SMALL_STATE(4101)] = 185102, - [SMALL_STATE(4102)] = 185120, - [SMALL_STATE(4103)] = 185138, - [SMALL_STATE(4104)] = 185156, - [SMALL_STATE(4105)] = 185174, - [SMALL_STATE(4106)] = 185192, - [SMALL_STATE(4107)] = 185210, - [SMALL_STATE(4108)] = 185228, - [SMALL_STATE(4109)] = 185246, - [SMALL_STATE(4110)] = 185262, - [SMALL_STATE(4111)] = 185280, - [SMALL_STATE(4112)] = 185298, - [SMALL_STATE(4113)] = 185314, - [SMALL_STATE(4114)] = 185332, - [SMALL_STATE(4115)] = 185350, - [SMALL_STATE(4116)] = 185368, - [SMALL_STATE(4117)] = 185386, - [SMALL_STATE(4118)] = 185404, - [SMALL_STATE(4119)] = 185422, - [SMALL_STATE(4120)] = 185440, - [SMALL_STATE(4121)] = 185458, - [SMALL_STATE(4122)] = 185476, - [SMALL_STATE(4123)] = 185494, - [SMALL_STATE(4124)] = 185512, - [SMALL_STATE(4125)] = 185530, - [SMALL_STATE(4126)] = 185546, - [SMALL_STATE(4127)] = 185564, - [SMALL_STATE(4128)] = 185582, - [SMALL_STATE(4129)] = 185600, - [SMALL_STATE(4130)] = 185618, - [SMALL_STATE(4131)] = 185636, - [SMALL_STATE(4132)] = 185654, - [SMALL_STATE(4133)] = 185672, - [SMALL_STATE(4134)] = 185690, - [SMALL_STATE(4135)] = 185708, - [SMALL_STATE(4136)] = 185726, - [SMALL_STATE(4137)] = 185744, - [SMALL_STATE(4138)] = 185762, - [SMALL_STATE(4139)] = 185780, - [SMALL_STATE(4140)] = 185796, - [SMALL_STATE(4141)] = 185814, - [SMALL_STATE(4142)] = 185832, - [SMALL_STATE(4143)] = 185850, - [SMALL_STATE(4144)] = 185868, - [SMALL_STATE(4145)] = 185886, - [SMALL_STATE(4146)] = 185904, - [SMALL_STATE(4147)] = 185922, - [SMALL_STATE(4148)] = 185940, - [SMALL_STATE(4149)] = 185958, - [SMALL_STATE(4150)] = 185976, - [SMALL_STATE(4151)] = 185994, - [SMALL_STATE(4152)] = 186012, - [SMALL_STATE(4153)] = 186030, - [SMALL_STATE(4154)] = 186048, - [SMALL_STATE(4155)] = 186066, - [SMALL_STATE(4156)] = 186084, - [SMALL_STATE(4157)] = 186102, - [SMALL_STATE(4158)] = 186120, - [SMALL_STATE(4159)] = 186138, - [SMALL_STATE(4160)] = 186156, - [SMALL_STATE(4161)] = 186174, - [SMALL_STATE(4162)] = 186192, - [SMALL_STATE(4163)] = 186210, - [SMALL_STATE(4164)] = 186228, - [SMALL_STATE(4165)] = 186246, - [SMALL_STATE(4166)] = 186264, - [SMALL_STATE(4167)] = 186282, - [SMALL_STATE(4168)] = 186300, - [SMALL_STATE(4169)] = 186318, - [SMALL_STATE(4170)] = 186336, - [SMALL_STATE(4171)] = 186354, - [SMALL_STATE(4172)] = 186372, - [SMALL_STATE(4173)] = 186390, - [SMALL_STATE(4174)] = 186408, - [SMALL_STATE(4175)] = 186426, - [SMALL_STATE(4176)] = 186444, - [SMALL_STATE(4177)] = 186462, - [SMALL_STATE(4178)] = 186480, - [SMALL_STATE(4179)] = 186498, - [SMALL_STATE(4180)] = 186516, - [SMALL_STATE(4181)] = 186534, - [SMALL_STATE(4182)] = 186552, - [SMALL_STATE(4183)] = 186570, - [SMALL_STATE(4184)] = 186588, - [SMALL_STATE(4185)] = 186606, - [SMALL_STATE(4186)] = 186624, - [SMALL_STATE(4187)] = 186639, - [SMALL_STATE(4188)] = 186654, - [SMALL_STATE(4189)] = 186669, - [SMALL_STATE(4190)] = 186684, - [SMALL_STATE(4191)] = 186699, - [SMALL_STATE(4192)] = 186714, - [SMALL_STATE(4193)] = 186729, - [SMALL_STATE(4194)] = 186744, - [SMALL_STATE(4195)] = 186759, - [SMALL_STATE(4196)] = 186774, - [SMALL_STATE(4197)] = 186788, - [SMALL_STATE(4198)] = 186798, - [SMALL_STATE(4199)] = 186808, - [SMALL_STATE(4200)] = 186822, - [SMALL_STATE(4201)] = 186836, - [SMALL_STATE(4202)] = 186850, - [SMALL_STATE(4203)] = 186864, - [SMALL_STATE(4204)] = 186878, - [SMALL_STATE(4205)] = 186892, - [SMALL_STATE(4206)] = 186906, - [SMALL_STATE(4207)] = 186920, - [SMALL_STATE(4208)] = 186934, - [SMALL_STATE(4209)] = 186948, - [SMALL_STATE(4210)] = 186962, - [SMALL_STATE(4211)] = 186976, - [SMALL_STATE(4212)] = 186990, - [SMALL_STATE(4213)] = 187004, - [SMALL_STATE(4214)] = 187018, - [SMALL_STATE(4215)] = 187032, - [SMALL_STATE(4216)] = 187046, - [SMALL_STATE(4217)] = 187060, - [SMALL_STATE(4218)] = 187070, - [SMALL_STATE(4219)] = 187084, - [SMALL_STATE(4220)] = 187098, - [SMALL_STATE(4221)] = 187112, - [SMALL_STATE(4222)] = 187126, - [SMALL_STATE(4223)] = 187140, - [SMALL_STATE(4224)] = 187154, - [SMALL_STATE(4225)] = 187168, - [SMALL_STATE(4226)] = 187182, - [SMALL_STATE(4227)] = 187196, - [SMALL_STATE(4228)] = 187210, - [SMALL_STATE(4229)] = 187224, - [SMALL_STATE(4230)] = 187234, - [SMALL_STATE(4231)] = 187248, - [SMALL_STATE(4232)] = 187262, - [SMALL_STATE(4233)] = 187276, - [SMALL_STATE(4234)] = 187290, - [SMALL_STATE(4235)] = 187304, - [SMALL_STATE(4236)] = 187318, - [SMALL_STATE(4237)] = 187332, - [SMALL_STATE(4238)] = 187346, - [SMALL_STATE(4239)] = 187360, - [SMALL_STATE(4240)] = 187374, - [SMALL_STATE(4241)] = 187388, - [SMALL_STATE(4242)] = 187402, - [SMALL_STATE(4243)] = 187416, - [SMALL_STATE(4244)] = 187430, - [SMALL_STATE(4245)] = 187444, - [SMALL_STATE(4246)] = 187458, - [SMALL_STATE(4247)] = 187468, - [SMALL_STATE(4248)] = 187482, - [SMALL_STATE(4249)] = 187496, - [SMALL_STATE(4250)] = 187510, - [SMALL_STATE(4251)] = 187524, - [SMALL_STATE(4252)] = 187538, - [SMALL_STATE(4253)] = 187552, - [SMALL_STATE(4254)] = 187562, - [SMALL_STATE(4255)] = 187576, - [SMALL_STATE(4256)] = 187586, - [SMALL_STATE(4257)] = 187600, - [SMALL_STATE(4258)] = 187614, - [SMALL_STATE(4259)] = 187628, - [SMALL_STATE(4260)] = 187642, - [SMALL_STATE(4261)] = 187656, - [SMALL_STATE(4262)] = 187670, - [SMALL_STATE(4263)] = 187684, - [SMALL_STATE(4264)] = 187698, - [SMALL_STATE(4265)] = 187712, - [SMALL_STATE(4266)] = 187726, - [SMALL_STATE(4267)] = 187740, - [SMALL_STATE(4268)] = 187754, - [SMALL_STATE(4269)] = 187768, - [SMALL_STATE(4270)] = 187782, - [SMALL_STATE(4271)] = 187796, - [SMALL_STATE(4272)] = 187806, - [SMALL_STATE(4273)] = 187820, - [SMALL_STATE(4274)] = 187834, - [SMALL_STATE(4275)] = 187848, - [SMALL_STATE(4276)] = 187862, - [SMALL_STATE(4277)] = 187876, - [SMALL_STATE(4278)] = 187890, - [SMALL_STATE(4279)] = 187904, - [SMALL_STATE(4280)] = 187918, - [SMALL_STATE(4281)] = 187932, - [SMALL_STATE(4282)] = 187946, - [SMALL_STATE(4283)] = 187960, - [SMALL_STATE(4284)] = 187974, - [SMALL_STATE(4285)] = 187988, - [SMALL_STATE(4286)] = 188002, - [SMALL_STATE(4287)] = 188016, - [SMALL_STATE(4288)] = 188026, - [SMALL_STATE(4289)] = 188036, - [SMALL_STATE(4290)] = 188050, - [SMALL_STATE(4291)] = 188060, - [SMALL_STATE(4292)] = 188074, - [SMALL_STATE(4293)] = 188088, - [SMALL_STATE(4294)] = 188102, - [SMALL_STATE(4295)] = 188116, - [SMALL_STATE(4296)] = 188130, - [SMALL_STATE(4297)] = 188144, - [SMALL_STATE(4298)] = 188158, - [SMALL_STATE(4299)] = 188172, - [SMALL_STATE(4300)] = 188186, - [SMALL_STATE(4301)] = 188196, - [SMALL_STATE(4302)] = 188210, - [SMALL_STATE(4303)] = 188224, - [SMALL_STATE(4304)] = 188238, - [SMALL_STATE(4305)] = 188252, - [SMALL_STATE(4306)] = 188266, - [SMALL_STATE(4307)] = 188280, - [SMALL_STATE(4308)] = 188294, - [SMALL_STATE(4309)] = 188308, - [SMALL_STATE(4310)] = 188322, - [SMALL_STATE(4311)] = 188336, - [SMALL_STATE(4312)] = 188350, - [SMALL_STATE(4313)] = 188364, - [SMALL_STATE(4314)] = 188374, - [SMALL_STATE(4315)] = 188388, - [SMALL_STATE(4316)] = 188402, - [SMALL_STATE(4317)] = 188416, - [SMALL_STATE(4318)] = 188430, - [SMALL_STATE(4319)] = 188444, - [SMALL_STATE(4320)] = 188458, - [SMALL_STATE(4321)] = 188472, - [SMALL_STATE(4322)] = 188486, - [SMALL_STATE(4323)] = 188500, - [SMALL_STATE(4324)] = 188514, - [SMALL_STATE(4325)] = 188528, - [SMALL_STATE(4326)] = 188542, - [SMALL_STATE(4327)] = 188556, - [SMALL_STATE(4328)] = 188570, - [SMALL_STATE(4329)] = 188580, - [SMALL_STATE(4330)] = 188594, - [SMALL_STATE(4331)] = 188608, - [SMALL_STATE(4332)] = 188622, - [SMALL_STATE(4333)] = 188636, - [SMALL_STATE(4334)] = 188650, - [SMALL_STATE(4335)] = 188664, - [SMALL_STATE(4336)] = 188678, - [SMALL_STATE(4337)] = 188692, - [SMALL_STATE(4338)] = 188706, - [SMALL_STATE(4339)] = 188720, - [SMALL_STATE(4340)] = 188734, - [SMALL_STATE(4341)] = 188746, - [SMALL_STATE(4342)] = 188760, - [SMALL_STATE(4343)] = 188770, - [SMALL_STATE(4344)] = 188784, - [SMALL_STATE(4345)] = 188798, - [SMALL_STATE(4346)] = 188812, - [SMALL_STATE(4347)] = 188826, - [SMALL_STATE(4348)] = 188840, - [SMALL_STATE(4349)] = 188854, - [SMALL_STATE(4350)] = 188868, - [SMALL_STATE(4351)] = 188882, - [SMALL_STATE(4352)] = 188896, - [SMALL_STATE(4353)] = 188910, - [SMALL_STATE(4354)] = 188924, - [SMALL_STATE(4355)] = 188938, - [SMALL_STATE(4356)] = 188952, - [SMALL_STATE(4357)] = 188966, - [SMALL_STATE(4358)] = 188980, - [SMALL_STATE(4359)] = 188994, - [SMALL_STATE(4360)] = 189008, - [SMALL_STATE(4361)] = 189022, - [SMALL_STATE(4362)] = 189036, - [SMALL_STATE(4363)] = 189050, - [SMALL_STATE(4364)] = 189064, - [SMALL_STATE(4365)] = 189078, - [SMALL_STATE(4366)] = 189092, - [SMALL_STATE(4367)] = 189106, - [SMALL_STATE(4368)] = 189120, - [SMALL_STATE(4369)] = 189134, - [SMALL_STATE(4370)] = 189148, - [SMALL_STATE(4371)] = 189162, - [SMALL_STATE(4372)] = 189176, - [SMALL_STATE(4373)] = 189186, - [SMALL_STATE(4374)] = 189196, - [SMALL_STATE(4375)] = 189206, - [SMALL_STATE(4376)] = 189216, - [SMALL_STATE(4377)] = 189226, - [SMALL_STATE(4378)] = 189236, - [SMALL_STATE(4379)] = 189246, - [SMALL_STATE(4380)] = 189256, - [SMALL_STATE(4381)] = 189266, - [SMALL_STATE(4382)] = 189276, - [SMALL_STATE(4383)] = 189286, - [SMALL_STATE(4384)] = 189296, - [SMALL_STATE(4385)] = 189306, - [SMALL_STATE(4386)] = 189316, - [SMALL_STATE(4387)] = 189326, - [SMALL_STATE(4388)] = 189336, - [SMALL_STATE(4389)] = 189346, - [SMALL_STATE(4390)] = 189356, - [SMALL_STATE(4391)] = 189366, - [SMALL_STATE(4392)] = 189376, - [SMALL_STATE(4393)] = 189386, - [SMALL_STATE(4394)] = 189396, - [SMALL_STATE(4395)] = 189406, - [SMALL_STATE(4396)] = 189416, - [SMALL_STATE(4397)] = 189426, - [SMALL_STATE(4398)] = 189436, - [SMALL_STATE(4399)] = 189446, - [SMALL_STATE(4400)] = 189456, - [SMALL_STATE(4401)] = 189466, - [SMALL_STATE(4402)] = 189476, - [SMALL_STATE(4403)] = 189486, - [SMALL_STATE(4404)] = 189496, - [SMALL_STATE(4405)] = 189506, - [SMALL_STATE(4406)] = 189516, - [SMALL_STATE(4407)] = 189526, - [SMALL_STATE(4408)] = 189536, - [SMALL_STATE(4409)] = 189546, - [SMALL_STATE(4410)] = 189556, - [SMALL_STATE(4411)] = 189566, - [SMALL_STATE(4412)] = 189576, - [SMALL_STATE(4413)] = 189586, - [SMALL_STATE(4414)] = 189596, - [SMALL_STATE(4415)] = 189606, - [SMALL_STATE(4416)] = 189614, - [SMALL_STATE(4417)] = 189624, - [SMALL_STATE(4418)] = 189634, - [SMALL_STATE(4419)] = 189644, - [SMALL_STATE(4420)] = 189654, - [SMALL_STATE(4421)] = 189664, - [SMALL_STATE(4422)] = 189674, - [SMALL_STATE(4423)] = 189684, - [SMALL_STATE(4424)] = 189694, - [SMALL_STATE(4425)] = 189704, - [SMALL_STATE(4426)] = 189714, - [SMALL_STATE(4427)] = 189724, - [SMALL_STATE(4428)] = 189734, - [SMALL_STATE(4429)] = 189744, - [SMALL_STATE(4430)] = 189754, - [SMALL_STATE(4431)] = 189764, - [SMALL_STATE(4432)] = 189774, - [SMALL_STATE(4433)] = 189784, - [SMALL_STATE(4434)] = 189794, - [SMALL_STATE(4435)] = 189804, - [SMALL_STATE(4436)] = 189814, - [SMALL_STATE(4437)] = 189824, - [SMALL_STATE(4438)] = 189834, - [SMALL_STATE(4439)] = 189844, - [SMALL_STATE(4440)] = 189854, - [SMALL_STATE(4441)] = 189864, - [SMALL_STATE(4442)] = 189874, - [SMALL_STATE(4443)] = 189884, - [SMALL_STATE(4444)] = 189894, - [SMALL_STATE(4445)] = 189904, - [SMALL_STATE(4446)] = 189914, - [SMALL_STATE(4447)] = 189924, - [SMALL_STATE(4448)] = 189934, - [SMALL_STATE(4449)] = 189944, - [SMALL_STATE(4450)] = 189954, - [SMALL_STATE(4451)] = 189964, - [SMALL_STATE(4452)] = 189974, - [SMALL_STATE(4453)] = 189984, - [SMALL_STATE(4454)] = 189994, - [SMALL_STATE(4455)] = 190004, - [SMALL_STATE(4456)] = 190014, - [SMALL_STATE(4457)] = 190024, - [SMALL_STATE(4458)] = 190034, - [SMALL_STATE(4459)] = 190044, - [SMALL_STATE(4460)] = 190054, - [SMALL_STATE(4461)] = 190064, - [SMALL_STATE(4462)] = 190074, - [SMALL_STATE(4463)] = 190084, - [SMALL_STATE(4464)] = 190094, - [SMALL_STATE(4465)] = 190104, - [SMALL_STATE(4466)] = 190114, - [SMALL_STATE(4467)] = 190124, - [SMALL_STATE(4468)] = 190134, - [SMALL_STATE(4469)] = 190144, - [SMALL_STATE(4470)] = 190154, - [SMALL_STATE(4471)] = 190164, - [SMALL_STATE(4472)] = 190174, - [SMALL_STATE(4473)] = 190184, - [SMALL_STATE(4474)] = 190194, - [SMALL_STATE(4475)] = 190204, - [SMALL_STATE(4476)] = 190214, - [SMALL_STATE(4477)] = 190224, - [SMALL_STATE(4478)] = 190234, - [SMALL_STATE(4479)] = 190244, - [SMALL_STATE(4480)] = 190254, - [SMALL_STATE(4481)] = 190264, - [SMALL_STATE(4482)] = 190274, - [SMALL_STATE(4483)] = 190284, - [SMALL_STATE(4484)] = 190294, - [SMALL_STATE(4485)] = 190304, - [SMALL_STATE(4486)] = 190314, - [SMALL_STATE(4487)] = 190324, - [SMALL_STATE(4488)] = 190334, - [SMALL_STATE(4489)] = 190344, - [SMALL_STATE(4490)] = 190354, - [SMALL_STATE(4491)] = 190364, - [SMALL_STATE(4492)] = 190374, - [SMALL_STATE(4493)] = 190384, - [SMALL_STATE(4494)] = 190394, - [SMALL_STATE(4495)] = 190404, - [SMALL_STATE(4496)] = 190414, - [SMALL_STATE(4497)] = 190424, - [SMALL_STATE(4498)] = 190434, - [SMALL_STATE(4499)] = 190444, - [SMALL_STATE(4500)] = 190454, - [SMALL_STATE(4501)] = 190464, - [SMALL_STATE(4502)] = 190474, - [SMALL_STATE(4503)] = 190484, - [SMALL_STATE(4504)] = 190494, - [SMALL_STATE(4505)] = 190504, - [SMALL_STATE(4506)] = 190514, - [SMALL_STATE(4507)] = 190524, - [SMALL_STATE(4508)] = 190534, - [SMALL_STATE(4509)] = 190544, - [SMALL_STATE(4510)] = 190554, - [SMALL_STATE(4511)] = 190564, - [SMALL_STATE(4512)] = 190574, - [SMALL_STATE(4513)] = 190584, - [SMALL_STATE(4514)] = 190594, - [SMALL_STATE(4515)] = 190604, - [SMALL_STATE(4516)] = 190614, - [SMALL_STATE(4517)] = 190624, - [SMALL_STATE(4518)] = 190634, - [SMALL_STATE(4519)] = 190644, - [SMALL_STATE(4520)] = 190654, - [SMALL_STATE(4521)] = 190664, - [SMALL_STATE(4522)] = 190674, - [SMALL_STATE(4523)] = 190684, - [SMALL_STATE(4524)] = 190694, - [SMALL_STATE(4525)] = 190704, - [SMALL_STATE(4526)] = 190714, - [SMALL_STATE(4527)] = 190724, - [SMALL_STATE(4528)] = 190734, - [SMALL_STATE(4529)] = 190744, - [SMALL_STATE(4530)] = 190754, - [SMALL_STATE(4531)] = 190764, - [SMALL_STATE(4532)] = 190774, - [SMALL_STATE(4533)] = 190784, - [SMALL_STATE(4534)] = 190794, - [SMALL_STATE(4535)] = 190804, - [SMALL_STATE(4536)] = 190814, - [SMALL_STATE(4537)] = 190824, - [SMALL_STATE(4538)] = 190834, - [SMALL_STATE(4539)] = 190844, - [SMALL_STATE(4540)] = 190854, - [SMALL_STATE(4541)] = 190864, - [SMALL_STATE(4542)] = 190874, - [SMALL_STATE(4543)] = 190884, - [SMALL_STATE(4544)] = 190894, - [SMALL_STATE(4545)] = 190904, - [SMALL_STATE(4546)] = 190914, - [SMALL_STATE(4547)] = 190924, - [SMALL_STATE(4548)] = 190934, - [SMALL_STATE(4549)] = 190944, - [SMALL_STATE(4550)] = 190954, - [SMALL_STATE(4551)] = 190964, - [SMALL_STATE(4552)] = 190974, - [SMALL_STATE(4553)] = 190984, - [SMALL_STATE(4554)] = 190994, - [SMALL_STATE(4555)] = 191004, - [SMALL_STATE(4556)] = 191014, - [SMALL_STATE(4557)] = 191024, - [SMALL_STATE(4558)] = 191034, - [SMALL_STATE(4559)] = 191044, - [SMALL_STATE(4560)] = 191054, - [SMALL_STATE(4561)] = 191064, - [SMALL_STATE(4562)] = 191074, - [SMALL_STATE(4563)] = 191084, - [SMALL_STATE(4564)] = 191094, - [SMALL_STATE(4565)] = 191104, - [SMALL_STATE(4566)] = 191114, - [SMALL_STATE(4567)] = 191124, - [SMALL_STATE(4568)] = 191134, - [SMALL_STATE(4569)] = 191144, - [SMALL_STATE(4570)] = 191154, - [SMALL_STATE(4571)] = 191164, - [SMALL_STATE(4572)] = 191174, - [SMALL_STATE(4573)] = 191184, - [SMALL_STATE(4574)] = 191194, - [SMALL_STATE(4575)] = 191204, - [SMALL_STATE(4576)] = 191214, - [SMALL_STATE(4577)] = 191224, - [SMALL_STATE(4578)] = 191234, - [SMALL_STATE(4579)] = 191244, - [SMALL_STATE(4580)] = 191254, - [SMALL_STATE(4581)] = 191264, - [SMALL_STATE(4582)] = 191274, - [SMALL_STATE(4583)] = 191284, - [SMALL_STATE(4584)] = 191294, - [SMALL_STATE(4585)] = 191304, - [SMALL_STATE(4586)] = 191314, - [SMALL_STATE(4587)] = 191324, - [SMALL_STATE(4588)] = 191334, - [SMALL_STATE(4589)] = 191344, - [SMALL_STATE(4590)] = 191354, - [SMALL_STATE(4591)] = 191364, - [SMALL_STATE(4592)] = 191374, - [SMALL_STATE(4593)] = 191384, - [SMALL_STATE(4594)] = 191394, - [SMALL_STATE(4595)] = 191404, - [SMALL_STATE(4596)] = 191414, - [SMALL_STATE(4597)] = 191424, - [SMALL_STATE(4598)] = 191434, - [SMALL_STATE(4599)] = 191444, - [SMALL_STATE(4600)] = 191454, - [SMALL_STATE(4601)] = 191464, - [SMALL_STATE(4602)] = 191474, - [SMALL_STATE(4603)] = 191484, - [SMALL_STATE(4604)] = 191494, - [SMALL_STATE(4605)] = 191504, - [SMALL_STATE(4606)] = 191514, - [SMALL_STATE(4607)] = 191524, - [SMALL_STATE(4608)] = 191534, - [SMALL_STATE(4609)] = 191544, - [SMALL_STATE(4610)] = 191554, - [SMALL_STATE(4611)] = 191564, - [SMALL_STATE(4612)] = 191574, - [SMALL_STATE(4613)] = 191584, - [SMALL_STATE(4614)] = 191594, - [SMALL_STATE(4615)] = 191600, - [SMALL_STATE(4616)] = 191610, - [SMALL_STATE(4617)] = 191620, - [SMALL_STATE(4618)] = 191630, - [SMALL_STATE(4619)] = 191640, - [SMALL_STATE(4620)] = 191650, - [SMALL_STATE(4621)] = 191660, - [SMALL_STATE(4622)] = 191670, - [SMALL_STATE(4623)] = 191680, - [SMALL_STATE(4624)] = 191690, - [SMALL_STATE(4625)] = 191700, - [SMALL_STATE(4626)] = 191710, - [SMALL_STATE(4627)] = 191720, - [SMALL_STATE(4628)] = 191730, - [SMALL_STATE(4629)] = 191740, - [SMALL_STATE(4630)] = 191750, - [SMALL_STATE(4631)] = 191760, - [SMALL_STATE(4632)] = 191770, - [SMALL_STATE(4633)] = 191780, - [SMALL_STATE(4634)] = 191790, - [SMALL_STATE(4635)] = 191800, - [SMALL_STATE(4636)] = 191810, - [SMALL_STATE(4637)] = 191820, - [SMALL_STATE(4638)] = 191830, - [SMALL_STATE(4639)] = 191840, - [SMALL_STATE(4640)] = 191850, - [SMALL_STATE(4641)] = 191860, - [SMALL_STATE(4642)] = 191870, - [SMALL_STATE(4643)] = 191880, - [SMALL_STATE(4644)] = 191890, - [SMALL_STATE(4645)] = 191900, - [SMALL_STATE(4646)] = 191910, - [SMALL_STATE(4647)] = 191920, - [SMALL_STATE(4648)] = 191930, - [SMALL_STATE(4649)] = 191940, - [SMALL_STATE(4650)] = 191950, - [SMALL_STATE(4651)] = 191960, - [SMALL_STATE(4652)] = 191970, - [SMALL_STATE(4653)] = 191980, - [SMALL_STATE(4654)] = 191990, - [SMALL_STATE(4655)] = 192000, - [SMALL_STATE(4656)] = 192010, - [SMALL_STATE(4657)] = 192020, - [SMALL_STATE(4658)] = 192030, - [SMALL_STATE(4659)] = 192040, - [SMALL_STATE(4660)] = 192050, - [SMALL_STATE(4661)] = 192060, - [SMALL_STATE(4662)] = 192070, - [SMALL_STATE(4663)] = 192080, - [SMALL_STATE(4664)] = 192090, - [SMALL_STATE(4665)] = 192100, - [SMALL_STATE(4666)] = 192110, - [SMALL_STATE(4667)] = 192120, - [SMALL_STATE(4668)] = 192130, - [SMALL_STATE(4669)] = 192140, - [SMALL_STATE(4670)] = 192150, - [SMALL_STATE(4671)] = 192160, - [SMALL_STATE(4672)] = 192170, - [SMALL_STATE(4673)] = 192180, - [SMALL_STATE(4674)] = 192190, - [SMALL_STATE(4675)] = 192200, - [SMALL_STATE(4676)] = 192210, - [SMALL_STATE(4677)] = 192220, - [SMALL_STATE(4678)] = 192230, - [SMALL_STATE(4679)] = 192240, - [SMALL_STATE(4680)] = 192250, - [SMALL_STATE(4681)] = 192260, - [SMALL_STATE(4682)] = 192270, - [SMALL_STATE(4683)] = 192280, - [SMALL_STATE(4684)] = 192290, - [SMALL_STATE(4685)] = 192300, - [SMALL_STATE(4686)] = 192310, - [SMALL_STATE(4687)] = 192320, - [SMALL_STATE(4688)] = 192330, - [SMALL_STATE(4689)] = 192340, - [SMALL_STATE(4690)] = 192350, - [SMALL_STATE(4691)] = 192360, - [SMALL_STATE(4692)] = 192370, - [SMALL_STATE(4693)] = 192380, - [SMALL_STATE(4694)] = 192390, - [SMALL_STATE(4695)] = 192400, - [SMALL_STATE(4696)] = 192410, - [SMALL_STATE(4697)] = 192420, - [SMALL_STATE(4698)] = 192430, - [SMALL_STATE(4699)] = 192440, - [SMALL_STATE(4700)] = 192450, - [SMALL_STATE(4701)] = 192460, - [SMALL_STATE(4702)] = 192470, - [SMALL_STATE(4703)] = 192480, - [SMALL_STATE(4704)] = 192490, - [SMALL_STATE(4705)] = 192500, - [SMALL_STATE(4706)] = 192510, - [SMALL_STATE(4707)] = 192520, - [SMALL_STATE(4708)] = 192530, - [SMALL_STATE(4709)] = 192540, - [SMALL_STATE(4710)] = 192550, - [SMALL_STATE(4711)] = 192560, - [SMALL_STATE(4712)] = 192570, - [SMALL_STATE(4713)] = 192580, - [SMALL_STATE(4714)] = 192590, - [SMALL_STATE(4715)] = 192600, - [SMALL_STATE(4716)] = 192610, - [SMALL_STATE(4717)] = 192620, - [SMALL_STATE(4718)] = 192630, - [SMALL_STATE(4719)] = 192640, - [SMALL_STATE(4720)] = 192650, - [SMALL_STATE(4721)] = 192660, - [SMALL_STATE(4722)] = 192670, - [SMALL_STATE(4723)] = 192680, - [SMALL_STATE(4724)] = 192690, - [SMALL_STATE(4725)] = 192700, - [SMALL_STATE(4726)] = 192710, - [SMALL_STATE(4727)] = 192720, - [SMALL_STATE(4728)] = 192730, - [SMALL_STATE(4729)] = 192740, - [SMALL_STATE(4730)] = 192750, - [SMALL_STATE(4731)] = 192760, - [SMALL_STATE(4732)] = 192770, - [SMALL_STATE(4733)] = 192780, - [SMALL_STATE(4734)] = 192790, - [SMALL_STATE(4735)] = 192800, - [SMALL_STATE(4736)] = 192810, - [SMALL_STATE(4737)] = 192820, - [SMALL_STATE(4738)] = 192830, - [SMALL_STATE(4739)] = 192840, - [SMALL_STATE(4740)] = 192850, - [SMALL_STATE(4741)] = 192860, - [SMALL_STATE(4742)] = 192868, - [SMALL_STATE(4743)] = 192878, - [SMALL_STATE(4744)] = 192888, - [SMALL_STATE(4745)] = 192898, - [SMALL_STATE(4746)] = 192908, - [SMALL_STATE(4747)] = 192918, - [SMALL_STATE(4748)] = 192928, - [SMALL_STATE(4749)] = 192938, - [SMALL_STATE(4750)] = 192948, - [SMALL_STATE(4751)] = 192958, - [SMALL_STATE(4752)] = 192968, - [SMALL_STATE(4753)] = 192978, - [SMALL_STATE(4754)] = 192988, - [SMALL_STATE(4755)] = 192998, - [SMALL_STATE(4756)] = 193008, - [SMALL_STATE(4757)] = 193018, - [SMALL_STATE(4758)] = 193028, - [SMALL_STATE(4759)] = 193038, - [SMALL_STATE(4760)] = 193048, - [SMALL_STATE(4761)] = 193058, - [SMALL_STATE(4762)] = 193068, - [SMALL_STATE(4763)] = 193078, - [SMALL_STATE(4764)] = 193088, - [SMALL_STATE(4765)] = 193098, - [SMALL_STATE(4766)] = 193108, - [SMALL_STATE(4767)] = 193118, - [SMALL_STATE(4768)] = 193128, - [SMALL_STATE(4769)] = 193138, - [SMALL_STATE(4770)] = 193148, - [SMALL_STATE(4771)] = 193158, - [SMALL_STATE(4772)] = 193168, - [SMALL_STATE(4773)] = 193178, - [SMALL_STATE(4774)] = 193188, - [SMALL_STATE(4775)] = 193198, - [SMALL_STATE(4776)] = 193208, - [SMALL_STATE(4777)] = 193218, - [SMALL_STATE(4778)] = 193228, - [SMALL_STATE(4779)] = 193238, - [SMALL_STATE(4780)] = 193248, - [SMALL_STATE(4781)] = 193258, - [SMALL_STATE(4782)] = 193268, - [SMALL_STATE(4783)] = 193278, - [SMALL_STATE(4784)] = 193288, - [SMALL_STATE(4785)] = 193298, - [SMALL_STATE(4786)] = 193308, - [SMALL_STATE(4787)] = 193318, - [SMALL_STATE(4788)] = 193328, - [SMALL_STATE(4789)] = 193338, - [SMALL_STATE(4790)] = 193348, - [SMALL_STATE(4791)] = 193358, - [SMALL_STATE(4792)] = 193368, - [SMALL_STATE(4793)] = 193378, - [SMALL_STATE(4794)] = 193388, - [SMALL_STATE(4795)] = 193398, - [SMALL_STATE(4796)] = 193408, - [SMALL_STATE(4797)] = 193418, - [SMALL_STATE(4798)] = 193428, - [SMALL_STATE(4799)] = 193438, - [SMALL_STATE(4800)] = 193448, - [SMALL_STATE(4801)] = 193458, - [SMALL_STATE(4802)] = 193468, - [SMALL_STATE(4803)] = 193478, - [SMALL_STATE(4804)] = 193488, - [SMALL_STATE(4805)] = 193498, - [SMALL_STATE(4806)] = 193508, - [SMALL_STATE(4807)] = 193518, - [SMALL_STATE(4808)] = 193528, - [SMALL_STATE(4809)] = 193538, - [SMALL_STATE(4810)] = 193548, - [SMALL_STATE(4811)] = 193558, - [SMALL_STATE(4812)] = 193568, - [SMALL_STATE(4813)] = 193578, - [SMALL_STATE(4814)] = 193588, - [SMALL_STATE(4815)] = 193598, - [SMALL_STATE(4816)] = 193608, - [SMALL_STATE(4817)] = 193618, - [SMALL_STATE(4818)] = 193628, - [SMALL_STATE(4819)] = 193638, - [SMALL_STATE(4820)] = 193648, - [SMALL_STATE(4821)] = 193658, - [SMALL_STATE(4822)] = 193668, - [SMALL_STATE(4823)] = 193678, - [SMALL_STATE(4824)] = 193688, - [SMALL_STATE(4825)] = 193698, - [SMALL_STATE(4826)] = 193708, - [SMALL_STATE(4827)] = 193718, - [SMALL_STATE(4828)] = 193728, - [SMALL_STATE(4829)] = 193738, - [SMALL_STATE(4830)] = 193748, - [SMALL_STATE(4831)] = 193758, - [SMALL_STATE(4832)] = 193768, - [SMALL_STATE(4833)] = 193778, - [SMALL_STATE(4834)] = 193788, - [SMALL_STATE(4835)] = 193798, - [SMALL_STATE(4836)] = 193808, - [SMALL_STATE(4837)] = 193818, - [SMALL_STATE(4838)] = 193828, - [SMALL_STATE(4839)] = 193838, - [SMALL_STATE(4840)] = 193848, - [SMALL_STATE(4841)] = 193858, - [SMALL_STATE(4842)] = 193868, - [SMALL_STATE(4843)] = 193878, - [SMALL_STATE(4844)] = 193888, - [SMALL_STATE(4845)] = 193898, - [SMALL_STATE(4846)] = 193908, - [SMALL_STATE(4847)] = 193918, - [SMALL_STATE(4848)] = 193928, - [SMALL_STATE(4849)] = 193938, - [SMALL_STATE(4850)] = 193948, - [SMALL_STATE(4851)] = 193958, - [SMALL_STATE(4852)] = 193968, - [SMALL_STATE(4853)] = 193978, - [SMALL_STATE(4854)] = 193988, - [SMALL_STATE(4855)] = 193998, - [SMALL_STATE(4856)] = 194008, - [SMALL_STATE(4857)] = 194018, - [SMALL_STATE(4858)] = 194028, - [SMALL_STATE(4859)] = 194038, - [SMALL_STATE(4860)] = 194048, - [SMALL_STATE(4861)] = 194058, - [SMALL_STATE(4862)] = 194068, - [SMALL_STATE(4863)] = 194078, - [SMALL_STATE(4864)] = 194088, - [SMALL_STATE(4865)] = 194098, - [SMALL_STATE(4866)] = 194108, - [SMALL_STATE(4867)] = 194118, - [SMALL_STATE(4868)] = 194128, - [SMALL_STATE(4869)] = 194138, - [SMALL_STATE(4870)] = 194148, - [SMALL_STATE(4871)] = 194158, - [SMALL_STATE(4872)] = 194168, - [SMALL_STATE(4873)] = 194178, - [SMALL_STATE(4874)] = 194188, - [SMALL_STATE(4875)] = 194198, - [SMALL_STATE(4876)] = 194208, - [SMALL_STATE(4877)] = 194218, - [SMALL_STATE(4878)] = 194228, - [SMALL_STATE(4879)] = 194238, - [SMALL_STATE(4880)] = 194248, - [SMALL_STATE(4881)] = 194258, - [SMALL_STATE(4882)] = 194268, - [SMALL_STATE(4883)] = 194278, - [SMALL_STATE(4884)] = 194288, - [SMALL_STATE(4885)] = 194298, - [SMALL_STATE(4886)] = 194308, - [SMALL_STATE(4887)] = 194318, - [SMALL_STATE(4888)] = 194328, - [SMALL_STATE(4889)] = 194338, - [SMALL_STATE(4890)] = 194348, - [SMALL_STATE(4891)] = 194358, - [SMALL_STATE(4892)] = 194368, - [SMALL_STATE(4893)] = 194378, - [SMALL_STATE(4894)] = 194388, - [SMALL_STATE(4895)] = 194398, - [SMALL_STATE(4896)] = 194408, - [SMALL_STATE(4897)] = 194418, - [SMALL_STATE(4898)] = 194428, - [SMALL_STATE(4899)] = 194438, - [SMALL_STATE(4900)] = 194448, - [SMALL_STATE(4901)] = 194458, - [SMALL_STATE(4902)] = 194468, - [SMALL_STATE(4903)] = 194478, - [SMALL_STATE(4904)] = 194488, - [SMALL_STATE(4905)] = 194498, - [SMALL_STATE(4906)] = 194508, - [SMALL_STATE(4907)] = 194518, - [SMALL_STATE(4908)] = 194528, - [SMALL_STATE(4909)] = 194538, - [SMALL_STATE(4910)] = 194548, - [SMALL_STATE(4911)] = 194558, - [SMALL_STATE(4912)] = 194568, - [SMALL_STATE(4913)] = 194578, - [SMALL_STATE(4914)] = 194588, - [SMALL_STATE(4915)] = 194598, - [SMALL_STATE(4916)] = 194608, - [SMALL_STATE(4917)] = 194618, - [SMALL_STATE(4918)] = 194628, - [SMALL_STATE(4919)] = 194638, - [SMALL_STATE(4920)] = 194648, - [SMALL_STATE(4921)] = 194658, - [SMALL_STATE(4922)] = 194668, - [SMALL_STATE(4923)] = 194678, - [SMALL_STATE(4924)] = 194688, - [SMALL_STATE(4925)] = 194698, - [SMALL_STATE(4926)] = 194708, - [SMALL_STATE(4927)] = 194718, - [SMALL_STATE(4928)] = 194728, - [SMALL_STATE(4929)] = 194738, - [SMALL_STATE(4930)] = 194748, - [SMALL_STATE(4931)] = 194758, - [SMALL_STATE(4932)] = 194768, - [SMALL_STATE(4933)] = 194778, - [SMALL_STATE(4934)] = 194788, - [SMALL_STATE(4935)] = 194798, - [SMALL_STATE(4936)] = 194808, - [SMALL_STATE(4937)] = 194818, - [SMALL_STATE(4938)] = 194828, - [SMALL_STATE(4939)] = 194838, - [SMALL_STATE(4940)] = 194848, - [SMALL_STATE(4941)] = 194858, - [SMALL_STATE(4942)] = 194868, - [SMALL_STATE(4943)] = 194878, - [SMALL_STATE(4944)] = 194888, - [SMALL_STATE(4945)] = 194898, - [SMALL_STATE(4946)] = 194908, - [SMALL_STATE(4947)] = 194918, - [SMALL_STATE(4948)] = 194928, - [SMALL_STATE(4949)] = 194938, - [SMALL_STATE(4950)] = 194948, - [SMALL_STATE(4951)] = 194958, - [SMALL_STATE(4952)] = 194968, - [SMALL_STATE(4953)] = 194978, - [SMALL_STATE(4954)] = 194988, - [SMALL_STATE(4955)] = 194998, - [SMALL_STATE(4956)] = 195008, - [SMALL_STATE(4957)] = 195018, - [SMALL_STATE(4958)] = 195028, - [SMALL_STATE(4959)] = 195038, - [SMALL_STATE(4960)] = 195048, - [SMALL_STATE(4961)] = 195058, - [SMALL_STATE(4962)] = 195068, - [SMALL_STATE(4963)] = 195078, - [SMALL_STATE(4964)] = 195088, - [SMALL_STATE(4965)] = 195098, - [SMALL_STATE(4966)] = 195108, - [SMALL_STATE(4967)] = 195118, - [SMALL_STATE(4968)] = 195128, - [SMALL_STATE(4969)] = 195138, - [SMALL_STATE(4970)] = 195148, - [SMALL_STATE(4971)] = 195158, - [SMALL_STATE(4972)] = 195168, - [SMALL_STATE(4973)] = 195178, - [SMALL_STATE(4974)] = 195188, - [SMALL_STATE(4975)] = 195194, - [SMALL_STATE(4976)] = 195204, - [SMALL_STATE(4977)] = 195214, - [SMALL_STATE(4978)] = 195224, - [SMALL_STATE(4979)] = 195234, - [SMALL_STATE(4980)] = 195244, - [SMALL_STATE(4981)] = 195254, - [SMALL_STATE(4982)] = 195264, - [SMALL_STATE(4983)] = 195274, - [SMALL_STATE(4984)] = 195284, - [SMALL_STATE(4985)] = 195294, - [SMALL_STATE(4986)] = 195304, - [SMALL_STATE(4987)] = 195314, - [SMALL_STATE(4988)] = 195324, - [SMALL_STATE(4989)] = 195334, - [SMALL_STATE(4990)] = 195344, - [SMALL_STATE(4991)] = 195354, - [SMALL_STATE(4992)] = 195364, - [SMALL_STATE(4993)] = 195374, - [SMALL_STATE(4994)] = 195384, - [SMALL_STATE(4995)] = 195394, - [SMALL_STATE(4996)] = 195404, - [SMALL_STATE(4997)] = 195414, - [SMALL_STATE(4998)] = 195424, - [SMALL_STATE(4999)] = 195434, - [SMALL_STATE(5000)] = 195444, - [SMALL_STATE(5001)] = 195454, - [SMALL_STATE(5002)] = 195464, - [SMALL_STATE(5003)] = 195474, - [SMALL_STATE(5004)] = 195484, - [SMALL_STATE(5005)] = 195494, - [SMALL_STATE(5006)] = 195504, - [SMALL_STATE(5007)] = 195514, - [SMALL_STATE(5008)] = 195524, - [SMALL_STATE(5009)] = 195534, - [SMALL_STATE(5010)] = 195544, - [SMALL_STATE(5011)] = 195554, - [SMALL_STATE(5012)] = 195564, - [SMALL_STATE(5013)] = 195574, - [SMALL_STATE(5014)] = 195584, - [SMALL_STATE(5015)] = 195594, - [SMALL_STATE(5016)] = 195604, - [SMALL_STATE(5017)] = 195614, - [SMALL_STATE(5018)] = 195624, - [SMALL_STATE(5019)] = 195634, - [SMALL_STATE(5020)] = 195644, - [SMALL_STATE(5021)] = 195654, - [SMALL_STATE(5022)] = 195664, - [SMALL_STATE(5023)] = 195674, - [SMALL_STATE(5024)] = 195684, - [SMALL_STATE(5025)] = 195694, - [SMALL_STATE(5026)] = 195704, - [SMALL_STATE(5027)] = 195714, - [SMALL_STATE(5028)] = 195724, - [SMALL_STATE(5029)] = 195734, - [SMALL_STATE(5030)] = 195744, - [SMALL_STATE(5031)] = 195754, - [SMALL_STATE(5032)] = 195764, - [SMALL_STATE(5033)] = 195774, - [SMALL_STATE(5034)] = 195784, - [SMALL_STATE(5035)] = 195794, - [SMALL_STATE(5036)] = 195804, - [SMALL_STATE(5037)] = 195814, - [SMALL_STATE(5038)] = 195824, - [SMALL_STATE(5039)] = 195834, - [SMALL_STATE(5040)] = 195844, - [SMALL_STATE(5041)] = 195854, - [SMALL_STATE(5042)] = 195864, - [SMALL_STATE(5043)] = 195874, - [SMALL_STATE(5044)] = 195884, - [SMALL_STATE(5045)] = 195894, - [SMALL_STATE(5046)] = 195904, - [SMALL_STATE(5047)] = 195914, - [SMALL_STATE(5048)] = 195924, - [SMALL_STATE(5049)] = 195934, - [SMALL_STATE(5050)] = 195944, - [SMALL_STATE(5051)] = 195954, - [SMALL_STATE(5052)] = 195964, - [SMALL_STATE(5053)] = 195974, - [SMALL_STATE(5054)] = 195984, - [SMALL_STATE(5055)] = 195994, - [SMALL_STATE(5056)] = 196004, - [SMALL_STATE(5057)] = 196014, - [SMALL_STATE(5058)] = 196024, - [SMALL_STATE(5059)] = 196034, - [SMALL_STATE(5060)] = 196044, - [SMALL_STATE(5061)] = 196054, - [SMALL_STATE(5062)] = 196064, - [SMALL_STATE(5063)] = 196074, - [SMALL_STATE(5064)] = 196084, - [SMALL_STATE(5065)] = 196094, - [SMALL_STATE(5066)] = 196104, - [SMALL_STATE(5067)] = 196114, - [SMALL_STATE(5068)] = 196124, - [SMALL_STATE(5069)] = 196134, - [SMALL_STATE(5070)] = 196144, - [SMALL_STATE(5071)] = 196154, - [SMALL_STATE(5072)] = 196164, - [SMALL_STATE(5073)] = 196174, - [SMALL_STATE(5074)] = 196184, - [SMALL_STATE(5075)] = 196194, - [SMALL_STATE(5076)] = 196204, - [SMALL_STATE(5077)] = 196214, - [SMALL_STATE(5078)] = 196224, - [SMALL_STATE(5079)] = 196234, - [SMALL_STATE(5080)] = 196244, - [SMALL_STATE(5081)] = 196254, - [SMALL_STATE(5082)] = 196264, - [SMALL_STATE(5083)] = 196274, - [SMALL_STATE(5084)] = 196284, - [SMALL_STATE(5085)] = 196294, - [SMALL_STATE(5086)] = 196304, - [SMALL_STATE(5087)] = 196314, - [SMALL_STATE(5088)] = 196324, - [SMALL_STATE(5089)] = 196334, - [SMALL_STATE(5090)] = 196344, - [SMALL_STATE(5091)] = 196354, - [SMALL_STATE(5092)] = 196364, - [SMALL_STATE(5093)] = 196374, - [SMALL_STATE(5094)] = 196384, - [SMALL_STATE(5095)] = 196394, - [SMALL_STATE(5096)] = 196404, - [SMALL_STATE(5097)] = 196414, - [SMALL_STATE(5098)] = 196424, - [SMALL_STATE(5099)] = 196434, - [SMALL_STATE(5100)] = 196444, - [SMALL_STATE(5101)] = 196454, - [SMALL_STATE(5102)] = 196464, - [SMALL_STATE(5103)] = 196474, - [SMALL_STATE(5104)] = 196484, - [SMALL_STATE(5105)] = 196494, - [SMALL_STATE(5106)] = 196504, - [SMALL_STATE(5107)] = 196514, - [SMALL_STATE(5108)] = 196524, - [SMALL_STATE(5109)] = 196534, - [SMALL_STATE(5110)] = 196544, - [SMALL_STATE(5111)] = 196554, - [SMALL_STATE(5112)] = 196564, - [SMALL_STATE(5113)] = 196574, - [SMALL_STATE(5114)] = 196584, - [SMALL_STATE(5115)] = 196594, - [SMALL_STATE(5116)] = 196604, - [SMALL_STATE(5117)] = 196614, - [SMALL_STATE(5118)] = 196624, - [SMALL_STATE(5119)] = 196634, - [SMALL_STATE(5120)] = 196644, - [SMALL_STATE(5121)] = 196654, - [SMALL_STATE(5122)] = 196664, - [SMALL_STATE(5123)] = 196674, - [SMALL_STATE(5124)] = 196684, - [SMALL_STATE(5125)] = 196694, - [SMALL_STATE(5126)] = 196704, - [SMALL_STATE(5127)] = 196714, - [SMALL_STATE(5128)] = 196724, - [SMALL_STATE(5129)] = 196734, - [SMALL_STATE(5130)] = 196744, - [SMALL_STATE(5131)] = 196754, - [SMALL_STATE(5132)] = 196764, - [SMALL_STATE(5133)] = 196774, - [SMALL_STATE(5134)] = 196784, - [SMALL_STATE(5135)] = 196794, - [SMALL_STATE(5136)] = 196804, - [SMALL_STATE(5137)] = 196814, - [SMALL_STATE(5138)] = 196824, - [SMALL_STATE(5139)] = 196834, - [SMALL_STATE(5140)] = 196844, - [SMALL_STATE(5141)] = 196854, - [SMALL_STATE(5142)] = 196864, - [SMALL_STATE(5143)] = 196874, - [SMALL_STATE(5144)] = 196884, - [SMALL_STATE(5145)] = 196894, - [SMALL_STATE(5146)] = 196904, - [SMALL_STATE(5147)] = 196914, - [SMALL_STATE(5148)] = 196924, - [SMALL_STATE(5149)] = 196934, - [SMALL_STATE(5150)] = 196944, - [SMALL_STATE(5151)] = 196954, - [SMALL_STATE(5152)] = 196964, - [SMALL_STATE(5153)] = 196974, - [SMALL_STATE(5154)] = 196984, - [SMALL_STATE(5155)] = 196994, - [SMALL_STATE(5156)] = 197004, - [SMALL_STATE(5157)] = 197014, - [SMALL_STATE(5158)] = 197024, - [SMALL_STATE(5159)] = 197034, - [SMALL_STATE(5160)] = 197044, - [SMALL_STATE(5161)] = 197054, - [SMALL_STATE(5162)] = 197064, - [SMALL_STATE(5163)] = 197074, - [SMALL_STATE(5164)] = 197084, - [SMALL_STATE(5165)] = 197094, - [SMALL_STATE(5166)] = 197104, - [SMALL_STATE(5167)] = 197114, - [SMALL_STATE(5168)] = 197120, - [SMALL_STATE(5169)] = 197130, - [SMALL_STATE(5170)] = 197140, - [SMALL_STATE(5171)] = 197150, - [SMALL_STATE(5172)] = 197160, - [SMALL_STATE(5173)] = 197170, - [SMALL_STATE(5174)] = 197180, - [SMALL_STATE(5175)] = 197190, - [SMALL_STATE(5176)] = 197200, - [SMALL_STATE(5177)] = 197210, - [SMALL_STATE(5178)] = 197220, - [SMALL_STATE(5179)] = 197230, - [SMALL_STATE(5180)] = 197240, - [SMALL_STATE(5181)] = 197250, - [SMALL_STATE(5182)] = 197260, - [SMALL_STATE(5183)] = 197270, - [SMALL_STATE(5184)] = 197280, - [SMALL_STATE(5185)] = 197290, - [SMALL_STATE(5186)] = 197300, - [SMALL_STATE(5187)] = 197310, - [SMALL_STATE(5188)] = 197320, - [SMALL_STATE(5189)] = 197330, - [SMALL_STATE(5190)] = 197340, - [SMALL_STATE(5191)] = 197350, - [SMALL_STATE(5192)] = 197360, - [SMALL_STATE(5193)] = 197370, - [SMALL_STATE(5194)] = 197380, - [SMALL_STATE(5195)] = 197390, - [SMALL_STATE(5196)] = 197400, - [SMALL_STATE(5197)] = 197410, - [SMALL_STATE(5198)] = 197420, - [SMALL_STATE(5199)] = 197430, - [SMALL_STATE(5200)] = 197440, - [SMALL_STATE(5201)] = 197450, - [SMALL_STATE(5202)] = 197460, - [SMALL_STATE(5203)] = 197470, - [SMALL_STATE(5204)] = 197480, - [SMALL_STATE(5205)] = 197490, - [SMALL_STATE(5206)] = 197500, - [SMALL_STATE(5207)] = 197510, - [SMALL_STATE(5208)] = 197520, - [SMALL_STATE(5209)] = 197530, - [SMALL_STATE(5210)] = 197540, - [SMALL_STATE(5211)] = 197550, - [SMALL_STATE(5212)] = 197560, - [SMALL_STATE(5213)] = 197570, - [SMALL_STATE(5214)] = 197580, - [SMALL_STATE(5215)] = 197590, - [SMALL_STATE(5216)] = 197600, - [SMALL_STATE(5217)] = 197610, - [SMALL_STATE(5218)] = 197620, - [SMALL_STATE(5219)] = 197630, - [SMALL_STATE(5220)] = 197640, - [SMALL_STATE(5221)] = 197650, - [SMALL_STATE(5222)] = 197660, - [SMALL_STATE(5223)] = 197670, - [SMALL_STATE(5224)] = 197680, - [SMALL_STATE(5225)] = 197690, - [SMALL_STATE(5226)] = 197700, - [SMALL_STATE(5227)] = 197710, - [SMALL_STATE(5228)] = 197720, - [SMALL_STATE(5229)] = 197730, - [SMALL_STATE(5230)] = 197740, - [SMALL_STATE(5231)] = 197750, - [SMALL_STATE(5232)] = 197760, - [SMALL_STATE(5233)] = 197770, - [SMALL_STATE(5234)] = 197780, - [SMALL_STATE(5235)] = 197790, - [SMALL_STATE(5236)] = 197798, - [SMALL_STATE(5237)] = 197808, - [SMALL_STATE(5238)] = 197818, - [SMALL_STATE(5239)] = 197828, - [SMALL_STATE(5240)] = 197838, - [SMALL_STATE(5241)] = 197848, - [SMALL_STATE(5242)] = 197858, - [SMALL_STATE(5243)] = 197868, - [SMALL_STATE(5244)] = 197878, - [SMALL_STATE(5245)] = 197888, - [SMALL_STATE(5246)] = 197898, - [SMALL_STATE(5247)] = 197908, - [SMALL_STATE(5248)] = 197918, - [SMALL_STATE(5249)] = 197928, - [SMALL_STATE(5250)] = 197938, - [SMALL_STATE(5251)] = 197948, - [SMALL_STATE(5252)] = 197958, - [SMALL_STATE(5253)] = 197968, - [SMALL_STATE(5254)] = 197978, - [SMALL_STATE(5255)] = 197988, - [SMALL_STATE(5256)] = 197998, - [SMALL_STATE(5257)] = 198008, - [SMALL_STATE(5258)] = 198018, - [SMALL_STATE(5259)] = 198028, - [SMALL_STATE(5260)] = 198038, - [SMALL_STATE(5261)] = 198048, - [SMALL_STATE(5262)] = 198058, - [SMALL_STATE(5263)] = 198068, - [SMALL_STATE(5264)] = 198078, - [SMALL_STATE(5265)] = 198088, - [SMALL_STATE(5266)] = 198098, - [SMALL_STATE(5267)] = 198108, - [SMALL_STATE(5268)] = 198118, - [SMALL_STATE(5269)] = 198128, - [SMALL_STATE(5270)] = 198138, - [SMALL_STATE(5271)] = 198148, - [SMALL_STATE(5272)] = 198158, - [SMALL_STATE(5273)] = 198168, - [SMALL_STATE(5274)] = 198178, - [SMALL_STATE(5275)] = 198188, - [SMALL_STATE(5276)] = 198198, - [SMALL_STATE(5277)] = 198208, - [SMALL_STATE(5278)] = 198218, - [SMALL_STATE(5279)] = 198228, - [SMALL_STATE(5280)] = 198238, - [SMALL_STATE(5281)] = 198248, - [SMALL_STATE(5282)] = 198258, - [SMALL_STATE(5283)] = 198268, - [SMALL_STATE(5284)] = 198278, - [SMALL_STATE(5285)] = 198288, - [SMALL_STATE(5286)] = 198298, - [SMALL_STATE(5287)] = 198308, - [SMALL_STATE(5288)] = 198318, - [SMALL_STATE(5289)] = 198328, - [SMALL_STATE(5290)] = 198338, - [SMALL_STATE(5291)] = 198345, - [SMALL_STATE(5292)] = 198352, - [SMALL_STATE(5293)] = 198359, - [SMALL_STATE(5294)] = 198366, - [SMALL_STATE(5295)] = 198373, - [SMALL_STATE(5296)] = 198380, - [SMALL_STATE(5297)] = 198387, - [SMALL_STATE(5298)] = 198394, - [SMALL_STATE(5299)] = 198401, - [SMALL_STATE(5300)] = 198408, - [SMALL_STATE(5301)] = 198413, - [SMALL_STATE(5302)] = 198420, - [SMALL_STATE(5303)] = 198427, - [SMALL_STATE(5304)] = 198434, - [SMALL_STATE(5305)] = 198439, - [SMALL_STATE(5306)] = 198446, - [SMALL_STATE(5307)] = 198453, - [SMALL_STATE(5308)] = 198460, - [SMALL_STATE(5309)] = 198465, - [SMALL_STATE(5310)] = 198472, - [SMALL_STATE(5311)] = 198479, - [SMALL_STATE(5312)] = 198486, - [SMALL_STATE(5313)] = 198493, - [SMALL_STATE(5314)] = 198500, - [SMALL_STATE(5315)] = 198507, - [SMALL_STATE(5316)] = 198514, - [SMALL_STATE(5317)] = 198521, - [SMALL_STATE(5318)] = 198528, - [SMALL_STATE(5319)] = 198535, - [SMALL_STATE(5320)] = 198542, - [SMALL_STATE(5321)] = 198549, - [SMALL_STATE(5322)] = 198556, - [SMALL_STATE(5323)] = 198563, - [SMALL_STATE(5324)] = 198570, - [SMALL_STATE(5325)] = 198577, - [SMALL_STATE(5326)] = 198584, - [SMALL_STATE(5327)] = 198589, - [SMALL_STATE(5328)] = 198596, - [SMALL_STATE(5329)] = 198603, - [SMALL_STATE(5330)] = 198610, - [SMALL_STATE(5331)] = 198617, - [SMALL_STATE(5332)] = 198624, - [SMALL_STATE(5333)] = 198631, - [SMALL_STATE(5334)] = 198638, - [SMALL_STATE(5335)] = 198645, - [SMALL_STATE(5336)] = 198652, - [SMALL_STATE(5337)] = 198659, - [SMALL_STATE(5338)] = 198666, - [SMALL_STATE(5339)] = 198673, - [SMALL_STATE(5340)] = 198680, - [SMALL_STATE(5341)] = 198687, - [SMALL_STATE(5342)] = 198694, - [SMALL_STATE(5343)] = 198701, - [SMALL_STATE(5344)] = 198708, - [SMALL_STATE(5345)] = 198715, - [SMALL_STATE(5346)] = 198722, - [SMALL_STATE(5347)] = 198729, - [SMALL_STATE(5348)] = 198736, - [SMALL_STATE(5349)] = 198743, - [SMALL_STATE(5350)] = 198750, - [SMALL_STATE(5351)] = 198757, - [SMALL_STATE(5352)] = 198764, - [SMALL_STATE(5353)] = 198771, - [SMALL_STATE(5354)] = 198778, - [SMALL_STATE(5355)] = 198785, - [SMALL_STATE(5356)] = 198792, - [SMALL_STATE(5357)] = 198799, - [SMALL_STATE(5358)] = 198806, - [SMALL_STATE(5359)] = 198813, - [SMALL_STATE(5360)] = 198820, - [SMALL_STATE(5361)] = 198827, - [SMALL_STATE(5362)] = 198834, - [SMALL_STATE(5363)] = 198841, - [SMALL_STATE(5364)] = 198848, - [SMALL_STATE(5365)] = 198855, - [SMALL_STATE(5366)] = 198862, - [SMALL_STATE(5367)] = 198869, - [SMALL_STATE(5368)] = 198876, - [SMALL_STATE(5369)] = 198883, - [SMALL_STATE(5370)] = 198890, - [SMALL_STATE(5371)] = 198897, - [SMALL_STATE(5372)] = 198904, - [SMALL_STATE(5373)] = 198911, - [SMALL_STATE(5374)] = 198918, - [SMALL_STATE(5375)] = 198925, - [SMALL_STATE(5376)] = 198932, - [SMALL_STATE(5377)] = 198939, - [SMALL_STATE(5378)] = 198946, - [SMALL_STATE(5379)] = 198953, - [SMALL_STATE(5380)] = 198960, - [SMALL_STATE(5381)] = 198967, - [SMALL_STATE(5382)] = 198974, - [SMALL_STATE(5383)] = 198981, - [SMALL_STATE(5384)] = 198988, - [SMALL_STATE(5385)] = 198995, - [SMALL_STATE(5386)] = 199002, - [SMALL_STATE(5387)] = 199009, - [SMALL_STATE(5388)] = 199016, - [SMALL_STATE(5389)] = 199023, - [SMALL_STATE(5390)] = 199030, - [SMALL_STATE(5391)] = 199037, - [SMALL_STATE(5392)] = 199044, - [SMALL_STATE(5393)] = 199051, - [SMALL_STATE(5394)] = 199058, - [SMALL_STATE(5395)] = 199065, - [SMALL_STATE(5396)] = 199072, - [SMALL_STATE(5397)] = 199079, - [SMALL_STATE(5398)] = 199086, - [SMALL_STATE(5399)] = 199093, - [SMALL_STATE(5400)] = 199100, - [SMALL_STATE(5401)] = 199107, - [SMALL_STATE(5402)] = 199114, - [SMALL_STATE(5403)] = 199121, - [SMALL_STATE(5404)] = 199128, - [SMALL_STATE(5405)] = 199135, - [SMALL_STATE(5406)] = 199142, - [SMALL_STATE(5407)] = 199149, - [SMALL_STATE(5408)] = 199156, - [SMALL_STATE(5409)] = 199163, - [SMALL_STATE(5410)] = 199168, - [SMALL_STATE(5411)] = 199175, - [SMALL_STATE(5412)] = 199182, - [SMALL_STATE(5413)] = 199189, - [SMALL_STATE(5414)] = 199196, - [SMALL_STATE(5415)] = 199203, - [SMALL_STATE(5416)] = 199210, - [SMALL_STATE(5417)] = 199217, - [SMALL_STATE(5418)] = 199224, - [SMALL_STATE(5419)] = 199231, - [SMALL_STATE(5420)] = 199238, - [SMALL_STATE(5421)] = 199245, - [SMALL_STATE(5422)] = 199252, - [SMALL_STATE(5423)] = 199259, - [SMALL_STATE(5424)] = 199266, - [SMALL_STATE(5425)] = 199273, - [SMALL_STATE(5426)] = 199280, - [SMALL_STATE(5427)] = 199287, - [SMALL_STATE(5428)] = 199294, - [SMALL_STATE(5429)] = 199301, - [SMALL_STATE(5430)] = 199308, - [SMALL_STATE(5431)] = 199315, - [SMALL_STATE(5432)] = 199322, - [SMALL_STATE(5433)] = 199329, - [SMALL_STATE(5434)] = 199336, - [SMALL_STATE(5435)] = 199343, - [SMALL_STATE(5436)] = 199350, - [SMALL_STATE(5437)] = 199357, - [SMALL_STATE(5438)] = 199364, - [SMALL_STATE(5439)] = 199371, - [SMALL_STATE(5440)] = 199378, - [SMALL_STATE(5441)] = 199385, - [SMALL_STATE(5442)] = 199392, - [SMALL_STATE(5443)] = 199399, - [SMALL_STATE(5444)] = 199403, - [SMALL_STATE(5445)] = 199407, - [SMALL_STATE(5446)] = 199411, - [SMALL_STATE(5447)] = 199415, - [SMALL_STATE(5448)] = 199419, - [SMALL_STATE(5449)] = 199423, - [SMALL_STATE(5450)] = 199427, - [SMALL_STATE(5451)] = 199431, - [SMALL_STATE(5452)] = 199435, - [SMALL_STATE(5453)] = 199439, - [SMALL_STATE(5454)] = 199443, - [SMALL_STATE(5455)] = 199447, - [SMALL_STATE(5456)] = 199451, - [SMALL_STATE(5457)] = 199455, - [SMALL_STATE(5458)] = 199459, - [SMALL_STATE(5459)] = 199463, - [SMALL_STATE(5460)] = 199467, - [SMALL_STATE(5461)] = 199471, - [SMALL_STATE(5462)] = 199475, - [SMALL_STATE(5463)] = 199479, - [SMALL_STATE(5464)] = 199483, - [SMALL_STATE(5465)] = 199487, - [SMALL_STATE(5466)] = 199491, - [SMALL_STATE(5467)] = 199495, - [SMALL_STATE(5468)] = 199499, - [SMALL_STATE(5469)] = 199503, - [SMALL_STATE(5470)] = 199507, - [SMALL_STATE(5471)] = 199511, - [SMALL_STATE(5472)] = 199515, - [SMALL_STATE(5473)] = 199519, - [SMALL_STATE(5474)] = 199523, - [SMALL_STATE(5475)] = 199527, - [SMALL_STATE(5476)] = 199531, - [SMALL_STATE(5477)] = 199535, - [SMALL_STATE(5478)] = 199539, - [SMALL_STATE(5479)] = 199543, - [SMALL_STATE(5480)] = 199547, - [SMALL_STATE(5481)] = 199551, - [SMALL_STATE(5482)] = 199555, - [SMALL_STATE(5483)] = 199559, - [SMALL_STATE(5484)] = 199563, - [SMALL_STATE(5485)] = 199567, - [SMALL_STATE(5486)] = 199571, - [SMALL_STATE(5487)] = 199575, - [SMALL_STATE(5488)] = 199579, - [SMALL_STATE(5489)] = 199583, - [SMALL_STATE(5490)] = 199587, - [SMALL_STATE(5491)] = 199591, - [SMALL_STATE(5492)] = 199595, - [SMALL_STATE(5493)] = 199599, - [SMALL_STATE(5494)] = 199603, - [SMALL_STATE(5495)] = 199607, - [SMALL_STATE(5496)] = 199611, - [SMALL_STATE(5497)] = 199615, - [SMALL_STATE(5498)] = 199619, - [SMALL_STATE(5499)] = 199623, - [SMALL_STATE(5500)] = 199627, - [SMALL_STATE(5501)] = 199631, - [SMALL_STATE(5502)] = 199635, - [SMALL_STATE(5503)] = 199639, - [SMALL_STATE(5504)] = 199643, - [SMALL_STATE(5505)] = 199647, - [SMALL_STATE(5506)] = 199651, - [SMALL_STATE(5507)] = 199655, - [SMALL_STATE(5508)] = 199659, - [SMALL_STATE(5509)] = 199663, - [SMALL_STATE(5510)] = 199667, - [SMALL_STATE(5511)] = 199671, - [SMALL_STATE(5512)] = 199675, - [SMALL_STATE(5513)] = 199679, - [SMALL_STATE(5514)] = 199683, - [SMALL_STATE(5515)] = 199687, - [SMALL_STATE(5516)] = 199691, - [SMALL_STATE(5517)] = 199695, - [SMALL_STATE(5518)] = 199699, - [SMALL_STATE(5519)] = 199703, - [SMALL_STATE(5520)] = 199707, - [SMALL_STATE(5521)] = 199711, - [SMALL_STATE(5522)] = 199715, - [SMALL_STATE(5523)] = 199719, - [SMALL_STATE(5524)] = 199723, - [SMALL_STATE(5525)] = 199727, - [SMALL_STATE(5526)] = 199731, - [SMALL_STATE(5527)] = 199735, - [SMALL_STATE(5528)] = 199739, - [SMALL_STATE(5529)] = 199743, - [SMALL_STATE(5530)] = 199747, - [SMALL_STATE(5531)] = 199751, - [SMALL_STATE(5532)] = 199755, - [SMALL_STATE(5533)] = 199759, - [SMALL_STATE(5534)] = 199763, - [SMALL_STATE(5535)] = 199767, - [SMALL_STATE(5536)] = 199771, - [SMALL_STATE(5537)] = 199775, - [SMALL_STATE(5538)] = 199779, - [SMALL_STATE(5539)] = 199783, - [SMALL_STATE(5540)] = 199787, - [SMALL_STATE(5541)] = 199791, - [SMALL_STATE(5542)] = 199795, - [SMALL_STATE(5543)] = 199799, - [SMALL_STATE(5544)] = 199803, - [SMALL_STATE(5545)] = 199807, - [SMALL_STATE(5546)] = 199811, - [SMALL_STATE(5547)] = 199815, - [SMALL_STATE(5548)] = 199819, - [SMALL_STATE(5549)] = 199823, - [SMALL_STATE(5550)] = 199827, - [SMALL_STATE(5551)] = 199831, - [SMALL_STATE(5552)] = 199835, - [SMALL_STATE(5553)] = 199839, - [SMALL_STATE(5554)] = 199843, - [SMALL_STATE(5555)] = 199847, - [SMALL_STATE(5556)] = 199851, - [SMALL_STATE(5557)] = 199855, - [SMALL_STATE(5558)] = 199859, - [SMALL_STATE(5559)] = 199863, - [SMALL_STATE(5560)] = 199867, - [SMALL_STATE(5561)] = 199871, - [SMALL_STATE(5562)] = 199875, - [SMALL_STATE(5563)] = 199879, - [SMALL_STATE(5564)] = 199883, - [SMALL_STATE(5565)] = 199887, - [SMALL_STATE(5566)] = 199891, - [SMALL_STATE(5567)] = 199895, - [SMALL_STATE(5568)] = 199899, - [SMALL_STATE(5569)] = 199903, - [SMALL_STATE(5570)] = 199907, - [SMALL_STATE(5571)] = 199911, - [SMALL_STATE(5572)] = 199915, - [SMALL_STATE(5573)] = 199919, - [SMALL_STATE(5574)] = 199923, - [SMALL_STATE(5575)] = 199927, - [SMALL_STATE(5576)] = 199931, - [SMALL_STATE(5577)] = 199935, - [SMALL_STATE(5578)] = 199939, - [SMALL_STATE(5579)] = 199943, - [SMALL_STATE(5580)] = 199947, - [SMALL_STATE(5581)] = 199951, - [SMALL_STATE(5582)] = 199955, - [SMALL_STATE(5583)] = 199959, - [SMALL_STATE(5584)] = 199963, - [SMALL_STATE(5585)] = 199967, - [SMALL_STATE(5586)] = 199971, - [SMALL_STATE(5587)] = 199975, - [SMALL_STATE(5588)] = 199979, - [SMALL_STATE(5589)] = 199983, - [SMALL_STATE(5590)] = 199987, - [SMALL_STATE(5591)] = 199991, - [SMALL_STATE(5592)] = 199995, - [SMALL_STATE(5593)] = 199999, - [SMALL_STATE(5594)] = 200003, - [SMALL_STATE(5595)] = 200007, - [SMALL_STATE(5596)] = 200011, - [SMALL_STATE(5597)] = 200015, - [SMALL_STATE(5598)] = 200019, - [SMALL_STATE(5599)] = 200023, - [SMALL_STATE(5600)] = 200027, - [SMALL_STATE(5601)] = 200031, - [SMALL_STATE(5602)] = 200035, - [SMALL_STATE(5603)] = 200039, - [SMALL_STATE(5604)] = 200043, - [SMALL_STATE(5605)] = 200047, - [SMALL_STATE(5606)] = 200051, - [SMALL_STATE(5607)] = 200055, - [SMALL_STATE(5608)] = 200059, - [SMALL_STATE(5609)] = 200063, - [SMALL_STATE(5610)] = 200067, - [SMALL_STATE(5611)] = 200071, - [SMALL_STATE(5612)] = 200075, - [SMALL_STATE(5613)] = 200079, - [SMALL_STATE(5614)] = 200083, - [SMALL_STATE(5615)] = 200087, - [SMALL_STATE(5616)] = 200091, - [SMALL_STATE(5617)] = 200095, - [SMALL_STATE(5618)] = 200099, - [SMALL_STATE(5619)] = 200103, - [SMALL_STATE(5620)] = 200107, - [SMALL_STATE(5621)] = 200111, - [SMALL_STATE(5622)] = 200115, - [SMALL_STATE(5623)] = 200119, - [SMALL_STATE(5624)] = 200123, - [SMALL_STATE(5625)] = 200127, - [SMALL_STATE(5626)] = 200131, - [SMALL_STATE(5627)] = 200135, - [SMALL_STATE(5628)] = 200139, - [SMALL_STATE(5629)] = 200143, - [SMALL_STATE(5630)] = 200147, - [SMALL_STATE(5631)] = 200151, - [SMALL_STATE(5632)] = 200155, - [SMALL_STATE(5633)] = 200159, - [SMALL_STATE(5634)] = 200163, - [SMALL_STATE(5635)] = 200167, - [SMALL_STATE(5636)] = 200171, - [SMALL_STATE(5637)] = 200175, - [SMALL_STATE(5638)] = 200179, - [SMALL_STATE(5639)] = 200183, - [SMALL_STATE(5640)] = 200187, - [SMALL_STATE(5641)] = 200191, - [SMALL_STATE(5642)] = 200195, - [SMALL_STATE(5643)] = 200199, - [SMALL_STATE(5644)] = 200203, - [SMALL_STATE(5645)] = 200207, - [SMALL_STATE(5646)] = 200211, - [SMALL_STATE(5647)] = 200215, - [SMALL_STATE(5648)] = 200219, - [SMALL_STATE(5649)] = 200223, - [SMALL_STATE(5650)] = 200227, - [SMALL_STATE(5651)] = 200231, - [SMALL_STATE(5652)] = 200235, - [SMALL_STATE(5653)] = 200239, - [SMALL_STATE(5654)] = 200243, - [SMALL_STATE(5655)] = 200247, - [SMALL_STATE(5656)] = 200251, - [SMALL_STATE(5657)] = 200255, - [SMALL_STATE(5658)] = 200259, - [SMALL_STATE(5659)] = 200263, - [SMALL_STATE(5660)] = 200267, - [SMALL_STATE(5661)] = 200271, - [SMALL_STATE(5662)] = 200275, - [SMALL_STATE(5663)] = 200279, - [SMALL_STATE(5664)] = 200283, - [SMALL_STATE(5665)] = 200287, - [SMALL_STATE(5666)] = 200291, - [SMALL_STATE(5667)] = 200295, - [SMALL_STATE(5668)] = 200299, - [SMALL_STATE(5669)] = 200303, - [SMALL_STATE(5670)] = 200307, - [SMALL_STATE(5671)] = 200311, - [SMALL_STATE(5672)] = 200315, - [SMALL_STATE(5673)] = 200319, - [SMALL_STATE(5674)] = 200323, - [SMALL_STATE(5675)] = 200327, - [SMALL_STATE(5676)] = 200331, - [SMALL_STATE(5677)] = 200335, - [SMALL_STATE(5678)] = 200339, - [SMALL_STATE(5679)] = 200343, - [SMALL_STATE(5680)] = 200347, - [SMALL_STATE(5681)] = 200351, - [SMALL_STATE(5682)] = 200355, - [SMALL_STATE(5683)] = 200359, - [SMALL_STATE(5684)] = 200363, - [SMALL_STATE(5685)] = 200367, - [SMALL_STATE(5686)] = 200371, - [SMALL_STATE(5687)] = 200375, - [SMALL_STATE(5688)] = 200379, - [SMALL_STATE(5689)] = 200383, - [SMALL_STATE(5690)] = 200387, - [SMALL_STATE(5691)] = 200391, - [SMALL_STATE(5692)] = 200395, - [SMALL_STATE(5693)] = 200399, - [SMALL_STATE(5694)] = 200403, - [SMALL_STATE(5695)] = 200407, - [SMALL_STATE(5696)] = 200411, - [SMALL_STATE(5697)] = 200415, - [SMALL_STATE(5698)] = 200419, - [SMALL_STATE(5699)] = 200423, - [SMALL_STATE(5700)] = 200427, - [SMALL_STATE(5701)] = 200431, - [SMALL_STATE(5702)] = 200435, - [SMALL_STATE(5703)] = 200439, - [SMALL_STATE(5704)] = 200443, - [SMALL_STATE(5705)] = 200447, - [SMALL_STATE(5706)] = 200451, - [SMALL_STATE(5707)] = 200455, - [SMALL_STATE(5708)] = 200459, - [SMALL_STATE(5709)] = 200463, - [SMALL_STATE(5710)] = 200467, - [SMALL_STATE(5711)] = 200471, - [SMALL_STATE(5712)] = 200475, - [SMALL_STATE(5713)] = 200479, - [SMALL_STATE(5714)] = 200483, - [SMALL_STATE(5715)] = 200487, - [SMALL_STATE(5716)] = 200491, - [SMALL_STATE(5717)] = 200495, - [SMALL_STATE(5718)] = 200499, - [SMALL_STATE(5719)] = 200503, - [SMALL_STATE(5720)] = 200507, - [SMALL_STATE(5721)] = 200511, - [SMALL_STATE(5722)] = 200515, - [SMALL_STATE(5723)] = 200519, - [SMALL_STATE(5724)] = 200523, - [SMALL_STATE(5725)] = 200527, - [SMALL_STATE(5726)] = 200531, - [SMALL_STATE(5727)] = 200535, - [SMALL_STATE(5728)] = 200539, - [SMALL_STATE(5729)] = 200543, - [SMALL_STATE(5730)] = 200547, - [SMALL_STATE(5731)] = 200551, - [SMALL_STATE(5732)] = 200555, - [SMALL_STATE(5733)] = 200559, - [SMALL_STATE(5734)] = 200563, - [SMALL_STATE(5735)] = 200567, - [SMALL_STATE(5736)] = 200571, - [SMALL_STATE(5737)] = 200575, - [SMALL_STATE(5738)] = 200579, - [SMALL_STATE(5739)] = 200583, - [SMALL_STATE(5740)] = 200587, - [SMALL_STATE(5741)] = 200591, - [SMALL_STATE(5742)] = 200595, - [SMALL_STATE(5743)] = 200599, - [SMALL_STATE(5744)] = 200603, - [SMALL_STATE(5745)] = 200607, - [SMALL_STATE(5746)] = 200611, - [SMALL_STATE(5747)] = 200615, - [SMALL_STATE(5748)] = 200619, - [SMALL_STATE(5749)] = 200623, - [SMALL_STATE(5750)] = 200627, - [SMALL_STATE(5751)] = 200631, - [SMALL_STATE(5752)] = 200635, - [SMALL_STATE(5753)] = 200639, - [SMALL_STATE(5754)] = 200643, - [SMALL_STATE(5755)] = 200647, - [SMALL_STATE(5756)] = 200651, - [SMALL_STATE(5757)] = 200655, - [SMALL_STATE(5758)] = 200659, - [SMALL_STATE(5759)] = 200663, - [SMALL_STATE(5760)] = 200667, - [SMALL_STATE(5761)] = 200671, - [SMALL_STATE(5762)] = 200675, - [SMALL_STATE(5763)] = 200679, - [SMALL_STATE(5764)] = 200683, - [SMALL_STATE(5765)] = 200687, - [SMALL_STATE(5766)] = 200691, - [SMALL_STATE(5767)] = 200695, - [SMALL_STATE(5768)] = 200699, - [SMALL_STATE(5769)] = 200703, - [SMALL_STATE(5770)] = 200707, - [SMALL_STATE(5771)] = 200711, - [SMALL_STATE(5772)] = 200715, - [SMALL_STATE(5773)] = 200719, - [SMALL_STATE(5774)] = 200723, - [SMALL_STATE(5775)] = 200727, - [SMALL_STATE(5776)] = 200731, - [SMALL_STATE(5777)] = 200735, - [SMALL_STATE(5778)] = 200739, - [SMALL_STATE(5779)] = 200743, - [SMALL_STATE(5780)] = 200747, - [SMALL_STATE(5781)] = 200751, - [SMALL_STATE(5782)] = 200755, - [SMALL_STATE(5783)] = 200759, - [SMALL_STATE(5784)] = 200763, - [SMALL_STATE(5785)] = 200767, - [SMALL_STATE(5786)] = 200771, - [SMALL_STATE(5787)] = 200775, - [SMALL_STATE(5788)] = 200779, - [SMALL_STATE(5789)] = 200783, - [SMALL_STATE(5790)] = 200787, - [SMALL_STATE(5791)] = 200791, - [SMALL_STATE(5792)] = 200795, - [SMALL_STATE(5793)] = 200799, - [SMALL_STATE(5794)] = 200803, - [SMALL_STATE(5795)] = 200807, - [SMALL_STATE(5796)] = 200811, - [SMALL_STATE(5797)] = 200815, - [SMALL_STATE(5798)] = 200819, - [SMALL_STATE(5799)] = 200823, - [SMALL_STATE(5800)] = 200827, - [SMALL_STATE(5801)] = 200831, - [SMALL_STATE(5802)] = 200835, - [SMALL_STATE(5803)] = 200839, - [SMALL_STATE(5804)] = 200843, - [SMALL_STATE(5805)] = 200847, - [SMALL_STATE(5806)] = 200851, - [SMALL_STATE(5807)] = 200855, - [SMALL_STATE(5808)] = 200859, - [SMALL_STATE(5809)] = 200863, - [SMALL_STATE(5810)] = 200867, - [SMALL_STATE(5811)] = 200871, - [SMALL_STATE(5812)] = 200875, - [SMALL_STATE(5813)] = 200879, - [SMALL_STATE(5814)] = 200883, - [SMALL_STATE(5815)] = 200887, - [SMALL_STATE(5816)] = 200891, - [SMALL_STATE(5817)] = 200895, - [SMALL_STATE(5818)] = 200899, - [SMALL_STATE(5819)] = 200903, - [SMALL_STATE(5820)] = 200907, - [SMALL_STATE(5821)] = 200911, - [SMALL_STATE(5822)] = 200915, - [SMALL_STATE(5823)] = 200919, - [SMALL_STATE(5824)] = 200923, - [SMALL_STATE(5825)] = 200927, - [SMALL_STATE(5826)] = 200931, - [SMALL_STATE(5827)] = 200935, - [SMALL_STATE(5828)] = 200939, - [SMALL_STATE(5829)] = 200943, - [SMALL_STATE(5830)] = 200947, - [SMALL_STATE(5831)] = 200951, - [SMALL_STATE(5832)] = 200955, - [SMALL_STATE(5833)] = 200959, - [SMALL_STATE(5834)] = 200963, - [SMALL_STATE(5835)] = 200967, - [SMALL_STATE(5836)] = 200971, - [SMALL_STATE(5837)] = 200975, - [SMALL_STATE(5838)] = 200979, - [SMALL_STATE(5839)] = 200983, - [SMALL_STATE(5840)] = 200987, - [SMALL_STATE(5841)] = 200991, - [SMALL_STATE(5842)] = 200995, - [SMALL_STATE(5843)] = 200999, - [SMALL_STATE(5844)] = 201003, - [SMALL_STATE(5845)] = 201007, - [SMALL_STATE(5846)] = 201011, - [SMALL_STATE(5847)] = 201015, - [SMALL_STATE(5848)] = 201019, - [SMALL_STATE(5849)] = 201023, - [SMALL_STATE(5850)] = 201027, - [SMALL_STATE(5851)] = 201031, - [SMALL_STATE(5852)] = 201035, - [SMALL_STATE(5853)] = 201039, - [SMALL_STATE(5854)] = 201043, - [SMALL_STATE(5855)] = 201047, - [SMALL_STATE(5856)] = 201051, - [SMALL_STATE(5857)] = 201055, - [SMALL_STATE(5858)] = 201059, - [SMALL_STATE(5859)] = 201063, - [SMALL_STATE(5860)] = 201067, - [SMALL_STATE(5861)] = 201071, - [SMALL_STATE(5862)] = 201075, - [SMALL_STATE(5863)] = 201079, - [SMALL_STATE(5864)] = 201083, - [SMALL_STATE(5865)] = 201087, - [SMALL_STATE(5866)] = 201091, - [SMALL_STATE(5867)] = 201095, - [SMALL_STATE(5868)] = 201099, - [SMALL_STATE(5869)] = 201103, - [SMALL_STATE(5870)] = 201107, - [SMALL_STATE(5871)] = 201111, - [SMALL_STATE(5872)] = 201115, - [SMALL_STATE(5873)] = 201119, - [SMALL_STATE(5874)] = 201123, - [SMALL_STATE(5875)] = 201127, - [SMALL_STATE(5876)] = 201131, - [SMALL_STATE(5877)] = 201135, - [SMALL_STATE(5878)] = 201139, - [SMALL_STATE(5879)] = 201143, - [SMALL_STATE(5880)] = 201147, - [SMALL_STATE(5881)] = 201151, - [SMALL_STATE(5882)] = 201155, - [SMALL_STATE(5883)] = 201159, - [SMALL_STATE(5884)] = 201163, - [SMALL_STATE(5885)] = 201167, - [SMALL_STATE(5886)] = 201171, - [SMALL_STATE(5887)] = 201175, - [SMALL_STATE(5888)] = 201179, - [SMALL_STATE(5889)] = 201183, - [SMALL_STATE(5890)] = 201187, - [SMALL_STATE(5891)] = 201191, - [SMALL_STATE(5892)] = 201195, - [SMALL_STATE(5893)] = 201199, - [SMALL_STATE(5894)] = 201203, - [SMALL_STATE(5895)] = 201207, - [SMALL_STATE(5896)] = 201211, - [SMALL_STATE(5897)] = 201215, - [SMALL_STATE(5898)] = 201219, - [SMALL_STATE(5899)] = 201223, - [SMALL_STATE(5900)] = 201227, - [SMALL_STATE(5901)] = 201231, - [SMALL_STATE(5902)] = 201235, - [SMALL_STATE(5903)] = 201239, - [SMALL_STATE(5904)] = 201243, - [SMALL_STATE(5905)] = 201247, - [SMALL_STATE(5906)] = 201251, - [SMALL_STATE(5907)] = 201255, - [SMALL_STATE(5908)] = 201259, - [SMALL_STATE(5909)] = 201263, - [SMALL_STATE(5910)] = 201267, - [SMALL_STATE(5911)] = 201271, - [SMALL_STATE(5912)] = 201275, - [SMALL_STATE(5913)] = 201279, - [SMALL_STATE(5914)] = 201283, - [SMALL_STATE(5915)] = 201287, - [SMALL_STATE(5916)] = 201291, - [SMALL_STATE(5917)] = 201295, - [SMALL_STATE(5918)] = 201299, - [SMALL_STATE(5919)] = 201303, - [SMALL_STATE(5920)] = 201307, - [SMALL_STATE(5921)] = 201311, - [SMALL_STATE(5922)] = 201315, - [SMALL_STATE(5923)] = 201319, - [SMALL_STATE(5924)] = 201323, - [SMALL_STATE(5925)] = 201327, - [SMALL_STATE(5926)] = 201331, - [SMALL_STATE(5927)] = 201335, - [SMALL_STATE(5928)] = 201339, - [SMALL_STATE(5929)] = 201343, - [SMALL_STATE(5930)] = 201347, - [SMALL_STATE(5931)] = 201351, - [SMALL_STATE(5932)] = 201355, - [SMALL_STATE(5933)] = 201359, - [SMALL_STATE(5934)] = 201363, - [SMALL_STATE(5935)] = 201367, - [SMALL_STATE(5936)] = 201371, - [SMALL_STATE(5937)] = 201375, - [SMALL_STATE(5938)] = 201379, - [SMALL_STATE(5939)] = 201383, - [SMALL_STATE(5940)] = 201387, - [SMALL_STATE(5941)] = 201391, - [SMALL_STATE(5942)] = 201395, - [SMALL_STATE(5943)] = 201399, - [SMALL_STATE(5944)] = 201403, - [SMALL_STATE(5945)] = 201407, - [SMALL_STATE(5946)] = 201411, - [SMALL_STATE(5947)] = 201415, - [SMALL_STATE(5948)] = 201419, - [SMALL_STATE(5949)] = 201423, - [SMALL_STATE(5950)] = 201427, - [SMALL_STATE(5951)] = 201431, - [SMALL_STATE(5952)] = 201435, - [SMALL_STATE(5953)] = 201439, - [SMALL_STATE(5954)] = 201443, - [SMALL_STATE(5955)] = 201447, - [SMALL_STATE(5956)] = 201451, - [SMALL_STATE(5957)] = 201455, - [SMALL_STATE(5958)] = 201459, - [SMALL_STATE(5959)] = 201463, - [SMALL_STATE(5960)] = 201467, - [SMALL_STATE(5961)] = 201471, - [SMALL_STATE(5962)] = 201475, - [SMALL_STATE(5963)] = 201479, - [SMALL_STATE(5964)] = 201483, - [SMALL_STATE(5965)] = 201487, - [SMALL_STATE(5966)] = 201491, - [SMALL_STATE(5967)] = 201495, - [SMALL_STATE(5968)] = 201499, - [SMALL_STATE(5969)] = 201503, - [SMALL_STATE(5970)] = 201507, - [SMALL_STATE(5971)] = 201511, - [SMALL_STATE(5972)] = 201515, - [SMALL_STATE(5973)] = 201519, - [SMALL_STATE(5974)] = 201523, - [SMALL_STATE(5975)] = 201527, - [SMALL_STATE(5976)] = 201531, - [SMALL_STATE(5977)] = 201535, - [SMALL_STATE(5978)] = 201539, - [SMALL_STATE(5979)] = 201543, - [SMALL_STATE(5980)] = 201547, - [SMALL_STATE(5981)] = 201551, - [SMALL_STATE(5982)] = 201555, - [SMALL_STATE(5983)] = 201559, - [SMALL_STATE(5984)] = 201563, - [SMALL_STATE(5985)] = 201567, - [SMALL_STATE(5986)] = 201571, - [SMALL_STATE(5987)] = 201575, - [SMALL_STATE(5988)] = 201579, - [SMALL_STATE(5989)] = 201583, - [SMALL_STATE(5990)] = 201587, - [SMALL_STATE(5991)] = 201591, - [SMALL_STATE(5992)] = 201595, - [SMALL_STATE(5993)] = 201599, - [SMALL_STATE(5994)] = 201603, - [SMALL_STATE(5995)] = 201607, - [SMALL_STATE(5996)] = 201611, - [SMALL_STATE(5997)] = 201615, - [SMALL_STATE(5998)] = 201619, - [SMALL_STATE(5999)] = 201623, - [SMALL_STATE(6000)] = 201627, - [SMALL_STATE(6001)] = 201631, - [SMALL_STATE(6002)] = 201635, - [SMALL_STATE(6003)] = 201639, - [SMALL_STATE(6004)] = 201643, - [SMALL_STATE(6005)] = 201647, - [SMALL_STATE(6006)] = 201651, - [SMALL_STATE(6007)] = 201655, - [SMALL_STATE(6008)] = 201659, - [SMALL_STATE(6009)] = 201663, - [SMALL_STATE(6010)] = 201667, - [SMALL_STATE(6011)] = 201671, - [SMALL_STATE(6012)] = 201675, - [SMALL_STATE(6013)] = 201679, - [SMALL_STATE(6014)] = 201683, - [SMALL_STATE(6015)] = 201687, - [SMALL_STATE(6016)] = 201691, - [SMALL_STATE(6017)] = 201695, - [SMALL_STATE(6018)] = 201699, - [SMALL_STATE(6019)] = 201703, - [SMALL_STATE(6020)] = 201707, - [SMALL_STATE(6021)] = 201711, - [SMALL_STATE(6022)] = 201715, - [SMALL_STATE(6023)] = 201719, - [SMALL_STATE(6024)] = 201723, - [SMALL_STATE(6025)] = 201727, - [SMALL_STATE(6026)] = 201731, - [SMALL_STATE(6027)] = 201735, - [SMALL_STATE(6028)] = 201739, - [SMALL_STATE(6029)] = 201743, - [SMALL_STATE(6030)] = 201747, - [SMALL_STATE(6031)] = 201751, - [SMALL_STATE(6032)] = 201755, - [SMALL_STATE(6033)] = 201759, - [SMALL_STATE(6034)] = 201763, - [SMALL_STATE(6035)] = 201767, - [SMALL_STATE(6036)] = 201771, - [SMALL_STATE(6037)] = 201775, - [SMALL_STATE(6038)] = 201779, - [SMALL_STATE(6039)] = 201783, - [SMALL_STATE(6040)] = 201787, - [SMALL_STATE(6041)] = 201791, - [SMALL_STATE(6042)] = 201795, - [SMALL_STATE(6043)] = 201799, - [SMALL_STATE(6044)] = 201803, - [SMALL_STATE(6045)] = 201807, - [SMALL_STATE(6046)] = 201811, - [SMALL_STATE(6047)] = 201815, - [SMALL_STATE(6048)] = 201819, - [SMALL_STATE(6049)] = 201823, - [SMALL_STATE(6050)] = 201827, - [SMALL_STATE(6051)] = 201831, - [SMALL_STATE(6052)] = 201835, - [SMALL_STATE(6053)] = 201839, - [SMALL_STATE(6054)] = 201843, - [SMALL_STATE(6055)] = 201847, - [SMALL_STATE(6056)] = 201851, - [SMALL_STATE(6057)] = 201855, - [SMALL_STATE(6058)] = 201859, - [SMALL_STATE(6059)] = 201863, - [SMALL_STATE(6060)] = 201867, - [SMALL_STATE(6061)] = 201871, - [SMALL_STATE(6062)] = 201875, - [SMALL_STATE(6063)] = 201879, - [SMALL_STATE(6064)] = 201883, - [SMALL_STATE(6065)] = 201887, - [SMALL_STATE(6066)] = 201891, - [SMALL_STATE(6067)] = 201895, - [SMALL_STATE(6068)] = 201899, - [SMALL_STATE(6069)] = 201903, - [SMALL_STATE(6070)] = 201907, - [SMALL_STATE(6071)] = 201911, - [SMALL_STATE(6072)] = 201915, - [SMALL_STATE(6073)] = 201919, - [SMALL_STATE(6074)] = 201923, - [SMALL_STATE(6075)] = 201927, - [SMALL_STATE(6076)] = 201931, - [SMALL_STATE(6077)] = 201935, - [SMALL_STATE(6078)] = 201939, - [SMALL_STATE(6079)] = 201943, - [SMALL_STATE(6080)] = 201947, - [SMALL_STATE(6081)] = 201951, - [SMALL_STATE(6082)] = 201955, - [SMALL_STATE(6083)] = 201959, - [SMALL_STATE(6084)] = 201963, - [SMALL_STATE(6085)] = 201967, - [SMALL_STATE(6086)] = 201971, - [SMALL_STATE(6087)] = 201975, - [SMALL_STATE(6088)] = 201979, - [SMALL_STATE(6089)] = 201983, - [SMALL_STATE(6090)] = 201987, - [SMALL_STATE(6091)] = 201991, - [SMALL_STATE(6092)] = 201995, - [SMALL_STATE(6093)] = 201999, - [SMALL_STATE(6094)] = 202003, - [SMALL_STATE(6095)] = 202007, - [SMALL_STATE(6096)] = 202011, - [SMALL_STATE(6097)] = 202015, - [SMALL_STATE(6098)] = 202019, - [SMALL_STATE(6099)] = 202023, - [SMALL_STATE(6100)] = 202027, - [SMALL_STATE(6101)] = 202031, - [SMALL_STATE(6102)] = 202035, - [SMALL_STATE(6103)] = 202039, - [SMALL_STATE(6104)] = 202043, - [SMALL_STATE(6105)] = 202047, - [SMALL_STATE(6106)] = 202051, - [SMALL_STATE(6107)] = 202055, - [SMALL_STATE(6108)] = 202059, - [SMALL_STATE(6109)] = 202063, - [SMALL_STATE(6110)] = 202067, - [SMALL_STATE(6111)] = 202071, - [SMALL_STATE(6112)] = 202075, - [SMALL_STATE(6113)] = 202079, - [SMALL_STATE(6114)] = 202083, - [SMALL_STATE(6115)] = 202087, - [SMALL_STATE(6116)] = 202091, - [SMALL_STATE(6117)] = 202095, - [SMALL_STATE(6118)] = 202099, - [SMALL_STATE(6119)] = 202103, - [SMALL_STATE(6120)] = 202107, - [SMALL_STATE(6121)] = 202111, - [SMALL_STATE(6122)] = 202115, - [SMALL_STATE(6123)] = 202119, - [SMALL_STATE(6124)] = 202123, - [SMALL_STATE(6125)] = 202127, - [SMALL_STATE(6126)] = 202131, - [SMALL_STATE(6127)] = 202135, - [SMALL_STATE(6128)] = 202139, - [SMALL_STATE(6129)] = 202143, - [SMALL_STATE(6130)] = 202147, - [SMALL_STATE(6131)] = 202151, - [SMALL_STATE(6132)] = 202155, - [SMALL_STATE(6133)] = 202159, - [SMALL_STATE(6134)] = 202163, - [SMALL_STATE(6135)] = 202167, - [SMALL_STATE(6136)] = 202171, - [SMALL_STATE(6137)] = 202175, - [SMALL_STATE(6138)] = 202179, - [SMALL_STATE(6139)] = 202183, - [SMALL_STATE(6140)] = 202187, - [SMALL_STATE(6141)] = 202191, - [SMALL_STATE(6142)] = 202195, - [SMALL_STATE(6143)] = 202199, - [SMALL_STATE(6144)] = 202203, - [SMALL_STATE(6145)] = 202207, - [SMALL_STATE(6146)] = 202211, - [SMALL_STATE(6147)] = 202215, - [SMALL_STATE(6148)] = 202219, - [SMALL_STATE(6149)] = 202223, - [SMALL_STATE(6150)] = 202227, - [SMALL_STATE(6151)] = 202231, - [SMALL_STATE(6152)] = 202235, - [SMALL_STATE(6153)] = 202239, - [SMALL_STATE(6154)] = 202243, - [SMALL_STATE(6155)] = 202247, - [SMALL_STATE(6156)] = 202251, - [SMALL_STATE(6157)] = 202255, - [SMALL_STATE(6158)] = 202259, - [SMALL_STATE(6159)] = 202263, - [SMALL_STATE(6160)] = 202267, - [SMALL_STATE(6161)] = 202271, - [SMALL_STATE(6162)] = 202275, - [SMALL_STATE(6163)] = 202279, - [SMALL_STATE(6164)] = 202283, - [SMALL_STATE(6165)] = 202287, - [SMALL_STATE(6166)] = 202291, - [SMALL_STATE(6167)] = 202295, - [SMALL_STATE(6168)] = 202299, - [SMALL_STATE(6169)] = 202303, - [SMALL_STATE(6170)] = 202307, - [SMALL_STATE(6171)] = 202311, - [SMALL_STATE(6172)] = 202315, - [SMALL_STATE(6173)] = 202319, - [SMALL_STATE(6174)] = 202323, - [SMALL_STATE(6175)] = 202327, - [SMALL_STATE(6176)] = 202331, - [SMALL_STATE(6177)] = 202335, - [SMALL_STATE(6178)] = 202339, - [SMALL_STATE(6179)] = 202343, - [SMALL_STATE(6180)] = 202347, - [SMALL_STATE(6181)] = 202351, - [SMALL_STATE(6182)] = 202355, - [SMALL_STATE(6183)] = 202359, - [SMALL_STATE(6184)] = 202363, - [SMALL_STATE(6185)] = 202367, - [SMALL_STATE(6186)] = 202371, - [SMALL_STATE(6187)] = 202375, - [SMALL_STATE(6188)] = 202379, - [SMALL_STATE(6189)] = 202383, - [SMALL_STATE(6190)] = 202387, - [SMALL_STATE(6191)] = 202391, - [SMALL_STATE(6192)] = 202395, - [SMALL_STATE(6193)] = 202399, - [SMALL_STATE(6194)] = 202403, - [SMALL_STATE(6195)] = 202407, - [SMALL_STATE(6196)] = 202411, - [SMALL_STATE(6197)] = 202415, - [SMALL_STATE(6198)] = 202419, - [SMALL_STATE(6199)] = 202423, - [SMALL_STATE(6200)] = 202427, - [SMALL_STATE(6201)] = 202431, - [SMALL_STATE(6202)] = 202435, - [SMALL_STATE(6203)] = 202439, - [SMALL_STATE(6204)] = 202443, - [SMALL_STATE(6205)] = 202447, - [SMALL_STATE(6206)] = 202451, - [SMALL_STATE(6207)] = 202455, - [SMALL_STATE(6208)] = 202459, - [SMALL_STATE(6209)] = 202463, - [SMALL_STATE(6210)] = 202467, - [SMALL_STATE(6211)] = 202471, - [SMALL_STATE(6212)] = 202475, - [SMALL_STATE(6213)] = 202479, - [SMALL_STATE(6214)] = 202483, - [SMALL_STATE(6215)] = 202487, - [SMALL_STATE(6216)] = 202491, - [SMALL_STATE(6217)] = 202495, - [SMALL_STATE(6218)] = 202499, - [SMALL_STATE(6219)] = 202503, - [SMALL_STATE(6220)] = 202507, - [SMALL_STATE(6221)] = 202511, - [SMALL_STATE(6222)] = 202515, - [SMALL_STATE(6223)] = 202519, - [SMALL_STATE(6224)] = 202523, - [SMALL_STATE(6225)] = 202527, - [SMALL_STATE(6226)] = 202531, - [SMALL_STATE(6227)] = 202535, - [SMALL_STATE(6228)] = 202539, - [SMALL_STATE(6229)] = 202543, - [SMALL_STATE(6230)] = 202547, - [SMALL_STATE(6231)] = 202551, - [SMALL_STATE(6232)] = 202555, - [SMALL_STATE(6233)] = 202559, - [SMALL_STATE(6234)] = 202563, - [SMALL_STATE(6235)] = 202567, - [SMALL_STATE(6236)] = 202571, - [SMALL_STATE(6237)] = 202575, - [SMALL_STATE(6238)] = 202579, - [SMALL_STATE(6239)] = 202583, - [SMALL_STATE(6240)] = 202587, - [SMALL_STATE(6241)] = 202591, - [SMALL_STATE(6242)] = 202595, - [SMALL_STATE(6243)] = 202599, - [SMALL_STATE(6244)] = 202603, - [SMALL_STATE(6245)] = 202607, - [SMALL_STATE(6246)] = 202611, - [SMALL_STATE(6247)] = 202615, - [SMALL_STATE(6248)] = 202619, - [SMALL_STATE(6249)] = 202623, - [SMALL_STATE(6250)] = 202627, - [SMALL_STATE(6251)] = 202631, - [SMALL_STATE(6252)] = 202635, - [SMALL_STATE(6253)] = 202639, - [SMALL_STATE(6254)] = 202643, - [SMALL_STATE(6255)] = 202647, - [SMALL_STATE(6256)] = 202651, - [SMALL_STATE(6257)] = 202655, - [SMALL_STATE(6258)] = 202659, - [SMALL_STATE(6259)] = 202663, - [SMALL_STATE(6260)] = 202667, - [SMALL_STATE(6261)] = 202671, - [SMALL_STATE(6262)] = 202675, - [SMALL_STATE(6263)] = 202679, - [SMALL_STATE(6264)] = 202683, - [SMALL_STATE(6265)] = 202687, - [SMALL_STATE(6266)] = 202691, - [SMALL_STATE(6267)] = 202695, - [SMALL_STATE(6268)] = 202699, - [SMALL_STATE(6269)] = 202703, - [SMALL_STATE(6270)] = 202707, - [SMALL_STATE(6271)] = 202711, - [SMALL_STATE(6272)] = 202715, - [SMALL_STATE(6273)] = 202719, - [SMALL_STATE(6274)] = 202723, - [SMALL_STATE(6275)] = 202727, - [SMALL_STATE(6276)] = 202731, - [SMALL_STATE(6277)] = 202735, - [SMALL_STATE(6278)] = 202739, - [SMALL_STATE(6279)] = 202743, - [SMALL_STATE(6280)] = 202747, - [SMALL_STATE(6281)] = 202751, - [SMALL_STATE(6282)] = 202755, - [SMALL_STATE(6283)] = 202759, - [SMALL_STATE(6284)] = 202763, - [SMALL_STATE(6285)] = 202767, - [SMALL_STATE(6286)] = 202771, - [SMALL_STATE(6287)] = 202775, - [SMALL_STATE(6288)] = 202779, - [SMALL_STATE(6289)] = 202783, - [SMALL_STATE(6290)] = 202787, - [SMALL_STATE(6291)] = 202791, - [SMALL_STATE(6292)] = 202795, - [SMALL_STATE(6293)] = 202799, - [SMALL_STATE(6294)] = 202803, - [SMALL_STATE(6295)] = 202807, - [SMALL_STATE(6296)] = 202811, - [SMALL_STATE(6297)] = 202815, - [SMALL_STATE(6298)] = 202819, - [SMALL_STATE(6299)] = 202823, - [SMALL_STATE(6300)] = 202827, - [SMALL_STATE(6301)] = 202831, - [SMALL_STATE(6302)] = 202835, - [SMALL_STATE(6303)] = 202839, - [SMALL_STATE(6304)] = 202843, - [SMALL_STATE(6305)] = 202847, - [SMALL_STATE(6306)] = 202851, - [SMALL_STATE(6307)] = 202855, - [SMALL_STATE(6308)] = 202859, - [SMALL_STATE(6309)] = 202863, - [SMALL_STATE(6310)] = 202867, - [SMALL_STATE(6311)] = 202871, - [SMALL_STATE(6312)] = 202875, - [SMALL_STATE(6313)] = 202879, - [SMALL_STATE(6314)] = 202883, - [SMALL_STATE(6315)] = 202887, - [SMALL_STATE(6316)] = 202891, - [SMALL_STATE(6317)] = 202895, - [SMALL_STATE(6318)] = 202899, - [SMALL_STATE(6319)] = 202903, - [SMALL_STATE(6320)] = 202907, - [SMALL_STATE(6321)] = 202911, - [SMALL_STATE(6322)] = 202915, - [SMALL_STATE(6323)] = 202919, - [SMALL_STATE(6324)] = 202923, - [SMALL_STATE(6325)] = 202927, - [SMALL_STATE(6326)] = 202931, - [SMALL_STATE(6327)] = 202935, - [SMALL_STATE(6328)] = 202939, - [SMALL_STATE(6329)] = 202943, - [SMALL_STATE(6330)] = 202947, - [SMALL_STATE(6331)] = 202951, - [SMALL_STATE(6332)] = 202955, - [SMALL_STATE(6333)] = 202959, - [SMALL_STATE(6334)] = 202963, - [SMALL_STATE(6335)] = 202967, - [SMALL_STATE(6336)] = 202971, - [SMALL_STATE(6337)] = 202975, - [SMALL_STATE(6338)] = 202979, - [SMALL_STATE(6339)] = 202983, - [SMALL_STATE(6340)] = 202987, - [SMALL_STATE(6341)] = 202991, - [SMALL_STATE(6342)] = 202995, - [SMALL_STATE(6343)] = 202999, - [SMALL_STATE(6344)] = 203003, - [SMALL_STATE(6345)] = 203007, - [SMALL_STATE(6346)] = 203011, - [SMALL_STATE(6347)] = 203015, - [SMALL_STATE(6348)] = 203019, - [SMALL_STATE(6349)] = 203023, - [SMALL_STATE(6350)] = 203027, - [SMALL_STATE(6351)] = 203031, - [SMALL_STATE(6352)] = 203035, - [SMALL_STATE(6353)] = 203039, - [SMALL_STATE(6354)] = 203043, - [SMALL_STATE(6355)] = 203047, - [SMALL_STATE(6356)] = 203051, - [SMALL_STATE(6357)] = 203055, - [SMALL_STATE(6358)] = 203059, - [SMALL_STATE(6359)] = 203063, - [SMALL_STATE(6360)] = 203067, - [SMALL_STATE(6361)] = 203071, - [SMALL_STATE(6362)] = 203075, - [SMALL_STATE(6363)] = 203079, - [SMALL_STATE(6364)] = 203083, - [SMALL_STATE(6365)] = 203087, - [SMALL_STATE(6366)] = 203091, - [SMALL_STATE(6367)] = 203095, - [SMALL_STATE(6368)] = 203099, - [SMALL_STATE(6369)] = 203103, - [SMALL_STATE(6370)] = 203107, - [SMALL_STATE(6371)] = 203111, - [SMALL_STATE(6372)] = 203115, - [SMALL_STATE(6373)] = 203119, - [SMALL_STATE(6374)] = 203123, - [SMALL_STATE(6375)] = 203127, - [SMALL_STATE(6376)] = 203131, - [SMALL_STATE(6377)] = 203135, - [SMALL_STATE(6378)] = 203139, - [SMALL_STATE(6379)] = 203143, - [SMALL_STATE(6380)] = 203147, - [SMALL_STATE(6381)] = 203151, - [SMALL_STATE(6382)] = 203155, - [SMALL_STATE(6383)] = 203159, - [SMALL_STATE(6384)] = 203163, - [SMALL_STATE(6385)] = 203167, - [SMALL_STATE(6386)] = 203171, - [SMALL_STATE(6387)] = 203175, - [SMALL_STATE(6388)] = 203179, - [SMALL_STATE(6389)] = 203183, - [SMALL_STATE(6390)] = 203187, - [SMALL_STATE(6391)] = 203191, - [SMALL_STATE(6392)] = 203195, - [SMALL_STATE(6393)] = 203199, - [SMALL_STATE(6394)] = 203203, - [SMALL_STATE(6395)] = 203207, - [SMALL_STATE(6396)] = 203211, - [SMALL_STATE(6397)] = 203215, - [SMALL_STATE(6398)] = 203219, - [SMALL_STATE(6399)] = 203223, - [SMALL_STATE(6400)] = 203227, - [SMALL_STATE(6401)] = 203231, - [SMALL_STATE(6402)] = 203235, - [SMALL_STATE(6403)] = 203239, - [SMALL_STATE(6404)] = 203243, - [SMALL_STATE(6405)] = 203247, - [SMALL_STATE(6406)] = 203251, - [SMALL_STATE(6407)] = 203255, - [SMALL_STATE(6408)] = 203259, - [SMALL_STATE(6409)] = 203263, - [SMALL_STATE(6410)] = 203267, - [SMALL_STATE(6411)] = 203271, - [SMALL_STATE(6412)] = 203275, - [SMALL_STATE(6413)] = 203279, - [SMALL_STATE(6414)] = 203283, - [SMALL_STATE(6415)] = 203287, - [SMALL_STATE(6416)] = 203291, - [SMALL_STATE(6417)] = 203295, - [SMALL_STATE(6418)] = 203299, - [SMALL_STATE(6419)] = 203303, - [SMALL_STATE(6420)] = 203307, - [SMALL_STATE(6421)] = 203311, - [SMALL_STATE(6422)] = 203315, - [SMALL_STATE(6423)] = 203319, - [SMALL_STATE(6424)] = 203323, - [SMALL_STATE(6425)] = 203327, - [SMALL_STATE(6426)] = 203331, - [SMALL_STATE(6427)] = 203335, - [SMALL_STATE(6428)] = 203339, - [SMALL_STATE(6429)] = 203343, - [SMALL_STATE(6430)] = 203347, - [SMALL_STATE(6431)] = 203351, - [SMALL_STATE(6432)] = 203355, - [SMALL_STATE(6433)] = 203359, - [SMALL_STATE(6434)] = 203363, - [SMALL_STATE(6435)] = 203367, - [SMALL_STATE(6436)] = 203371, - [SMALL_STATE(6437)] = 203375, - [SMALL_STATE(6438)] = 203379, - [SMALL_STATE(6439)] = 203383, - [SMALL_STATE(6440)] = 203387, - [SMALL_STATE(6441)] = 203391, - [SMALL_STATE(6442)] = 203395, - [SMALL_STATE(6443)] = 203399, - [SMALL_STATE(6444)] = 203403, - [SMALL_STATE(6445)] = 203407, - [SMALL_STATE(6446)] = 203411, - [SMALL_STATE(6447)] = 203415, - [SMALL_STATE(6448)] = 203419, - [SMALL_STATE(6449)] = 203423, - [SMALL_STATE(6450)] = 203427, - [SMALL_STATE(6451)] = 203431, - [SMALL_STATE(6452)] = 203435, - [SMALL_STATE(6453)] = 203439, - [SMALL_STATE(6454)] = 203443, - [SMALL_STATE(6455)] = 203447, - [SMALL_STATE(6456)] = 203451, - [SMALL_STATE(6457)] = 203455, - [SMALL_STATE(6458)] = 203459, - [SMALL_STATE(6459)] = 203463, - [SMALL_STATE(6460)] = 203467, - [SMALL_STATE(6461)] = 203471, - [SMALL_STATE(6462)] = 203475, - [SMALL_STATE(6463)] = 203479, - [SMALL_STATE(6464)] = 203483, - [SMALL_STATE(6465)] = 203487, - [SMALL_STATE(6466)] = 203491, - [SMALL_STATE(6467)] = 203495, - [SMALL_STATE(6468)] = 203499, - [SMALL_STATE(6469)] = 203503, - [SMALL_STATE(6470)] = 203507, - [SMALL_STATE(6471)] = 203511, - [SMALL_STATE(6472)] = 203515, - [SMALL_STATE(6473)] = 203519, - [SMALL_STATE(6474)] = 203523, - [SMALL_STATE(6475)] = 203527, - [SMALL_STATE(6476)] = 203531, - [SMALL_STATE(6477)] = 203535, - [SMALL_STATE(6478)] = 203539, - [SMALL_STATE(6479)] = 203543, - [SMALL_STATE(6480)] = 203547, - [SMALL_STATE(6481)] = 203551, - [SMALL_STATE(6482)] = 203555, - [SMALL_STATE(6483)] = 203559, - [SMALL_STATE(6484)] = 203563, - [SMALL_STATE(6485)] = 203567, - [SMALL_STATE(6486)] = 203571, - [SMALL_STATE(6487)] = 203575, - [SMALL_STATE(6488)] = 203579, - [SMALL_STATE(6489)] = 203583, - [SMALL_STATE(6490)] = 203587, - [SMALL_STATE(6491)] = 203591, - [SMALL_STATE(6492)] = 203595, - [SMALL_STATE(6493)] = 203599, - [SMALL_STATE(6494)] = 203603, - [SMALL_STATE(6495)] = 203607, - [SMALL_STATE(6496)] = 203611, - [SMALL_STATE(6497)] = 203615, - [SMALL_STATE(6498)] = 203619, - [SMALL_STATE(6499)] = 203623, - [SMALL_STATE(6500)] = 203627, - [SMALL_STATE(6501)] = 203631, - [SMALL_STATE(6502)] = 203635, - [SMALL_STATE(6503)] = 203639, - [SMALL_STATE(6504)] = 203643, - [SMALL_STATE(6505)] = 203647, - [SMALL_STATE(6506)] = 203651, - [SMALL_STATE(6507)] = 203655, - [SMALL_STATE(6508)] = 203659, - [SMALL_STATE(6509)] = 203663, - [SMALL_STATE(6510)] = 203667, - [SMALL_STATE(6511)] = 203671, - [SMALL_STATE(6512)] = 203675, - [SMALL_STATE(6513)] = 203679, - [SMALL_STATE(6514)] = 203683, - [SMALL_STATE(6515)] = 203687, - [SMALL_STATE(6516)] = 203691, - [SMALL_STATE(6517)] = 203695, - [SMALL_STATE(6518)] = 203699, - [SMALL_STATE(6519)] = 203703, - [SMALL_STATE(6520)] = 203707, - [SMALL_STATE(6521)] = 203711, - [SMALL_STATE(6522)] = 203715, - [SMALL_STATE(6523)] = 203719, - [SMALL_STATE(6524)] = 203723, - [SMALL_STATE(6525)] = 203727, - [SMALL_STATE(6526)] = 203731, - [SMALL_STATE(6527)] = 203735, - [SMALL_STATE(6528)] = 203739, - [SMALL_STATE(6529)] = 203743, - [SMALL_STATE(6530)] = 203747, - [SMALL_STATE(6531)] = 203751, - [SMALL_STATE(6532)] = 203755, - [SMALL_STATE(6533)] = 203759, - [SMALL_STATE(6534)] = 203763, - [SMALL_STATE(6535)] = 203767, - [SMALL_STATE(6536)] = 203771, - [SMALL_STATE(6537)] = 203775, - [SMALL_STATE(6538)] = 203779, - [SMALL_STATE(6539)] = 203783, - [SMALL_STATE(6540)] = 203787, - [SMALL_STATE(6541)] = 203791, - [SMALL_STATE(6542)] = 203795, - [SMALL_STATE(6543)] = 203799, - [SMALL_STATE(6544)] = 203803, - [SMALL_STATE(6545)] = 203807, - [SMALL_STATE(6546)] = 203811, - [SMALL_STATE(6547)] = 203815, - [SMALL_STATE(6548)] = 203819, - [SMALL_STATE(6549)] = 203823, - [SMALL_STATE(6550)] = 203827, - [SMALL_STATE(6551)] = 203831, - [SMALL_STATE(6552)] = 203835, - [SMALL_STATE(6553)] = 203839, - [SMALL_STATE(6554)] = 203843, - [SMALL_STATE(6555)] = 203847, - [SMALL_STATE(6556)] = 203851, - [SMALL_STATE(6557)] = 203855, - [SMALL_STATE(6558)] = 203859, - [SMALL_STATE(6559)] = 203863, - [SMALL_STATE(6560)] = 203867, - [SMALL_STATE(6561)] = 203871, - [SMALL_STATE(6562)] = 203875, - [SMALL_STATE(6563)] = 203879, - [SMALL_STATE(6564)] = 203883, - [SMALL_STATE(6565)] = 203887, - [SMALL_STATE(6566)] = 203891, - [SMALL_STATE(6567)] = 203895, - [SMALL_STATE(6568)] = 203899, - [SMALL_STATE(6569)] = 203903, - [SMALL_STATE(6570)] = 203907, - [SMALL_STATE(6571)] = 203911, - [SMALL_STATE(6572)] = 203915, - [SMALL_STATE(6573)] = 203919, - [SMALL_STATE(6574)] = 203923, - [SMALL_STATE(6575)] = 203927, - [SMALL_STATE(6576)] = 203931, - [SMALL_STATE(6577)] = 203935, - [SMALL_STATE(6578)] = 203939, - [SMALL_STATE(6579)] = 203943, - [SMALL_STATE(6580)] = 203947, - [SMALL_STATE(6581)] = 203951, - [SMALL_STATE(6582)] = 203955, - [SMALL_STATE(6583)] = 203959, - [SMALL_STATE(6584)] = 203963, - [SMALL_STATE(6585)] = 203967, - [SMALL_STATE(6586)] = 203971, - [SMALL_STATE(6587)] = 203975, - [SMALL_STATE(6588)] = 203979, - [SMALL_STATE(6589)] = 203983, - [SMALL_STATE(6590)] = 203987, - [SMALL_STATE(6591)] = 203991, - [SMALL_STATE(6592)] = 203995, - [SMALL_STATE(6593)] = 203999, - [SMALL_STATE(6594)] = 204003, - [SMALL_STATE(6595)] = 204007, - [SMALL_STATE(6596)] = 204011, - [SMALL_STATE(6597)] = 204015, - [SMALL_STATE(6598)] = 204019, - [SMALL_STATE(6599)] = 204023, - [SMALL_STATE(6600)] = 204027, - [SMALL_STATE(6601)] = 204031, - [SMALL_STATE(6602)] = 204035, - [SMALL_STATE(6603)] = 204039, - [SMALL_STATE(6604)] = 204043, - [SMALL_STATE(6605)] = 204047, - [SMALL_STATE(6606)] = 204051, - [SMALL_STATE(6607)] = 204055, - [SMALL_STATE(6608)] = 204059, - [SMALL_STATE(6609)] = 204063, - [SMALL_STATE(6610)] = 204067, - [SMALL_STATE(6611)] = 204071, - [SMALL_STATE(6612)] = 204075, - [SMALL_STATE(6613)] = 204079, - [SMALL_STATE(6614)] = 204083, - [SMALL_STATE(6615)] = 204087, - [SMALL_STATE(6616)] = 204091, - [SMALL_STATE(6617)] = 204095, - [SMALL_STATE(6618)] = 204099, - [SMALL_STATE(6619)] = 204103, - [SMALL_STATE(6620)] = 204107, - [SMALL_STATE(6621)] = 204111, - [SMALL_STATE(6622)] = 204115, - [SMALL_STATE(6623)] = 204119, - [SMALL_STATE(6624)] = 204123, - [SMALL_STATE(6625)] = 204127, - [SMALL_STATE(6626)] = 204131, - [SMALL_STATE(6627)] = 204135, - [SMALL_STATE(6628)] = 204139, - [SMALL_STATE(6629)] = 204143, - [SMALL_STATE(6630)] = 204147, - [SMALL_STATE(6631)] = 204151, - [SMALL_STATE(6632)] = 204155, - [SMALL_STATE(6633)] = 204159, - [SMALL_STATE(6634)] = 204163, - [SMALL_STATE(6635)] = 204167, - [SMALL_STATE(6636)] = 204171, - [SMALL_STATE(6637)] = 204175, - [SMALL_STATE(6638)] = 204179, - [SMALL_STATE(6639)] = 204183, - [SMALL_STATE(6640)] = 204187, - [SMALL_STATE(6641)] = 204191, - [SMALL_STATE(6642)] = 204195, - [SMALL_STATE(6643)] = 204199, - [SMALL_STATE(6644)] = 204203, - [SMALL_STATE(6645)] = 204207, - [SMALL_STATE(6646)] = 204211, - [SMALL_STATE(6647)] = 204215, - [SMALL_STATE(6648)] = 204219, - [SMALL_STATE(6649)] = 204223, - [SMALL_STATE(6650)] = 204227, - [SMALL_STATE(6651)] = 204231, - [SMALL_STATE(6652)] = 204235, - [SMALL_STATE(6653)] = 204239, - [SMALL_STATE(6654)] = 204243, - [SMALL_STATE(6655)] = 204247, - [SMALL_STATE(6656)] = 204251, - [SMALL_STATE(6657)] = 204255, - [SMALL_STATE(6658)] = 204259, - [SMALL_STATE(6659)] = 204263, - [SMALL_STATE(6660)] = 204267, - [SMALL_STATE(6661)] = 204271, - [SMALL_STATE(6662)] = 204275, - [SMALL_STATE(6663)] = 204279, - [SMALL_STATE(6664)] = 204283, - [SMALL_STATE(6665)] = 204287, - [SMALL_STATE(6666)] = 204291, - [SMALL_STATE(6667)] = 204295, - [SMALL_STATE(6668)] = 204299, - [SMALL_STATE(6669)] = 204303, - [SMALL_STATE(6670)] = 204307, - [SMALL_STATE(6671)] = 204311, - [SMALL_STATE(6672)] = 204315, - [SMALL_STATE(6673)] = 204319, - [SMALL_STATE(6674)] = 204323, - [SMALL_STATE(6675)] = 204327, - [SMALL_STATE(6676)] = 204331, - [SMALL_STATE(6677)] = 204335, - [SMALL_STATE(6678)] = 204339, - [SMALL_STATE(6679)] = 204343, - [SMALL_STATE(6680)] = 204347, - [SMALL_STATE(6681)] = 204351, - [SMALL_STATE(6682)] = 204355, - [SMALL_STATE(6683)] = 204359, - [SMALL_STATE(6684)] = 204363, - [SMALL_STATE(6685)] = 204367, - [SMALL_STATE(6686)] = 204371, - [SMALL_STATE(6687)] = 204375, - [SMALL_STATE(6688)] = 204379, - [SMALL_STATE(6689)] = 204383, - [SMALL_STATE(6690)] = 204387, - [SMALL_STATE(6691)] = 204391, - [SMALL_STATE(6692)] = 204395, - [SMALL_STATE(6693)] = 204399, - [SMALL_STATE(6694)] = 204403, - [SMALL_STATE(6695)] = 204407, - [SMALL_STATE(6696)] = 204411, - [SMALL_STATE(6697)] = 204415, - [SMALL_STATE(6698)] = 204419, - [SMALL_STATE(6699)] = 204423, - [SMALL_STATE(6700)] = 204427, - [SMALL_STATE(6701)] = 204431, - [SMALL_STATE(6702)] = 204435, - [SMALL_STATE(6703)] = 204439, - [SMALL_STATE(6704)] = 204443, - [SMALL_STATE(6705)] = 204447, - [SMALL_STATE(6706)] = 204451, - [SMALL_STATE(6707)] = 204455, - [SMALL_STATE(6708)] = 204459, - [SMALL_STATE(6709)] = 204463, - [SMALL_STATE(6710)] = 204467, - [SMALL_STATE(6711)] = 204471, - [SMALL_STATE(6712)] = 204475, - [SMALL_STATE(6713)] = 204479, - [SMALL_STATE(6714)] = 204483, - [SMALL_STATE(6715)] = 204487, - [SMALL_STATE(6716)] = 204491, - [SMALL_STATE(6717)] = 204495, - [SMALL_STATE(6718)] = 204499, - [SMALL_STATE(6719)] = 204503, - [SMALL_STATE(6720)] = 204507, - [SMALL_STATE(6721)] = 204511, - [SMALL_STATE(6722)] = 204515, - [SMALL_STATE(6723)] = 204519, - [SMALL_STATE(6724)] = 204523, - [SMALL_STATE(6725)] = 204527, - [SMALL_STATE(6726)] = 204531, - [SMALL_STATE(6727)] = 204535, - [SMALL_STATE(6728)] = 204539, - [SMALL_STATE(6729)] = 204543, - [SMALL_STATE(6730)] = 204547, - [SMALL_STATE(6731)] = 204551, - [SMALL_STATE(6732)] = 204555, - [SMALL_STATE(6733)] = 204559, - [SMALL_STATE(6734)] = 204563, - [SMALL_STATE(6735)] = 204567, - [SMALL_STATE(6736)] = 204571, - [SMALL_STATE(6737)] = 204575, - [SMALL_STATE(6738)] = 204579, - [SMALL_STATE(6739)] = 204583, + [SMALL_STATE(659)] = 70, + [SMALL_STATE(660)] = 140, + [SMALL_STATE(661)] = 210, + [SMALL_STATE(662)] = 280, + [SMALL_STATE(663)] = 350, + [SMALL_STATE(664)] = 420, + [SMALL_STATE(665)] = 490, + [SMALL_STATE(666)] = 560, + [SMALL_STATE(667)] = 630, + [SMALL_STATE(668)] = 700, + [SMALL_STATE(669)] = 770, + [SMALL_STATE(670)] = 840, + [SMALL_STATE(671)] = 910, + [SMALL_STATE(672)] = 980, + [SMALL_STATE(673)] = 1047, + [SMALL_STATE(674)] = 1114, + [SMALL_STATE(675)] = 1183, + [SMALL_STATE(676)] = 1250, + [SMALL_STATE(677)] = 1317, + [SMALL_STATE(678)] = 1386, + [SMALL_STATE(679)] = 1453, + [SMALL_STATE(680)] = 1522, + [SMALL_STATE(681)] = 1589, + [SMALL_STATE(682)] = 1658, + [SMALL_STATE(683)] = 1725, + [SMALL_STATE(684)] = 1794, + [SMALL_STATE(685)] = 1863, + [SMALL_STATE(686)] = 1930, + [SMALL_STATE(687)] = 1999, + [SMALL_STATE(688)] = 2066, + [SMALL_STATE(689)] = 2135, + [SMALL_STATE(690)] = 2204, + [SMALL_STATE(691)] = 2271, + [SMALL_STATE(692)] = 2338, + [SMALL_STATE(693)] = 2407, + [SMALL_STATE(694)] = 2474, + [SMALL_STATE(695)] = 2543, + [SMALL_STATE(696)] = 2612, + [SMALL_STATE(697)] = 2681, + [SMALL_STATE(698)] = 2748, + [SMALL_STATE(699)] = 2815, + [SMALL_STATE(700)] = 2882, + [SMALL_STATE(701)] = 2949, + [SMALL_STATE(702)] = 3018, + [SMALL_STATE(703)] = 3085, + [SMALL_STATE(704)] = 3152, + [SMALL_STATE(705)] = 3221, + [SMALL_STATE(706)] = 3288, + [SMALL_STATE(707)] = 3357, + [SMALL_STATE(708)] = 3424, + [SMALL_STATE(709)] = 3491, + [SMALL_STATE(710)] = 3560, + [SMALL_STATE(711)] = 3629, + [SMALL_STATE(712)] = 3698, + [SMALL_STATE(713)] = 3767, + [SMALL_STATE(714)] = 3834, + [SMALL_STATE(715)] = 3903, + [SMALL_STATE(716)] = 3970, + [SMALL_STATE(717)] = 4039, + [SMALL_STATE(718)] = 4108, + [SMALL_STATE(719)] = 4177, + [SMALL_STATE(720)] = 4246, + [SMALL_STATE(721)] = 4315, + [SMALL_STATE(722)] = 4382, + [SMALL_STATE(723)] = 4451, + [SMALL_STATE(724)] = 4518, + [SMALL_STATE(725)] = 4585, + [SMALL_STATE(726)] = 4654, + [SMALL_STATE(727)] = 4721, + [SMALL_STATE(728)] = 4788, + [SMALL_STATE(729)] = 4856, + [SMALL_STATE(730)] = 4924, + [SMALL_STATE(731)] = 4992, + [SMALL_STATE(732)] = 5060, + [SMALL_STATE(733)] = 5128, + [SMALL_STATE(734)] = 5196, + [SMALL_STATE(735)] = 5264, + [SMALL_STATE(736)] = 5332, + [SMALL_STATE(737)] = 5400, + [SMALL_STATE(738)] = 5468, + [SMALL_STATE(739)] = 5536, + [SMALL_STATE(740)] = 5604, + [SMALL_STATE(741)] = 5672, + [SMALL_STATE(742)] = 5740, + [SMALL_STATE(743)] = 5808, + [SMALL_STATE(744)] = 5876, + [SMALL_STATE(745)] = 5944, + [SMALL_STATE(746)] = 6012, + [SMALL_STATE(747)] = 6080, + [SMALL_STATE(748)] = 6148, + [SMALL_STATE(749)] = 6216, + [SMALL_STATE(750)] = 6277, + [SMALL_STATE(751)] = 6338, + [SMALL_STATE(752)] = 6399, + [SMALL_STATE(753)] = 6460, + [SMALL_STATE(754)] = 6521, + [SMALL_STATE(755)] = 6582, + [SMALL_STATE(756)] = 6643, + [SMALL_STATE(757)] = 6704, + [SMALL_STATE(758)] = 6765, + [SMALL_STATE(759)] = 6826, + [SMALL_STATE(760)] = 6887, + [SMALL_STATE(761)] = 6948, + [SMALL_STATE(762)] = 7009, + [SMALL_STATE(763)] = 7070, + [SMALL_STATE(764)] = 7131, + [SMALL_STATE(765)] = 7192, + [SMALL_STATE(766)] = 7253, + [SMALL_STATE(767)] = 7314, + [SMALL_STATE(768)] = 7375, + [SMALL_STATE(769)] = 7436, + [SMALL_STATE(770)] = 7497, + [SMALL_STATE(771)] = 7558, + [SMALL_STATE(772)] = 7619, + [SMALL_STATE(773)] = 7680, + [SMALL_STATE(774)] = 7741, + [SMALL_STATE(775)] = 7802, + [SMALL_STATE(776)] = 7863, + [SMALL_STATE(777)] = 7924, + [SMALL_STATE(778)] = 7985, + [SMALL_STATE(779)] = 8046, + [SMALL_STATE(780)] = 8107, + [SMALL_STATE(781)] = 8168, + [SMALL_STATE(782)] = 8229, + [SMALL_STATE(783)] = 8290, + [SMALL_STATE(784)] = 8351, + [SMALL_STATE(785)] = 8412, + [SMALL_STATE(786)] = 8473, + [SMALL_STATE(787)] = 8534, + [SMALL_STATE(788)] = 8595, + [SMALL_STATE(789)] = 8656, + [SMALL_STATE(790)] = 8717, + [SMALL_STATE(791)] = 8778, + [SMALL_STATE(792)] = 8839, + [SMALL_STATE(793)] = 8900, + [SMALL_STATE(794)] = 8961, + [SMALL_STATE(795)] = 9022, + [SMALL_STATE(796)] = 9087, + [SMALL_STATE(797)] = 9148, + [SMALL_STATE(798)] = 9209, + [SMALL_STATE(799)] = 9270, + [SMALL_STATE(800)] = 9331, + [SMALL_STATE(801)] = 9392, + [SMALL_STATE(802)] = 9453, + [SMALL_STATE(803)] = 9514, + [SMALL_STATE(804)] = 9575, + [SMALL_STATE(805)] = 9636, + [SMALL_STATE(806)] = 9697, + [SMALL_STATE(807)] = 9758, + [SMALL_STATE(808)] = 9819, + [SMALL_STATE(809)] = 9880, + [SMALL_STATE(810)] = 9941, + [SMALL_STATE(811)] = 10002, + [SMALL_STATE(812)] = 10063, + [SMALL_STATE(813)] = 10124, + [SMALL_STATE(814)] = 10185, + [SMALL_STATE(815)] = 10246, + [SMALL_STATE(816)] = 10307, + [SMALL_STATE(817)] = 10368, + [SMALL_STATE(818)] = 10429, + [SMALL_STATE(819)] = 10496, + [SMALL_STATE(820)] = 10557, + [SMALL_STATE(821)] = 10618, + [SMALL_STATE(822)] = 10683, + [SMALL_STATE(823)] = 10744, + [SMALL_STATE(824)] = 10805, + [SMALL_STATE(825)] = 10866, + [SMALL_STATE(826)] = 10927, + [SMALL_STATE(827)] = 10988, + [SMALL_STATE(828)] = 11049, + [SMALL_STATE(829)] = 11110, + [SMALL_STATE(830)] = 11171, + [SMALL_STATE(831)] = 11232, + [SMALL_STATE(832)] = 11293, + [SMALL_STATE(833)] = 11354, + [SMALL_STATE(834)] = 11415, + [SMALL_STATE(835)] = 11476, + [SMALL_STATE(836)] = 11537, + [SMALL_STATE(837)] = 11598, + [SMALL_STATE(838)] = 11659, + [SMALL_STATE(839)] = 11720, + [SMALL_STATE(840)] = 11781, + [SMALL_STATE(841)] = 11842, + [SMALL_STATE(842)] = 11903, + [SMALL_STATE(843)] = 11964, + [SMALL_STATE(844)] = 12025, + [SMALL_STATE(845)] = 12086, + [SMALL_STATE(846)] = 12147, + [SMALL_STATE(847)] = 12208, + [SMALL_STATE(848)] = 12269, + [SMALL_STATE(849)] = 12330, + [SMALL_STATE(850)] = 12391, + [SMALL_STATE(851)] = 12452, + [SMALL_STATE(852)] = 12513, + [SMALL_STATE(853)] = 12574, + [SMALL_STATE(854)] = 12635, + [SMALL_STATE(855)] = 12696, + [SMALL_STATE(856)] = 12757, + [SMALL_STATE(857)] = 12818, + [SMALL_STATE(858)] = 12879, + [SMALL_STATE(859)] = 12940, + [SMALL_STATE(860)] = 13001, + [SMALL_STATE(861)] = 13062, + [SMALL_STATE(862)] = 13129, + [SMALL_STATE(863)] = 13190, + [SMALL_STATE(864)] = 13251, + [SMALL_STATE(865)] = 13312, + [SMALL_STATE(866)] = 13373, + [SMALL_STATE(867)] = 13434, + [SMALL_STATE(868)] = 13495, + [SMALL_STATE(869)] = 13556, + [SMALL_STATE(870)] = 13617, + [SMALL_STATE(871)] = 13678, + [SMALL_STATE(872)] = 13745, + [SMALL_STATE(873)] = 13806, + [SMALL_STATE(874)] = 13871, + [SMALL_STATE(875)] = 13932, + [SMALL_STATE(876)] = 13993, + [SMALL_STATE(877)] = 14054, + [SMALL_STATE(878)] = 14115, + [SMALL_STATE(879)] = 14176, + [SMALL_STATE(880)] = 14237, + [SMALL_STATE(881)] = 14298, + [SMALL_STATE(882)] = 14359, + [SMALL_STATE(883)] = 14420, + [SMALL_STATE(884)] = 14481, + [SMALL_STATE(885)] = 14542, + [SMALL_STATE(886)] = 14603, + [SMALL_STATE(887)] = 14664, + [SMALL_STATE(888)] = 14729, + [SMALL_STATE(889)] = 14790, + [SMALL_STATE(890)] = 14851, + [SMALL_STATE(891)] = 14912, + [SMALL_STATE(892)] = 14973, + [SMALL_STATE(893)] = 15034, + [SMALL_STATE(894)] = 15095, + [SMALL_STATE(895)] = 15156, + [SMALL_STATE(896)] = 15223, + [SMALL_STATE(897)] = 15284, + [SMALL_STATE(898)] = 15345, + [SMALL_STATE(899)] = 15406, + [SMALL_STATE(900)] = 15467, + [SMALL_STATE(901)] = 15528, + [SMALL_STATE(902)] = 15589, + [SMALL_STATE(903)] = 15650, + [SMALL_STATE(904)] = 15711, + [SMALL_STATE(905)] = 15772, + [SMALL_STATE(906)] = 15833, + [SMALL_STATE(907)] = 15894, + [SMALL_STATE(908)] = 15955, + [SMALL_STATE(909)] = 16016, + [SMALL_STATE(910)] = 16077, + [SMALL_STATE(911)] = 16138, + [SMALL_STATE(912)] = 16199, + [SMALL_STATE(913)] = 16260, + [SMALL_STATE(914)] = 16321, + [SMALL_STATE(915)] = 16382, + [SMALL_STATE(916)] = 16443, + [SMALL_STATE(917)] = 16504, + [SMALL_STATE(918)] = 16565, + [SMALL_STATE(919)] = 16626, + [SMALL_STATE(920)] = 16687, + [SMALL_STATE(921)] = 16754, + [SMALL_STATE(922)] = 16815, + [SMALL_STATE(923)] = 16876, + [SMALL_STATE(924)] = 16937, + [SMALL_STATE(925)] = 16998, + [SMALL_STATE(926)] = 17059, + [SMALL_STATE(927)] = 17120, + [SMALL_STATE(928)] = 17181, + [SMALL_STATE(929)] = 17242, + [SMALL_STATE(930)] = 17303, + [SMALL_STATE(931)] = 17364, + [SMALL_STATE(932)] = 17425, + [SMALL_STATE(933)] = 17486, + [SMALL_STATE(934)] = 17547, + [SMALL_STATE(935)] = 17614, + [SMALL_STATE(936)] = 17675, + [SMALL_STATE(937)] = 17736, + [SMALL_STATE(938)] = 17797, + [SMALL_STATE(939)] = 17864, + [SMALL_STATE(940)] = 17931, + [SMALL_STATE(941)] = 17998, + [SMALL_STATE(942)] = 18065, + [SMALL_STATE(943)] = 18132, + [SMALL_STATE(944)] = 18199, + [SMALL_STATE(945)] = 18266, + [SMALL_STATE(946)] = 18333, + [SMALL_STATE(947)] = 18400, + [SMALL_STATE(948)] = 18467, + [SMALL_STATE(949)] = 18534, + [SMALL_STATE(950)] = 18601, + [SMALL_STATE(951)] = 18668, + [SMALL_STATE(952)] = 18733, + [SMALL_STATE(953)] = 18798, + [SMALL_STATE(954)] = 18859, + [SMALL_STATE(955)] = 18920, + [SMALL_STATE(956)] = 18981, + [SMALL_STATE(957)] = 19048, + [SMALL_STATE(958)] = 19115, + [SMALL_STATE(959)] = 19180, + [SMALL_STATE(960)] = 19241, + [SMALL_STATE(961)] = 19302, + [SMALL_STATE(962)] = 19363, + [SMALL_STATE(963)] = 19424, + [SMALL_STATE(964)] = 19491, + [SMALL_STATE(965)] = 19556, + [SMALL_STATE(966)] = 19617, + [SMALL_STATE(967)] = 19678, + [SMALL_STATE(968)] = 19739, + [SMALL_STATE(969)] = 19800, + [SMALL_STATE(970)] = 19867, + [SMALL_STATE(971)] = 19932, + [SMALL_STATE(972)] = 19993, + [SMALL_STATE(973)] = 20054, + [SMALL_STATE(974)] = 20121, + [SMALL_STATE(975)] = 20186, + [SMALL_STATE(976)] = 20247, + [SMALL_STATE(977)] = 20308, + [SMALL_STATE(978)] = 20375, + [SMALL_STATE(979)] = 20440, + [SMALL_STATE(980)] = 20505, + [SMALL_STATE(981)] = 20566, + [SMALL_STATE(982)] = 20627, + [SMALL_STATE(983)] = 20694, + [SMALL_STATE(984)] = 20759, + [SMALL_STATE(985)] = 20820, + [SMALL_STATE(986)] = 20881, + [SMALL_STATE(987)] = 20948, + [SMALL_STATE(988)] = 21015, + [SMALL_STATE(989)] = 21080, + [SMALL_STATE(990)] = 21141, + [SMALL_STATE(991)] = 21202, + [SMALL_STATE(992)] = 21269, + [SMALL_STATE(993)] = 21334, + [SMALL_STATE(994)] = 21395, + [SMALL_STATE(995)] = 21456, + [SMALL_STATE(996)] = 21523, + [SMALL_STATE(997)] = 21588, + [SMALL_STATE(998)] = 21649, + [SMALL_STATE(999)] = 21710, + [SMALL_STATE(1000)] = 21771, + [SMALL_STATE(1001)] = 21832, + [SMALL_STATE(1002)] = 21899, + [SMALL_STATE(1003)] = 21964, + [SMALL_STATE(1004)] = 22031, + [SMALL_STATE(1005)] = 22092, + [SMALL_STATE(1006)] = 22157, + [SMALL_STATE(1007)] = 22218, + [SMALL_STATE(1008)] = 22279, + [SMALL_STATE(1009)] = 22340, + [SMALL_STATE(1010)] = 22401, + [SMALL_STATE(1011)] = 22462, + [SMALL_STATE(1012)] = 22523, + [SMALL_STATE(1013)] = 22584, + [SMALL_STATE(1014)] = 22645, + [SMALL_STATE(1015)] = 22706, + [SMALL_STATE(1016)] = 22767, + [SMALL_STATE(1017)] = 22828, + [SMALL_STATE(1018)] = 22889, + [SMALL_STATE(1019)] = 22950, + [SMALL_STATE(1020)] = 23011, + [SMALL_STATE(1021)] = 23072, + [SMALL_STATE(1022)] = 23133, + [SMALL_STATE(1023)] = 23194, + [SMALL_STATE(1024)] = 23255, + [SMALL_STATE(1025)] = 23316, + [SMALL_STATE(1026)] = 23377, + [SMALL_STATE(1027)] = 23438, + [SMALL_STATE(1028)] = 23499, + [SMALL_STATE(1029)] = 23560, + [SMALL_STATE(1030)] = 23621, + [SMALL_STATE(1031)] = 23682, + [SMALL_STATE(1032)] = 23743, + [SMALL_STATE(1033)] = 23804, + [SMALL_STATE(1034)] = 23865, + [SMALL_STATE(1035)] = 23926, + [SMALL_STATE(1036)] = 23987, + [SMALL_STATE(1037)] = 24048, + [SMALL_STATE(1038)] = 24109, + [SMALL_STATE(1039)] = 24170, + [SMALL_STATE(1040)] = 24231, + [SMALL_STATE(1041)] = 24292, + [SMALL_STATE(1042)] = 24353, + [SMALL_STATE(1043)] = 24414, + [SMALL_STATE(1044)] = 24475, + [SMALL_STATE(1045)] = 24536, + [SMALL_STATE(1046)] = 24597, + [SMALL_STATE(1047)] = 24658, + [SMALL_STATE(1048)] = 24719, + [SMALL_STATE(1049)] = 24780, + [SMALL_STATE(1050)] = 24841, + [SMALL_STATE(1051)] = 24902, + [SMALL_STATE(1052)] = 24963, + [SMALL_STATE(1053)] = 25024, + [SMALL_STATE(1054)] = 25085, + [SMALL_STATE(1055)] = 25146, + [SMALL_STATE(1056)] = 25207, + [SMALL_STATE(1057)] = 25268, + [SMALL_STATE(1058)] = 25329, + [SMALL_STATE(1059)] = 25390, + [SMALL_STATE(1060)] = 25451, + [SMALL_STATE(1061)] = 25512, + [SMALL_STATE(1062)] = 25573, + [SMALL_STATE(1063)] = 25634, + [SMALL_STATE(1064)] = 25695, + [SMALL_STATE(1065)] = 25756, + [SMALL_STATE(1066)] = 25817, + [SMALL_STATE(1067)] = 25878, + [SMALL_STATE(1068)] = 25939, + [SMALL_STATE(1069)] = 26000, + [SMALL_STATE(1070)] = 26061, + [SMALL_STATE(1071)] = 26126, + [SMALL_STATE(1072)] = 26187, + [SMALL_STATE(1073)] = 26248, + [SMALL_STATE(1074)] = 26309, + [SMALL_STATE(1075)] = 26370, + [SMALL_STATE(1076)] = 26431, + [SMALL_STATE(1077)] = 26492, + [SMALL_STATE(1078)] = 26553, + [SMALL_STATE(1079)] = 26620, + [SMALL_STATE(1080)] = 26681, + [SMALL_STATE(1081)] = 26742, + [SMALL_STATE(1082)] = 26803, + [SMALL_STATE(1083)] = 26864, + [SMALL_STATE(1084)] = 26925, + [SMALL_STATE(1085)] = 26986, + [SMALL_STATE(1086)] = 27047, + [SMALL_STATE(1087)] = 27108, + [SMALL_STATE(1088)] = 27169, + [SMALL_STATE(1089)] = 27230, + [SMALL_STATE(1090)] = 27291, + [SMALL_STATE(1091)] = 27352, + [SMALL_STATE(1092)] = 27413, + [SMALL_STATE(1093)] = 27474, + [SMALL_STATE(1094)] = 27535, + [SMALL_STATE(1095)] = 27596, + [SMALL_STATE(1096)] = 27657, + [SMALL_STATE(1097)] = 27718, + [SMALL_STATE(1098)] = 27779, + [SMALL_STATE(1099)] = 27840, + [SMALL_STATE(1100)] = 27901, + [SMALL_STATE(1101)] = 27962, + [SMALL_STATE(1102)] = 28023, + [SMALL_STATE(1103)] = 28084, + [SMALL_STATE(1104)] = 28145, + [SMALL_STATE(1105)] = 28206, + [SMALL_STATE(1106)] = 28267, + [SMALL_STATE(1107)] = 28334, + [SMALL_STATE(1108)] = 28395, + [SMALL_STATE(1109)] = 28456, + [SMALL_STATE(1110)] = 28517, + [SMALL_STATE(1111)] = 28578, + [SMALL_STATE(1112)] = 28639, + [SMALL_STATE(1113)] = 28700, + [SMALL_STATE(1114)] = 28761, + [SMALL_STATE(1115)] = 28822, + [SMALL_STATE(1116)] = 28883, + [SMALL_STATE(1117)] = 28944, + [SMALL_STATE(1118)] = 29005, + [SMALL_STATE(1119)] = 29066, + [SMALL_STATE(1120)] = 29127, + [SMALL_STATE(1121)] = 29188, + [SMALL_STATE(1122)] = 29249, + [SMALL_STATE(1123)] = 29310, + [SMALL_STATE(1124)] = 29371, + [SMALL_STATE(1125)] = 29432, + [SMALL_STATE(1126)] = 29493, + [SMALL_STATE(1127)] = 29554, + [SMALL_STATE(1128)] = 29615, + [SMALL_STATE(1129)] = 29676, + [SMALL_STATE(1130)] = 29737, + [SMALL_STATE(1131)] = 29798, + [SMALL_STATE(1132)] = 29859, + [SMALL_STATE(1133)] = 29920, + [SMALL_STATE(1134)] = 29981, + [SMALL_STATE(1135)] = 30042, + [SMALL_STATE(1136)] = 30103, + [SMALL_STATE(1137)] = 30164, + [SMALL_STATE(1138)] = 30225, + [SMALL_STATE(1139)] = 30286, + [SMALL_STATE(1140)] = 30347, + [SMALL_STATE(1141)] = 30408, + [SMALL_STATE(1142)] = 30469, + [SMALL_STATE(1143)] = 30530, + [SMALL_STATE(1144)] = 30591, + [SMALL_STATE(1145)] = 30652, + [SMALL_STATE(1146)] = 30713, + [SMALL_STATE(1147)] = 30774, + [SMALL_STATE(1148)] = 30835, + [SMALL_STATE(1149)] = 30896, + [SMALL_STATE(1150)] = 30957, + [SMALL_STATE(1151)] = 31024, + [SMALL_STATE(1152)] = 31085, + [SMALL_STATE(1153)] = 31146, + [SMALL_STATE(1154)] = 31207, + [SMALL_STATE(1155)] = 31268, + [SMALL_STATE(1156)] = 31329, + [SMALL_STATE(1157)] = 31390, + [SMALL_STATE(1158)] = 31451, + [SMALL_STATE(1159)] = 31512, + [SMALL_STATE(1160)] = 31573, + [SMALL_STATE(1161)] = 31634, + [SMALL_STATE(1162)] = 31699, + [SMALL_STATE(1163)] = 31760, + [SMALL_STATE(1164)] = 31821, + [SMALL_STATE(1165)] = 31882, + [SMALL_STATE(1166)] = 31943, + [SMALL_STATE(1167)] = 32004, + [SMALL_STATE(1168)] = 32065, + [SMALL_STATE(1169)] = 32126, + [SMALL_STATE(1170)] = 32193, + [SMALL_STATE(1171)] = 32254, + [SMALL_STATE(1172)] = 32315, + [SMALL_STATE(1173)] = 32376, + [SMALL_STATE(1174)] = 32437, + [SMALL_STATE(1175)] = 32498, + [SMALL_STATE(1176)] = 32559, + [SMALL_STATE(1177)] = 32620, + [SMALL_STATE(1178)] = 32681, + [SMALL_STATE(1179)] = 32742, + [SMALL_STATE(1180)] = 32803, + [SMALL_STATE(1181)] = 32864, + [SMALL_STATE(1182)] = 32925, + [SMALL_STATE(1183)] = 32986, + [SMALL_STATE(1184)] = 33047, + [SMALL_STATE(1185)] = 33108, + [SMALL_STATE(1186)] = 33169, + [SMALL_STATE(1187)] = 33230, + [SMALL_STATE(1188)] = 33291, + [SMALL_STATE(1189)] = 33352, + [SMALL_STATE(1190)] = 33413, + [SMALL_STATE(1191)] = 33474, + [SMALL_STATE(1192)] = 33535, + [SMALL_STATE(1193)] = 33596, + [SMALL_STATE(1194)] = 33657, + [SMALL_STATE(1195)] = 33718, + [SMALL_STATE(1196)] = 33779, + [SMALL_STATE(1197)] = 33840, + [SMALL_STATE(1198)] = 33901, + [SMALL_STATE(1199)] = 33962, + [SMALL_STATE(1200)] = 34023, + [SMALL_STATE(1201)] = 34084, + [SMALL_STATE(1202)] = 34145, + [SMALL_STATE(1203)] = 34206, + [SMALL_STATE(1204)] = 34267, + [SMALL_STATE(1205)] = 34328, + [SMALL_STATE(1206)] = 34389, + [SMALL_STATE(1207)] = 34450, + [SMALL_STATE(1208)] = 34511, + [SMALL_STATE(1209)] = 34572, + [SMALL_STATE(1210)] = 34637, + [SMALL_STATE(1211)] = 34698, + [SMALL_STATE(1212)] = 34759, + [SMALL_STATE(1213)] = 34820, + [SMALL_STATE(1214)] = 34881, + [SMALL_STATE(1215)] = 34942, + [SMALL_STATE(1216)] = 35003, + [SMALL_STATE(1217)] = 35064, + [SMALL_STATE(1218)] = 35125, + [SMALL_STATE(1219)] = 35186, + [SMALL_STATE(1220)] = 35247, + [SMALL_STATE(1221)] = 35308, + [SMALL_STATE(1222)] = 35369, + [SMALL_STATE(1223)] = 35430, + [SMALL_STATE(1224)] = 35491, + [SMALL_STATE(1225)] = 35552, + [SMALL_STATE(1226)] = 35613, + [SMALL_STATE(1227)] = 35674, + [SMALL_STATE(1228)] = 35735, + [SMALL_STATE(1229)] = 35796, + [SMALL_STATE(1230)] = 35857, + [SMALL_STATE(1231)] = 35918, + [SMALL_STATE(1232)] = 35979, + [SMALL_STATE(1233)] = 36040, + [SMALL_STATE(1234)] = 36101, + [SMALL_STATE(1235)] = 36162, + [SMALL_STATE(1236)] = 36223, + [SMALL_STATE(1237)] = 36284, + [SMALL_STATE(1238)] = 36345, + [SMALL_STATE(1239)] = 36412, + [SMALL_STATE(1240)] = 36473, + [SMALL_STATE(1241)] = 36534, + [SMALL_STATE(1242)] = 36595, + [SMALL_STATE(1243)] = 36656, + [SMALL_STATE(1244)] = 36717, + [SMALL_STATE(1245)] = 36778, + [SMALL_STATE(1246)] = 36839, + [SMALL_STATE(1247)] = 36900, + [SMALL_STATE(1248)] = 36961, + [SMALL_STATE(1249)] = 37022, + [SMALL_STATE(1250)] = 37083, + [SMALL_STATE(1251)] = 37144, + [SMALL_STATE(1252)] = 37205, + [SMALL_STATE(1253)] = 37266, + [SMALL_STATE(1254)] = 37327, + [SMALL_STATE(1255)] = 37388, + [SMALL_STATE(1256)] = 37449, + [SMALL_STATE(1257)] = 37510, + [SMALL_STATE(1258)] = 37571, + [SMALL_STATE(1259)] = 37638, + [SMALL_STATE(1260)] = 37699, + [SMALL_STATE(1261)] = 37760, + [SMALL_STATE(1262)] = 37821, + [SMALL_STATE(1263)] = 37882, + [SMALL_STATE(1264)] = 37943, + [SMALL_STATE(1265)] = 38004, + [SMALL_STATE(1266)] = 38065, + [SMALL_STATE(1267)] = 38126, + [SMALL_STATE(1268)] = 38187, + [SMALL_STATE(1269)] = 38248, + [SMALL_STATE(1270)] = 38309, + [SMALL_STATE(1271)] = 38370, + [SMALL_STATE(1272)] = 38431, + [SMALL_STATE(1273)] = 38492, + [SMALL_STATE(1274)] = 38553, + [SMALL_STATE(1275)] = 38614, + [SMALL_STATE(1276)] = 38675, + [SMALL_STATE(1277)] = 38736, + [SMALL_STATE(1278)] = 38797, + [SMALL_STATE(1279)] = 38858, + [SMALL_STATE(1280)] = 38919, + [SMALL_STATE(1281)] = 38980, + [SMALL_STATE(1282)] = 39041, + [SMALL_STATE(1283)] = 39102, + [SMALL_STATE(1284)] = 39163, + [SMALL_STATE(1285)] = 39224, + [SMALL_STATE(1286)] = 39285, + [SMALL_STATE(1287)] = 39346, + [SMALL_STATE(1288)] = 39407, + [SMALL_STATE(1289)] = 39468, + [SMALL_STATE(1290)] = 39529, + [SMALL_STATE(1291)] = 39590, + [SMALL_STATE(1292)] = 39651, + [SMALL_STATE(1293)] = 39712, + [SMALL_STATE(1294)] = 39773, + [SMALL_STATE(1295)] = 39834, + [SMALL_STATE(1296)] = 39895, + [SMALL_STATE(1297)] = 39956, + [SMALL_STATE(1298)] = 40017, + [SMALL_STATE(1299)] = 40078, + [SMALL_STATE(1300)] = 40139, + [SMALL_STATE(1301)] = 40200, + [SMALL_STATE(1302)] = 40261, + [SMALL_STATE(1303)] = 40322, + [SMALL_STATE(1304)] = 40383, + [SMALL_STATE(1305)] = 40444, + [SMALL_STATE(1306)] = 40505, + [SMALL_STATE(1307)] = 40566, + [SMALL_STATE(1308)] = 40627, + [SMALL_STATE(1309)] = 40688, + [SMALL_STATE(1310)] = 40749, + [SMALL_STATE(1311)] = 40810, + [SMALL_STATE(1312)] = 40871, + [SMALL_STATE(1313)] = 40932, + [SMALL_STATE(1314)] = 40993, + [SMALL_STATE(1315)] = 41054, + [SMALL_STATE(1316)] = 41115, + [SMALL_STATE(1317)] = 41176, + [SMALL_STATE(1318)] = 41237, + [SMALL_STATE(1319)] = 41298, + [SMALL_STATE(1320)] = 41359, + [SMALL_STATE(1321)] = 41420, + [SMALL_STATE(1322)] = 41481, + [SMALL_STATE(1323)] = 41542, + [SMALL_STATE(1324)] = 41603, + [SMALL_STATE(1325)] = 41664, + [SMALL_STATE(1326)] = 41725, + [SMALL_STATE(1327)] = 41786, + [SMALL_STATE(1328)] = 41847, + [SMALL_STATE(1329)] = 41908, + [SMALL_STATE(1330)] = 41969, + [SMALL_STATE(1331)] = 42030, + [SMALL_STATE(1332)] = 42091, + [SMALL_STATE(1333)] = 42152, + [SMALL_STATE(1334)] = 42213, + [SMALL_STATE(1335)] = 42274, + [SMALL_STATE(1336)] = 42335, + [SMALL_STATE(1337)] = 42396, + [SMALL_STATE(1338)] = 42457, + [SMALL_STATE(1339)] = 42518, + [SMALL_STATE(1340)] = 42579, + [SMALL_STATE(1341)] = 42640, + [SMALL_STATE(1342)] = 42701, + [SMALL_STATE(1343)] = 42762, + [SMALL_STATE(1344)] = 42823, + [SMALL_STATE(1345)] = 42884, + [SMALL_STATE(1346)] = 42945, + [SMALL_STATE(1347)] = 43006, + [SMALL_STATE(1348)] = 43067, + [SMALL_STATE(1349)] = 43128, + [SMALL_STATE(1350)] = 43189, + [SMALL_STATE(1351)] = 43250, + [SMALL_STATE(1352)] = 43311, + [SMALL_STATE(1353)] = 43372, + [SMALL_STATE(1354)] = 43433, + [SMALL_STATE(1355)] = 43494, + [SMALL_STATE(1356)] = 43555, + [SMALL_STATE(1357)] = 43616, + [SMALL_STATE(1358)] = 43677, + [SMALL_STATE(1359)] = 43738, + [SMALL_STATE(1360)] = 43799, + [SMALL_STATE(1361)] = 43860, + [SMALL_STATE(1362)] = 43921, + [SMALL_STATE(1363)] = 43982, + [SMALL_STATE(1364)] = 44043, + [SMALL_STATE(1365)] = 44104, + [SMALL_STATE(1366)] = 44165, + [SMALL_STATE(1367)] = 44226, + [SMALL_STATE(1368)] = 44287, + [SMALL_STATE(1369)] = 44348, + [SMALL_STATE(1370)] = 44409, + [SMALL_STATE(1371)] = 44470, + [SMALL_STATE(1372)] = 44531, + [SMALL_STATE(1373)] = 44592, + [SMALL_STATE(1374)] = 44653, + [SMALL_STATE(1375)] = 44714, + [SMALL_STATE(1376)] = 44775, + [SMALL_STATE(1377)] = 44836, + [SMALL_STATE(1378)] = 44897, + [SMALL_STATE(1379)] = 44958, + [SMALL_STATE(1380)] = 45019, + [SMALL_STATE(1381)] = 45080, + [SMALL_STATE(1382)] = 45141, + [SMALL_STATE(1383)] = 45202, + [SMALL_STATE(1384)] = 45263, + [SMALL_STATE(1385)] = 45324, + [SMALL_STATE(1386)] = 45385, + [SMALL_STATE(1387)] = 45446, + [SMALL_STATE(1388)] = 45507, + [SMALL_STATE(1389)] = 45568, + [SMALL_STATE(1390)] = 45629, + [SMALL_STATE(1391)] = 45690, + [SMALL_STATE(1392)] = 45751, + [SMALL_STATE(1393)] = 45812, + [SMALL_STATE(1394)] = 45873, + [SMALL_STATE(1395)] = 45934, + [SMALL_STATE(1396)] = 45995, + [SMALL_STATE(1397)] = 46056, + [SMALL_STATE(1398)] = 46117, + [SMALL_STATE(1399)] = 46178, + [SMALL_STATE(1400)] = 46239, + [SMALL_STATE(1401)] = 46300, + [SMALL_STATE(1402)] = 46361, + [SMALL_STATE(1403)] = 46422, + [SMALL_STATE(1404)] = 46483, + [SMALL_STATE(1405)] = 46544, + [SMALL_STATE(1406)] = 46605, + [SMALL_STATE(1407)] = 46666, + [SMALL_STATE(1408)] = 46727, + [SMALL_STATE(1409)] = 46788, + [SMALL_STATE(1410)] = 46849, + [SMALL_STATE(1411)] = 46910, + [SMALL_STATE(1412)] = 46971, + [SMALL_STATE(1413)] = 47032, + [SMALL_STATE(1414)] = 47093, + [SMALL_STATE(1415)] = 47154, + [SMALL_STATE(1416)] = 47215, + [SMALL_STATE(1417)] = 47276, + [SMALL_STATE(1418)] = 47337, + [SMALL_STATE(1419)] = 47398, + [SMALL_STATE(1420)] = 47459, + [SMALL_STATE(1421)] = 47520, + [SMALL_STATE(1422)] = 47581, + [SMALL_STATE(1423)] = 47642, + [SMALL_STATE(1424)] = 47703, + [SMALL_STATE(1425)] = 47764, + [SMALL_STATE(1426)] = 47825, + [SMALL_STATE(1427)] = 47886, + [SMALL_STATE(1428)] = 47947, + [SMALL_STATE(1429)] = 48008, + [SMALL_STATE(1430)] = 48069, + [SMALL_STATE(1431)] = 48130, + [SMALL_STATE(1432)] = 48191, + [SMALL_STATE(1433)] = 48252, + [SMALL_STATE(1434)] = 48313, + [SMALL_STATE(1435)] = 48374, + [SMALL_STATE(1436)] = 48435, + [SMALL_STATE(1437)] = 48496, + [SMALL_STATE(1438)] = 48557, + [SMALL_STATE(1439)] = 48618, + [SMALL_STATE(1440)] = 48679, + [SMALL_STATE(1441)] = 48740, + [SMALL_STATE(1442)] = 48801, + [SMALL_STATE(1443)] = 48862, + [SMALL_STATE(1444)] = 48923, + [SMALL_STATE(1445)] = 48984, + [SMALL_STATE(1446)] = 49045, + [SMALL_STATE(1447)] = 49106, + [SMALL_STATE(1448)] = 49167, + [SMALL_STATE(1449)] = 49228, + [SMALL_STATE(1450)] = 49289, + [SMALL_STATE(1451)] = 49350, + [SMALL_STATE(1452)] = 49411, + [SMALL_STATE(1453)] = 49472, + [SMALL_STATE(1454)] = 49533, + [SMALL_STATE(1455)] = 49594, + [SMALL_STATE(1456)] = 49655, + [SMALL_STATE(1457)] = 49716, + [SMALL_STATE(1458)] = 49777, + [SMALL_STATE(1459)] = 49838, + [SMALL_STATE(1460)] = 49899, + [SMALL_STATE(1461)] = 49960, + [SMALL_STATE(1462)] = 50021, + [SMALL_STATE(1463)] = 50082, + [SMALL_STATE(1464)] = 50143, + [SMALL_STATE(1465)] = 50204, + [SMALL_STATE(1466)] = 50265, + [SMALL_STATE(1467)] = 50326, + [SMALL_STATE(1468)] = 50387, + [SMALL_STATE(1469)] = 50448, + [SMALL_STATE(1470)] = 50509, + [SMALL_STATE(1471)] = 50570, + [SMALL_STATE(1472)] = 50631, + [SMALL_STATE(1473)] = 50692, + [SMALL_STATE(1474)] = 50753, + [SMALL_STATE(1475)] = 50814, + [SMALL_STATE(1476)] = 50875, + [SMALL_STATE(1477)] = 50936, + [SMALL_STATE(1478)] = 50997, + [SMALL_STATE(1479)] = 51058, + [SMALL_STATE(1480)] = 51119, + [SMALL_STATE(1481)] = 51180, + [SMALL_STATE(1482)] = 51241, + [SMALL_STATE(1483)] = 51302, + [SMALL_STATE(1484)] = 51363, + [SMALL_STATE(1485)] = 51424, + [SMALL_STATE(1486)] = 51485, + [SMALL_STATE(1487)] = 51546, + [SMALL_STATE(1488)] = 51607, + [SMALL_STATE(1489)] = 51668, + [SMALL_STATE(1490)] = 51729, + [SMALL_STATE(1491)] = 51790, + [SMALL_STATE(1492)] = 51851, + [SMALL_STATE(1493)] = 51912, + [SMALL_STATE(1494)] = 51973, + [SMALL_STATE(1495)] = 52034, + [SMALL_STATE(1496)] = 52095, + [SMALL_STATE(1497)] = 52156, + [SMALL_STATE(1498)] = 52217, + [SMALL_STATE(1499)] = 52278, + [SMALL_STATE(1500)] = 52339, + [SMALL_STATE(1501)] = 52400, + [SMALL_STATE(1502)] = 52461, + [SMALL_STATE(1503)] = 52522, + [SMALL_STATE(1504)] = 52583, + [SMALL_STATE(1505)] = 52644, + [SMALL_STATE(1506)] = 52705, + [SMALL_STATE(1507)] = 52766, + [SMALL_STATE(1508)] = 52827, + [SMALL_STATE(1509)] = 52888, + [SMALL_STATE(1510)] = 52949, + [SMALL_STATE(1511)] = 53010, + [SMALL_STATE(1512)] = 53071, + [SMALL_STATE(1513)] = 53132, + [SMALL_STATE(1514)] = 53193, + [SMALL_STATE(1515)] = 53254, + [SMALL_STATE(1516)] = 53315, + [SMALL_STATE(1517)] = 53376, + [SMALL_STATE(1518)] = 53437, + [SMALL_STATE(1519)] = 53498, + [SMALL_STATE(1520)] = 53559, + [SMALL_STATE(1521)] = 53620, + [SMALL_STATE(1522)] = 53681, + [SMALL_STATE(1523)] = 53742, + [SMALL_STATE(1524)] = 53803, + [SMALL_STATE(1525)] = 53864, + [SMALL_STATE(1526)] = 53925, + [SMALL_STATE(1527)] = 53986, + [SMALL_STATE(1528)] = 54047, + [SMALL_STATE(1529)] = 54108, + [SMALL_STATE(1530)] = 54169, + [SMALL_STATE(1531)] = 54230, + [SMALL_STATE(1532)] = 54291, + [SMALL_STATE(1533)] = 54352, + [SMALL_STATE(1534)] = 54413, + [SMALL_STATE(1535)] = 54474, + [SMALL_STATE(1536)] = 54535, + [SMALL_STATE(1537)] = 54596, + [SMALL_STATE(1538)] = 54663, + [SMALL_STATE(1539)] = 54724, + [SMALL_STATE(1540)] = 54785, + [SMALL_STATE(1541)] = 54846, + [SMALL_STATE(1542)] = 54907, + [SMALL_STATE(1543)] = 54968, + [SMALL_STATE(1544)] = 55029, + [SMALL_STATE(1545)] = 55090, + [SMALL_STATE(1546)] = 55151, + [SMALL_STATE(1547)] = 55212, + [SMALL_STATE(1548)] = 55273, + [SMALL_STATE(1549)] = 55334, + [SMALL_STATE(1550)] = 55395, + [SMALL_STATE(1551)] = 55456, + [SMALL_STATE(1552)] = 55517, + [SMALL_STATE(1553)] = 55578, + [SMALL_STATE(1554)] = 55639, + [SMALL_STATE(1555)] = 55700, + [SMALL_STATE(1556)] = 55761, + [SMALL_STATE(1557)] = 55822, + [SMALL_STATE(1558)] = 55883, + [SMALL_STATE(1559)] = 55944, + [SMALL_STATE(1560)] = 56005, + [SMALL_STATE(1561)] = 56066, + [SMALL_STATE(1562)] = 56127, + [SMALL_STATE(1563)] = 56188, + [SMALL_STATE(1564)] = 56249, + [SMALL_STATE(1565)] = 56310, + [SMALL_STATE(1566)] = 56371, + [SMALL_STATE(1567)] = 56432, + [SMALL_STATE(1568)] = 56493, + [SMALL_STATE(1569)] = 56554, + [SMALL_STATE(1570)] = 56615, + [SMALL_STATE(1571)] = 56676, + [SMALL_STATE(1572)] = 56737, + [SMALL_STATE(1573)] = 56798, + [SMALL_STATE(1574)] = 56859, + [SMALL_STATE(1575)] = 56920, + [SMALL_STATE(1576)] = 56981, + [SMALL_STATE(1577)] = 57042, + [SMALL_STATE(1578)] = 57103, + [SMALL_STATE(1579)] = 57164, + [SMALL_STATE(1580)] = 57225, + [SMALL_STATE(1581)] = 57286, + [SMALL_STATE(1582)] = 57347, + [SMALL_STATE(1583)] = 57408, + [SMALL_STATE(1584)] = 57469, + [SMALL_STATE(1585)] = 57530, + [SMALL_STATE(1586)] = 57591, + [SMALL_STATE(1587)] = 57652, + [SMALL_STATE(1588)] = 57713, + [SMALL_STATE(1589)] = 57774, + [SMALL_STATE(1590)] = 57835, + [SMALL_STATE(1591)] = 57896, + [SMALL_STATE(1592)] = 57957, + [SMALL_STATE(1593)] = 58018, + [SMALL_STATE(1594)] = 58079, + [SMALL_STATE(1595)] = 58140, + [SMALL_STATE(1596)] = 58201, + [SMALL_STATE(1597)] = 58262, + [SMALL_STATE(1598)] = 58323, + [SMALL_STATE(1599)] = 58384, + [SMALL_STATE(1600)] = 58445, + [SMALL_STATE(1601)] = 58506, + [SMALL_STATE(1602)] = 58567, + [SMALL_STATE(1603)] = 58628, + [SMALL_STATE(1604)] = 58689, + [SMALL_STATE(1605)] = 58750, + [SMALL_STATE(1606)] = 58811, + [SMALL_STATE(1607)] = 58872, + [SMALL_STATE(1608)] = 58933, + [SMALL_STATE(1609)] = 58994, + [SMALL_STATE(1610)] = 59055, + [SMALL_STATE(1611)] = 59116, + [SMALL_STATE(1612)] = 59177, + [SMALL_STATE(1613)] = 59238, + [SMALL_STATE(1614)] = 59299, + [SMALL_STATE(1615)] = 59360, + [SMALL_STATE(1616)] = 59421, + [SMALL_STATE(1617)] = 59482, + [SMALL_STATE(1618)] = 59543, + [SMALL_STATE(1619)] = 59604, + [SMALL_STATE(1620)] = 59665, + [SMALL_STATE(1621)] = 59726, + [SMALL_STATE(1622)] = 59787, + [SMALL_STATE(1623)] = 59848, + [SMALL_STATE(1624)] = 59909, + [SMALL_STATE(1625)] = 59970, + [SMALL_STATE(1626)] = 60031, + [SMALL_STATE(1627)] = 60092, + [SMALL_STATE(1628)] = 60153, + [SMALL_STATE(1629)] = 60214, + [SMALL_STATE(1630)] = 60275, + [SMALL_STATE(1631)] = 60336, + [SMALL_STATE(1632)] = 60397, + [SMALL_STATE(1633)] = 60458, + [SMALL_STATE(1634)] = 60519, + [SMALL_STATE(1635)] = 60580, + [SMALL_STATE(1636)] = 60641, + [SMALL_STATE(1637)] = 60702, + [SMALL_STATE(1638)] = 60763, + [SMALL_STATE(1639)] = 60824, + [SMALL_STATE(1640)] = 60885, + [SMALL_STATE(1641)] = 60946, + [SMALL_STATE(1642)] = 61007, + [SMALL_STATE(1643)] = 61068, + [SMALL_STATE(1644)] = 61129, + [SMALL_STATE(1645)] = 61190, + [SMALL_STATE(1646)] = 61251, + [SMALL_STATE(1647)] = 61312, + [SMALL_STATE(1648)] = 61373, + [SMALL_STATE(1649)] = 61434, + [SMALL_STATE(1650)] = 61495, + [SMALL_STATE(1651)] = 61556, + [SMALL_STATE(1652)] = 61617, + [SMALL_STATE(1653)] = 61678, + [SMALL_STATE(1654)] = 61739, + [SMALL_STATE(1655)] = 61800, + [SMALL_STATE(1656)] = 61861, + [SMALL_STATE(1657)] = 61922, + [SMALL_STATE(1658)] = 61983, + [SMALL_STATE(1659)] = 62044, + [SMALL_STATE(1660)] = 62105, + [SMALL_STATE(1661)] = 62166, + [SMALL_STATE(1662)] = 62227, + [SMALL_STATE(1663)] = 62288, + [SMALL_STATE(1664)] = 62349, + [SMALL_STATE(1665)] = 62410, + [SMALL_STATE(1666)] = 62471, + [SMALL_STATE(1667)] = 62532, + [SMALL_STATE(1668)] = 62593, + [SMALL_STATE(1669)] = 62654, + [SMALL_STATE(1670)] = 62715, + [SMALL_STATE(1671)] = 62776, + [SMALL_STATE(1672)] = 62837, + [SMALL_STATE(1673)] = 62898, + [SMALL_STATE(1674)] = 62959, + [SMALL_STATE(1675)] = 63020, + [SMALL_STATE(1676)] = 63081, + [SMALL_STATE(1677)] = 63142, + [SMALL_STATE(1678)] = 63203, + [SMALL_STATE(1679)] = 63264, + [SMALL_STATE(1680)] = 63325, + [SMALL_STATE(1681)] = 63386, + [SMALL_STATE(1682)] = 63447, + [SMALL_STATE(1683)] = 63508, + [SMALL_STATE(1684)] = 63569, + [SMALL_STATE(1685)] = 63630, + [SMALL_STATE(1686)] = 63691, + [SMALL_STATE(1687)] = 63752, + [SMALL_STATE(1688)] = 63813, + [SMALL_STATE(1689)] = 63874, + [SMALL_STATE(1690)] = 63935, + [SMALL_STATE(1691)] = 63996, + [SMALL_STATE(1692)] = 64057, + [SMALL_STATE(1693)] = 64118, + [SMALL_STATE(1694)] = 64179, + [SMALL_STATE(1695)] = 64240, + [SMALL_STATE(1696)] = 64301, + [SMALL_STATE(1697)] = 64362, + [SMALL_STATE(1698)] = 64423, + [SMALL_STATE(1699)] = 64484, + [SMALL_STATE(1700)] = 64545, + [SMALL_STATE(1701)] = 64606, + [SMALL_STATE(1702)] = 64667, + [SMALL_STATE(1703)] = 64728, + [SMALL_STATE(1704)] = 64789, + [SMALL_STATE(1705)] = 64856, + [SMALL_STATE(1706)] = 64917, + [SMALL_STATE(1707)] = 64978, + [SMALL_STATE(1708)] = 65039, + [SMALL_STATE(1709)] = 65100, + [SMALL_STATE(1710)] = 65161, + [SMALL_STATE(1711)] = 65222, + [SMALL_STATE(1712)] = 65283, + [SMALL_STATE(1713)] = 65344, + [SMALL_STATE(1714)] = 65405, + [SMALL_STATE(1715)] = 65466, + [SMALL_STATE(1716)] = 65527, + [SMALL_STATE(1717)] = 65588, + [SMALL_STATE(1718)] = 65649, + [SMALL_STATE(1719)] = 65710, + [SMALL_STATE(1720)] = 65771, + [SMALL_STATE(1721)] = 65832, + [SMALL_STATE(1722)] = 65893, + [SMALL_STATE(1723)] = 65954, + [SMALL_STATE(1724)] = 66015, + [SMALL_STATE(1725)] = 66076, + [SMALL_STATE(1726)] = 66137, + [SMALL_STATE(1727)] = 66198, + [SMALL_STATE(1728)] = 66259, + [SMALL_STATE(1729)] = 66320, + [SMALL_STATE(1730)] = 66381, + [SMALL_STATE(1731)] = 66442, + [SMALL_STATE(1732)] = 66503, + [SMALL_STATE(1733)] = 66564, + [SMALL_STATE(1734)] = 66625, + [SMALL_STATE(1735)] = 66686, + [SMALL_STATE(1736)] = 66747, + [SMALL_STATE(1737)] = 66808, + [SMALL_STATE(1738)] = 66869, + [SMALL_STATE(1739)] = 66930, + [SMALL_STATE(1740)] = 66991, + [SMALL_STATE(1741)] = 67052, + [SMALL_STATE(1742)] = 67113, + [SMALL_STATE(1743)] = 67174, + [SMALL_STATE(1744)] = 67235, + [SMALL_STATE(1745)] = 67296, + [SMALL_STATE(1746)] = 67357, + [SMALL_STATE(1747)] = 67418, + [SMALL_STATE(1748)] = 67479, + [SMALL_STATE(1749)] = 67540, + [SMALL_STATE(1750)] = 67601, + [SMALL_STATE(1751)] = 67662, + [SMALL_STATE(1752)] = 67723, + [SMALL_STATE(1753)] = 67784, + [SMALL_STATE(1754)] = 67845, + [SMALL_STATE(1755)] = 67906, + [SMALL_STATE(1756)] = 67967, + [SMALL_STATE(1757)] = 68028, + [SMALL_STATE(1758)] = 68089, + [SMALL_STATE(1759)] = 68150, + [SMALL_STATE(1760)] = 68211, + [SMALL_STATE(1761)] = 68272, + [SMALL_STATE(1762)] = 68333, + [SMALL_STATE(1763)] = 68394, + [SMALL_STATE(1764)] = 68455, + [SMALL_STATE(1765)] = 68516, + [SMALL_STATE(1766)] = 68577, + [SMALL_STATE(1767)] = 68638, + [SMALL_STATE(1768)] = 68699, + [SMALL_STATE(1769)] = 68760, + [SMALL_STATE(1770)] = 68821, + [SMALL_STATE(1771)] = 68882, + [SMALL_STATE(1772)] = 68943, + [SMALL_STATE(1773)] = 69004, + [SMALL_STATE(1774)] = 69065, + [SMALL_STATE(1775)] = 69126, + [SMALL_STATE(1776)] = 69187, + [SMALL_STATE(1777)] = 69248, + [SMALL_STATE(1778)] = 69309, + [SMALL_STATE(1779)] = 69370, + [SMALL_STATE(1780)] = 69431, + [SMALL_STATE(1781)] = 69492, + [SMALL_STATE(1782)] = 69553, + [SMALL_STATE(1783)] = 69614, + [SMALL_STATE(1784)] = 69675, + [SMALL_STATE(1785)] = 69736, + [SMALL_STATE(1786)] = 69797, + [SMALL_STATE(1787)] = 69858, + [SMALL_STATE(1788)] = 69925, + [SMALL_STATE(1789)] = 69986, + [SMALL_STATE(1790)] = 70047, + [SMALL_STATE(1791)] = 70108, + [SMALL_STATE(1792)] = 70169, + [SMALL_STATE(1793)] = 70230, + [SMALL_STATE(1794)] = 70291, + [SMALL_STATE(1795)] = 70352, + [SMALL_STATE(1796)] = 70413, + [SMALL_STATE(1797)] = 70474, + [SMALL_STATE(1798)] = 70535, + [SMALL_STATE(1799)] = 70596, + [SMALL_STATE(1800)] = 70657, + [SMALL_STATE(1801)] = 70718, + [SMALL_STATE(1802)] = 70779, + [SMALL_STATE(1803)] = 70840, + [SMALL_STATE(1804)] = 70901, + [SMALL_STATE(1805)] = 70962, + [SMALL_STATE(1806)] = 71023, + [SMALL_STATE(1807)] = 71084, + [SMALL_STATE(1808)] = 71145, + [SMALL_STATE(1809)] = 71206, + [SMALL_STATE(1810)] = 71267, + [SMALL_STATE(1811)] = 71328, + [SMALL_STATE(1812)] = 71389, + [SMALL_STATE(1813)] = 71450, + [SMALL_STATE(1814)] = 71511, + [SMALL_STATE(1815)] = 71572, + [SMALL_STATE(1816)] = 71633, + [SMALL_STATE(1817)] = 71694, + [SMALL_STATE(1818)] = 71755, + [SMALL_STATE(1819)] = 71816, + [SMALL_STATE(1820)] = 71877, + [SMALL_STATE(1821)] = 71938, + [SMALL_STATE(1822)] = 71999, + [SMALL_STATE(1823)] = 72060, + [SMALL_STATE(1824)] = 72121, + [SMALL_STATE(1825)] = 72182, + [SMALL_STATE(1826)] = 72243, + [SMALL_STATE(1827)] = 72304, + [SMALL_STATE(1828)] = 72365, + [SMALL_STATE(1829)] = 72426, + [SMALL_STATE(1830)] = 72487, + [SMALL_STATE(1831)] = 72548, + [SMALL_STATE(1832)] = 72609, + [SMALL_STATE(1833)] = 72670, + [SMALL_STATE(1834)] = 72731, + [SMALL_STATE(1835)] = 72792, + [SMALL_STATE(1836)] = 72853, + [SMALL_STATE(1837)] = 72914, + [SMALL_STATE(1838)] = 72975, + [SMALL_STATE(1839)] = 73036, + [SMALL_STATE(1840)] = 73097, + [SMALL_STATE(1841)] = 73158, + [SMALL_STATE(1842)] = 73219, + [SMALL_STATE(1843)] = 73280, + [SMALL_STATE(1844)] = 73341, + [SMALL_STATE(1845)] = 73402, + [SMALL_STATE(1846)] = 73463, + [SMALL_STATE(1847)] = 73524, + [SMALL_STATE(1848)] = 73585, + [SMALL_STATE(1849)] = 73646, + [SMALL_STATE(1850)] = 73707, + [SMALL_STATE(1851)] = 73768, + [SMALL_STATE(1852)] = 73829, + [SMALL_STATE(1853)] = 73890, + [SMALL_STATE(1854)] = 73951, + [SMALL_STATE(1855)] = 74012, + [SMALL_STATE(1856)] = 74073, + [SMALL_STATE(1857)] = 74134, + [SMALL_STATE(1858)] = 74195, + [SMALL_STATE(1859)] = 74256, + [SMALL_STATE(1860)] = 74317, + [SMALL_STATE(1861)] = 74378, + [SMALL_STATE(1862)] = 74439, + [SMALL_STATE(1863)] = 74500, + [SMALL_STATE(1864)] = 74561, + [SMALL_STATE(1865)] = 74622, + [SMALL_STATE(1866)] = 74683, + [SMALL_STATE(1867)] = 74744, + [SMALL_STATE(1868)] = 74805, + [SMALL_STATE(1869)] = 74866, + [SMALL_STATE(1870)] = 74927, + [SMALL_STATE(1871)] = 74994, + [SMALL_STATE(1872)] = 75055, + [SMALL_STATE(1873)] = 75116, + [SMALL_STATE(1874)] = 75177, + [SMALL_STATE(1875)] = 75238, + [SMALL_STATE(1876)] = 75299, + [SMALL_STATE(1877)] = 75360, + [SMALL_STATE(1878)] = 75421, + [SMALL_STATE(1879)] = 75482, + [SMALL_STATE(1880)] = 75543, + [SMALL_STATE(1881)] = 75604, + [SMALL_STATE(1882)] = 75665, + [SMALL_STATE(1883)] = 75726, + [SMALL_STATE(1884)] = 75787, + [SMALL_STATE(1885)] = 75848, + [SMALL_STATE(1886)] = 75909, + [SMALL_STATE(1887)] = 75970, + [SMALL_STATE(1888)] = 76031, + [SMALL_STATE(1889)] = 76092, + [SMALL_STATE(1890)] = 76153, + [SMALL_STATE(1891)] = 76214, + [SMALL_STATE(1892)] = 76275, + [SMALL_STATE(1893)] = 76336, + [SMALL_STATE(1894)] = 76397, + [SMALL_STATE(1895)] = 76458, + [SMALL_STATE(1896)] = 76519, + [SMALL_STATE(1897)] = 76580, + [SMALL_STATE(1898)] = 76641, + [SMALL_STATE(1899)] = 76702, + [SMALL_STATE(1900)] = 76763, + [SMALL_STATE(1901)] = 76824, + [SMALL_STATE(1902)] = 76885, + [SMALL_STATE(1903)] = 76946, + [SMALL_STATE(1904)] = 77007, + [SMALL_STATE(1905)] = 77068, + [SMALL_STATE(1906)] = 77129, + [SMALL_STATE(1907)] = 77190, + [SMALL_STATE(1908)] = 77251, + [SMALL_STATE(1909)] = 77312, + [SMALL_STATE(1910)] = 77373, + [SMALL_STATE(1911)] = 77434, + [SMALL_STATE(1912)] = 77495, + [SMALL_STATE(1913)] = 77556, + [SMALL_STATE(1914)] = 77617, + [SMALL_STATE(1915)] = 77678, + [SMALL_STATE(1916)] = 77739, + [SMALL_STATE(1917)] = 77800, + [SMALL_STATE(1918)] = 77861, + [SMALL_STATE(1919)] = 77922, + [SMALL_STATE(1920)] = 77983, + [SMALL_STATE(1921)] = 78044, + [SMALL_STATE(1922)] = 78105, + [SMALL_STATE(1923)] = 78166, + [SMALL_STATE(1924)] = 78227, + [SMALL_STATE(1925)] = 78288, + [SMALL_STATE(1926)] = 78349, + [SMALL_STATE(1927)] = 78410, + [SMALL_STATE(1928)] = 78471, + [SMALL_STATE(1929)] = 78532, + [SMALL_STATE(1930)] = 78593, + [SMALL_STATE(1931)] = 78654, + [SMALL_STATE(1932)] = 78715, + [SMALL_STATE(1933)] = 78775, + [SMALL_STATE(1934)] = 78835, + [SMALL_STATE(1935)] = 78894, + [SMALL_STATE(1936)] = 78953, + [SMALL_STATE(1937)] = 79012, + [SMALL_STATE(1938)] = 79071, + [SMALL_STATE(1939)] = 79130, + [SMALL_STATE(1940)] = 79189, + [SMALL_STATE(1941)] = 79248, + [SMALL_STATE(1942)] = 79307, + [SMALL_STATE(1943)] = 79366, + [SMALL_STATE(1944)] = 79425, + [SMALL_STATE(1945)] = 79484, + [SMALL_STATE(1946)] = 79543, + [SMALL_STATE(1947)] = 79602, + [SMALL_STATE(1948)] = 79661, + [SMALL_STATE(1949)] = 79720, + [SMALL_STATE(1950)] = 79779, + [SMALL_STATE(1951)] = 79838, + [SMALL_STATE(1952)] = 79897, + [SMALL_STATE(1953)] = 79956, + [SMALL_STATE(1954)] = 80015, + [SMALL_STATE(1955)] = 80074, + [SMALL_STATE(1956)] = 80133, + [SMALL_STATE(1957)] = 80192, + [SMALL_STATE(1958)] = 80251, + [SMALL_STATE(1959)] = 80310, + [SMALL_STATE(1960)] = 80369, + [SMALL_STATE(1961)] = 80428, + [SMALL_STATE(1962)] = 80487, + [SMALL_STATE(1963)] = 80546, + [SMALL_STATE(1964)] = 80605, + [SMALL_STATE(1965)] = 80664, + [SMALL_STATE(1966)] = 80723, + [SMALL_STATE(1967)] = 80782, + [SMALL_STATE(1968)] = 80841, + [SMALL_STATE(1969)] = 80900, + [SMALL_STATE(1970)] = 80959, + [SMALL_STATE(1971)] = 81018, + [SMALL_STATE(1972)] = 81077, + [SMALL_STATE(1973)] = 81136, + [SMALL_STATE(1974)] = 81195, + [SMALL_STATE(1975)] = 81254, + [SMALL_STATE(1976)] = 81313, + [SMALL_STATE(1977)] = 81372, + [SMALL_STATE(1978)] = 81431, + [SMALL_STATE(1979)] = 81490, + [SMALL_STATE(1980)] = 81549, + [SMALL_STATE(1981)] = 81608, + [SMALL_STATE(1982)] = 81667, + [SMALL_STATE(1983)] = 81726, + [SMALL_STATE(1984)] = 81785, + [SMALL_STATE(1985)] = 81844, + [SMALL_STATE(1986)] = 81903, + [SMALL_STATE(1987)] = 81962, + [SMALL_STATE(1988)] = 82021, + [SMALL_STATE(1989)] = 82080, + [SMALL_STATE(1990)] = 82139, + [SMALL_STATE(1991)] = 82198, + [SMALL_STATE(1992)] = 82257, + [SMALL_STATE(1993)] = 82316, + [SMALL_STATE(1994)] = 82375, + [SMALL_STATE(1995)] = 82434, + [SMALL_STATE(1996)] = 82493, + [SMALL_STATE(1997)] = 82552, + [SMALL_STATE(1998)] = 82611, + [SMALL_STATE(1999)] = 82670, + [SMALL_STATE(2000)] = 82729, + [SMALL_STATE(2001)] = 82788, + [SMALL_STATE(2002)] = 82847, + [SMALL_STATE(2003)] = 82906, + [SMALL_STATE(2004)] = 82965, + [SMALL_STATE(2005)] = 83024, + [SMALL_STATE(2006)] = 83083, + [SMALL_STATE(2007)] = 83142, + [SMALL_STATE(2008)] = 83201, + [SMALL_STATE(2009)] = 83260, + [SMALL_STATE(2010)] = 83319, + [SMALL_STATE(2011)] = 83378, + [SMALL_STATE(2012)] = 83437, + [SMALL_STATE(2013)] = 83496, + [SMALL_STATE(2014)] = 83555, + [SMALL_STATE(2015)] = 83614, + [SMALL_STATE(2016)] = 83673, + [SMALL_STATE(2017)] = 83732, + [SMALL_STATE(2018)] = 83791, + [SMALL_STATE(2019)] = 83850, + [SMALL_STATE(2020)] = 83909, + [SMALL_STATE(2021)] = 83968, + [SMALL_STATE(2022)] = 84027, + [SMALL_STATE(2023)] = 84086, + [SMALL_STATE(2024)] = 84145, + [SMALL_STATE(2025)] = 84204, + [SMALL_STATE(2026)] = 84263, + [SMALL_STATE(2027)] = 84322, + [SMALL_STATE(2028)] = 84381, + [SMALL_STATE(2029)] = 84440, + [SMALL_STATE(2030)] = 84499, + [SMALL_STATE(2031)] = 84558, + [SMALL_STATE(2032)] = 84617, + [SMALL_STATE(2033)] = 84676, + [SMALL_STATE(2034)] = 84735, + [SMALL_STATE(2035)] = 84794, + [SMALL_STATE(2036)] = 84853, + [SMALL_STATE(2037)] = 84912, + [SMALL_STATE(2038)] = 84971, + [SMALL_STATE(2039)] = 85030, + [SMALL_STATE(2040)] = 85089, + [SMALL_STATE(2041)] = 85148, + [SMALL_STATE(2042)] = 85207, + [SMALL_STATE(2043)] = 85266, + [SMALL_STATE(2044)] = 85325, + [SMALL_STATE(2045)] = 85384, + [SMALL_STATE(2046)] = 85443, + [SMALL_STATE(2047)] = 85502, + [SMALL_STATE(2048)] = 85561, + [SMALL_STATE(2049)] = 85620, + [SMALL_STATE(2050)] = 85679, + [SMALL_STATE(2051)] = 85738, + [SMALL_STATE(2052)] = 85797, + [SMALL_STATE(2053)] = 85856, + [SMALL_STATE(2054)] = 85915, + [SMALL_STATE(2055)] = 85974, + [SMALL_STATE(2056)] = 86033, + [SMALL_STATE(2057)] = 86092, + [SMALL_STATE(2058)] = 86151, + [SMALL_STATE(2059)] = 86210, + [SMALL_STATE(2060)] = 86269, + [SMALL_STATE(2061)] = 86328, + [SMALL_STATE(2062)] = 86387, + [SMALL_STATE(2063)] = 86446, + [SMALL_STATE(2064)] = 86505, + [SMALL_STATE(2065)] = 86564, + [SMALL_STATE(2066)] = 86623, + [SMALL_STATE(2067)] = 86682, + [SMALL_STATE(2068)] = 86741, + [SMALL_STATE(2069)] = 86800, + [SMALL_STATE(2070)] = 86859, + [SMALL_STATE(2071)] = 86918, + [SMALL_STATE(2072)] = 86977, + [SMALL_STATE(2073)] = 87036, + [SMALL_STATE(2074)] = 87095, + [SMALL_STATE(2075)] = 87154, + [SMALL_STATE(2076)] = 87213, + [SMALL_STATE(2077)] = 87272, + [SMALL_STATE(2078)] = 87331, + [SMALL_STATE(2079)] = 87390, + [SMALL_STATE(2080)] = 87449, + [SMALL_STATE(2081)] = 87508, + [SMALL_STATE(2082)] = 87567, + [SMALL_STATE(2083)] = 87626, + [SMALL_STATE(2084)] = 87685, + [SMALL_STATE(2085)] = 87744, + [SMALL_STATE(2086)] = 87803, + [SMALL_STATE(2087)] = 87862, + [SMALL_STATE(2088)] = 87921, + [SMALL_STATE(2089)] = 87980, + [SMALL_STATE(2090)] = 88039, + [SMALL_STATE(2091)] = 88098, + [SMALL_STATE(2092)] = 88157, + [SMALL_STATE(2093)] = 88216, + [SMALL_STATE(2094)] = 88275, + [SMALL_STATE(2095)] = 88334, + [SMALL_STATE(2096)] = 88393, + [SMALL_STATE(2097)] = 88452, + [SMALL_STATE(2098)] = 88511, + [SMALL_STATE(2099)] = 88570, + [SMALL_STATE(2100)] = 88629, + [SMALL_STATE(2101)] = 88688, + [SMALL_STATE(2102)] = 88747, + [SMALL_STATE(2103)] = 88806, + [SMALL_STATE(2104)] = 88865, + [SMALL_STATE(2105)] = 88924, + [SMALL_STATE(2106)] = 88983, + [SMALL_STATE(2107)] = 89042, + [SMALL_STATE(2108)] = 89101, + [SMALL_STATE(2109)] = 89160, + [SMALL_STATE(2110)] = 89219, + [SMALL_STATE(2111)] = 89278, + [SMALL_STATE(2112)] = 89337, + [SMALL_STATE(2113)] = 89396, + [SMALL_STATE(2114)] = 89455, + [SMALL_STATE(2115)] = 89514, + [SMALL_STATE(2116)] = 89573, + [SMALL_STATE(2117)] = 89632, + [SMALL_STATE(2118)] = 89691, + [SMALL_STATE(2119)] = 89750, + [SMALL_STATE(2120)] = 89809, + [SMALL_STATE(2121)] = 89868, + [SMALL_STATE(2122)] = 89927, + [SMALL_STATE(2123)] = 89986, + [SMALL_STATE(2124)] = 90045, + [SMALL_STATE(2125)] = 90104, + [SMALL_STATE(2126)] = 90163, + [SMALL_STATE(2127)] = 90222, + [SMALL_STATE(2128)] = 90281, + [SMALL_STATE(2129)] = 90340, + [SMALL_STATE(2130)] = 90399, + [SMALL_STATE(2131)] = 90458, + [SMALL_STATE(2132)] = 90517, + [SMALL_STATE(2133)] = 90576, + [SMALL_STATE(2134)] = 90635, + [SMALL_STATE(2135)] = 90694, + [SMALL_STATE(2136)] = 90753, + [SMALL_STATE(2137)] = 90812, + [SMALL_STATE(2138)] = 90871, + [SMALL_STATE(2139)] = 90930, + [SMALL_STATE(2140)] = 90989, + [SMALL_STATE(2141)] = 91048, + [SMALL_STATE(2142)] = 91107, + [SMALL_STATE(2143)] = 91166, + [SMALL_STATE(2144)] = 91225, + [SMALL_STATE(2145)] = 91284, + [SMALL_STATE(2146)] = 91343, + [SMALL_STATE(2147)] = 91402, + [SMALL_STATE(2148)] = 91461, + [SMALL_STATE(2149)] = 91520, + [SMALL_STATE(2150)] = 91579, + [SMALL_STATE(2151)] = 91638, + [SMALL_STATE(2152)] = 91697, + [SMALL_STATE(2153)] = 91756, + [SMALL_STATE(2154)] = 91815, + [SMALL_STATE(2155)] = 91874, + [SMALL_STATE(2156)] = 91933, + [SMALL_STATE(2157)] = 91992, + [SMALL_STATE(2158)] = 92051, + [SMALL_STATE(2159)] = 92110, + [SMALL_STATE(2160)] = 92169, + [SMALL_STATE(2161)] = 92228, + [SMALL_STATE(2162)] = 92287, + [SMALL_STATE(2163)] = 92346, + [SMALL_STATE(2164)] = 92405, + [SMALL_STATE(2165)] = 92464, + [SMALL_STATE(2166)] = 92523, + [SMALL_STATE(2167)] = 92582, + [SMALL_STATE(2168)] = 92641, + [SMALL_STATE(2169)] = 92700, + [SMALL_STATE(2170)] = 92759, + [SMALL_STATE(2171)] = 92818, + [SMALL_STATE(2172)] = 92877, + [SMALL_STATE(2173)] = 92936, + [SMALL_STATE(2174)] = 92995, + [SMALL_STATE(2175)] = 93054, + [SMALL_STATE(2176)] = 93113, + [SMALL_STATE(2177)] = 93172, + [SMALL_STATE(2178)] = 93231, + [SMALL_STATE(2179)] = 93290, + [SMALL_STATE(2180)] = 93349, + [SMALL_STATE(2181)] = 93408, + [SMALL_STATE(2182)] = 93467, + [SMALL_STATE(2183)] = 93526, + [SMALL_STATE(2184)] = 93585, + [SMALL_STATE(2185)] = 93644, + [SMALL_STATE(2186)] = 93703, + [SMALL_STATE(2187)] = 93762, + [SMALL_STATE(2188)] = 93821, + [SMALL_STATE(2189)] = 93880, + [SMALL_STATE(2190)] = 93939, + [SMALL_STATE(2191)] = 93998, + [SMALL_STATE(2192)] = 94057, + [SMALL_STATE(2193)] = 94116, + [SMALL_STATE(2194)] = 94175, + [SMALL_STATE(2195)] = 94234, + [SMALL_STATE(2196)] = 94293, + [SMALL_STATE(2197)] = 94352, + [SMALL_STATE(2198)] = 94411, + [SMALL_STATE(2199)] = 94470, + [SMALL_STATE(2200)] = 94529, + [SMALL_STATE(2201)] = 94588, + [SMALL_STATE(2202)] = 94647, + [SMALL_STATE(2203)] = 94706, + [SMALL_STATE(2204)] = 94765, + [SMALL_STATE(2205)] = 94824, + [SMALL_STATE(2206)] = 94883, + [SMALL_STATE(2207)] = 94942, + [SMALL_STATE(2208)] = 95001, + [SMALL_STATE(2209)] = 95060, + [SMALL_STATE(2210)] = 95119, + [SMALL_STATE(2211)] = 95178, + [SMALL_STATE(2212)] = 95237, + [SMALL_STATE(2213)] = 95296, + [SMALL_STATE(2214)] = 95355, + [SMALL_STATE(2215)] = 95414, + [SMALL_STATE(2216)] = 95473, + [SMALL_STATE(2217)] = 95532, + [SMALL_STATE(2218)] = 95591, + [SMALL_STATE(2219)] = 95650, + [SMALL_STATE(2220)] = 95709, + [SMALL_STATE(2221)] = 95768, + [SMALL_STATE(2222)] = 95827, + [SMALL_STATE(2223)] = 95886, + [SMALL_STATE(2224)] = 95945, + [SMALL_STATE(2225)] = 96004, + [SMALL_STATE(2226)] = 96063, + [SMALL_STATE(2227)] = 96122, + [SMALL_STATE(2228)] = 96181, + [SMALL_STATE(2229)] = 96240, + [SMALL_STATE(2230)] = 96299, + [SMALL_STATE(2231)] = 96358, + [SMALL_STATE(2232)] = 96417, + [SMALL_STATE(2233)] = 96476, + [SMALL_STATE(2234)] = 96535, + [SMALL_STATE(2235)] = 96594, + [SMALL_STATE(2236)] = 96653, + [SMALL_STATE(2237)] = 96712, + [SMALL_STATE(2238)] = 96771, + [SMALL_STATE(2239)] = 96830, + [SMALL_STATE(2240)] = 96889, + [SMALL_STATE(2241)] = 96948, + [SMALL_STATE(2242)] = 97007, + [SMALL_STATE(2243)] = 97066, + [SMALL_STATE(2244)] = 97125, + [SMALL_STATE(2245)] = 97184, + [SMALL_STATE(2246)] = 97243, + [SMALL_STATE(2247)] = 97302, + [SMALL_STATE(2248)] = 97361, + [SMALL_STATE(2249)] = 97420, + [SMALL_STATE(2250)] = 97479, + [SMALL_STATE(2251)] = 97538, + [SMALL_STATE(2252)] = 97597, + [SMALL_STATE(2253)] = 97656, + [SMALL_STATE(2254)] = 97715, + [SMALL_STATE(2255)] = 97774, + [SMALL_STATE(2256)] = 97833, + [SMALL_STATE(2257)] = 97892, + [SMALL_STATE(2258)] = 97951, + [SMALL_STATE(2259)] = 98010, + [SMALL_STATE(2260)] = 98069, + [SMALL_STATE(2261)] = 98128, + [SMALL_STATE(2262)] = 98187, + [SMALL_STATE(2263)] = 98246, + [SMALL_STATE(2264)] = 98305, + [SMALL_STATE(2265)] = 98364, + [SMALL_STATE(2266)] = 98423, + [SMALL_STATE(2267)] = 98482, + [SMALL_STATE(2268)] = 98541, + [SMALL_STATE(2269)] = 98600, + [SMALL_STATE(2270)] = 98659, + [SMALL_STATE(2271)] = 98718, + [SMALL_STATE(2272)] = 98777, + [SMALL_STATE(2273)] = 98836, + [SMALL_STATE(2274)] = 98895, + [SMALL_STATE(2275)] = 98954, + [SMALL_STATE(2276)] = 99013, + [SMALL_STATE(2277)] = 99072, + [SMALL_STATE(2278)] = 99131, + [SMALL_STATE(2279)] = 99190, + [SMALL_STATE(2280)] = 99249, + [SMALL_STATE(2281)] = 99308, + [SMALL_STATE(2282)] = 99367, + [SMALL_STATE(2283)] = 99426, + [SMALL_STATE(2284)] = 99485, + [SMALL_STATE(2285)] = 99544, + [SMALL_STATE(2286)] = 99603, + [SMALL_STATE(2287)] = 99662, + [SMALL_STATE(2288)] = 99721, + [SMALL_STATE(2289)] = 99780, + [SMALL_STATE(2290)] = 99839, + [SMALL_STATE(2291)] = 99898, + [SMALL_STATE(2292)] = 99957, + [SMALL_STATE(2293)] = 100016, + [SMALL_STATE(2294)] = 100075, + [SMALL_STATE(2295)] = 100134, + [SMALL_STATE(2296)] = 100193, + [SMALL_STATE(2297)] = 100252, + [SMALL_STATE(2298)] = 100311, + [SMALL_STATE(2299)] = 100370, + [SMALL_STATE(2300)] = 100429, + [SMALL_STATE(2301)] = 100488, + [SMALL_STATE(2302)] = 100547, + [SMALL_STATE(2303)] = 100606, + [SMALL_STATE(2304)] = 100665, + [SMALL_STATE(2305)] = 100724, + [SMALL_STATE(2306)] = 100783, + [SMALL_STATE(2307)] = 100842, + [SMALL_STATE(2308)] = 100901, + [SMALL_STATE(2309)] = 100960, + [SMALL_STATE(2310)] = 101019, + [SMALL_STATE(2311)] = 101078, + [SMALL_STATE(2312)] = 101137, + [SMALL_STATE(2313)] = 101196, + [SMALL_STATE(2314)] = 101255, + [SMALL_STATE(2315)] = 101314, + [SMALL_STATE(2316)] = 101373, + [SMALL_STATE(2317)] = 101432, + [SMALL_STATE(2318)] = 101491, + [SMALL_STATE(2319)] = 101550, + [SMALL_STATE(2320)] = 101609, + [SMALL_STATE(2321)] = 101668, + [SMALL_STATE(2322)] = 101727, + [SMALL_STATE(2323)] = 101786, + [SMALL_STATE(2324)] = 101845, + [SMALL_STATE(2325)] = 101904, + [SMALL_STATE(2326)] = 101963, + [SMALL_STATE(2327)] = 102022, + [SMALL_STATE(2328)] = 102081, + [SMALL_STATE(2329)] = 102140, + [SMALL_STATE(2330)] = 102199, + [SMALL_STATE(2331)] = 102258, + [SMALL_STATE(2332)] = 102317, + [SMALL_STATE(2333)] = 102376, + [SMALL_STATE(2334)] = 102435, + [SMALL_STATE(2335)] = 102494, + [SMALL_STATE(2336)] = 102553, + [SMALL_STATE(2337)] = 102612, + [SMALL_STATE(2338)] = 102671, + [SMALL_STATE(2339)] = 102730, + [SMALL_STATE(2340)] = 102789, + [SMALL_STATE(2341)] = 102848, + [SMALL_STATE(2342)] = 102907, + [SMALL_STATE(2343)] = 102966, + [SMALL_STATE(2344)] = 103025, + [SMALL_STATE(2345)] = 103084, + [SMALL_STATE(2346)] = 103143, + [SMALL_STATE(2347)] = 103202, + [SMALL_STATE(2348)] = 103261, + [SMALL_STATE(2349)] = 103320, + [SMALL_STATE(2350)] = 103379, + [SMALL_STATE(2351)] = 103438, + [SMALL_STATE(2352)] = 103497, + [SMALL_STATE(2353)] = 103556, + [SMALL_STATE(2354)] = 103615, + [SMALL_STATE(2355)] = 103674, + [SMALL_STATE(2356)] = 103733, + [SMALL_STATE(2357)] = 103792, + [SMALL_STATE(2358)] = 103851, + [SMALL_STATE(2359)] = 103910, + [SMALL_STATE(2360)] = 103969, + [SMALL_STATE(2361)] = 104028, + [SMALL_STATE(2362)] = 104087, + [SMALL_STATE(2363)] = 104146, + [SMALL_STATE(2364)] = 104205, + [SMALL_STATE(2365)] = 104264, + [SMALL_STATE(2366)] = 104323, + [SMALL_STATE(2367)] = 104382, + [SMALL_STATE(2368)] = 104441, + [SMALL_STATE(2369)] = 104500, + [SMALL_STATE(2370)] = 104559, + [SMALL_STATE(2371)] = 104618, + [SMALL_STATE(2372)] = 104677, + [SMALL_STATE(2373)] = 104736, + [SMALL_STATE(2374)] = 104795, + [SMALL_STATE(2375)] = 104854, + [SMALL_STATE(2376)] = 104913, + [SMALL_STATE(2377)] = 104972, + [SMALL_STATE(2378)] = 105031, + [SMALL_STATE(2379)] = 105090, + [SMALL_STATE(2380)] = 105149, + [SMALL_STATE(2381)] = 105208, + [SMALL_STATE(2382)] = 105267, + [SMALL_STATE(2383)] = 105326, + [SMALL_STATE(2384)] = 105385, + [SMALL_STATE(2385)] = 105444, + [SMALL_STATE(2386)] = 105503, + [SMALL_STATE(2387)] = 105562, + [SMALL_STATE(2388)] = 105621, + [SMALL_STATE(2389)] = 105680, + [SMALL_STATE(2390)] = 105739, + [SMALL_STATE(2391)] = 105798, + [SMALL_STATE(2392)] = 105857, + [SMALL_STATE(2393)] = 105916, + [SMALL_STATE(2394)] = 105975, + [SMALL_STATE(2395)] = 106034, + [SMALL_STATE(2396)] = 106093, + [SMALL_STATE(2397)] = 106152, + [SMALL_STATE(2398)] = 106211, + [SMALL_STATE(2399)] = 106270, + [SMALL_STATE(2400)] = 106329, + [SMALL_STATE(2401)] = 106388, + [SMALL_STATE(2402)] = 106447, + [SMALL_STATE(2403)] = 106506, + [SMALL_STATE(2404)] = 106565, + [SMALL_STATE(2405)] = 106624, + [SMALL_STATE(2406)] = 106683, + [SMALL_STATE(2407)] = 106742, + [SMALL_STATE(2408)] = 106801, + [SMALL_STATE(2409)] = 106860, + [SMALL_STATE(2410)] = 106919, + [SMALL_STATE(2411)] = 106978, + [SMALL_STATE(2412)] = 107037, + [SMALL_STATE(2413)] = 107096, + [SMALL_STATE(2414)] = 107155, + [SMALL_STATE(2415)] = 107214, + [SMALL_STATE(2416)] = 107273, + [SMALL_STATE(2417)] = 107332, + [SMALL_STATE(2418)] = 107391, + [SMALL_STATE(2419)] = 107450, + [SMALL_STATE(2420)] = 107509, + [SMALL_STATE(2421)] = 107568, + [SMALL_STATE(2422)] = 107627, + [SMALL_STATE(2423)] = 107686, + [SMALL_STATE(2424)] = 107745, + [SMALL_STATE(2425)] = 107804, + [SMALL_STATE(2426)] = 107863, + [SMALL_STATE(2427)] = 107922, + [SMALL_STATE(2428)] = 107981, + [SMALL_STATE(2429)] = 108040, + [SMALL_STATE(2430)] = 108099, + [SMALL_STATE(2431)] = 108158, + [SMALL_STATE(2432)] = 108217, + [SMALL_STATE(2433)] = 108276, + [SMALL_STATE(2434)] = 108335, + [SMALL_STATE(2435)] = 108394, + [SMALL_STATE(2436)] = 108453, + [SMALL_STATE(2437)] = 108512, + [SMALL_STATE(2438)] = 108571, + [SMALL_STATE(2439)] = 108630, + [SMALL_STATE(2440)] = 108689, + [SMALL_STATE(2441)] = 108748, + [SMALL_STATE(2442)] = 108807, + [SMALL_STATE(2443)] = 108866, + [SMALL_STATE(2444)] = 108925, + [SMALL_STATE(2445)] = 108984, + [SMALL_STATE(2446)] = 109043, + [SMALL_STATE(2447)] = 109102, + [SMALL_STATE(2448)] = 109161, + [SMALL_STATE(2449)] = 109220, + [SMALL_STATE(2450)] = 109279, + [SMALL_STATE(2451)] = 109338, + [SMALL_STATE(2452)] = 109397, + [SMALL_STATE(2453)] = 109456, + [SMALL_STATE(2454)] = 109515, + [SMALL_STATE(2455)] = 109574, + [SMALL_STATE(2456)] = 109633, + [SMALL_STATE(2457)] = 109692, + [SMALL_STATE(2458)] = 109751, + [SMALL_STATE(2459)] = 109810, + [SMALL_STATE(2460)] = 109869, + [SMALL_STATE(2461)] = 109928, + [SMALL_STATE(2462)] = 109987, + [SMALL_STATE(2463)] = 110046, + [SMALL_STATE(2464)] = 110105, + [SMALL_STATE(2465)] = 110164, + [SMALL_STATE(2466)] = 110223, + [SMALL_STATE(2467)] = 110282, + [SMALL_STATE(2468)] = 110341, + [SMALL_STATE(2469)] = 110400, + [SMALL_STATE(2470)] = 110459, + [SMALL_STATE(2471)] = 110518, + [SMALL_STATE(2472)] = 110577, + [SMALL_STATE(2473)] = 110636, + [SMALL_STATE(2474)] = 110695, + [SMALL_STATE(2475)] = 110754, + [SMALL_STATE(2476)] = 110813, + [SMALL_STATE(2477)] = 110872, + [SMALL_STATE(2478)] = 110931, + [SMALL_STATE(2479)] = 110990, + [SMALL_STATE(2480)] = 111049, + [SMALL_STATE(2481)] = 111108, + [SMALL_STATE(2482)] = 111167, + [SMALL_STATE(2483)] = 111226, + [SMALL_STATE(2484)] = 111285, + [SMALL_STATE(2485)] = 111344, + [SMALL_STATE(2486)] = 111403, + [SMALL_STATE(2487)] = 111462, + [SMALL_STATE(2488)] = 111521, + [SMALL_STATE(2489)] = 111580, + [SMALL_STATE(2490)] = 111639, + [SMALL_STATE(2491)] = 111698, + [SMALL_STATE(2492)] = 111757, + [SMALL_STATE(2493)] = 111816, + [SMALL_STATE(2494)] = 111875, + [SMALL_STATE(2495)] = 111934, + [SMALL_STATE(2496)] = 111993, + [SMALL_STATE(2497)] = 112052, + [SMALL_STATE(2498)] = 112111, + [SMALL_STATE(2499)] = 112170, + [SMALL_STATE(2500)] = 112229, + [SMALL_STATE(2501)] = 112288, + [SMALL_STATE(2502)] = 112347, + [SMALL_STATE(2503)] = 112406, + [SMALL_STATE(2504)] = 112465, + [SMALL_STATE(2505)] = 112524, + [SMALL_STATE(2506)] = 112583, + [SMALL_STATE(2507)] = 112642, + [SMALL_STATE(2508)] = 112701, + [SMALL_STATE(2509)] = 112760, + [SMALL_STATE(2510)] = 112819, + [SMALL_STATE(2511)] = 112878, + [SMALL_STATE(2512)] = 112937, + [SMALL_STATE(2513)] = 112996, + [SMALL_STATE(2514)] = 113055, + [SMALL_STATE(2515)] = 113114, + [SMALL_STATE(2516)] = 113173, + [SMALL_STATE(2517)] = 113232, + [SMALL_STATE(2518)] = 113291, + [SMALL_STATE(2519)] = 113350, + [SMALL_STATE(2520)] = 113409, + [SMALL_STATE(2521)] = 113468, + [SMALL_STATE(2522)] = 113527, + [SMALL_STATE(2523)] = 113586, + [SMALL_STATE(2524)] = 113645, + [SMALL_STATE(2525)] = 113704, + [SMALL_STATE(2526)] = 113763, + [SMALL_STATE(2527)] = 113822, + [SMALL_STATE(2528)] = 113881, + [SMALL_STATE(2529)] = 113940, + [SMALL_STATE(2530)] = 113999, + [SMALL_STATE(2531)] = 114058, + [SMALL_STATE(2532)] = 114117, + [SMALL_STATE(2533)] = 114176, + [SMALL_STATE(2534)] = 114235, + [SMALL_STATE(2535)] = 114294, + [SMALL_STATE(2536)] = 114353, + [SMALL_STATE(2537)] = 114412, + [SMALL_STATE(2538)] = 114471, + [SMALL_STATE(2539)] = 114530, + [SMALL_STATE(2540)] = 114589, + [SMALL_STATE(2541)] = 114648, + [SMALL_STATE(2542)] = 114707, + [SMALL_STATE(2543)] = 114766, + [SMALL_STATE(2544)] = 114825, + [SMALL_STATE(2545)] = 114884, + [SMALL_STATE(2546)] = 114943, + [SMALL_STATE(2547)] = 115002, + [SMALL_STATE(2548)] = 115061, + [SMALL_STATE(2549)] = 115120, + [SMALL_STATE(2550)] = 115179, + [SMALL_STATE(2551)] = 115238, + [SMALL_STATE(2552)] = 115297, + [SMALL_STATE(2553)] = 115356, + [SMALL_STATE(2554)] = 115415, + [SMALL_STATE(2555)] = 115474, + [SMALL_STATE(2556)] = 115533, + [SMALL_STATE(2557)] = 115592, + [SMALL_STATE(2558)] = 115651, + [SMALL_STATE(2559)] = 115710, + [SMALL_STATE(2560)] = 115769, + [SMALL_STATE(2561)] = 115828, + [SMALL_STATE(2562)] = 115887, + [SMALL_STATE(2563)] = 115946, + [SMALL_STATE(2564)] = 116005, + [SMALL_STATE(2565)] = 116064, + [SMALL_STATE(2566)] = 116123, + [SMALL_STATE(2567)] = 116182, + [SMALL_STATE(2568)] = 116241, + [SMALL_STATE(2569)] = 116300, + [SMALL_STATE(2570)] = 116359, + [SMALL_STATE(2571)] = 116418, + [SMALL_STATE(2572)] = 116477, + [SMALL_STATE(2573)] = 116536, + [SMALL_STATE(2574)] = 116595, + [SMALL_STATE(2575)] = 116654, + [SMALL_STATE(2576)] = 116713, + [SMALL_STATE(2577)] = 116772, + [SMALL_STATE(2578)] = 116831, + [SMALL_STATE(2579)] = 116890, + [SMALL_STATE(2580)] = 116949, + [SMALL_STATE(2581)] = 117008, + [SMALL_STATE(2582)] = 117067, + [SMALL_STATE(2583)] = 117126, + [SMALL_STATE(2584)] = 117185, + [SMALL_STATE(2585)] = 117244, + [SMALL_STATE(2586)] = 117303, + [SMALL_STATE(2587)] = 117362, + [SMALL_STATE(2588)] = 117421, + [SMALL_STATE(2589)] = 117480, + [SMALL_STATE(2590)] = 117539, + [SMALL_STATE(2591)] = 117598, + [SMALL_STATE(2592)] = 117657, + [SMALL_STATE(2593)] = 117716, + [SMALL_STATE(2594)] = 117775, + [SMALL_STATE(2595)] = 117834, + [SMALL_STATE(2596)] = 117893, + [SMALL_STATE(2597)] = 117952, + [SMALL_STATE(2598)] = 118011, + [SMALL_STATE(2599)] = 118070, + [SMALL_STATE(2600)] = 118129, + [SMALL_STATE(2601)] = 118188, + [SMALL_STATE(2602)] = 118247, + [SMALL_STATE(2603)] = 118306, + [SMALL_STATE(2604)] = 118365, + [SMALL_STATE(2605)] = 118424, + [SMALL_STATE(2606)] = 118483, + [SMALL_STATE(2607)] = 118542, + [SMALL_STATE(2608)] = 118601, + [SMALL_STATE(2609)] = 118660, + [SMALL_STATE(2610)] = 118719, + [SMALL_STATE(2611)] = 118778, + [SMALL_STATE(2612)] = 118837, + [SMALL_STATE(2613)] = 118896, + [SMALL_STATE(2614)] = 118955, + [SMALL_STATE(2615)] = 119014, + [SMALL_STATE(2616)] = 119073, + [SMALL_STATE(2617)] = 119132, + [SMALL_STATE(2618)] = 119191, + [SMALL_STATE(2619)] = 119250, + [SMALL_STATE(2620)] = 119309, + [SMALL_STATE(2621)] = 119368, + [SMALL_STATE(2622)] = 119427, + [SMALL_STATE(2623)] = 119486, + [SMALL_STATE(2624)] = 119545, + [SMALL_STATE(2625)] = 119604, + [SMALL_STATE(2626)] = 119663, + [SMALL_STATE(2627)] = 119722, + [SMALL_STATE(2628)] = 119781, + [SMALL_STATE(2629)] = 119840, + [SMALL_STATE(2630)] = 119899, + [SMALL_STATE(2631)] = 119958, + [SMALL_STATE(2632)] = 120017, + [SMALL_STATE(2633)] = 120076, + [SMALL_STATE(2634)] = 120135, + [SMALL_STATE(2635)] = 120194, + [SMALL_STATE(2636)] = 120253, + [SMALL_STATE(2637)] = 120312, + [SMALL_STATE(2638)] = 120371, + [SMALL_STATE(2639)] = 120430, + [SMALL_STATE(2640)] = 120489, + [SMALL_STATE(2641)] = 120548, + [SMALL_STATE(2642)] = 120607, + [SMALL_STATE(2643)] = 120666, + [SMALL_STATE(2644)] = 120725, + [SMALL_STATE(2645)] = 120784, + [SMALL_STATE(2646)] = 120843, + [SMALL_STATE(2647)] = 120902, + [SMALL_STATE(2648)] = 120961, + [SMALL_STATE(2649)] = 121020, + [SMALL_STATE(2650)] = 121079, + [SMALL_STATE(2651)] = 121138, + [SMALL_STATE(2652)] = 121197, + [SMALL_STATE(2653)] = 121256, + [SMALL_STATE(2654)] = 121315, + [SMALL_STATE(2655)] = 121374, + [SMALL_STATE(2656)] = 121433, + [SMALL_STATE(2657)] = 121492, + [SMALL_STATE(2658)] = 121551, + [SMALL_STATE(2659)] = 121610, + [SMALL_STATE(2660)] = 121669, + [SMALL_STATE(2661)] = 121728, + [SMALL_STATE(2662)] = 121787, + [SMALL_STATE(2663)] = 121846, + [SMALL_STATE(2664)] = 121905, + [SMALL_STATE(2665)] = 121964, + [SMALL_STATE(2666)] = 122023, + [SMALL_STATE(2667)] = 122082, + [SMALL_STATE(2668)] = 122141, + [SMALL_STATE(2669)] = 122200, + [SMALL_STATE(2670)] = 122259, + [SMALL_STATE(2671)] = 122318, + [SMALL_STATE(2672)] = 122377, + [SMALL_STATE(2673)] = 122436, + [SMALL_STATE(2674)] = 122495, + [SMALL_STATE(2675)] = 122554, + [SMALL_STATE(2676)] = 122613, + [SMALL_STATE(2677)] = 122672, + [SMALL_STATE(2678)] = 122731, + [SMALL_STATE(2679)] = 122790, + [SMALL_STATE(2680)] = 122849, + [SMALL_STATE(2681)] = 122908, + [SMALL_STATE(2682)] = 122967, + [SMALL_STATE(2683)] = 123026, + [SMALL_STATE(2684)] = 123085, + [SMALL_STATE(2685)] = 123144, + [SMALL_STATE(2686)] = 123203, + [SMALL_STATE(2687)] = 123262, + [SMALL_STATE(2688)] = 123321, + [SMALL_STATE(2689)] = 123380, + [SMALL_STATE(2690)] = 123439, + [SMALL_STATE(2691)] = 123498, + [SMALL_STATE(2692)] = 123557, + [SMALL_STATE(2693)] = 123616, + [SMALL_STATE(2694)] = 123675, + [SMALL_STATE(2695)] = 123734, + [SMALL_STATE(2696)] = 123793, + [SMALL_STATE(2697)] = 123852, + [SMALL_STATE(2698)] = 123911, + [SMALL_STATE(2699)] = 123970, + [SMALL_STATE(2700)] = 124029, + [SMALL_STATE(2701)] = 124088, + [SMALL_STATE(2702)] = 124147, + [SMALL_STATE(2703)] = 124206, + [SMALL_STATE(2704)] = 124265, + [SMALL_STATE(2705)] = 124324, + [SMALL_STATE(2706)] = 124383, + [SMALL_STATE(2707)] = 124442, + [SMALL_STATE(2708)] = 124501, + [SMALL_STATE(2709)] = 124560, + [SMALL_STATE(2710)] = 124619, + [SMALL_STATE(2711)] = 124678, + [SMALL_STATE(2712)] = 124737, + [SMALL_STATE(2713)] = 124796, + [SMALL_STATE(2714)] = 124855, + [SMALL_STATE(2715)] = 124914, + [SMALL_STATE(2716)] = 124973, + [SMALL_STATE(2717)] = 125032, + [SMALL_STATE(2718)] = 125091, + [SMALL_STATE(2719)] = 125150, + [SMALL_STATE(2720)] = 125209, + [SMALL_STATE(2721)] = 125268, + [SMALL_STATE(2722)] = 125327, + [SMALL_STATE(2723)] = 125386, + [SMALL_STATE(2724)] = 125445, + [SMALL_STATE(2725)] = 125504, + [SMALL_STATE(2726)] = 125563, + [SMALL_STATE(2727)] = 125622, + [SMALL_STATE(2728)] = 125681, + [SMALL_STATE(2729)] = 125740, + [SMALL_STATE(2730)] = 125799, + [SMALL_STATE(2731)] = 125858, + [SMALL_STATE(2732)] = 125917, + [SMALL_STATE(2733)] = 125976, + [SMALL_STATE(2734)] = 126035, + [SMALL_STATE(2735)] = 126094, + [SMALL_STATE(2736)] = 126153, + [SMALL_STATE(2737)] = 126212, + [SMALL_STATE(2738)] = 126271, + [SMALL_STATE(2739)] = 126330, + [SMALL_STATE(2740)] = 126389, + [SMALL_STATE(2741)] = 126448, + [SMALL_STATE(2742)] = 126507, + [SMALL_STATE(2743)] = 126566, + [SMALL_STATE(2744)] = 126625, + [SMALL_STATE(2745)] = 126684, + [SMALL_STATE(2746)] = 126743, + [SMALL_STATE(2747)] = 126802, + [SMALL_STATE(2748)] = 126861, + [SMALL_STATE(2749)] = 126920, + [SMALL_STATE(2750)] = 126979, + [SMALL_STATE(2751)] = 127038, + [SMALL_STATE(2752)] = 127097, + [SMALL_STATE(2753)] = 127156, + [SMALL_STATE(2754)] = 127215, + [SMALL_STATE(2755)] = 127274, + [SMALL_STATE(2756)] = 127333, + [SMALL_STATE(2757)] = 127392, + [SMALL_STATE(2758)] = 127451, + [SMALL_STATE(2759)] = 127510, + [SMALL_STATE(2760)] = 127569, + [SMALL_STATE(2761)] = 127628, + [SMALL_STATE(2762)] = 127687, + [SMALL_STATE(2763)] = 127746, + [SMALL_STATE(2764)] = 127805, + [SMALL_STATE(2765)] = 127864, + [SMALL_STATE(2766)] = 127923, + [SMALL_STATE(2767)] = 127982, + [SMALL_STATE(2768)] = 128041, + [SMALL_STATE(2769)] = 128100, + [SMALL_STATE(2770)] = 128159, + [SMALL_STATE(2771)] = 128218, + [SMALL_STATE(2772)] = 128277, + [SMALL_STATE(2773)] = 128336, + [SMALL_STATE(2774)] = 128395, + [SMALL_STATE(2775)] = 128454, + [SMALL_STATE(2776)] = 128513, + [SMALL_STATE(2777)] = 128572, + [SMALL_STATE(2778)] = 128631, + [SMALL_STATE(2779)] = 128690, + [SMALL_STATE(2780)] = 128749, + [SMALL_STATE(2781)] = 128808, + [SMALL_STATE(2782)] = 128867, + [SMALL_STATE(2783)] = 128926, + [SMALL_STATE(2784)] = 128985, + [SMALL_STATE(2785)] = 129044, + [SMALL_STATE(2786)] = 129103, + [SMALL_STATE(2787)] = 129162, + [SMALL_STATE(2788)] = 129221, + [SMALL_STATE(2789)] = 129280, + [SMALL_STATE(2790)] = 129339, + [SMALL_STATE(2791)] = 129398, + [SMALL_STATE(2792)] = 129457, + [SMALL_STATE(2793)] = 129516, + [SMALL_STATE(2794)] = 129575, + [SMALL_STATE(2795)] = 129634, + [SMALL_STATE(2796)] = 129693, + [SMALL_STATE(2797)] = 129752, + [SMALL_STATE(2798)] = 129811, + [SMALL_STATE(2799)] = 129870, + [SMALL_STATE(2800)] = 129929, + [SMALL_STATE(2801)] = 129988, + [SMALL_STATE(2802)] = 130047, + [SMALL_STATE(2803)] = 130106, + [SMALL_STATE(2804)] = 130165, + [SMALL_STATE(2805)] = 130224, + [SMALL_STATE(2806)] = 130283, + [SMALL_STATE(2807)] = 130342, + [SMALL_STATE(2808)] = 130401, + [SMALL_STATE(2809)] = 130460, + [SMALL_STATE(2810)] = 130519, + [SMALL_STATE(2811)] = 130578, + [SMALL_STATE(2812)] = 130637, + [SMALL_STATE(2813)] = 130696, + [SMALL_STATE(2814)] = 130755, + [SMALL_STATE(2815)] = 130814, + [SMALL_STATE(2816)] = 130873, + [SMALL_STATE(2817)] = 130932, + [SMALL_STATE(2818)] = 130991, + [SMALL_STATE(2819)] = 131050, + [SMALL_STATE(2820)] = 131109, + [SMALL_STATE(2821)] = 131168, + [SMALL_STATE(2822)] = 131227, + [SMALL_STATE(2823)] = 131286, + [SMALL_STATE(2824)] = 131345, + [SMALL_STATE(2825)] = 131404, + [SMALL_STATE(2826)] = 131463, + [SMALL_STATE(2827)] = 131522, + [SMALL_STATE(2828)] = 131581, + [SMALL_STATE(2829)] = 131640, + [SMALL_STATE(2830)] = 131699, + [SMALL_STATE(2831)] = 131758, + [SMALL_STATE(2832)] = 131817, + [SMALL_STATE(2833)] = 131876, + [SMALL_STATE(2834)] = 131935, + [SMALL_STATE(2835)] = 131994, + [SMALL_STATE(2836)] = 132053, + [SMALL_STATE(2837)] = 132112, + [SMALL_STATE(2838)] = 132171, + [SMALL_STATE(2839)] = 132230, + [SMALL_STATE(2840)] = 132289, + [SMALL_STATE(2841)] = 132348, + [SMALL_STATE(2842)] = 132407, + [SMALL_STATE(2843)] = 132466, + [SMALL_STATE(2844)] = 132525, + [SMALL_STATE(2845)] = 132584, + [SMALL_STATE(2846)] = 132643, + [SMALL_STATE(2847)] = 132702, + [SMALL_STATE(2848)] = 132761, + [SMALL_STATE(2849)] = 132820, + [SMALL_STATE(2850)] = 132879, + [SMALL_STATE(2851)] = 132938, + [SMALL_STATE(2852)] = 132997, + [SMALL_STATE(2853)] = 133056, + [SMALL_STATE(2854)] = 133115, + [SMALL_STATE(2855)] = 133174, + [SMALL_STATE(2856)] = 133233, + [SMALL_STATE(2857)] = 133292, + [SMALL_STATE(2858)] = 133351, + [SMALL_STATE(2859)] = 133410, + [SMALL_STATE(2860)] = 133469, + [SMALL_STATE(2861)] = 133528, + [SMALL_STATE(2862)] = 133587, + [SMALL_STATE(2863)] = 133646, + [SMALL_STATE(2864)] = 133705, + [SMALL_STATE(2865)] = 133764, + [SMALL_STATE(2866)] = 133823, + [SMALL_STATE(2867)] = 133882, + [SMALL_STATE(2868)] = 133941, + [SMALL_STATE(2869)] = 134000, + [SMALL_STATE(2870)] = 134059, + [SMALL_STATE(2871)] = 134118, + [SMALL_STATE(2872)] = 134177, + [SMALL_STATE(2873)] = 134236, + [SMALL_STATE(2874)] = 134295, + [SMALL_STATE(2875)] = 134354, + [SMALL_STATE(2876)] = 134413, + [SMALL_STATE(2877)] = 134472, + [SMALL_STATE(2878)] = 134531, + [SMALL_STATE(2879)] = 134590, + [SMALL_STATE(2880)] = 134649, + [SMALL_STATE(2881)] = 134708, + [SMALL_STATE(2882)] = 134767, + [SMALL_STATE(2883)] = 134826, + [SMALL_STATE(2884)] = 134885, + [SMALL_STATE(2885)] = 134944, + [SMALL_STATE(2886)] = 135003, + [SMALL_STATE(2887)] = 135062, + [SMALL_STATE(2888)] = 135121, + [SMALL_STATE(2889)] = 135180, + [SMALL_STATE(2890)] = 135239, + [SMALL_STATE(2891)] = 135298, + [SMALL_STATE(2892)] = 135357, + [SMALL_STATE(2893)] = 135416, + [SMALL_STATE(2894)] = 135475, + [SMALL_STATE(2895)] = 135534, + [SMALL_STATE(2896)] = 135593, + [SMALL_STATE(2897)] = 135652, + [SMALL_STATE(2898)] = 135711, + [SMALL_STATE(2899)] = 135770, + [SMALL_STATE(2900)] = 135829, + [SMALL_STATE(2901)] = 135888, + [SMALL_STATE(2902)] = 135947, + [SMALL_STATE(2903)] = 136006, + [SMALL_STATE(2904)] = 136065, + [SMALL_STATE(2905)] = 136124, + [SMALL_STATE(2906)] = 136183, + [SMALL_STATE(2907)] = 136242, + [SMALL_STATE(2908)] = 136301, + [SMALL_STATE(2909)] = 136360, + [SMALL_STATE(2910)] = 136419, + [SMALL_STATE(2911)] = 136478, + [SMALL_STATE(2912)] = 136537, + [SMALL_STATE(2913)] = 136596, + [SMALL_STATE(2914)] = 136655, + [SMALL_STATE(2915)] = 136714, + [SMALL_STATE(2916)] = 136773, + [SMALL_STATE(2917)] = 136832, + [SMALL_STATE(2918)] = 136891, + [SMALL_STATE(2919)] = 136950, + [SMALL_STATE(2920)] = 137009, + [SMALL_STATE(2921)] = 137068, + [SMALL_STATE(2922)] = 137127, + [SMALL_STATE(2923)] = 137186, + [SMALL_STATE(2924)] = 137245, + [SMALL_STATE(2925)] = 137304, + [SMALL_STATE(2926)] = 137363, + [SMALL_STATE(2927)] = 137422, + [SMALL_STATE(2928)] = 137481, + [SMALL_STATE(2929)] = 137540, + [SMALL_STATE(2930)] = 137599, + [SMALL_STATE(2931)] = 137658, + [SMALL_STATE(2932)] = 137717, + [SMALL_STATE(2933)] = 137776, + [SMALL_STATE(2934)] = 137835, + [SMALL_STATE(2935)] = 137894, + [SMALL_STATE(2936)] = 137953, + [SMALL_STATE(2937)] = 138012, + [SMALL_STATE(2938)] = 138071, + [SMALL_STATE(2939)] = 138130, + [SMALL_STATE(2940)] = 138189, + [SMALL_STATE(2941)] = 138248, + [SMALL_STATE(2942)] = 138307, + [SMALL_STATE(2943)] = 138366, + [SMALL_STATE(2944)] = 138425, + [SMALL_STATE(2945)] = 138484, + [SMALL_STATE(2946)] = 138543, + [SMALL_STATE(2947)] = 138602, + [SMALL_STATE(2948)] = 138661, + [SMALL_STATE(2949)] = 138720, + [SMALL_STATE(2950)] = 138779, + [SMALL_STATE(2951)] = 138838, + [SMALL_STATE(2952)] = 138897, + [SMALL_STATE(2953)] = 138956, + [SMALL_STATE(2954)] = 139015, + [SMALL_STATE(2955)] = 139074, + [SMALL_STATE(2956)] = 139133, + [SMALL_STATE(2957)] = 139192, + [SMALL_STATE(2958)] = 139251, + [SMALL_STATE(2959)] = 139310, + [SMALL_STATE(2960)] = 139369, + [SMALL_STATE(2961)] = 139428, + [SMALL_STATE(2962)] = 139487, + [SMALL_STATE(2963)] = 139546, + [SMALL_STATE(2964)] = 139605, + [SMALL_STATE(2965)] = 139664, + [SMALL_STATE(2966)] = 139723, + [SMALL_STATE(2967)] = 139782, + [SMALL_STATE(2968)] = 139841, + [SMALL_STATE(2969)] = 139900, + [SMALL_STATE(2970)] = 139959, + [SMALL_STATE(2971)] = 140018, + [SMALL_STATE(2972)] = 140077, + [SMALL_STATE(2973)] = 140136, + [SMALL_STATE(2974)] = 140195, + [SMALL_STATE(2975)] = 140254, + [SMALL_STATE(2976)] = 140313, + [SMALL_STATE(2977)] = 140372, + [SMALL_STATE(2978)] = 140431, + [SMALL_STATE(2979)] = 140490, + [SMALL_STATE(2980)] = 140549, + [SMALL_STATE(2981)] = 140608, + [SMALL_STATE(2982)] = 140667, + [SMALL_STATE(2983)] = 140726, + [SMALL_STATE(2984)] = 140785, + [SMALL_STATE(2985)] = 140844, + [SMALL_STATE(2986)] = 140903, + [SMALL_STATE(2987)] = 140962, + [SMALL_STATE(2988)] = 141021, + [SMALL_STATE(2989)] = 141080, + [SMALL_STATE(2990)] = 141139, + [SMALL_STATE(2991)] = 141198, + [SMALL_STATE(2992)] = 141257, + [SMALL_STATE(2993)] = 141316, + [SMALL_STATE(2994)] = 141375, + [SMALL_STATE(2995)] = 141434, + [SMALL_STATE(2996)] = 141493, + [SMALL_STATE(2997)] = 141552, + [SMALL_STATE(2998)] = 141611, + [SMALL_STATE(2999)] = 141670, + [SMALL_STATE(3000)] = 141729, + [SMALL_STATE(3001)] = 141788, + [SMALL_STATE(3002)] = 141847, + [SMALL_STATE(3003)] = 141906, + [SMALL_STATE(3004)] = 141965, + [SMALL_STATE(3005)] = 142024, + [SMALL_STATE(3006)] = 142083, + [SMALL_STATE(3007)] = 142142, + [SMALL_STATE(3008)] = 142201, + [SMALL_STATE(3009)] = 142260, + [SMALL_STATE(3010)] = 142319, + [SMALL_STATE(3011)] = 142378, + [SMALL_STATE(3012)] = 142437, + [SMALL_STATE(3013)] = 142496, + [SMALL_STATE(3014)] = 142555, + [SMALL_STATE(3015)] = 142614, + [SMALL_STATE(3016)] = 142673, + [SMALL_STATE(3017)] = 142732, + [SMALL_STATE(3018)] = 142791, + [SMALL_STATE(3019)] = 142850, + [SMALL_STATE(3020)] = 142909, + [SMALL_STATE(3021)] = 142968, + [SMALL_STATE(3022)] = 143027, + [SMALL_STATE(3023)] = 143086, + [SMALL_STATE(3024)] = 143145, + [SMALL_STATE(3025)] = 143204, + [SMALL_STATE(3026)] = 143263, + [SMALL_STATE(3027)] = 143322, + [SMALL_STATE(3028)] = 143381, + [SMALL_STATE(3029)] = 143440, + [SMALL_STATE(3030)] = 143499, + [SMALL_STATE(3031)] = 143558, + [SMALL_STATE(3032)] = 143617, + [SMALL_STATE(3033)] = 143676, + [SMALL_STATE(3034)] = 143735, + [SMALL_STATE(3035)] = 143794, + [SMALL_STATE(3036)] = 143853, + [SMALL_STATE(3037)] = 143912, + [SMALL_STATE(3038)] = 143971, + [SMALL_STATE(3039)] = 144030, + [SMALL_STATE(3040)] = 144089, + [SMALL_STATE(3041)] = 144148, + [SMALL_STATE(3042)] = 144207, + [SMALL_STATE(3043)] = 144266, + [SMALL_STATE(3044)] = 144325, + [SMALL_STATE(3045)] = 144384, + [SMALL_STATE(3046)] = 144443, + [SMALL_STATE(3047)] = 144502, + [SMALL_STATE(3048)] = 144561, + [SMALL_STATE(3049)] = 144620, + [SMALL_STATE(3050)] = 144679, + [SMALL_STATE(3051)] = 144738, + [SMALL_STATE(3052)] = 144797, + [SMALL_STATE(3053)] = 144856, + [SMALL_STATE(3054)] = 144915, + [SMALL_STATE(3055)] = 144974, + [SMALL_STATE(3056)] = 145033, + [SMALL_STATE(3057)] = 145092, + [SMALL_STATE(3058)] = 145151, + [SMALL_STATE(3059)] = 145210, + [SMALL_STATE(3060)] = 145269, + [SMALL_STATE(3061)] = 145328, + [SMALL_STATE(3062)] = 145387, + [SMALL_STATE(3063)] = 145446, + [SMALL_STATE(3064)] = 145505, + [SMALL_STATE(3065)] = 145564, + [SMALL_STATE(3066)] = 145623, + [SMALL_STATE(3067)] = 145682, + [SMALL_STATE(3068)] = 145741, + [SMALL_STATE(3069)] = 145800, + [SMALL_STATE(3070)] = 145859, + [SMALL_STATE(3071)] = 145918, + [SMALL_STATE(3072)] = 145977, + [SMALL_STATE(3073)] = 146036, + [SMALL_STATE(3074)] = 146095, + [SMALL_STATE(3075)] = 146154, + [SMALL_STATE(3076)] = 146213, + [SMALL_STATE(3077)] = 146272, + [SMALL_STATE(3078)] = 146331, + [SMALL_STATE(3079)] = 146390, + [SMALL_STATE(3080)] = 146449, + [SMALL_STATE(3081)] = 146508, + [SMALL_STATE(3082)] = 146567, + [SMALL_STATE(3083)] = 146626, + [SMALL_STATE(3084)] = 146685, + [SMALL_STATE(3085)] = 146744, + [SMALL_STATE(3086)] = 146803, + [SMALL_STATE(3087)] = 146862, + [SMALL_STATE(3088)] = 146921, + [SMALL_STATE(3089)] = 146980, + [SMALL_STATE(3090)] = 147039, + [SMALL_STATE(3091)] = 147098, + [SMALL_STATE(3092)] = 147157, + [SMALL_STATE(3093)] = 147216, + [SMALL_STATE(3094)] = 147275, + [SMALL_STATE(3095)] = 147334, + [SMALL_STATE(3096)] = 147393, + [SMALL_STATE(3097)] = 147452, + [SMALL_STATE(3098)] = 147511, + [SMALL_STATE(3099)] = 147570, + [SMALL_STATE(3100)] = 147629, + [SMALL_STATE(3101)] = 147688, + [SMALL_STATE(3102)] = 147747, + [SMALL_STATE(3103)] = 147806, + [SMALL_STATE(3104)] = 147865, + [SMALL_STATE(3105)] = 147924, + [SMALL_STATE(3106)] = 147983, + [SMALL_STATE(3107)] = 148042, + [SMALL_STATE(3108)] = 148101, + [SMALL_STATE(3109)] = 148160, + [SMALL_STATE(3110)] = 148219, + [SMALL_STATE(3111)] = 148278, + [SMALL_STATE(3112)] = 148337, + [SMALL_STATE(3113)] = 148396, + [SMALL_STATE(3114)] = 148455, + [SMALL_STATE(3115)] = 148514, + [SMALL_STATE(3116)] = 148573, + [SMALL_STATE(3117)] = 148632, + [SMALL_STATE(3118)] = 148691, + [SMALL_STATE(3119)] = 148750, + [SMALL_STATE(3120)] = 148809, + [SMALL_STATE(3121)] = 148868, + [SMALL_STATE(3122)] = 148927, + [SMALL_STATE(3123)] = 148986, + [SMALL_STATE(3124)] = 149045, + [SMALL_STATE(3125)] = 149104, + [SMALL_STATE(3126)] = 149163, + [SMALL_STATE(3127)] = 149222, + [SMALL_STATE(3128)] = 149281, + [SMALL_STATE(3129)] = 149340, + [SMALL_STATE(3130)] = 149399, + [SMALL_STATE(3131)] = 149458, + [SMALL_STATE(3132)] = 149517, + [SMALL_STATE(3133)] = 149576, + [SMALL_STATE(3134)] = 149635, + [SMALL_STATE(3135)] = 149694, + [SMALL_STATE(3136)] = 149753, + [SMALL_STATE(3137)] = 149812, + [SMALL_STATE(3138)] = 149871, + [SMALL_STATE(3139)] = 149930, + [SMALL_STATE(3140)] = 149989, + [SMALL_STATE(3141)] = 150048, + [SMALL_STATE(3142)] = 150107, + [SMALL_STATE(3143)] = 150166, + [SMALL_STATE(3144)] = 150225, + [SMALL_STATE(3145)] = 150284, + [SMALL_STATE(3146)] = 150343, + [SMALL_STATE(3147)] = 150402, + [SMALL_STATE(3148)] = 150461, + [SMALL_STATE(3149)] = 150520, + [SMALL_STATE(3150)] = 150579, + [SMALL_STATE(3151)] = 150638, + [SMALL_STATE(3152)] = 150697, + [SMALL_STATE(3153)] = 150756, + [SMALL_STATE(3154)] = 150815, + [SMALL_STATE(3155)] = 150874, + [SMALL_STATE(3156)] = 150933, + [SMALL_STATE(3157)] = 150992, + [SMALL_STATE(3158)] = 151051, + [SMALL_STATE(3159)] = 151110, + [SMALL_STATE(3160)] = 151169, + [SMALL_STATE(3161)] = 151228, + [SMALL_STATE(3162)] = 151287, + [SMALL_STATE(3163)] = 151346, + [SMALL_STATE(3164)] = 151405, + [SMALL_STATE(3165)] = 151464, + [SMALL_STATE(3166)] = 151523, + [SMALL_STATE(3167)] = 151582, + [SMALL_STATE(3168)] = 151641, + [SMALL_STATE(3169)] = 151700, + [SMALL_STATE(3170)] = 151759, + [SMALL_STATE(3171)] = 151818, + [SMALL_STATE(3172)] = 151877, + [SMALL_STATE(3173)] = 151936, + [SMALL_STATE(3174)] = 151995, + [SMALL_STATE(3175)] = 152054, + [SMALL_STATE(3176)] = 152113, + [SMALL_STATE(3177)] = 152172, + [SMALL_STATE(3178)] = 152231, + [SMALL_STATE(3179)] = 152290, + [SMALL_STATE(3180)] = 152349, + [SMALL_STATE(3181)] = 152408, + [SMALL_STATE(3182)] = 152467, + [SMALL_STATE(3183)] = 152526, + [SMALL_STATE(3184)] = 152585, + [SMALL_STATE(3185)] = 152644, + [SMALL_STATE(3186)] = 152703, + [SMALL_STATE(3187)] = 152762, + [SMALL_STATE(3188)] = 152821, + [SMALL_STATE(3189)] = 152880, + [SMALL_STATE(3190)] = 152939, + [SMALL_STATE(3191)] = 152998, + [SMALL_STATE(3192)] = 153057, + [SMALL_STATE(3193)] = 153116, + [SMALL_STATE(3194)] = 153175, + [SMALL_STATE(3195)] = 153234, + [SMALL_STATE(3196)] = 153293, + [SMALL_STATE(3197)] = 153352, + [SMALL_STATE(3198)] = 153411, + [SMALL_STATE(3199)] = 153470, + [SMALL_STATE(3200)] = 153529, + [SMALL_STATE(3201)] = 153588, + [SMALL_STATE(3202)] = 153647, + [SMALL_STATE(3203)] = 153706, + [SMALL_STATE(3204)] = 153765, + [SMALL_STATE(3205)] = 153824, + [SMALL_STATE(3206)] = 153883, + [SMALL_STATE(3207)] = 153942, + [SMALL_STATE(3208)] = 154001, + [SMALL_STATE(3209)] = 154060, + [SMALL_STATE(3210)] = 154119, + [SMALL_STATE(3211)] = 154178, + [SMALL_STATE(3212)] = 154237, + [SMALL_STATE(3213)] = 154296, + [SMALL_STATE(3214)] = 154355, + [SMALL_STATE(3215)] = 154414, + [SMALL_STATE(3216)] = 154473, + [SMALL_STATE(3217)] = 154532, + [SMALL_STATE(3218)] = 154591, + [SMALL_STATE(3219)] = 154650, + [SMALL_STATE(3220)] = 154709, + [SMALL_STATE(3221)] = 154768, + [SMALL_STATE(3222)] = 154827, + [SMALL_STATE(3223)] = 154886, + [SMALL_STATE(3224)] = 154945, + [SMALL_STATE(3225)] = 155004, + [SMALL_STATE(3226)] = 155063, + [SMALL_STATE(3227)] = 155122, + [SMALL_STATE(3228)] = 155181, + [SMALL_STATE(3229)] = 155240, + [SMALL_STATE(3230)] = 155299, + [SMALL_STATE(3231)] = 155358, + [SMALL_STATE(3232)] = 155417, + [SMALL_STATE(3233)] = 155476, + [SMALL_STATE(3234)] = 155535, + [SMALL_STATE(3235)] = 155594, + [SMALL_STATE(3236)] = 155653, + [SMALL_STATE(3237)] = 155712, + [SMALL_STATE(3238)] = 155771, + [SMALL_STATE(3239)] = 155830, + [SMALL_STATE(3240)] = 155889, + [SMALL_STATE(3241)] = 155948, + [SMALL_STATE(3242)] = 156007, + [SMALL_STATE(3243)] = 156066, + [SMALL_STATE(3244)] = 156125, + [SMALL_STATE(3245)] = 156184, + [SMALL_STATE(3246)] = 156243, + [SMALL_STATE(3247)] = 156302, + [SMALL_STATE(3248)] = 156361, + [SMALL_STATE(3249)] = 156420, + [SMALL_STATE(3250)] = 156479, + [SMALL_STATE(3251)] = 156538, + [SMALL_STATE(3252)] = 156597, + [SMALL_STATE(3253)] = 156656, + [SMALL_STATE(3254)] = 156715, + [SMALL_STATE(3255)] = 156774, + [SMALL_STATE(3256)] = 156833, + [SMALL_STATE(3257)] = 156892, + [SMALL_STATE(3258)] = 156951, + [SMALL_STATE(3259)] = 157010, + [SMALL_STATE(3260)] = 157069, + [SMALL_STATE(3261)] = 157128, + [SMALL_STATE(3262)] = 157187, + [SMALL_STATE(3263)] = 157246, + [SMALL_STATE(3264)] = 157305, + [SMALL_STATE(3265)] = 157364, + [SMALL_STATE(3266)] = 157423, + [SMALL_STATE(3267)] = 157482, + [SMALL_STATE(3268)] = 157541, + [SMALL_STATE(3269)] = 157600, + [SMALL_STATE(3270)] = 157659, + [SMALL_STATE(3271)] = 157718, + [SMALL_STATE(3272)] = 157777, + [SMALL_STATE(3273)] = 157836, + [SMALL_STATE(3274)] = 157895, + [SMALL_STATE(3275)] = 157954, + [SMALL_STATE(3276)] = 158013, + [SMALL_STATE(3277)] = 158072, + [SMALL_STATE(3278)] = 158131, + [SMALL_STATE(3279)] = 158190, + [SMALL_STATE(3280)] = 158249, + [SMALL_STATE(3281)] = 158308, + [SMALL_STATE(3282)] = 158367, + [SMALL_STATE(3283)] = 158426, + [SMALL_STATE(3284)] = 158485, + [SMALL_STATE(3285)] = 158544, + [SMALL_STATE(3286)] = 158603, + [SMALL_STATE(3287)] = 158662, + [SMALL_STATE(3288)] = 158721, + [SMALL_STATE(3289)] = 158780, + [SMALL_STATE(3290)] = 158839, + [SMALL_STATE(3291)] = 158898, + [SMALL_STATE(3292)] = 158957, + [SMALL_STATE(3293)] = 159016, + [SMALL_STATE(3294)] = 159075, + [SMALL_STATE(3295)] = 159134, + [SMALL_STATE(3296)] = 159193, + [SMALL_STATE(3297)] = 159252, + [SMALL_STATE(3298)] = 159311, + [SMALL_STATE(3299)] = 159370, + [SMALL_STATE(3300)] = 159429, + [SMALL_STATE(3301)] = 159488, + [SMALL_STATE(3302)] = 159547, + [SMALL_STATE(3303)] = 159606, + [SMALL_STATE(3304)] = 159665, + [SMALL_STATE(3305)] = 159724, + [SMALL_STATE(3306)] = 159783, + [SMALL_STATE(3307)] = 159842, + [SMALL_STATE(3308)] = 159901, + [SMALL_STATE(3309)] = 159960, + [SMALL_STATE(3310)] = 160019, + [SMALL_STATE(3311)] = 160078, + [SMALL_STATE(3312)] = 160137, + [SMALL_STATE(3313)] = 160196, + [SMALL_STATE(3314)] = 160255, + [SMALL_STATE(3315)] = 160314, + [SMALL_STATE(3316)] = 160373, + [SMALL_STATE(3317)] = 160432, + [SMALL_STATE(3318)] = 160491, + [SMALL_STATE(3319)] = 160550, + [SMALL_STATE(3320)] = 160609, + [SMALL_STATE(3321)] = 160668, + [SMALL_STATE(3322)] = 160727, + [SMALL_STATE(3323)] = 160786, + [SMALL_STATE(3324)] = 160845, + [SMALL_STATE(3325)] = 160904, + [SMALL_STATE(3326)] = 160963, + [SMALL_STATE(3327)] = 161022, + [SMALL_STATE(3328)] = 161081, + [SMALL_STATE(3329)] = 161140, + [SMALL_STATE(3330)] = 161199, + [SMALL_STATE(3331)] = 161258, + [SMALL_STATE(3332)] = 161317, + [SMALL_STATE(3333)] = 161376, + [SMALL_STATE(3334)] = 161435, + [SMALL_STATE(3335)] = 161494, + [SMALL_STATE(3336)] = 161553, + [SMALL_STATE(3337)] = 161612, + [SMALL_STATE(3338)] = 161671, + [SMALL_STATE(3339)] = 161730, + [SMALL_STATE(3340)] = 161789, + [SMALL_STATE(3341)] = 161848, + [SMALL_STATE(3342)] = 161907, + [SMALL_STATE(3343)] = 161966, + [SMALL_STATE(3344)] = 162025, + [SMALL_STATE(3345)] = 162084, + [SMALL_STATE(3346)] = 162143, + [SMALL_STATE(3347)] = 162202, + [SMALL_STATE(3348)] = 162261, + [SMALL_STATE(3349)] = 162320, + [SMALL_STATE(3350)] = 162379, + [SMALL_STATE(3351)] = 162438, + [SMALL_STATE(3352)] = 162497, + [SMALL_STATE(3353)] = 162556, + [SMALL_STATE(3354)] = 162615, + [SMALL_STATE(3355)] = 162674, + [SMALL_STATE(3356)] = 162733, + [SMALL_STATE(3357)] = 162792, + [SMALL_STATE(3358)] = 162851, + [SMALL_STATE(3359)] = 162910, + [SMALL_STATE(3360)] = 162969, + [SMALL_STATE(3361)] = 163028, + [SMALL_STATE(3362)] = 163087, + [SMALL_STATE(3363)] = 163146, + [SMALL_STATE(3364)] = 163205, + [SMALL_STATE(3365)] = 163264, + [SMALL_STATE(3366)] = 163323, + [SMALL_STATE(3367)] = 163382, + [SMALL_STATE(3368)] = 163441, + [SMALL_STATE(3369)] = 163500, + [SMALL_STATE(3370)] = 163559, + [SMALL_STATE(3371)] = 163618, + [SMALL_STATE(3372)] = 163677, + [SMALL_STATE(3373)] = 163736, + [SMALL_STATE(3374)] = 163795, + [SMALL_STATE(3375)] = 163854, + [SMALL_STATE(3376)] = 163913, + [SMALL_STATE(3377)] = 163972, + [SMALL_STATE(3378)] = 164031, + [SMALL_STATE(3379)] = 164090, + [SMALL_STATE(3380)] = 164149, + [SMALL_STATE(3381)] = 164208, + [SMALL_STATE(3382)] = 164267, + [SMALL_STATE(3383)] = 164326, + [SMALL_STATE(3384)] = 164385, + [SMALL_STATE(3385)] = 164444, + [SMALL_STATE(3386)] = 164503, + [SMALL_STATE(3387)] = 164562, + [SMALL_STATE(3388)] = 164621, + [SMALL_STATE(3389)] = 164680, + [SMALL_STATE(3390)] = 164739, + [SMALL_STATE(3391)] = 164798, + [SMALL_STATE(3392)] = 164857, + [SMALL_STATE(3393)] = 164916, + [SMALL_STATE(3394)] = 164975, + [SMALL_STATE(3395)] = 165034, + [SMALL_STATE(3396)] = 165093, + [SMALL_STATE(3397)] = 165152, + [SMALL_STATE(3398)] = 165211, + [SMALL_STATE(3399)] = 165270, + [SMALL_STATE(3400)] = 165329, + [SMALL_STATE(3401)] = 165388, + [SMALL_STATE(3402)] = 165447, + [SMALL_STATE(3403)] = 165506, + [SMALL_STATE(3404)] = 165565, + [SMALL_STATE(3405)] = 165624, + [SMALL_STATE(3406)] = 165683, + [SMALL_STATE(3407)] = 165742, + [SMALL_STATE(3408)] = 165801, + [SMALL_STATE(3409)] = 165860, + [SMALL_STATE(3410)] = 165919, + [SMALL_STATE(3411)] = 165978, + [SMALL_STATE(3412)] = 166037, + [SMALL_STATE(3413)] = 166096, + [SMALL_STATE(3414)] = 166155, + [SMALL_STATE(3415)] = 166214, + [SMALL_STATE(3416)] = 166273, + [SMALL_STATE(3417)] = 166332, + [SMALL_STATE(3418)] = 166391, + [SMALL_STATE(3419)] = 166450, + [SMALL_STATE(3420)] = 166509, + [SMALL_STATE(3421)] = 166568, + [SMALL_STATE(3422)] = 166627, + [SMALL_STATE(3423)] = 166686, + [SMALL_STATE(3424)] = 166745, + [SMALL_STATE(3425)] = 166804, + [SMALL_STATE(3426)] = 166863, + [SMALL_STATE(3427)] = 166922, + [SMALL_STATE(3428)] = 166981, + [SMALL_STATE(3429)] = 167040, + [SMALL_STATE(3430)] = 167099, + [SMALL_STATE(3431)] = 167158, + [SMALL_STATE(3432)] = 167217, + [SMALL_STATE(3433)] = 167276, + [SMALL_STATE(3434)] = 167335, + [SMALL_STATE(3435)] = 167394, + [SMALL_STATE(3436)] = 167453, + [SMALL_STATE(3437)] = 167512, + [SMALL_STATE(3438)] = 167571, + [SMALL_STATE(3439)] = 167630, + [SMALL_STATE(3440)] = 167689, + [SMALL_STATE(3441)] = 167748, + [SMALL_STATE(3442)] = 167807, + [SMALL_STATE(3443)] = 167866, + [SMALL_STATE(3444)] = 167925, + [SMALL_STATE(3445)] = 167984, + [SMALL_STATE(3446)] = 168043, + [SMALL_STATE(3447)] = 168102, + [SMALL_STATE(3448)] = 168161, + [SMALL_STATE(3449)] = 168220, + [SMALL_STATE(3450)] = 168279, + [SMALL_STATE(3451)] = 168338, + [SMALL_STATE(3452)] = 168397, + [SMALL_STATE(3453)] = 168456, + [SMALL_STATE(3454)] = 168515, + [SMALL_STATE(3455)] = 168574, + [SMALL_STATE(3456)] = 168633, + [SMALL_STATE(3457)] = 168692, + [SMALL_STATE(3458)] = 168751, + [SMALL_STATE(3459)] = 168810, + [SMALL_STATE(3460)] = 168869, + [SMALL_STATE(3461)] = 168928, + [SMALL_STATE(3462)] = 168987, + [SMALL_STATE(3463)] = 169046, + [SMALL_STATE(3464)] = 169105, + [SMALL_STATE(3465)] = 169164, + [SMALL_STATE(3466)] = 169223, + [SMALL_STATE(3467)] = 169282, + [SMALL_STATE(3468)] = 169341, + [SMALL_STATE(3469)] = 169400, + [SMALL_STATE(3470)] = 169459, + [SMALL_STATE(3471)] = 169518, + [SMALL_STATE(3472)] = 169577, + [SMALL_STATE(3473)] = 169636, + [SMALL_STATE(3474)] = 169695, + [SMALL_STATE(3475)] = 169754, + [SMALL_STATE(3476)] = 169813, + [SMALL_STATE(3477)] = 169872, + [SMALL_STATE(3478)] = 169931, + [SMALL_STATE(3479)] = 169990, + [SMALL_STATE(3480)] = 170049, + [SMALL_STATE(3481)] = 170108, + [SMALL_STATE(3482)] = 170167, + [SMALL_STATE(3483)] = 170226, + [SMALL_STATE(3484)] = 170285, + [SMALL_STATE(3485)] = 170344, + [SMALL_STATE(3486)] = 170403, + [SMALL_STATE(3487)] = 170462, + [SMALL_STATE(3488)] = 170521, + [SMALL_STATE(3489)] = 170580, + [SMALL_STATE(3490)] = 170639, + [SMALL_STATE(3491)] = 170698, + [SMALL_STATE(3492)] = 170757, + [SMALL_STATE(3493)] = 170816, + [SMALL_STATE(3494)] = 170875, + [SMALL_STATE(3495)] = 170934, + [SMALL_STATE(3496)] = 170993, + [SMALL_STATE(3497)] = 171052, + [SMALL_STATE(3498)] = 171111, + [SMALL_STATE(3499)] = 171170, + [SMALL_STATE(3500)] = 171229, + [SMALL_STATE(3501)] = 171288, + [SMALL_STATE(3502)] = 171347, + [SMALL_STATE(3503)] = 171406, + [SMALL_STATE(3504)] = 171465, + [SMALL_STATE(3505)] = 171524, + [SMALL_STATE(3506)] = 171583, + [SMALL_STATE(3507)] = 171642, + [SMALL_STATE(3508)] = 171701, + [SMALL_STATE(3509)] = 171760, + [SMALL_STATE(3510)] = 171819, + [SMALL_STATE(3511)] = 171878, + [SMALL_STATE(3512)] = 171937, + [SMALL_STATE(3513)] = 171996, + [SMALL_STATE(3514)] = 172055, + [SMALL_STATE(3515)] = 172114, + [SMALL_STATE(3516)] = 172173, + [SMALL_STATE(3517)] = 172232, + [SMALL_STATE(3518)] = 172291, + [SMALL_STATE(3519)] = 172350, + [SMALL_STATE(3520)] = 172409, + [SMALL_STATE(3521)] = 172468, + [SMALL_STATE(3522)] = 172527, + [SMALL_STATE(3523)] = 172586, + [SMALL_STATE(3524)] = 172645, + [SMALL_STATE(3525)] = 172704, + [SMALL_STATE(3526)] = 172763, + [SMALL_STATE(3527)] = 172822, + [SMALL_STATE(3528)] = 172881, + [SMALL_STATE(3529)] = 172940, + [SMALL_STATE(3530)] = 172999, + [SMALL_STATE(3531)] = 173058, + [SMALL_STATE(3532)] = 173117, + [SMALL_STATE(3533)] = 173176, + [SMALL_STATE(3534)] = 173235, + [SMALL_STATE(3535)] = 173294, + [SMALL_STATE(3536)] = 173353, + [SMALL_STATE(3537)] = 173412, + [SMALL_STATE(3538)] = 173471, + [SMALL_STATE(3539)] = 173530, + [SMALL_STATE(3540)] = 173589, + [SMALL_STATE(3541)] = 173648, + [SMALL_STATE(3542)] = 173707, + [SMALL_STATE(3543)] = 173766, + [SMALL_STATE(3544)] = 173825, + [SMALL_STATE(3545)] = 173884, + [SMALL_STATE(3546)] = 173943, + [SMALL_STATE(3547)] = 174002, + [SMALL_STATE(3548)] = 174061, + [SMALL_STATE(3549)] = 174120, + [SMALL_STATE(3550)] = 174179, + [SMALL_STATE(3551)] = 174238, + [SMALL_STATE(3552)] = 174297, + [SMALL_STATE(3553)] = 174356, + [SMALL_STATE(3554)] = 174415, + [SMALL_STATE(3555)] = 174474, + [SMALL_STATE(3556)] = 174533, + [SMALL_STATE(3557)] = 174592, + [SMALL_STATE(3558)] = 174651, + [SMALL_STATE(3559)] = 174710, + [SMALL_STATE(3560)] = 174769, + [SMALL_STATE(3561)] = 174828, + [SMALL_STATE(3562)] = 174887, + [SMALL_STATE(3563)] = 174946, + [SMALL_STATE(3564)] = 175005, + [SMALL_STATE(3565)] = 175064, + [SMALL_STATE(3566)] = 175123, + [SMALL_STATE(3567)] = 175182, + [SMALL_STATE(3568)] = 175241, + [SMALL_STATE(3569)] = 175300, + [SMALL_STATE(3570)] = 175359, + [SMALL_STATE(3571)] = 175418, + [SMALL_STATE(3572)] = 175477, + [SMALL_STATE(3573)] = 175509, + [SMALL_STATE(3574)] = 175541, + [SMALL_STATE(3575)] = 175573, + [SMALL_STATE(3576)] = 175605, + [SMALL_STATE(3577)] = 175637, + [SMALL_STATE(3578)] = 175669, + [SMALL_STATE(3579)] = 175701, + [SMALL_STATE(3580)] = 175733, + [SMALL_STATE(3581)] = 175765, + [SMALL_STATE(3582)] = 175797, + [SMALL_STATE(3583)] = 175829, + [SMALL_STATE(3584)] = 175861, + [SMALL_STATE(3585)] = 175893, + [SMALL_STATE(3586)] = 175925, + [SMALL_STATE(3587)] = 175957, + [SMALL_STATE(3588)] = 175989, + [SMALL_STATE(3589)] = 176021, + [SMALL_STATE(3590)] = 176053, + [SMALL_STATE(3591)] = 176085, + [SMALL_STATE(3592)] = 176117, + [SMALL_STATE(3593)] = 176149, + [SMALL_STATE(3594)] = 176181, + [SMALL_STATE(3595)] = 176213, + [SMALL_STATE(3596)] = 176245, + [SMALL_STATE(3597)] = 176277, + [SMALL_STATE(3598)] = 176309, + [SMALL_STATE(3599)] = 176341, + [SMALL_STATE(3600)] = 176373, + [SMALL_STATE(3601)] = 176405, + [SMALL_STATE(3602)] = 176437, + [SMALL_STATE(3603)] = 176469, + [SMALL_STATE(3604)] = 176501, + [SMALL_STATE(3605)] = 176533, + [SMALL_STATE(3606)] = 176565, + [SMALL_STATE(3607)] = 176597, + [SMALL_STATE(3608)] = 176620, + [SMALL_STATE(3609)] = 176643, + [SMALL_STATE(3610)] = 176666, + [SMALL_STATE(3611)] = 176689, + [SMALL_STATE(3612)] = 176712, + [SMALL_STATE(3613)] = 176735, + [SMALL_STATE(3614)] = 176758, + [SMALL_STATE(3615)] = 176781, + [SMALL_STATE(3616)] = 176804, + [SMALL_STATE(3617)] = 176827, + [SMALL_STATE(3618)] = 176850, + [SMALL_STATE(3619)] = 176877, + [SMALL_STATE(3620)] = 176904, + [SMALL_STATE(3621)] = 176931, + [SMALL_STATE(3622)] = 176954, + [SMALL_STATE(3623)] = 176977, + [SMALL_STATE(3624)] = 177000, + [SMALL_STATE(3625)] = 177027, + [SMALL_STATE(3626)] = 177054, + [SMALL_STATE(3627)] = 177077, + [SMALL_STATE(3628)] = 177100, + [SMALL_STATE(3629)] = 177123, + [SMALL_STATE(3630)] = 177146, + [SMALL_STATE(3631)] = 177169, + [SMALL_STATE(3632)] = 177192, + [SMALL_STATE(3633)] = 177215, + [SMALL_STATE(3634)] = 177238, + [SMALL_STATE(3635)] = 177261, + [SMALL_STATE(3636)] = 177284, + [SMALL_STATE(3637)] = 177307, + [SMALL_STATE(3638)] = 177330, + [SMALL_STATE(3639)] = 177353, + [SMALL_STATE(3640)] = 177376, + [SMALL_STATE(3641)] = 177399, + [SMALL_STATE(3642)] = 177422, + [SMALL_STATE(3643)] = 177445, + [SMALL_STATE(3644)] = 177468, + [SMALL_STATE(3645)] = 177491, + [SMALL_STATE(3646)] = 177514, + [SMALL_STATE(3647)] = 177537, + [SMALL_STATE(3648)] = 177560, + [SMALL_STATE(3649)] = 177583, + [SMALL_STATE(3650)] = 177606, + [SMALL_STATE(3651)] = 177629, + [SMALL_STATE(3652)] = 177652, + [SMALL_STATE(3653)] = 177675, + [SMALL_STATE(3654)] = 177698, + [SMALL_STATE(3655)] = 177721, + [SMALL_STATE(3656)] = 177744, + [SMALL_STATE(3657)] = 177767, + [SMALL_STATE(3658)] = 177794, + [SMALL_STATE(3659)] = 177817, + [SMALL_STATE(3660)] = 177840, + [SMALL_STATE(3661)] = 177863, + [SMALL_STATE(3662)] = 177886, + [SMALL_STATE(3663)] = 177909, + [SMALL_STATE(3664)] = 177932, + [SMALL_STATE(3665)] = 177955, + [SMALL_STATE(3666)] = 177978, + [SMALL_STATE(3667)] = 178001, + [SMALL_STATE(3668)] = 178024, + [SMALL_STATE(3669)] = 178047, + [SMALL_STATE(3670)] = 178070, + [SMALL_STATE(3671)] = 178093, + [SMALL_STATE(3672)] = 178116, + [SMALL_STATE(3673)] = 178139, + [SMALL_STATE(3674)] = 178162, + [SMALL_STATE(3675)] = 178185, + [SMALL_STATE(3676)] = 178208, + [SMALL_STATE(3677)] = 178231, + [SMALL_STATE(3678)] = 178254, + [SMALL_STATE(3679)] = 178277, + [SMALL_STATE(3680)] = 178300, + [SMALL_STATE(3681)] = 178323, + [SMALL_STATE(3682)] = 178346, + [SMALL_STATE(3683)] = 178373, + [SMALL_STATE(3684)] = 178400, + [SMALL_STATE(3685)] = 178423, + [SMALL_STATE(3686)] = 178446, + [SMALL_STATE(3687)] = 178469, + [SMALL_STATE(3688)] = 178496, + [SMALL_STATE(3689)] = 178519, + [SMALL_STATE(3690)] = 178542, + [SMALL_STATE(3691)] = 178569, + [SMALL_STATE(3692)] = 178596, + [SMALL_STATE(3693)] = 178619, + [SMALL_STATE(3694)] = 178642, + [SMALL_STATE(3695)] = 178665, + [SMALL_STATE(3696)] = 178688, + [SMALL_STATE(3697)] = 178711, + [SMALL_STATE(3698)] = 178734, + [SMALL_STATE(3699)] = 178757, + [SMALL_STATE(3700)] = 178780, + [SMALL_STATE(3701)] = 178803, + [SMALL_STATE(3702)] = 178830, + [SMALL_STATE(3703)] = 178853, + [SMALL_STATE(3704)] = 178876, + [SMALL_STATE(3705)] = 178899, + [SMALL_STATE(3706)] = 178922, + [SMALL_STATE(3707)] = 178945, + [SMALL_STATE(3708)] = 178972, + [SMALL_STATE(3709)] = 178995, + [SMALL_STATE(3710)] = 179018, + [SMALL_STATE(3711)] = 179041, + [SMALL_STATE(3712)] = 179064, + [SMALL_STATE(3713)] = 179087, + [SMALL_STATE(3714)] = 179110, + [SMALL_STATE(3715)] = 179133, + [SMALL_STATE(3716)] = 179156, + [SMALL_STATE(3717)] = 179179, + [SMALL_STATE(3718)] = 179202, + [SMALL_STATE(3719)] = 179225, + [SMALL_STATE(3720)] = 179248, + [SMALL_STATE(3721)] = 179271, + [SMALL_STATE(3722)] = 179294, + [SMALL_STATE(3723)] = 179317, + [SMALL_STATE(3724)] = 179340, + [SMALL_STATE(3725)] = 179363, + [SMALL_STATE(3726)] = 179390, + [SMALL_STATE(3727)] = 179413, + [SMALL_STATE(3728)] = 179436, + [SMALL_STATE(3729)] = 179463, + [SMALL_STATE(3730)] = 179486, + [SMALL_STATE(3731)] = 179509, + [SMALL_STATE(3732)] = 179532, + [SMALL_STATE(3733)] = 179555, + [SMALL_STATE(3734)] = 179578, + [SMALL_STATE(3735)] = 179601, + [SMALL_STATE(3736)] = 179624, + [SMALL_STATE(3737)] = 179647, + [SMALL_STATE(3738)] = 179670, + [SMALL_STATE(3739)] = 179693, + [SMALL_STATE(3740)] = 179716, + [SMALL_STATE(3741)] = 179739, + [SMALL_STATE(3742)] = 179762, + [SMALL_STATE(3743)] = 179785, + [SMALL_STATE(3744)] = 179808, + [SMALL_STATE(3745)] = 179831, + [SMALL_STATE(3746)] = 179854, + [SMALL_STATE(3747)] = 179877, + [SMALL_STATE(3748)] = 179900, + [SMALL_STATE(3749)] = 179923, + [SMALL_STATE(3750)] = 179946, + [SMALL_STATE(3751)] = 179969, + [SMALL_STATE(3752)] = 179992, + [SMALL_STATE(3753)] = 180015, + [SMALL_STATE(3754)] = 180038, + [SMALL_STATE(3755)] = 180061, + [SMALL_STATE(3756)] = 180084, + [SMALL_STATE(3757)] = 180107, + [SMALL_STATE(3758)] = 180130, + [SMALL_STATE(3759)] = 180153, + [SMALL_STATE(3760)] = 180176, + [SMALL_STATE(3761)] = 180199, + [SMALL_STATE(3762)] = 180222, + [SMALL_STATE(3763)] = 180245, + [SMALL_STATE(3764)] = 180268, + [SMALL_STATE(3765)] = 180291, + [SMALL_STATE(3766)] = 180314, + [SMALL_STATE(3767)] = 180337, + [SMALL_STATE(3768)] = 180360, + [SMALL_STATE(3769)] = 180383, + [SMALL_STATE(3770)] = 180406, + [SMALL_STATE(3771)] = 180429, + [SMALL_STATE(3772)] = 180452, + [SMALL_STATE(3773)] = 180475, + [SMALL_STATE(3774)] = 180498, + [SMALL_STATE(3775)] = 180521, + [SMALL_STATE(3776)] = 180544, + [SMALL_STATE(3777)] = 180567, + [SMALL_STATE(3778)] = 180590, + [SMALL_STATE(3779)] = 180613, + [SMALL_STATE(3780)] = 180636, + [SMALL_STATE(3781)] = 180659, + [SMALL_STATE(3782)] = 180682, + [SMALL_STATE(3783)] = 180705, + [SMALL_STATE(3784)] = 180728, + [SMALL_STATE(3785)] = 180751, + [SMALL_STATE(3786)] = 180774, + [SMALL_STATE(3787)] = 180797, + [SMALL_STATE(3788)] = 180820, + [SMALL_STATE(3789)] = 180843, + [SMALL_STATE(3790)] = 180866, + [SMALL_STATE(3791)] = 180889, + [SMALL_STATE(3792)] = 180912, + [SMALL_STATE(3793)] = 180935, + [SMALL_STATE(3794)] = 180958, + [SMALL_STATE(3795)] = 180981, + [SMALL_STATE(3796)] = 181004, + [SMALL_STATE(3797)] = 181027, + [SMALL_STATE(3798)] = 181050, + [SMALL_STATE(3799)] = 181073, + [SMALL_STATE(3800)] = 181096, + [SMALL_STATE(3801)] = 181119, + [SMALL_STATE(3802)] = 181146, + [SMALL_STATE(3803)] = 181169, + [SMALL_STATE(3804)] = 181192, + [SMALL_STATE(3805)] = 181215, + [SMALL_STATE(3806)] = 181242, + [SMALL_STATE(3807)] = 181265, + [SMALL_STATE(3808)] = 181288, + [SMALL_STATE(3809)] = 181311, + [SMALL_STATE(3810)] = 181334, + [SMALL_STATE(3811)] = 181357, + [SMALL_STATE(3812)] = 181380, + [SMALL_STATE(3813)] = 181403, + [SMALL_STATE(3814)] = 181426, + [SMALL_STATE(3815)] = 181449, + [SMALL_STATE(3816)] = 181472, + [SMALL_STATE(3817)] = 181499, + [SMALL_STATE(3818)] = 181526, + [SMALL_STATE(3819)] = 181553, + [SMALL_STATE(3820)] = 181576, + [SMALL_STATE(3821)] = 181599, + [SMALL_STATE(3822)] = 181622, + [SMALL_STATE(3823)] = 181649, + [SMALL_STATE(3824)] = 181676, + [SMALL_STATE(3825)] = 181699, + [SMALL_STATE(3826)] = 181722, + [SMALL_STATE(3827)] = 181745, + [SMALL_STATE(3828)] = 181768, + [SMALL_STATE(3829)] = 181791, + [SMALL_STATE(3830)] = 181814, + [SMALL_STATE(3831)] = 181837, + [SMALL_STATE(3832)] = 181860, + [SMALL_STATE(3833)] = 181883, + [SMALL_STATE(3834)] = 181906, + [SMALL_STATE(3835)] = 181929, + [SMALL_STATE(3836)] = 181952, + [SMALL_STATE(3837)] = 181975, + [SMALL_STATE(3838)] = 181998, + [SMALL_STATE(3839)] = 182021, + [SMALL_STATE(3840)] = 182044, + [SMALL_STATE(3841)] = 182067, + [SMALL_STATE(3842)] = 182090, + [SMALL_STATE(3843)] = 182113, + [SMALL_STATE(3844)] = 182136, + [SMALL_STATE(3845)] = 182159, + [SMALL_STATE(3846)] = 182182, + [SMALL_STATE(3847)] = 182205, + [SMALL_STATE(3848)] = 182232, + [SMALL_STATE(3849)] = 182255, + [SMALL_STATE(3850)] = 182278, + [SMALL_STATE(3851)] = 182301, + [SMALL_STATE(3852)] = 182324, + [SMALL_STATE(3853)] = 182347, + [SMALL_STATE(3854)] = 182370, + [SMALL_STATE(3855)] = 182393, + [SMALL_STATE(3856)] = 182420, + [SMALL_STATE(3857)] = 182447, + [SMALL_STATE(3858)] = 182470, + [SMALL_STATE(3859)] = 182493, + [SMALL_STATE(3860)] = 182516, + [SMALL_STATE(3861)] = 182543, + [SMALL_STATE(3862)] = 182566, + [SMALL_STATE(3863)] = 182589, + [SMALL_STATE(3864)] = 182612, + [SMALL_STATE(3865)] = 182635, + [SMALL_STATE(3866)] = 182658, + [SMALL_STATE(3867)] = 182681, + [SMALL_STATE(3868)] = 182708, + [SMALL_STATE(3869)] = 182731, + [SMALL_STATE(3870)] = 182754, + [SMALL_STATE(3871)] = 182777, + [SMALL_STATE(3872)] = 182800, + [SMALL_STATE(3873)] = 182823, + [SMALL_STATE(3874)] = 182846, + [SMALL_STATE(3875)] = 182869, + [SMALL_STATE(3876)] = 182892, + [SMALL_STATE(3877)] = 182915, + [SMALL_STATE(3878)] = 182938, + [SMALL_STATE(3879)] = 182961, + [SMALL_STATE(3880)] = 182984, + [SMALL_STATE(3881)] = 183007, + [SMALL_STATE(3882)] = 183030, + [SMALL_STATE(3883)] = 183053, + [SMALL_STATE(3884)] = 183076, + [SMALL_STATE(3885)] = 183099, + [SMALL_STATE(3886)] = 183122, + [SMALL_STATE(3887)] = 183145, + [SMALL_STATE(3888)] = 183168, + [SMALL_STATE(3889)] = 183195, + [SMALL_STATE(3890)] = 183218, + [SMALL_STATE(3891)] = 183241, + [SMALL_STATE(3892)] = 183264, + [SMALL_STATE(3893)] = 183287, + [SMALL_STATE(3894)] = 183310, + [SMALL_STATE(3895)] = 183333, + [SMALL_STATE(3896)] = 183356, + [SMALL_STATE(3897)] = 183379, + [SMALL_STATE(3898)] = 183402, + [SMALL_STATE(3899)] = 183425, + [SMALL_STATE(3900)] = 183448, + [SMALL_STATE(3901)] = 183471, + [SMALL_STATE(3902)] = 183494, + [SMALL_STATE(3903)] = 183521, + [SMALL_STATE(3904)] = 183544, + [SMALL_STATE(3905)] = 183567, + [SMALL_STATE(3906)] = 183590, + [SMALL_STATE(3907)] = 183613, + [SMALL_STATE(3908)] = 183636, + [SMALL_STATE(3909)] = 183659, + [SMALL_STATE(3910)] = 183682, + [SMALL_STATE(3911)] = 183705, + [SMALL_STATE(3912)] = 183728, + [SMALL_STATE(3913)] = 183751, + [SMALL_STATE(3914)] = 183774, + [SMALL_STATE(3915)] = 183797, + [SMALL_STATE(3916)] = 183820, + [SMALL_STATE(3917)] = 183843, + [SMALL_STATE(3918)] = 183866, + [SMALL_STATE(3919)] = 183889, + [SMALL_STATE(3920)] = 183912, + [SMALL_STATE(3921)] = 183935, + [SMALL_STATE(3922)] = 183958, + [SMALL_STATE(3923)] = 183981, + [SMALL_STATE(3924)] = 184008, + [SMALL_STATE(3925)] = 184031, + [SMALL_STATE(3926)] = 184054, + [SMALL_STATE(3927)] = 184081, + [SMALL_STATE(3928)] = 184104, + [SMALL_STATE(3929)] = 184127, + [SMALL_STATE(3930)] = 184150, + [SMALL_STATE(3931)] = 184173, + [SMALL_STATE(3932)] = 184196, + [SMALL_STATE(3933)] = 184223, + [SMALL_STATE(3934)] = 184246, + [SMALL_STATE(3935)] = 184269, + [SMALL_STATE(3936)] = 184292, + [SMALL_STATE(3937)] = 184315, + [SMALL_STATE(3938)] = 184342, + [SMALL_STATE(3939)] = 184365, + [SMALL_STATE(3940)] = 184388, + [SMALL_STATE(3941)] = 184411, + [SMALL_STATE(3942)] = 184434, + [SMALL_STATE(3943)] = 184457, + [SMALL_STATE(3944)] = 184480, + [SMALL_STATE(3945)] = 184503, + [SMALL_STATE(3946)] = 184526, + [SMALL_STATE(3947)] = 184549, + [SMALL_STATE(3948)] = 184572, + [SMALL_STATE(3949)] = 184595, + [SMALL_STATE(3950)] = 184618, + [SMALL_STATE(3951)] = 184641, + [SMALL_STATE(3952)] = 184664, + [SMALL_STATE(3953)] = 184687, + [SMALL_STATE(3954)] = 184710, + [SMALL_STATE(3955)] = 184733, + [SMALL_STATE(3956)] = 184756, + [SMALL_STATE(3957)] = 184779, + [SMALL_STATE(3958)] = 184806, + [SMALL_STATE(3959)] = 184829, + [SMALL_STATE(3960)] = 184856, + [SMALL_STATE(3961)] = 184879, + [SMALL_STATE(3962)] = 184902, + [SMALL_STATE(3963)] = 184926, + [SMALL_STATE(3964)] = 184950, + [SMALL_STATE(3965)] = 184974, + [SMALL_STATE(3966)] = 184998, + [SMALL_STATE(3967)] = 185022, + [SMALL_STATE(3968)] = 185046, + [SMALL_STATE(3969)] = 185070, + [SMALL_STATE(3970)] = 185094, + [SMALL_STATE(3971)] = 185118, + [SMALL_STATE(3972)] = 185142, + [SMALL_STATE(3973)] = 185166, + [SMALL_STATE(3974)] = 185190, + [SMALL_STATE(3975)] = 185214, + [SMALL_STATE(3976)] = 185238, + [SMALL_STATE(3977)] = 185262, + [SMALL_STATE(3978)] = 185286, + [SMALL_STATE(3979)] = 185310, + [SMALL_STATE(3980)] = 185334, + [SMALL_STATE(3981)] = 185358, + [SMALL_STATE(3982)] = 185382, + [SMALL_STATE(3983)] = 185406, + [SMALL_STATE(3984)] = 185430, + [SMALL_STATE(3985)] = 185454, + [SMALL_STATE(3986)] = 185478, + [SMALL_STATE(3987)] = 185502, + [SMALL_STATE(3988)] = 185526, + [SMALL_STATE(3989)] = 185550, + [SMALL_STATE(3990)] = 185574, + [SMALL_STATE(3991)] = 185598, + [SMALL_STATE(3992)] = 185622, + [SMALL_STATE(3993)] = 185646, + [SMALL_STATE(3994)] = 185670, + [SMALL_STATE(3995)] = 185694, + [SMALL_STATE(3996)] = 185718, + [SMALL_STATE(3997)] = 185742, + [SMALL_STATE(3998)] = 185766, + [SMALL_STATE(3999)] = 185790, + [SMALL_STATE(4000)] = 185814, + [SMALL_STATE(4001)] = 185838, + [SMALL_STATE(4002)] = 185862, + [SMALL_STATE(4003)] = 185886, + [SMALL_STATE(4004)] = 185910, + [SMALL_STATE(4005)] = 185934, + [SMALL_STATE(4006)] = 185958, + [SMALL_STATE(4007)] = 185982, + [SMALL_STATE(4008)] = 186006, + [SMALL_STATE(4009)] = 186030, + [SMALL_STATE(4010)] = 186054, + [SMALL_STATE(4011)] = 186078, + [SMALL_STATE(4012)] = 186102, + [SMALL_STATE(4013)] = 186126, + [SMALL_STATE(4014)] = 186150, + [SMALL_STATE(4015)] = 186174, + [SMALL_STATE(4016)] = 186198, + [SMALL_STATE(4017)] = 186222, + [SMALL_STATE(4018)] = 186246, + [SMALL_STATE(4019)] = 186270, + [SMALL_STATE(4020)] = 186294, + [SMALL_STATE(4021)] = 186318, + [SMALL_STATE(4022)] = 186342, + [SMALL_STATE(4023)] = 186366, + [SMALL_STATE(4024)] = 186390, + [SMALL_STATE(4025)] = 186414, + [SMALL_STATE(4026)] = 186438, + [SMALL_STATE(4027)] = 186462, + [SMALL_STATE(4028)] = 186486, + [SMALL_STATE(4029)] = 186510, + [SMALL_STATE(4030)] = 186534, + [SMALL_STATE(4031)] = 186558, + [SMALL_STATE(4032)] = 186582, + [SMALL_STATE(4033)] = 186606, + [SMALL_STATE(4034)] = 186630, + [SMALL_STATE(4035)] = 186654, + [SMALL_STATE(4036)] = 186678, + [SMALL_STATE(4037)] = 186702, + [SMALL_STATE(4038)] = 186726, + [SMALL_STATE(4039)] = 186750, + [SMALL_STATE(4040)] = 186774, + [SMALL_STATE(4041)] = 186798, + [SMALL_STATE(4042)] = 186822, + [SMALL_STATE(4043)] = 186846, + [SMALL_STATE(4044)] = 186870, + [SMALL_STATE(4045)] = 186894, + [SMALL_STATE(4046)] = 186918, + [SMALL_STATE(4047)] = 186942, + [SMALL_STATE(4048)] = 186966, + [SMALL_STATE(4049)] = 186990, + [SMALL_STATE(4050)] = 187014, + [SMALL_STATE(4051)] = 187038, + [SMALL_STATE(4052)] = 187062, + [SMALL_STATE(4053)] = 187086, + [SMALL_STATE(4054)] = 187110, + [SMALL_STATE(4055)] = 187134, + [SMALL_STATE(4056)] = 187158, + [SMALL_STATE(4057)] = 187182, + [SMALL_STATE(4058)] = 187206, + [SMALL_STATE(4059)] = 187230, + [SMALL_STATE(4060)] = 187254, + [SMALL_STATE(4061)] = 187278, + [SMALL_STATE(4062)] = 187302, + [SMALL_STATE(4063)] = 187326, + [SMALL_STATE(4064)] = 187350, + [SMALL_STATE(4065)] = 187374, + [SMALL_STATE(4066)] = 187398, + [SMALL_STATE(4067)] = 187422, + [SMALL_STATE(4068)] = 187439, + [SMALL_STATE(4069)] = 187456, + [SMALL_STATE(4070)] = 187474, + [SMALL_STATE(4071)] = 187492, + [SMALL_STATE(4072)] = 187510, + [SMALL_STATE(4073)] = 187528, + [SMALL_STATE(4074)] = 187546, + [SMALL_STATE(4075)] = 187562, + [SMALL_STATE(4076)] = 187580, + [SMALL_STATE(4077)] = 187598, + [SMALL_STATE(4078)] = 187616, + [SMALL_STATE(4079)] = 187634, + [SMALL_STATE(4080)] = 187650, + [SMALL_STATE(4081)] = 187668, + [SMALL_STATE(4082)] = 187686, + [SMALL_STATE(4083)] = 187704, + [SMALL_STATE(4084)] = 187722, + [SMALL_STATE(4085)] = 187738, + [SMALL_STATE(4086)] = 187754, + [SMALL_STATE(4087)] = 187772, + [SMALL_STATE(4088)] = 187790, + [SMALL_STATE(4089)] = 187808, + [SMALL_STATE(4090)] = 187826, + [SMALL_STATE(4091)] = 187844, + [SMALL_STATE(4092)] = 187862, + [SMALL_STATE(4093)] = 187880, + [SMALL_STATE(4094)] = 187898, + [SMALL_STATE(4095)] = 187916, + [SMALL_STATE(4096)] = 187934, + [SMALL_STATE(4097)] = 187952, + [SMALL_STATE(4098)] = 187970, + [SMALL_STATE(4099)] = 187988, + [SMALL_STATE(4100)] = 188006, + [SMALL_STATE(4101)] = 188024, + [SMALL_STATE(4102)] = 188042, + [SMALL_STATE(4103)] = 188058, + [SMALL_STATE(4104)] = 188076, + [SMALL_STATE(4105)] = 188094, + [SMALL_STATE(4106)] = 188112, + [SMALL_STATE(4107)] = 188130, + [SMALL_STATE(4108)] = 188148, + [SMALL_STATE(4109)] = 188166, + [SMALL_STATE(4110)] = 188184, + [SMALL_STATE(4111)] = 188202, + [SMALL_STATE(4112)] = 188220, + [SMALL_STATE(4113)] = 188238, + [SMALL_STATE(4114)] = 188256, + [SMALL_STATE(4115)] = 188272, + [SMALL_STATE(4116)] = 188290, + [SMALL_STATE(4117)] = 188308, + [SMALL_STATE(4118)] = 188326, + [SMALL_STATE(4119)] = 188342, + [SMALL_STATE(4120)] = 188360, + [SMALL_STATE(4121)] = 188378, + [SMALL_STATE(4122)] = 188394, + [SMALL_STATE(4123)] = 188412, + [SMALL_STATE(4124)] = 188430, + [SMALL_STATE(4125)] = 188448, + [SMALL_STATE(4126)] = 188466, + [SMALL_STATE(4127)] = 188484, + [SMALL_STATE(4128)] = 188502, + [SMALL_STATE(4129)] = 188520, + [SMALL_STATE(4130)] = 188536, + [SMALL_STATE(4131)] = 188554, + [SMALL_STATE(4132)] = 188572, + [SMALL_STATE(4133)] = 188590, + [SMALL_STATE(4134)] = 188608, + [SMALL_STATE(4135)] = 188626, + [SMALL_STATE(4136)] = 188644, + [SMALL_STATE(4137)] = 188662, + [SMALL_STATE(4138)] = 188680, + [SMALL_STATE(4139)] = 188698, + [SMALL_STATE(4140)] = 188716, + [SMALL_STATE(4141)] = 188732, + [SMALL_STATE(4142)] = 188750, + [SMALL_STATE(4143)] = 188768, + [SMALL_STATE(4144)] = 188786, + [SMALL_STATE(4145)] = 188804, + [SMALL_STATE(4146)] = 188822, + [SMALL_STATE(4147)] = 188840, + [SMALL_STATE(4148)] = 188858, + [SMALL_STATE(4149)] = 188876, + [SMALL_STATE(4150)] = 188894, + [SMALL_STATE(4151)] = 188912, + [SMALL_STATE(4152)] = 188930, + [SMALL_STATE(4153)] = 188948, + [SMALL_STATE(4154)] = 188966, + [SMALL_STATE(4155)] = 188984, + [SMALL_STATE(4156)] = 189002, + [SMALL_STATE(4157)] = 189020, + [SMALL_STATE(4158)] = 189038, + [SMALL_STATE(4159)] = 189056, + [SMALL_STATE(4160)] = 189074, + [SMALL_STATE(4161)] = 189092, + [SMALL_STATE(4162)] = 189110, + [SMALL_STATE(4163)] = 189128, + [SMALL_STATE(4164)] = 189146, + [SMALL_STATE(4165)] = 189164, + [SMALL_STATE(4166)] = 189182, + [SMALL_STATE(4167)] = 189200, + [SMALL_STATE(4168)] = 189218, + [SMALL_STATE(4169)] = 189236, + [SMALL_STATE(4170)] = 189254, + [SMALL_STATE(4171)] = 189272, + [SMALL_STATE(4172)] = 189290, + [SMALL_STATE(4173)] = 189306, + [SMALL_STATE(4174)] = 189324, + [SMALL_STATE(4175)] = 189342, + [SMALL_STATE(4176)] = 189360, + [SMALL_STATE(4177)] = 189378, + [SMALL_STATE(4178)] = 189396, + [SMALL_STATE(4179)] = 189412, + [SMALL_STATE(4180)] = 189430, + [SMALL_STATE(4181)] = 189448, + [SMALL_STATE(4182)] = 189466, + [SMALL_STATE(4183)] = 189484, + [SMALL_STATE(4184)] = 189502, + [SMALL_STATE(4185)] = 189520, + [SMALL_STATE(4186)] = 189538, + [SMALL_STATE(4187)] = 189553, + [SMALL_STATE(4188)] = 189568, + [SMALL_STATE(4189)] = 189583, + [SMALL_STATE(4190)] = 189598, + [SMALL_STATE(4191)] = 189613, + [SMALL_STATE(4192)] = 189628, + [SMALL_STATE(4193)] = 189643, + [SMALL_STATE(4194)] = 189658, + [SMALL_STATE(4195)] = 189673, + [SMALL_STATE(4196)] = 189688, + [SMALL_STATE(4197)] = 189702, + [SMALL_STATE(4198)] = 189716, + [SMALL_STATE(4199)] = 189730, + [SMALL_STATE(4200)] = 189744, + [SMALL_STATE(4201)] = 189758, + [SMALL_STATE(4202)] = 189772, + [SMALL_STATE(4203)] = 189786, + [SMALL_STATE(4204)] = 189800, + [SMALL_STATE(4205)] = 189814, + [SMALL_STATE(4206)] = 189828, + [SMALL_STATE(4207)] = 189842, + [SMALL_STATE(4208)] = 189856, + [SMALL_STATE(4209)] = 189870, + [SMALL_STATE(4210)] = 189884, + [SMALL_STATE(4211)] = 189898, + [SMALL_STATE(4212)] = 189912, + [SMALL_STATE(4213)] = 189926, + [SMALL_STATE(4214)] = 189940, + [SMALL_STATE(4215)] = 189954, + [SMALL_STATE(4216)] = 189968, + [SMALL_STATE(4217)] = 189982, + [SMALL_STATE(4218)] = 189994, + [SMALL_STATE(4219)] = 190008, + [SMALL_STATE(4220)] = 190018, + [SMALL_STATE(4221)] = 190032, + [SMALL_STATE(4222)] = 190046, + [SMALL_STATE(4223)] = 190060, + [SMALL_STATE(4224)] = 190074, + [SMALL_STATE(4225)] = 190088, + [SMALL_STATE(4226)] = 190102, + [SMALL_STATE(4227)] = 190116, + [SMALL_STATE(4228)] = 190130, + [SMALL_STATE(4229)] = 190144, + [SMALL_STATE(4230)] = 190158, + [SMALL_STATE(4231)] = 190172, + [SMALL_STATE(4232)] = 190186, + [SMALL_STATE(4233)] = 190200, + [SMALL_STATE(4234)] = 190214, + [SMALL_STATE(4235)] = 190228, + [SMALL_STATE(4236)] = 190242, + [SMALL_STATE(4237)] = 190256, + [SMALL_STATE(4238)] = 190270, + [SMALL_STATE(4239)] = 190284, + [SMALL_STATE(4240)] = 190298, + [SMALL_STATE(4241)] = 190312, + [SMALL_STATE(4242)] = 190326, + [SMALL_STATE(4243)] = 190340, + [SMALL_STATE(4244)] = 190354, + [SMALL_STATE(4245)] = 190364, + [SMALL_STATE(4246)] = 190378, + [SMALL_STATE(4247)] = 190392, + [SMALL_STATE(4248)] = 190406, + [SMALL_STATE(4249)] = 190420, + [SMALL_STATE(4250)] = 190434, + [SMALL_STATE(4251)] = 190448, + [SMALL_STATE(4252)] = 190462, + [SMALL_STATE(4253)] = 190476, + [SMALL_STATE(4254)] = 190490, + [SMALL_STATE(4255)] = 190500, + [SMALL_STATE(4256)] = 190514, + [SMALL_STATE(4257)] = 190528, + [SMALL_STATE(4258)] = 190542, + [SMALL_STATE(4259)] = 190556, + [SMALL_STATE(4260)] = 190566, + [SMALL_STATE(4261)] = 190580, + [SMALL_STATE(4262)] = 190594, + [SMALL_STATE(4263)] = 190608, + [SMALL_STATE(4264)] = 190622, + [SMALL_STATE(4265)] = 190636, + [SMALL_STATE(4266)] = 190650, + [SMALL_STATE(4267)] = 190664, + [SMALL_STATE(4268)] = 190678, + [SMALL_STATE(4269)] = 190692, + [SMALL_STATE(4270)] = 190706, + [SMALL_STATE(4271)] = 190720, + [SMALL_STATE(4272)] = 190734, + [SMALL_STATE(4273)] = 190748, + [SMALL_STATE(4274)] = 190762, + [SMALL_STATE(4275)] = 190776, + [SMALL_STATE(4276)] = 190790, + [SMALL_STATE(4277)] = 190804, + [SMALL_STATE(4278)] = 190818, + [SMALL_STATE(4279)] = 190832, + [SMALL_STATE(4280)] = 190846, + [SMALL_STATE(4281)] = 190860, + [SMALL_STATE(4282)] = 190874, + [SMALL_STATE(4283)] = 190888, + [SMALL_STATE(4284)] = 190902, + [SMALL_STATE(4285)] = 190916, + [SMALL_STATE(4286)] = 190930, + [SMALL_STATE(4287)] = 190944, + [SMALL_STATE(4288)] = 190958, + [SMALL_STATE(4289)] = 190968, + [SMALL_STATE(4290)] = 190982, + [SMALL_STATE(4291)] = 190996, + [SMALL_STATE(4292)] = 191010, + [SMALL_STATE(4293)] = 191024, + [SMALL_STATE(4294)] = 191038, + [SMALL_STATE(4295)] = 191052, + [SMALL_STATE(4296)] = 191066, + [SMALL_STATE(4297)] = 191080, + [SMALL_STATE(4298)] = 191094, + [SMALL_STATE(4299)] = 191108, + [SMALL_STATE(4300)] = 191122, + [SMALL_STATE(4301)] = 191136, + [SMALL_STATE(4302)] = 191150, + [SMALL_STATE(4303)] = 191164, + [SMALL_STATE(4304)] = 191178, + [SMALL_STATE(4305)] = 191188, + [SMALL_STATE(4306)] = 191202, + [SMALL_STATE(4307)] = 191216, + [SMALL_STATE(4308)] = 191230, + [SMALL_STATE(4309)] = 191244, + [SMALL_STATE(4310)] = 191258, + [SMALL_STATE(4311)] = 191272, + [SMALL_STATE(4312)] = 191286, + [SMALL_STATE(4313)] = 191300, + [SMALL_STATE(4314)] = 191314, + [SMALL_STATE(4315)] = 191328, + [SMALL_STATE(4316)] = 191338, + [SMALL_STATE(4317)] = 191352, + [SMALL_STATE(4318)] = 191366, + [SMALL_STATE(4319)] = 191380, + [SMALL_STATE(4320)] = 191390, + [SMALL_STATE(4321)] = 191404, + [SMALL_STATE(4322)] = 191414, + [SMALL_STATE(4323)] = 191424, + [SMALL_STATE(4324)] = 191438, + [SMALL_STATE(4325)] = 191452, + [SMALL_STATE(4326)] = 191466, + [SMALL_STATE(4327)] = 191480, + [SMALL_STATE(4328)] = 191494, + [SMALL_STATE(4329)] = 191508, + [SMALL_STATE(4330)] = 191518, + [SMALL_STATE(4331)] = 191528, + [SMALL_STATE(4332)] = 191542, + [SMALL_STATE(4333)] = 191556, + [SMALL_STATE(4334)] = 191570, + [SMALL_STATE(4335)] = 191584, + [SMALL_STATE(4336)] = 191598, + [SMALL_STATE(4337)] = 191612, + [SMALL_STATE(4338)] = 191626, + [SMALL_STATE(4339)] = 191640, + [SMALL_STATE(4340)] = 191650, + [SMALL_STATE(4341)] = 191664, + [SMALL_STATE(4342)] = 191678, + [SMALL_STATE(4343)] = 191692, + [SMALL_STATE(4344)] = 191706, + [SMALL_STATE(4345)] = 191720, + [SMALL_STATE(4346)] = 191734, + [SMALL_STATE(4347)] = 191748, + [SMALL_STATE(4348)] = 191762, + [SMALL_STATE(4349)] = 191772, + [SMALL_STATE(4350)] = 191786, + [SMALL_STATE(4351)] = 191800, + [SMALL_STATE(4352)] = 191814, + [SMALL_STATE(4353)] = 191828, + [SMALL_STATE(4354)] = 191842, + [SMALL_STATE(4355)] = 191856, + [SMALL_STATE(4356)] = 191870, + [SMALL_STATE(4357)] = 191884, + [SMALL_STATE(4358)] = 191898, + [SMALL_STATE(4359)] = 191912, + [SMALL_STATE(4360)] = 191926, + [SMALL_STATE(4361)] = 191940, + [SMALL_STATE(4362)] = 191950, + [SMALL_STATE(4363)] = 191964, + [SMALL_STATE(4364)] = 191978, + [SMALL_STATE(4365)] = 191992, + [SMALL_STATE(4366)] = 192006, + [SMALL_STATE(4367)] = 192020, + [SMALL_STATE(4368)] = 192034, + [SMALL_STATE(4369)] = 192048, + [SMALL_STATE(4370)] = 192062, + [SMALL_STATE(4371)] = 192076, + [SMALL_STATE(4372)] = 192090, + [SMALL_STATE(4373)] = 192100, + [SMALL_STATE(4374)] = 192110, + [SMALL_STATE(4375)] = 192120, + [SMALL_STATE(4376)] = 192130, + [SMALL_STATE(4377)] = 192140, + [SMALL_STATE(4378)] = 192150, + [SMALL_STATE(4379)] = 192160, + [SMALL_STATE(4380)] = 192170, + [SMALL_STATE(4381)] = 192180, + [SMALL_STATE(4382)] = 192190, + [SMALL_STATE(4383)] = 192200, + [SMALL_STATE(4384)] = 192210, + [SMALL_STATE(4385)] = 192220, + [SMALL_STATE(4386)] = 192230, + [SMALL_STATE(4387)] = 192240, + [SMALL_STATE(4388)] = 192250, + [SMALL_STATE(4389)] = 192260, + [SMALL_STATE(4390)] = 192270, + [SMALL_STATE(4391)] = 192280, + [SMALL_STATE(4392)] = 192290, + [SMALL_STATE(4393)] = 192300, + [SMALL_STATE(4394)] = 192310, + [SMALL_STATE(4395)] = 192320, + [SMALL_STATE(4396)] = 192330, + [SMALL_STATE(4397)] = 192340, + [SMALL_STATE(4398)] = 192350, + [SMALL_STATE(4399)] = 192360, + [SMALL_STATE(4400)] = 192370, + [SMALL_STATE(4401)] = 192380, + [SMALL_STATE(4402)] = 192390, + [SMALL_STATE(4403)] = 192400, + [SMALL_STATE(4404)] = 192410, + [SMALL_STATE(4405)] = 192420, + [SMALL_STATE(4406)] = 192430, + [SMALL_STATE(4407)] = 192440, + [SMALL_STATE(4408)] = 192450, + [SMALL_STATE(4409)] = 192460, + [SMALL_STATE(4410)] = 192470, + [SMALL_STATE(4411)] = 192480, + [SMALL_STATE(4412)] = 192490, + [SMALL_STATE(4413)] = 192500, + [SMALL_STATE(4414)] = 192510, + [SMALL_STATE(4415)] = 192520, + [SMALL_STATE(4416)] = 192530, + [SMALL_STATE(4417)] = 192540, + [SMALL_STATE(4418)] = 192550, + [SMALL_STATE(4419)] = 192560, + [SMALL_STATE(4420)] = 192570, + [SMALL_STATE(4421)] = 192580, + [SMALL_STATE(4422)] = 192590, + [SMALL_STATE(4423)] = 192600, + [SMALL_STATE(4424)] = 192610, + [SMALL_STATE(4425)] = 192620, + [SMALL_STATE(4426)] = 192630, + [SMALL_STATE(4427)] = 192640, + [SMALL_STATE(4428)] = 192650, + [SMALL_STATE(4429)] = 192660, + [SMALL_STATE(4430)] = 192670, + [SMALL_STATE(4431)] = 192680, + [SMALL_STATE(4432)] = 192690, + [SMALL_STATE(4433)] = 192700, + [SMALL_STATE(4434)] = 192710, + [SMALL_STATE(4435)] = 192720, + [SMALL_STATE(4436)] = 192730, + [SMALL_STATE(4437)] = 192740, + [SMALL_STATE(4438)] = 192750, + [SMALL_STATE(4439)] = 192760, + [SMALL_STATE(4440)] = 192770, + [SMALL_STATE(4441)] = 192780, + [SMALL_STATE(4442)] = 192790, + [SMALL_STATE(4443)] = 192800, + [SMALL_STATE(4444)] = 192810, + [SMALL_STATE(4445)] = 192820, + [SMALL_STATE(4446)] = 192830, + [SMALL_STATE(4447)] = 192840, + [SMALL_STATE(4448)] = 192850, + [SMALL_STATE(4449)] = 192860, + [SMALL_STATE(4450)] = 192870, + [SMALL_STATE(4451)] = 192880, + [SMALL_STATE(4452)] = 192890, + [SMALL_STATE(4453)] = 192900, + [SMALL_STATE(4454)] = 192910, + [SMALL_STATE(4455)] = 192920, + [SMALL_STATE(4456)] = 192930, + [SMALL_STATE(4457)] = 192940, + [SMALL_STATE(4458)] = 192950, + [SMALL_STATE(4459)] = 192960, + [SMALL_STATE(4460)] = 192970, + [SMALL_STATE(4461)] = 192980, + [SMALL_STATE(4462)] = 192990, + [SMALL_STATE(4463)] = 193000, + [SMALL_STATE(4464)] = 193010, + [SMALL_STATE(4465)] = 193020, + [SMALL_STATE(4466)] = 193030, + [SMALL_STATE(4467)] = 193040, + [SMALL_STATE(4468)] = 193050, + [SMALL_STATE(4469)] = 193056, + [SMALL_STATE(4470)] = 193066, + [SMALL_STATE(4471)] = 193076, + [SMALL_STATE(4472)] = 193086, + [SMALL_STATE(4473)] = 193094, + [SMALL_STATE(4474)] = 193104, + [SMALL_STATE(4475)] = 193114, + [SMALL_STATE(4476)] = 193124, + [SMALL_STATE(4477)] = 193134, + [SMALL_STATE(4478)] = 193144, + [SMALL_STATE(4479)] = 193154, + [SMALL_STATE(4480)] = 193164, + [SMALL_STATE(4481)] = 193174, + [SMALL_STATE(4482)] = 193184, + [SMALL_STATE(4483)] = 193194, + [SMALL_STATE(4484)] = 193204, + [SMALL_STATE(4485)] = 193214, + [SMALL_STATE(4486)] = 193224, + [SMALL_STATE(4487)] = 193234, + [SMALL_STATE(4488)] = 193244, + [SMALL_STATE(4489)] = 193254, + [SMALL_STATE(4490)] = 193264, + [SMALL_STATE(4491)] = 193274, + [SMALL_STATE(4492)] = 193284, + [SMALL_STATE(4493)] = 193294, + [SMALL_STATE(4494)] = 193304, + [SMALL_STATE(4495)] = 193314, + [SMALL_STATE(4496)] = 193324, + [SMALL_STATE(4497)] = 193334, + [SMALL_STATE(4498)] = 193344, + [SMALL_STATE(4499)] = 193354, + [SMALL_STATE(4500)] = 193364, + [SMALL_STATE(4501)] = 193374, + [SMALL_STATE(4502)] = 193384, + [SMALL_STATE(4503)] = 193394, + [SMALL_STATE(4504)] = 193404, + [SMALL_STATE(4505)] = 193414, + [SMALL_STATE(4506)] = 193424, + [SMALL_STATE(4507)] = 193434, + [SMALL_STATE(4508)] = 193444, + [SMALL_STATE(4509)] = 193454, + [SMALL_STATE(4510)] = 193464, + [SMALL_STATE(4511)] = 193474, + [SMALL_STATE(4512)] = 193484, + [SMALL_STATE(4513)] = 193494, + [SMALL_STATE(4514)] = 193504, + [SMALL_STATE(4515)] = 193514, + [SMALL_STATE(4516)] = 193524, + [SMALL_STATE(4517)] = 193534, + [SMALL_STATE(4518)] = 193544, + [SMALL_STATE(4519)] = 193554, + [SMALL_STATE(4520)] = 193564, + [SMALL_STATE(4521)] = 193574, + [SMALL_STATE(4522)] = 193580, + [SMALL_STATE(4523)] = 193590, + [SMALL_STATE(4524)] = 193600, + [SMALL_STATE(4525)] = 193610, + [SMALL_STATE(4526)] = 193620, + [SMALL_STATE(4527)] = 193630, + [SMALL_STATE(4528)] = 193640, + [SMALL_STATE(4529)] = 193650, + [SMALL_STATE(4530)] = 193660, + [SMALL_STATE(4531)] = 193670, + [SMALL_STATE(4532)] = 193680, + [SMALL_STATE(4533)] = 193690, + [SMALL_STATE(4534)] = 193700, + [SMALL_STATE(4535)] = 193710, + [SMALL_STATE(4536)] = 193720, + [SMALL_STATE(4537)] = 193730, + [SMALL_STATE(4538)] = 193740, + [SMALL_STATE(4539)] = 193750, + [SMALL_STATE(4540)] = 193760, + [SMALL_STATE(4541)] = 193770, + [SMALL_STATE(4542)] = 193780, + [SMALL_STATE(4543)] = 193790, + [SMALL_STATE(4544)] = 193798, + [SMALL_STATE(4545)] = 193808, + [SMALL_STATE(4546)] = 193818, + [SMALL_STATE(4547)] = 193828, + [SMALL_STATE(4548)] = 193838, + [SMALL_STATE(4549)] = 193848, + [SMALL_STATE(4550)] = 193858, + [SMALL_STATE(4551)] = 193868, + [SMALL_STATE(4552)] = 193878, + [SMALL_STATE(4553)] = 193888, + [SMALL_STATE(4554)] = 193898, + [SMALL_STATE(4555)] = 193908, + [SMALL_STATE(4556)] = 193918, + [SMALL_STATE(4557)] = 193928, + [SMALL_STATE(4558)] = 193938, + [SMALL_STATE(4559)] = 193948, + [SMALL_STATE(4560)] = 193958, + [SMALL_STATE(4561)] = 193968, + [SMALL_STATE(4562)] = 193978, + [SMALL_STATE(4563)] = 193988, + [SMALL_STATE(4564)] = 193998, + [SMALL_STATE(4565)] = 194008, + [SMALL_STATE(4566)] = 194018, + [SMALL_STATE(4567)] = 194028, + [SMALL_STATE(4568)] = 194038, + [SMALL_STATE(4569)] = 194048, + [SMALL_STATE(4570)] = 194058, + [SMALL_STATE(4571)] = 194068, + [SMALL_STATE(4572)] = 194078, + [SMALL_STATE(4573)] = 194088, + [SMALL_STATE(4574)] = 194098, + [SMALL_STATE(4575)] = 194108, + [SMALL_STATE(4576)] = 194118, + [SMALL_STATE(4577)] = 194128, + [SMALL_STATE(4578)] = 194138, + [SMALL_STATE(4579)] = 194148, + [SMALL_STATE(4580)] = 194158, + [SMALL_STATE(4581)] = 194168, + [SMALL_STATE(4582)] = 194178, + [SMALL_STATE(4583)] = 194188, + [SMALL_STATE(4584)] = 194198, + [SMALL_STATE(4585)] = 194208, + [SMALL_STATE(4586)] = 194218, + [SMALL_STATE(4587)] = 194228, + [SMALL_STATE(4588)] = 194238, + [SMALL_STATE(4589)] = 194248, + [SMALL_STATE(4590)] = 194258, + [SMALL_STATE(4591)] = 194268, + [SMALL_STATE(4592)] = 194278, + [SMALL_STATE(4593)] = 194288, + [SMALL_STATE(4594)] = 194298, + [SMALL_STATE(4595)] = 194308, + [SMALL_STATE(4596)] = 194318, + [SMALL_STATE(4597)] = 194328, + [SMALL_STATE(4598)] = 194338, + [SMALL_STATE(4599)] = 194348, + [SMALL_STATE(4600)] = 194358, + [SMALL_STATE(4601)] = 194368, + [SMALL_STATE(4602)] = 194378, + [SMALL_STATE(4603)] = 194388, + [SMALL_STATE(4604)] = 194398, + [SMALL_STATE(4605)] = 194408, + [SMALL_STATE(4606)] = 194418, + [SMALL_STATE(4607)] = 194428, + [SMALL_STATE(4608)] = 194438, + [SMALL_STATE(4609)] = 194448, + [SMALL_STATE(4610)] = 194458, + [SMALL_STATE(4611)] = 194468, + [SMALL_STATE(4612)] = 194478, + [SMALL_STATE(4613)] = 194488, + [SMALL_STATE(4614)] = 194498, + [SMALL_STATE(4615)] = 194508, + [SMALL_STATE(4616)] = 194518, + [SMALL_STATE(4617)] = 194528, + [SMALL_STATE(4618)] = 194538, + [SMALL_STATE(4619)] = 194548, + [SMALL_STATE(4620)] = 194558, + [SMALL_STATE(4621)] = 194568, + [SMALL_STATE(4622)] = 194578, + [SMALL_STATE(4623)] = 194588, + [SMALL_STATE(4624)] = 194598, + [SMALL_STATE(4625)] = 194608, + [SMALL_STATE(4626)] = 194618, + [SMALL_STATE(4627)] = 194628, + [SMALL_STATE(4628)] = 194638, + [SMALL_STATE(4629)] = 194648, + [SMALL_STATE(4630)] = 194658, + [SMALL_STATE(4631)] = 194668, + [SMALL_STATE(4632)] = 194678, + [SMALL_STATE(4633)] = 194688, + [SMALL_STATE(4634)] = 194698, + [SMALL_STATE(4635)] = 194708, + [SMALL_STATE(4636)] = 194718, + [SMALL_STATE(4637)] = 194728, + [SMALL_STATE(4638)] = 194738, + [SMALL_STATE(4639)] = 194748, + [SMALL_STATE(4640)] = 194758, + [SMALL_STATE(4641)] = 194768, + [SMALL_STATE(4642)] = 194778, + [SMALL_STATE(4643)] = 194788, + [SMALL_STATE(4644)] = 194798, + [SMALL_STATE(4645)] = 194808, + [SMALL_STATE(4646)] = 194818, + [SMALL_STATE(4647)] = 194828, + [SMALL_STATE(4648)] = 194838, + [SMALL_STATE(4649)] = 194848, + [SMALL_STATE(4650)] = 194858, + [SMALL_STATE(4651)] = 194868, + [SMALL_STATE(4652)] = 194878, + [SMALL_STATE(4653)] = 194888, + [SMALL_STATE(4654)] = 194898, + [SMALL_STATE(4655)] = 194908, + [SMALL_STATE(4656)] = 194918, + [SMALL_STATE(4657)] = 194928, + [SMALL_STATE(4658)] = 194938, + [SMALL_STATE(4659)] = 194948, + [SMALL_STATE(4660)] = 194958, + [SMALL_STATE(4661)] = 194968, + [SMALL_STATE(4662)] = 194978, + [SMALL_STATE(4663)] = 194988, + [SMALL_STATE(4664)] = 194998, + [SMALL_STATE(4665)] = 195008, + [SMALL_STATE(4666)] = 195018, + [SMALL_STATE(4667)] = 195028, + [SMALL_STATE(4668)] = 195038, + [SMALL_STATE(4669)] = 195048, + [SMALL_STATE(4670)] = 195058, + [SMALL_STATE(4671)] = 195068, + [SMALL_STATE(4672)] = 195078, + [SMALL_STATE(4673)] = 195088, + [SMALL_STATE(4674)] = 195098, + [SMALL_STATE(4675)] = 195108, + [SMALL_STATE(4676)] = 195118, + [SMALL_STATE(4677)] = 195128, + [SMALL_STATE(4678)] = 195138, + [SMALL_STATE(4679)] = 195148, + [SMALL_STATE(4680)] = 195158, + [SMALL_STATE(4681)] = 195168, + [SMALL_STATE(4682)] = 195178, + [SMALL_STATE(4683)] = 195188, + [SMALL_STATE(4684)] = 195198, + [SMALL_STATE(4685)] = 195208, + [SMALL_STATE(4686)] = 195218, + [SMALL_STATE(4687)] = 195228, + [SMALL_STATE(4688)] = 195238, + [SMALL_STATE(4689)] = 195248, + [SMALL_STATE(4690)] = 195258, + [SMALL_STATE(4691)] = 195268, + [SMALL_STATE(4692)] = 195278, + [SMALL_STATE(4693)] = 195288, + [SMALL_STATE(4694)] = 195298, + [SMALL_STATE(4695)] = 195308, + [SMALL_STATE(4696)] = 195318, + [SMALL_STATE(4697)] = 195328, + [SMALL_STATE(4698)] = 195338, + [SMALL_STATE(4699)] = 195348, + [SMALL_STATE(4700)] = 195358, + [SMALL_STATE(4701)] = 195368, + [SMALL_STATE(4702)] = 195378, + [SMALL_STATE(4703)] = 195388, + [SMALL_STATE(4704)] = 195398, + [SMALL_STATE(4705)] = 195408, + [SMALL_STATE(4706)] = 195418, + [SMALL_STATE(4707)] = 195428, + [SMALL_STATE(4708)] = 195438, + [SMALL_STATE(4709)] = 195448, + [SMALL_STATE(4710)] = 195458, + [SMALL_STATE(4711)] = 195468, + [SMALL_STATE(4712)] = 195478, + [SMALL_STATE(4713)] = 195488, + [SMALL_STATE(4714)] = 195498, + [SMALL_STATE(4715)] = 195508, + [SMALL_STATE(4716)] = 195518, + [SMALL_STATE(4717)] = 195528, + [SMALL_STATE(4718)] = 195538, + [SMALL_STATE(4719)] = 195548, + [SMALL_STATE(4720)] = 195558, + [SMALL_STATE(4721)] = 195568, + [SMALL_STATE(4722)] = 195578, + [SMALL_STATE(4723)] = 195588, + [SMALL_STATE(4724)] = 195598, + [SMALL_STATE(4725)] = 195608, + [SMALL_STATE(4726)] = 195618, + [SMALL_STATE(4727)] = 195628, + [SMALL_STATE(4728)] = 195638, + [SMALL_STATE(4729)] = 195648, + [SMALL_STATE(4730)] = 195658, + [SMALL_STATE(4731)] = 195668, + [SMALL_STATE(4732)] = 195678, + [SMALL_STATE(4733)] = 195688, + [SMALL_STATE(4734)] = 195698, + [SMALL_STATE(4735)] = 195708, + [SMALL_STATE(4736)] = 195718, + [SMALL_STATE(4737)] = 195728, + [SMALL_STATE(4738)] = 195738, + [SMALL_STATE(4739)] = 195748, + [SMALL_STATE(4740)] = 195758, + [SMALL_STATE(4741)] = 195768, + [SMALL_STATE(4742)] = 195778, + [SMALL_STATE(4743)] = 195788, + [SMALL_STATE(4744)] = 195798, + [SMALL_STATE(4745)] = 195808, + [SMALL_STATE(4746)] = 195818, + [SMALL_STATE(4747)] = 195828, + [SMALL_STATE(4748)] = 195838, + [SMALL_STATE(4749)] = 195848, + [SMALL_STATE(4750)] = 195858, + [SMALL_STATE(4751)] = 195868, + [SMALL_STATE(4752)] = 195878, + [SMALL_STATE(4753)] = 195888, + [SMALL_STATE(4754)] = 195898, + [SMALL_STATE(4755)] = 195908, + [SMALL_STATE(4756)] = 195918, + [SMALL_STATE(4757)] = 195928, + [SMALL_STATE(4758)] = 195938, + [SMALL_STATE(4759)] = 195948, + [SMALL_STATE(4760)] = 195958, + [SMALL_STATE(4761)] = 195968, + [SMALL_STATE(4762)] = 195978, + [SMALL_STATE(4763)] = 195988, + [SMALL_STATE(4764)] = 195998, + [SMALL_STATE(4765)] = 196008, + [SMALL_STATE(4766)] = 196018, + [SMALL_STATE(4767)] = 196028, + [SMALL_STATE(4768)] = 196038, + [SMALL_STATE(4769)] = 196048, + [SMALL_STATE(4770)] = 196058, + [SMALL_STATE(4771)] = 196068, + [SMALL_STATE(4772)] = 196078, + [SMALL_STATE(4773)] = 196088, + [SMALL_STATE(4774)] = 196098, + [SMALL_STATE(4775)] = 196108, + [SMALL_STATE(4776)] = 196118, + [SMALL_STATE(4777)] = 196128, + [SMALL_STATE(4778)] = 196138, + [SMALL_STATE(4779)] = 196148, + [SMALL_STATE(4780)] = 196158, + [SMALL_STATE(4781)] = 196168, + [SMALL_STATE(4782)] = 196178, + [SMALL_STATE(4783)] = 196188, + [SMALL_STATE(4784)] = 196198, + [SMALL_STATE(4785)] = 196208, + [SMALL_STATE(4786)] = 196218, + [SMALL_STATE(4787)] = 196228, + [SMALL_STATE(4788)] = 196238, + [SMALL_STATE(4789)] = 196248, + [SMALL_STATE(4790)] = 196258, + [SMALL_STATE(4791)] = 196268, + [SMALL_STATE(4792)] = 196278, + [SMALL_STATE(4793)] = 196288, + [SMALL_STATE(4794)] = 196298, + [SMALL_STATE(4795)] = 196308, + [SMALL_STATE(4796)] = 196318, + [SMALL_STATE(4797)] = 196328, + [SMALL_STATE(4798)] = 196338, + [SMALL_STATE(4799)] = 196348, + [SMALL_STATE(4800)] = 196358, + [SMALL_STATE(4801)] = 196368, + [SMALL_STATE(4802)] = 196378, + [SMALL_STATE(4803)] = 196388, + [SMALL_STATE(4804)] = 196398, + [SMALL_STATE(4805)] = 196408, + [SMALL_STATE(4806)] = 196418, + [SMALL_STATE(4807)] = 196428, + [SMALL_STATE(4808)] = 196438, + [SMALL_STATE(4809)] = 196448, + [SMALL_STATE(4810)] = 196458, + [SMALL_STATE(4811)] = 196468, + [SMALL_STATE(4812)] = 196478, + [SMALL_STATE(4813)] = 196488, + [SMALL_STATE(4814)] = 196498, + [SMALL_STATE(4815)] = 196508, + [SMALL_STATE(4816)] = 196518, + [SMALL_STATE(4817)] = 196528, + [SMALL_STATE(4818)] = 196538, + [SMALL_STATE(4819)] = 196548, + [SMALL_STATE(4820)] = 196558, + [SMALL_STATE(4821)] = 196568, + [SMALL_STATE(4822)] = 196578, + [SMALL_STATE(4823)] = 196588, + [SMALL_STATE(4824)] = 196598, + [SMALL_STATE(4825)] = 196608, + [SMALL_STATE(4826)] = 196618, + [SMALL_STATE(4827)] = 196628, + [SMALL_STATE(4828)] = 196638, + [SMALL_STATE(4829)] = 196648, + [SMALL_STATE(4830)] = 196658, + [SMALL_STATE(4831)] = 196668, + [SMALL_STATE(4832)] = 196678, + [SMALL_STATE(4833)] = 196688, + [SMALL_STATE(4834)] = 196698, + [SMALL_STATE(4835)] = 196708, + [SMALL_STATE(4836)] = 196718, + [SMALL_STATE(4837)] = 196728, + [SMALL_STATE(4838)] = 196738, + [SMALL_STATE(4839)] = 196748, + [SMALL_STATE(4840)] = 196758, + [SMALL_STATE(4841)] = 196768, + [SMALL_STATE(4842)] = 196778, + [SMALL_STATE(4843)] = 196788, + [SMALL_STATE(4844)] = 196798, + [SMALL_STATE(4845)] = 196808, + [SMALL_STATE(4846)] = 196818, + [SMALL_STATE(4847)] = 196828, + [SMALL_STATE(4848)] = 196838, + [SMALL_STATE(4849)] = 196848, + [SMALL_STATE(4850)] = 196858, + [SMALL_STATE(4851)] = 196868, + [SMALL_STATE(4852)] = 196878, + [SMALL_STATE(4853)] = 196888, + [SMALL_STATE(4854)] = 196898, + [SMALL_STATE(4855)] = 196908, + [SMALL_STATE(4856)] = 196918, + [SMALL_STATE(4857)] = 196928, + [SMALL_STATE(4858)] = 196938, + [SMALL_STATE(4859)] = 196948, + [SMALL_STATE(4860)] = 196958, + [SMALL_STATE(4861)] = 196968, + [SMALL_STATE(4862)] = 196978, + [SMALL_STATE(4863)] = 196988, + [SMALL_STATE(4864)] = 196998, + [SMALL_STATE(4865)] = 197008, + [SMALL_STATE(4866)] = 197018, + [SMALL_STATE(4867)] = 197028, + [SMALL_STATE(4868)] = 197038, + [SMALL_STATE(4869)] = 197048, + [SMALL_STATE(4870)] = 197058, + [SMALL_STATE(4871)] = 197068, + [SMALL_STATE(4872)] = 197078, + [SMALL_STATE(4873)] = 197088, + [SMALL_STATE(4874)] = 197098, + [SMALL_STATE(4875)] = 197108, + [SMALL_STATE(4876)] = 197118, + [SMALL_STATE(4877)] = 197128, + [SMALL_STATE(4878)] = 197138, + [SMALL_STATE(4879)] = 197148, + [SMALL_STATE(4880)] = 197158, + [SMALL_STATE(4881)] = 197168, + [SMALL_STATE(4882)] = 197178, + [SMALL_STATE(4883)] = 197188, + [SMALL_STATE(4884)] = 197198, + [SMALL_STATE(4885)] = 197208, + [SMALL_STATE(4886)] = 197218, + [SMALL_STATE(4887)] = 197228, + [SMALL_STATE(4888)] = 197238, + [SMALL_STATE(4889)] = 197248, + [SMALL_STATE(4890)] = 197258, + [SMALL_STATE(4891)] = 197268, + [SMALL_STATE(4892)] = 197278, + [SMALL_STATE(4893)] = 197288, + [SMALL_STATE(4894)] = 197298, + [SMALL_STATE(4895)] = 197308, + [SMALL_STATE(4896)] = 197318, + [SMALL_STATE(4897)] = 197328, + [SMALL_STATE(4898)] = 197338, + [SMALL_STATE(4899)] = 197348, + [SMALL_STATE(4900)] = 197358, + [SMALL_STATE(4901)] = 197368, + [SMALL_STATE(4902)] = 197378, + [SMALL_STATE(4903)] = 197388, + [SMALL_STATE(4904)] = 197398, + [SMALL_STATE(4905)] = 197408, + [SMALL_STATE(4906)] = 197418, + [SMALL_STATE(4907)] = 197428, + [SMALL_STATE(4908)] = 197438, + [SMALL_STATE(4909)] = 197448, + [SMALL_STATE(4910)] = 197458, + [SMALL_STATE(4911)] = 197468, + [SMALL_STATE(4912)] = 197478, + [SMALL_STATE(4913)] = 197488, + [SMALL_STATE(4914)] = 197498, + [SMALL_STATE(4915)] = 197508, + [SMALL_STATE(4916)] = 197518, + [SMALL_STATE(4917)] = 197528, + [SMALL_STATE(4918)] = 197538, + [SMALL_STATE(4919)] = 197548, + [SMALL_STATE(4920)] = 197558, + [SMALL_STATE(4921)] = 197568, + [SMALL_STATE(4922)] = 197578, + [SMALL_STATE(4923)] = 197588, + [SMALL_STATE(4924)] = 197598, + [SMALL_STATE(4925)] = 197608, + [SMALL_STATE(4926)] = 197618, + [SMALL_STATE(4927)] = 197628, + [SMALL_STATE(4928)] = 197638, + [SMALL_STATE(4929)] = 197648, + [SMALL_STATE(4930)] = 197658, + [SMALL_STATE(4931)] = 197668, + [SMALL_STATE(4932)] = 197678, + [SMALL_STATE(4933)] = 197688, + [SMALL_STATE(4934)] = 197698, + [SMALL_STATE(4935)] = 197708, + [SMALL_STATE(4936)] = 197718, + [SMALL_STATE(4937)] = 197728, + [SMALL_STATE(4938)] = 197738, + [SMALL_STATE(4939)] = 197748, + [SMALL_STATE(4940)] = 197758, + [SMALL_STATE(4941)] = 197768, + [SMALL_STATE(4942)] = 197778, + [SMALL_STATE(4943)] = 197788, + [SMALL_STATE(4944)] = 197798, + [SMALL_STATE(4945)] = 197808, + [SMALL_STATE(4946)] = 197818, + [SMALL_STATE(4947)] = 197828, + [SMALL_STATE(4948)] = 197838, + [SMALL_STATE(4949)] = 197848, + [SMALL_STATE(4950)] = 197858, + [SMALL_STATE(4951)] = 197868, + [SMALL_STATE(4952)] = 197878, + [SMALL_STATE(4953)] = 197888, + [SMALL_STATE(4954)] = 197898, + [SMALL_STATE(4955)] = 197908, + [SMALL_STATE(4956)] = 197918, + [SMALL_STATE(4957)] = 197928, + [SMALL_STATE(4958)] = 197938, + [SMALL_STATE(4959)] = 197948, + [SMALL_STATE(4960)] = 197958, + [SMALL_STATE(4961)] = 197968, + [SMALL_STATE(4962)] = 197978, + [SMALL_STATE(4963)] = 197988, + [SMALL_STATE(4964)] = 197998, + [SMALL_STATE(4965)] = 198008, + [SMALL_STATE(4966)] = 198018, + [SMALL_STATE(4967)] = 198028, + [SMALL_STATE(4968)] = 198038, + [SMALL_STATE(4969)] = 198048, + [SMALL_STATE(4970)] = 198058, + [SMALL_STATE(4971)] = 198068, + [SMALL_STATE(4972)] = 198078, + [SMALL_STATE(4973)] = 198088, + [SMALL_STATE(4974)] = 198098, + [SMALL_STATE(4975)] = 198108, + [SMALL_STATE(4976)] = 198118, + [SMALL_STATE(4977)] = 198128, + [SMALL_STATE(4978)] = 198138, + [SMALL_STATE(4979)] = 198148, + [SMALL_STATE(4980)] = 198158, + [SMALL_STATE(4981)] = 198168, + [SMALL_STATE(4982)] = 198178, + [SMALL_STATE(4983)] = 198188, + [SMALL_STATE(4984)] = 198198, + [SMALL_STATE(4985)] = 198208, + [SMALL_STATE(4986)] = 198218, + [SMALL_STATE(4987)] = 198228, + [SMALL_STATE(4988)] = 198238, + [SMALL_STATE(4989)] = 198248, + [SMALL_STATE(4990)] = 198258, + [SMALL_STATE(4991)] = 198268, + [SMALL_STATE(4992)] = 198278, + [SMALL_STATE(4993)] = 198288, + [SMALL_STATE(4994)] = 198298, + [SMALL_STATE(4995)] = 198308, + [SMALL_STATE(4996)] = 198318, + [SMALL_STATE(4997)] = 198328, + [SMALL_STATE(4998)] = 198338, + [SMALL_STATE(4999)] = 198348, + [SMALL_STATE(5000)] = 198358, + [SMALL_STATE(5001)] = 198368, + [SMALL_STATE(5002)] = 198378, + [SMALL_STATE(5003)] = 198388, + [SMALL_STATE(5004)] = 198398, + [SMALL_STATE(5005)] = 198408, + [SMALL_STATE(5006)] = 198418, + [SMALL_STATE(5007)] = 198428, + [SMALL_STATE(5008)] = 198438, + [SMALL_STATE(5009)] = 198448, + [SMALL_STATE(5010)] = 198458, + [SMALL_STATE(5011)] = 198468, + [SMALL_STATE(5012)] = 198478, + [SMALL_STATE(5013)] = 198488, + [SMALL_STATE(5014)] = 198498, + [SMALL_STATE(5015)] = 198508, + [SMALL_STATE(5016)] = 198518, + [SMALL_STATE(5017)] = 198528, + [SMALL_STATE(5018)] = 198538, + [SMALL_STATE(5019)] = 198548, + [SMALL_STATE(5020)] = 198558, + [SMALL_STATE(5021)] = 198568, + [SMALL_STATE(5022)] = 198578, + [SMALL_STATE(5023)] = 198588, + [SMALL_STATE(5024)] = 198598, + [SMALL_STATE(5025)] = 198608, + [SMALL_STATE(5026)] = 198618, + [SMALL_STATE(5027)] = 198628, + [SMALL_STATE(5028)] = 198638, + [SMALL_STATE(5029)] = 198648, + [SMALL_STATE(5030)] = 198658, + [SMALL_STATE(5031)] = 198668, + [SMALL_STATE(5032)] = 198678, + [SMALL_STATE(5033)] = 198688, + [SMALL_STATE(5034)] = 198698, + [SMALL_STATE(5035)] = 198708, + [SMALL_STATE(5036)] = 198718, + [SMALL_STATE(5037)] = 198728, + [SMALL_STATE(5038)] = 198738, + [SMALL_STATE(5039)] = 198748, + [SMALL_STATE(5040)] = 198758, + [SMALL_STATE(5041)] = 198768, + [SMALL_STATE(5042)] = 198778, + [SMALL_STATE(5043)] = 198788, + [SMALL_STATE(5044)] = 198798, + [SMALL_STATE(5045)] = 198808, + [SMALL_STATE(5046)] = 198818, + [SMALL_STATE(5047)] = 198828, + [SMALL_STATE(5048)] = 198838, + [SMALL_STATE(5049)] = 198848, + [SMALL_STATE(5050)] = 198858, + [SMALL_STATE(5051)] = 198868, + [SMALL_STATE(5052)] = 198878, + [SMALL_STATE(5053)] = 198888, + [SMALL_STATE(5054)] = 198898, + [SMALL_STATE(5055)] = 198908, + [SMALL_STATE(5056)] = 198918, + [SMALL_STATE(5057)] = 198928, + [SMALL_STATE(5058)] = 198938, + [SMALL_STATE(5059)] = 198948, + [SMALL_STATE(5060)] = 198958, + [SMALL_STATE(5061)] = 198968, + [SMALL_STATE(5062)] = 198978, + [SMALL_STATE(5063)] = 198988, + [SMALL_STATE(5064)] = 198998, + [SMALL_STATE(5065)] = 199008, + [SMALL_STATE(5066)] = 199018, + [SMALL_STATE(5067)] = 199028, + [SMALL_STATE(5068)] = 199038, + [SMALL_STATE(5069)] = 199048, + [SMALL_STATE(5070)] = 199058, + [SMALL_STATE(5071)] = 199068, + [SMALL_STATE(5072)] = 199078, + [SMALL_STATE(5073)] = 199088, + [SMALL_STATE(5074)] = 199098, + [SMALL_STATE(5075)] = 199108, + [SMALL_STATE(5076)] = 199118, + [SMALL_STATE(5077)] = 199128, + [SMALL_STATE(5078)] = 199138, + [SMALL_STATE(5079)] = 199148, + [SMALL_STATE(5080)] = 199158, + [SMALL_STATE(5081)] = 199168, + [SMALL_STATE(5082)] = 199178, + [SMALL_STATE(5083)] = 199188, + [SMALL_STATE(5084)] = 199198, + [SMALL_STATE(5085)] = 199208, + [SMALL_STATE(5086)] = 199218, + [SMALL_STATE(5087)] = 199228, + [SMALL_STATE(5088)] = 199238, + [SMALL_STATE(5089)] = 199248, + [SMALL_STATE(5090)] = 199258, + [SMALL_STATE(5091)] = 199268, + [SMALL_STATE(5092)] = 199278, + [SMALL_STATE(5093)] = 199288, + [SMALL_STATE(5094)] = 199298, + [SMALL_STATE(5095)] = 199308, + [SMALL_STATE(5096)] = 199318, + [SMALL_STATE(5097)] = 199328, + [SMALL_STATE(5098)] = 199338, + [SMALL_STATE(5099)] = 199348, + [SMALL_STATE(5100)] = 199358, + [SMALL_STATE(5101)] = 199368, + [SMALL_STATE(5102)] = 199378, + [SMALL_STATE(5103)] = 199388, + [SMALL_STATE(5104)] = 199398, + [SMALL_STATE(5105)] = 199408, + [SMALL_STATE(5106)] = 199418, + [SMALL_STATE(5107)] = 199428, + [SMALL_STATE(5108)] = 199438, + [SMALL_STATE(5109)] = 199448, + [SMALL_STATE(5110)] = 199458, + [SMALL_STATE(5111)] = 199468, + [SMALL_STATE(5112)] = 199478, + [SMALL_STATE(5113)] = 199488, + [SMALL_STATE(5114)] = 199498, + [SMALL_STATE(5115)] = 199508, + [SMALL_STATE(5116)] = 199518, + [SMALL_STATE(5117)] = 199528, + [SMALL_STATE(5118)] = 199538, + [SMALL_STATE(5119)] = 199548, + [SMALL_STATE(5120)] = 199558, + [SMALL_STATE(5121)] = 199568, + [SMALL_STATE(5122)] = 199578, + [SMALL_STATE(5123)] = 199588, + [SMALL_STATE(5124)] = 199598, + [SMALL_STATE(5125)] = 199608, + [SMALL_STATE(5126)] = 199618, + [SMALL_STATE(5127)] = 199628, + [SMALL_STATE(5128)] = 199638, + [SMALL_STATE(5129)] = 199648, + [SMALL_STATE(5130)] = 199658, + [SMALL_STATE(5131)] = 199668, + [SMALL_STATE(5132)] = 199678, + [SMALL_STATE(5133)] = 199688, + [SMALL_STATE(5134)] = 199698, + [SMALL_STATE(5135)] = 199708, + [SMALL_STATE(5136)] = 199718, + [SMALL_STATE(5137)] = 199728, + [SMALL_STATE(5138)] = 199738, + [SMALL_STATE(5139)] = 199748, + [SMALL_STATE(5140)] = 199758, + [SMALL_STATE(5141)] = 199768, + [SMALL_STATE(5142)] = 199778, + [SMALL_STATE(5143)] = 199788, + [SMALL_STATE(5144)] = 199798, + [SMALL_STATE(5145)] = 199808, + [SMALL_STATE(5146)] = 199818, + [SMALL_STATE(5147)] = 199828, + [SMALL_STATE(5148)] = 199838, + [SMALL_STATE(5149)] = 199848, + [SMALL_STATE(5150)] = 199858, + [SMALL_STATE(5151)] = 199868, + [SMALL_STATE(5152)] = 199878, + [SMALL_STATE(5153)] = 199888, + [SMALL_STATE(5154)] = 199898, + [SMALL_STATE(5155)] = 199908, + [SMALL_STATE(5156)] = 199918, + [SMALL_STATE(5157)] = 199928, + [SMALL_STATE(5158)] = 199938, + [SMALL_STATE(5159)] = 199948, + [SMALL_STATE(5160)] = 199958, + [SMALL_STATE(5161)] = 199968, + [SMALL_STATE(5162)] = 199978, + [SMALL_STATE(5163)] = 199988, + [SMALL_STATE(5164)] = 199998, + [SMALL_STATE(5165)] = 200008, + [SMALL_STATE(5166)] = 200018, + [SMALL_STATE(5167)] = 200028, + [SMALL_STATE(5168)] = 200034, + [SMALL_STATE(5169)] = 200044, + [SMALL_STATE(5170)] = 200054, + [SMALL_STATE(5171)] = 200064, + [SMALL_STATE(5172)] = 200074, + [SMALL_STATE(5173)] = 200084, + [SMALL_STATE(5174)] = 200094, + [SMALL_STATE(5175)] = 200104, + [SMALL_STATE(5176)] = 200114, + [SMALL_STATE(5177)] = 200124, + [SMALL_STATE(5178)] = 200134, + [SMALL_STATE(5179)] = 200144, + [SMALL_STATE(5180)] = 200154, + [SMALL_STATE(5181)] = 200164, + [SMALL_STATE(5182)] = 200174, + [SMALL_STATE(5183)] = 200184, + [SMALL_STATE(5184)] = 200194, + [SMALL_STATE(5185)] = 200204, + [SMALL_STATE(5186)] = 200214, + [SMALL_STATE(5187)] = 200224, + [SMALL_STATE(5188)] = 200234, + [SMALL_STATE(5189)] = 200244, + [SMALL_STATE(5190)] = 200254, + [SMALL_STATE(5191)] = 200264, + [SMALL_STATE(5192)] = 200274, + [SMALL_STATE(5193)] = 200284, + [SMALL_STATE(5194)] = 200294, + [SMALL_STATE(5195)] = 200304, + [SMALL_STATE(5196)] = 200314, + [SMALL_STATE(5197)] = 200324, + [SMALL_STATE(5198)] = 200334, + [SMALL_STATE(5199)] = 200344, + [SMALL_STATE(5200)] = 200354, + [SMALL_STATE(5201)] = 200364, + [SMALL_STATE(5202)] = 200374, + [SMALL_STATE(5203)] = 200384, + [SMALL_STATE(5204)] = 200394, + [SMALL_STATE(5205)] = 200404, + [SMALL_STATE(5206)] = 200414, + [SMALL_STATE(5207)] = 200424, + [SMALL_STATE(5208)] = 200434, + [SMALL_STATE(5209)] = 200444, + [SMALL_STATE(5210)] = 200454, + [SMALL_STATE(5211)] = 200464, + [SMALL_STATE(5212)] = 200474, + [SMALL_STATE(5213)] = 200484, + [SMALL_STATE(5214)] = 200494, + [SMALL_STATE(5215)] = 200504, + [SMALL_STATE(5216)] = 200514, + [SMALL_STATE(5217)] = 200524, + [SMALL_STATE(5218)] = 200534, + [SMALL_STATE(5219)] = 200544, + [SMALL_STATE(5220)] = 200554, + [SMALL_STATE(5221)] = 200564, + [SMALL_STATE(5222)] = 200574, + [SMALL_STATE(5223)] = 200584, + [SMALL_STATE(5224)] = 200594, + [SMALL_STATE(5225)] = 200604, + [SMALL_STATE(5226)] = 200614, + [SMALL_STATE(5227)] = 200624, + [SMALL_STATE(5228)] = 200634, + [SMALL_STATE(5229)] = 200644, + [SMALL_STATE(5230)] = 200654, + [SMALL_STATE(5231)] = 200664, + [SMALL_STATE(5232)] = 200674, + [SMALL_STATE(5233)] = 200684, + [SMALL_STATE(5234)] = 200694, + [SMALL_STATE(5235)] = 200704, + [SMALL_STATE(5236)] = 200714, + [SMALL_STATE(5237)] = 200724, + [SMALL_STATE(5238)] = 200734, + [SMALL_STATE(5239)] = 200744, + [SMALL_STATE(5240)] = 200754, + [SMALL_STATE(5241)] = 200762, + [SMALL_STATE(5242)] = 200772, + [SMALL_STATE(5243)] = 200782, + [SMALL_STATE(5244)] = 200792, + [SMALL_STATE(5245)] = 200802, + [SMALL_STATE(5246)] = 200812, + [SMALL_STATE(5247)] = 200822, + [SMALL_STATE(5248)] = 200832, + [SMALL_STATE(5249)] = 200842, + [SMALL_STATE(5250)] = 200852, + [SMALL_STATE(5251)] = 200862, + [SMALL_STATE(5252)] = 200872, + [SMALL_STATE(5253)] = 200882, + [SMALL_STATE(5254)] = 200892, + [SMALL_STATE(5255)] = 200902, + [SMALL_STATE(5256)] = 200912, + [SMALL_STATE(5257)] = 200922, + [SMALL_STATE(5258)] = 200932, + [SMALL_STATE(5259)] = 200942, + [SMALL_STATE(5260)] = 200952, + [SMALL_STATE(5261)] = 200962, + [SMALL_STATE(5262)] = 200972, + [SMALL_STATE(5263)] = 200982, + [SMALL_STATE(5264)] = 200992, + [SMALL_STATE(5265)] = 201002, + [SMALL_STATE(5266)] = 201012, + [SMALL_STATE(5267)] = 201022, + [SMALL_STATE(5268)] = 201032, + [SMALL_STATE(5269)] = 201042, + [SMALL_STATE(5270)] = 201052, + [SMALL_STATE(5271)] = 201062, + [SMALL_STATE(5272)] = 201072, + [SMALL_STATE(5273)] = 201082, + [SMALL_STATE(5274)] = 201092, + [SMALL_STATE(5275)] = 201102, + [SMALL_STATE(5276)] = 201112, + [SMALL_STATE(5277)] = 201122, + [SMALL_STATE(5278)] = 201132, + [SMALL_STATE(5279)] = 201142, + [SMALL_STATE(5280)] = 201152, + [SMALL_STATE(5281)] = 201162, + [SMALL_STATE(5282)] = 201172, + [SMALL_STATE(5283)] = 201182, + [SMALL_STATE(5284)] = 201192, + [SMALL_STATE(5285)] = 201202, + [SMALL_STATE(5286)] = 201212, + [SMALL_STATE(5287)] = 201222, + [SMALL_STATE(5288)] = 201232, + [SMALL_STATE(5289)] = 201242, + [SMALL_STATE(5290)] = 201252, + [SMALL_STATE(5291)] = 201259, + [SMALL_STATE(5292)] = 201266, + [SMALL_STATE(5293)] = 201273, + [SMALL_STATE(5294)] = 201280, + [SMALL_STATE(5295)] = 201287, + [SMALL_STATE(5296)] = 201294, + [SMALL_STATE(5297)] = 201301, + [SMALL_STATE(5298)] = 201308, + [SMALL_STATE(5299)] = 201313, + [SMALL_STATE(5300)] = 201320, + [SMALL_STATE(5301)] = 201327, + [SMALL_STATE(5302)] = 201334, + [SMALL_STATE(5303)] = 201341, + [SMALL_STATE(5304)] = 201346, + [SMALL_STATE(5305)] = 201353, + [SMALL_STATE(5306)] = 201360, + [SMALL_STATE(5307)] = 201367, + [SMALL_STATE(5308)] = 201372, + [SMALL_STATE(5309)] = 201379, + [SMALL_STATE(5310)] = 201386, + [SMALL_STATE(5311)] = 201393, + [SMALL_STATE(5312)] = 201400, + [SMALL_STATE(5313)] = 201407, + [SMALL_STATE(5314)] = 201414, + [SMALL_STATE(5315)] = 201421, + [SMALL_STATE(5316)] = 201428, + [SMALL_STATE(5317)] = 201435, + [SMALL_STATE(5318)] = 201442, + [SMALL_STATE(5319)] = 201449, + [SMALL_STATE(5320)] = 201456, + [SMALL_STATE(5321)] = 201463, + [SMALL_STATE(5322)] = 201470, + [SMALL_STATE(5323)] = 201477, + [SMALL_STATE(5324)] = 201484, + [SMALL_STATE(5325)] = 201491, + [SMALL_STATE(5326)] = 201498, + [SMALL_STATE(5327)] = 201505, + [SMALL_STATE(5328)] = 201512, + [SMALL_STATE(5329)] = 201519, + [SMALL_STATE(5330)] = 201526, + [SMALL_STATE(5331)] = 201533, + [SMALL_STATE(5332)] = 201540, + [SMALL_STATE(5333)] = 201547, + [SMALL_STATE(5334)] = 201554, + [SMALL_STATE(5335)] = 201561, + [SMALL_STATE(5336)] = 201566, + [SMALL_STATE(5337)] = 201573, + [SMALL_STATE(5338)] = 201580, + [SMALL_STATE(5339)] = 201587, + [SMALL_STATE(5340)] = 201594, + [SMALL_STATE(5341)] = 201601, + [SMALL_STATE(5342)] = 201608, + [SMALL_STATE(5343)] = 201615, + [SMALL_STATE(5344)] = 201622, + [SMALL_STATE(5345)] = 201629, + [SMALL_STATE(5346)] = 201636, + [SMALL_STATE(5347)] = 201643, + [SMALL_STATE(5348)] = 201650, + [SMALL_STATE(5349)] = 201657, + [SMALL_STATE(5350)] = 201664, + [SMALL_STATE(5351)] = 201671, + [SMALL_STATE(5352)] = 201678, + [SMALL_STATE(5353)] = 201685, + [SMALL_STATE(5354)] = 201692, + [SMALL_STATE(5355)] = 201699, + [SMALL_STATE(5356)] = 201706, + [SMALL_STATE(5357)] = 201713, + [SMALL_STATE(5358)] = 201720, + [SMALL_STATE(5359)] = 201727, + [SMALL_STATE(5360)] = 201734, + [SMALL_STATE(5361)] = 201741, + [SMALL_STATE(5362)] = 201748, + [SMALL_STATE(5363)] = 201755, + [SMALL_STATE(5364)] = 201762, + [SMALL_STATE(5365)] = 201769, + [SMALL_STATE(5366)] = 201776, + [SMALL_STATE(5367)] = 201783, + [SMALL_STATE(5368)] = 201790, + [SMALL_STATE(5369)] = 201797, + [SMALL_STATE(5370)] = 201804, + [SMALL_STATE(5371)] = 201811, + [SMALL_STATE(5372)] = 201818, + [SMALL_STATE(5373)] = 201825, + [SMALL_STATE(5374)] = 201832, + [SMALL_STATE(5375)] = 201839, + [SMALL_STATE(5376)] = 201846, + [SMALL_STATE(5377)] = 201853, + [SMALL_STATE(5378)] = 201860, + [SMALL_STATE(5379)] = 201867, + [SMALL_STATE(5380)] = 201874, + [SMALL_STATE(5381)] = 201881, + [SMALL_STATE(5382)] = 201888, + [SMALL_STATE(5383)] = 201895, + [SMALL_STATE(5384)] = 201902, + [SMALL_STATE(5385)] = 201909, + [SMALL_STATE(5386)] = 201916, + [SMALL_STATE(5387)] = 201923, + [SMALL_STATE(5388)] = 201930, + [SMALL_STATE(5389)] = 201937, + [SMALL_STATE(5390)] = 201944, + [SMALL_STATE(5391)] = 201951, + [SMALL_STATE(5392)] = 201958, + [SMALL_STATE(5393)] = 201965, + [SMALL_STATE(5394)] = 201972, + [SMALL_STATE(5395)] = 201979, + [SMALL_STATE(5396)] = 201986, + [SMALL_STATE(5397)] = 201993, + [SMALL_STATE(5398)] = 202000, + [SMALL_STATE(5399)] = 202007, + [SMALL_STATE(5400)] = 202014, + [SMALL_STATE(5401)] = 202021, + [SMALL_STATE(5402)] = 202028, + [SMALL_STATE(5403)] = 202035, + [SMALL_STATE(5404)] = 202042, + [SMALL_STATE(5405)] = 202049, + [SMALL_STATE(5406)] = 202056, + [SMALL_STATE(5407)] = 202063, + [SMALL_STATE(5408)] = 202070, + [SMALL_STATE(5409)] = 202077, + [SMALL_STATE(5410)] = 202082, + [SMALL_STATE(5411)] = 202089, + [SMALL_STATE(5412)] = 202096, + [SMALL_STATE(5413)] = 202103, + [SMALL_STATE(5414)] = 202110, + [SMALL_STATE(5415)] = 202117, + [SMALL_STATE(5416)] = 202124, + [SMALL_STATE(5417)] = 202131, + [SMALL_STATE(5418)] = 202138, + [SMALL_STATE(5419)] = 202145, + [SMALL_STATE(5420)] = 202152, + [SMALL_STATE(5421)] = 202159, + [SMALL_STATE(5422)] = 202166, + [SMALL_STATE(5423)] = 202173, + [SMALL_STATE(5424)] = 202180, + [SMALL_STATE(5425)] = 202187, + [SMALL_STATE(5426)] = 202194, + [SMALL_STATE(5427)] = 202201, + [SMALL_STATE(5428)] = 202208, + [SMALL_STATE(5429)] = 202215, + [SMALL_STATE(5430)] = 202222, + [SMALL_STATE(5431)] = 202229, + [SMALL_STATE(5432)] = 202236, + [SMALL_STATE(5433)] = 202243, + [SMALL_STATE(5434)] = 202250, + [SMALL_STATE(5435)] = 202257, + [SMALL_STATE(5436)] = 202264, + [SMALL_STATE(5437)] = 202271, + [SMALL_STATE(5438)] = 202278, + [SMALL_STATE(5439)] = 202285, + [SMALL_STATE(5440)] = 202292, + [SMALL_STATE(5441)] = 202299, + [SMALL_STATE(5442)] = 202306, + [SMALL_STATE(5443)] = 202313, + [SMALL_STATE(5444)] = 202317, + [SMALL_STATE(5445)] = 202321, + [SMALL_STATE(5446)] = 202325, + [SMALL_STATE(5447)] = 202329, + [SMALL_STATE(5448)] = 202333, + [SMALL_STATE(5449)] = 202337, + [SMALL_STATE(5450)] = 202341, + [SMALL_STATE(5451)] = 202345, + [SMALL_STATE(5452)] = 202349, + [SMALL_STATE(5453)] = 202353, + [SMALL_STATE(5454)] = 202357, + [SMALL_STATE(5455)] = 202361, + [SMALL_STATE(5456)] = 202365, + [SMALL_STATE(5457)] = 202369, + [SMALL_STATE(5458)] = 202373, + [SMALL_STATE(5459)] = 202377, + [SMALL_STATE(5460)] = 202381, + [SMALL_STATE(5461)] = 202385, + [SMALL_STATE(5462)] = 202389, + [SMALL_STATE(5463)] = 202393, + [SMALL_STATE(5464)] = 202397, + [SMALL_STATE(5465)] = 202401, + [SMALL_STATE(5466)] = 202405, + [SMALL_STATE(5467)] = 202409, + [SMALL_STATE(5468)] = 202413, + [SMALL_STATE(5469)] = 202417, + [SMALL_STATE(5470)] = 202421, + [SMALL_STATE(5471)] = 202425, + [SMALL_STATE(5472)] = 202429, + [SMALL_STATE(5473)] = 202433, + [SMALL_STATE(5474)] = 202437, + [SMALL_STATE(5475)] = 202441, + [SMALL_STATE(5476)] = 202445, + [SMALL_STATE(5477)] = 202449, + [SMALL_STATE(5478)] = 202453, + [SMALL_STATE(5479)] = 202457, + [SMALL_STATE(5480)] = 202461, + [SMALL_STATE(5481)] = 202465, + [SMALL_STATE(5482)] = 202469, + [SMALL_STATE(5483)] = 202473, + [SMALL_STATE(5484)] = 202477, + [SMALL_STATE(5485)] = 202481, + [SMALL_STATE(5486)] = 202485, + [SMALL_STATE(5487)] = 202489, + [SMALL_STATE(5488)] = 202493, + [SMALL_STATE(5489)] = 202497, + [SMALL_STATE(5490)] = 202501, + [SMALL_STATE(5491)] = 202505, + [SMALL_STATE(5492)] = 202509, + [SMALL_STATE(5493)] = 202513, + [SMALL_STATE(5494)] = 202517, + [SMALL_STATE(5495)] = 202521, + [SMALL_STATE(5496)] = 202525, + [SMALL_STATE(5497)] = 202529, + [SMALL_STATE(5498)] = 202533, + [SMALL_STATE(5499)] = 202537, + [SMALL_STATE(5500)] = 202541, + [SMALL_STATE(5501)] = 202545, + [SMALL_STATE(5502)] = 202549, + [SMALL_STATE(5503)] = 202553, + [SMALL_STATE(5504)] = 202557, + [SMALL_STATE(5505)] = 202561, + [SMALL_STATE(5506)] = 202565, + [SMALL_STATE(5507)] = 202569, + [SMALL_STATE(5508)] = 202573, + [SMALL_STATE(5509)] = 202577, + [SMALL_STATE(5510)] = 202581, + [SMALL_STATE(5511)] = 202585, + [SMALL_STATE(5512)] = 202589, + [SMALL_STATE(5513)] = 202593, + [SMALL_STATE(5514)] = 202597, + [SMALL_STATE(5515)] = 202601, + [SMALL_STATE(5516)] = 202605, + [SMALL_STATE(5517)] = 202609, + [SMALL_STATE(5518)] = 202613, + [SMALL_STATE(5519)] = 202617, + [SMALL_STATE(5520)] = 202621, + [SMALL_STATE(5521)] = 202625, + [SMALL_STATE(5522)] = 202629, + [SMALL_STATE(5523)] = 202633, + [SMALL_STATE(5524)] = 202637, + [SMALL_STATE(5525)] = 202641, + [SMALL_STATE(5526)] = 202645, + [SMALL_STATE(5527)] = 202649, + [SMALL_STATE(5528)] = 202653, + [SMALL_STATE(5529)] = 202657, + [SMALL_STATE(5530)] = 202661, + [SMALL_STATE(5531)] = 202665, + [SMALL_STATE(5532)] = 202669, + [SMALL_STATE(5533)] = 202673, + [SMALL_STATE(5534)] = 202677, + [SMALL_STATE(5535)] = 202681, + [SMALL_STATE(5536)] = 202685, + [SMALL_STATE(5537)] = 202689, + [SMALL_STATE(5538)] = 202693, + [SMALL_STATE(5539)] = 202697, + [SMALL_STATE(5540)] = 202701, + [SMALL_STATE(5541)] = 202705, + [SMALL_STATE(5542)] = 202709, + [SMALL_STATE(5543)] = 202713, + [SMALL_STATE(5544)] = 202717, + [SMALL_STATE(5545)] = 202721, + [SMALL_STATE(5546)] = 202725, + [SMALL_STATE(5547)] = 202729, + [SMALL_STATE(5548)] = 202733, + [SMALL_STATE(5549)] = 202737, + [SMALL_STATE(5550)] = 202741, + [SMALL_STATE(5551)] = 202745, + [SMALL_STATE(5552)] = 202749, + [SMALL_STATE(5553)] = 202753, + [SMALL_STATE(5554)] = 202757, + [SMALL_STATE(5555)] = 202761, + [SMALL_STATE(5556)] = 202765, + [SMALL_STATE(5557)] = 202769, + [SMALL_STATE(5558)] = 202773, + [SMALL_STATE(5559)] = 202777, + [SMALL_STATE(5560)] = 202781, + [SMALL_STATE(5561)] = 202785, + [SMALL_STATE(5562)] = 202789, + [SMALL_STATE(5563)] = 202793, + [SMALL_STATE(5564)] = 202797, + [SMALL_STATE(5565)] = 202801, + [SMALL_STATE(5566)] = 202805, + [SMALL_STATE(5567)] = 202809, + [SMALL_STATE(5568)] = 202813, + [SMALL_STATE(5569)] = 202817, + [SMALL_STATE(5570)] = 202821, + [SMALL_STATE(5571)] = 202825, + [SMALL_STATE(5572)] = 202829, + [SMALL_STATE(5573)] = 202833, + [SMALL_STATE(5574)] = 202837, + [SMALL_STATE(5575)] = 202841, + [SMALL_STATE(5576)] = 202845, + [SMALL_STATE(5577)] = 202849, + [SMALL_STATE(5578)] = 202853, + [SMALL_STATE(5579)] = 202857, + [SMALL_STATE(5580)] = 202861, + [SMALL_STATE(5581)] = 202865, + [SMALL_STATE(5582)] = 202869, + [SMALL_STATE(5583)] = 202873, + [SMALL_STATE(5584)] = 202877, + [SMALL_STATE(5585)] = 202881, + [SMALL_STATE(5586)] = 202885, + [SMALL_STATE(5587)] = 202889, + [SMALL_STATE(5588)] = 202893, + [SMALL_STATE(5589)] = 202897, + [SMALL_STATE(5590)] = 202901, + [SMALL_STATE(5591)] = 202905, + [SMALL_STATE(5592)] = 202909, + [SMALL_STATE(5593)] = 202913, + [SMALL_STATE(5594)] = 202917, + [SMALL_STATE(5595)] = 202921, + [SMALL_STATE(5596)] = 202925, + [SMALL_STATE(5597)] = 202929, + [SMALL_STATE(5598)] = 202933, + [SMALL_STATE(5599)] = 202937, + [SMALL_STATE(5600)] = 202941, + [SMALL_STATE(5601)] = 202945, + [SMALL_STATE(5602)] = 202949, + [SMALL_STATE(5603)] = 202953, + [SMALL_STATE(5604)] = 202957, + [SMALL_STATE(5605)] = 202961, + [SMALL_STATE(5606)] = 202965, + [SMALL_STATE(5607)] = 202969, + [SMALL_STATE(5608)] = 202973, + [SMALL_STATE(5609)] = 202977, + [SMALL_STATE(5610)] = 202981, + [SMALL_STATE(5611)] = 202985, + [SMALL_STATE(5612)] = 202989, + [SMALL_STATE(5613)] = 202993, + [SMALL_STATE(5614)] = 202997, + [SMALL_STATE(5615)] = 203001, + [SMALL_STATE(5616)] = 203005, + [SMALL_STATE(5617)] = 203009, + [SMALL_STATE(5618)] = 203013, + [SMALL_STATE(5619)] = 203017, + [SMALL_STATE(5620)] = 203021, + [SMALL_STATE(5621)] = 203025, + [SMALL_STATE(5622)] = 203029, + [SMALL_STATE(5623)] = 203033, + [SMALL_STATE(5624)] = 203037, + [SMALL_STATE(5625)] = 203041, + [SMALL_STATE(5626)] = 203045, + [SMALL_STATE(5627)] = 203049, + [SMALL_STATE(5628)] = 203053, + [SMALL_STATE(5629)] = 203057, + [SMALL_STATE(5630)] = 203061, + [SMALL_STATE(5631)] = 203065, + [SMALL_STATE(5632)] = 203069, + [SMALL_STATE(5633)] = 203073, + [SMALL_STATE(5634)] = 203077, + [SMALL_STATE(5635)] = 203081, + [SMALL_STATE(5636)] = 203085, + [SMALL_STATE(5637)] = 203089, + [SMALL_STATE(5638)] = 203093, + [SMALL_STATE(5639)] = 203097, + [SMALL_STATE(5640)] = 203101, + [SMALL_STATE(5641)] = 203105, + [SMALL_STATE(5642)] = 203109, + [SMALL_STATE(5643)] = 203113, + [SMALL_STATE(5644)] = 203117, + [SMALL_STATE(5645)] = 203121, + [SMALL_STATE(5646)] = 203125, + [SMALL_STATE(5647)] = 203129, + [SMALL_STATE(5648)] = 203133, + [SMALL_STATE(5649)] = 203137, + [SMALL_STATE(5650)] = 203141, + [SMALL_STATE(5651)] = 203145, + [SMALL_STATE(5652)] = 203149, + [SMALL_STATE(5653)] = 203153, + [SMALL_STATE(5654)] = 203157, + [SMALL_STATE(5655)] = 203161, + [SMALL_STATE(5656)] = 203165, + [SMALL_STATE(5657)] = 203169, + [SMALL_STATE(5658)] = 203173, + [SMALL_STATE(5659)] = 203177, + [SMALL_STATE(5660)] = 203181, + [SMALL_STATE(5661)] = 203185, + [SMALL_STATE(5662)] = 203189, + [SMALL_STATE(5663)] = 203193, + [SMALL_STATE(5664)] = 203197, + [SMALL_STATE(5665)] = 203201, + [SMALL_STATE(5666)] = 203205, + [SMALL_STATE(5667)] = 203209, + [SMALL_STATE(5668)] = 203213, + [SMALL_STATE(5669)] = 203217, + [SMALL_STATE(5670)] = 203221, + [SMALL_STATE(5671)] = 203225, + [SMALL_STATE(5672)] = 203229, + [SMALL_STATE(5673)] = 203233, + [SMALL_STATE(5674)] = 203237, + [SMALL_STATE(5675)] = 203241, + [SMALL_STATE(5676)] = 203245, + [SMALL_STATE(5677)] = 203249, + [SMALL_STATE(5678)] = 203253, + [SMALL_STATE(5679)] = 203257, + [SMALL_STATE(5680)] = 203261, + [SMALL_STATE(5681)] = 203265, + [SMALL_STATE(5682)] = 203269, + [SMALL_STATE(5683)] = 203273, + [SMALL_STATE(5684)] = 203277, + [SMALL_STATE(5685)] = 203281, + [SMALL_STATE(5686)] = 203285, + [SMALL_STATE(5687)] = 203289, + [SMALL_STATE(5688)] = 203293, + [SMALL_STATE(5689)] = 203297, + [SMALL_STATE(5690)] = 203301, + [SMALL_STATE(5691)] = 203305, + [SMALL_STATE(5692)] = 203309, + [SMALL_STATE(5693)] = 203313, + [SMALL_STATE(5694)] = 203317, + [SMALL_STATE(5695)] = 203321, + [SMALL_STATE(5696)] = 203325, + [SMALL_STATE(5697)] = 203329, + [SMALL_STATE(5698)] = 203333, + [SMALL_STATE(5699)] = 203337, + [SMALL_STATE(5700)] = 203341, + [SMALL_STATE(5701)] = 203345, + [SMALL_STATE(5702)] = 203349, + [SMALL_STATE(5703)] = 203353, + [SMALL_STATE(5704)] = 203357, + [SMALL_STATE(5705)] = 203361, + [SMALL_STATE(5706)] = 203365, + [SMALL_STATE(5707)] = 203369, + [SMALL_STATE(5708)] = 203373, + [SMALL_STATE(5709)] = 203377, + [SMALL_STATE(5710)] = 203381, + [SMALL_STATE(5711)] = 203385, + [SMALL_STATE(5712)] = 203389, + [SMALL_STATE(5713)] = 203393, + [SMALL_STATE(5714)] = 203397, + [SMALL_STATE(5715)] = 203401, + [SMALL_STATE(5716)] = 203405, + [SMALL_STATE(5717)] = 203409, + [SMALL_STATE(5718)] = 203413, + [SMALL_STATE(5719)] = 203417, + [SMALL_STATE(5720)] = 203421, + [SMALL_STATE(5721)] = 203425, + [SMALL_STATE(5722)] = 203429, + [SMALL_STATE(5723)] = 203433, + [SMALL_STATE(5724)] = 203437, + [SMALL_STATE(5725)] = 203441, + [SMALL_STATE(5726)] = 203445, + [SMALL_STATE(5727)] = 203449, + [SMALL_STATE(5728)] = 203453, + [SMALL_STATE(5729)] = 203457, + [SMALL_STATE(5730)] = 203461, + [SMALL_STATE(5731)] = 203465, + [SMALL_STATE(5732)] = 203469, + [SMALL_STATE(5733)] = 203473, + [SMALL_STATE(5734)] = 203477, + [SMALL_STATE(5735)] = 203481, + [SMALL_STATE(5736)] = 203485, + [SMALL_STATE(5737)] = 203489, + [SMALL_STATE(5738)] = 203493, + [SMALL_STATE(5739)] = 203497, + [SMALL_STATE(5740)] = 203501, + [SMALL_STATE(5741)] = 203505, + [SMALL_STATE(5742)] = 203509, + [SMALL_STATE(5743)] = 203513, + [SMALL_STATE(5744)] = 203517, + [SMALL_STATE(5745)] = 203521, + [SMALL_STATE(5746)] = 203525, + [SMALL_STATE(5747)] = 203529, + [SMALL_STATE(5748)] = 203533, + [SMALL_STATE(5749)] = 203537, + [SMALL_STATE(5750)] = 203541, + [SMALL_STATE(5751)] = 203545, + [SMALL_STATE(5752)] = 203549, + [SMALL_STATE(5753)] = 203553, + [SMALL_STATE(5754)] = 203557, + [SMALL_STATE(5755)] = 203561, + [SMALL_STATE(5756)] = 203565, + [SMALL_STATE(5757)] = 203569, + [SMALL_STATE(5758)] = 203573, + [SMALL_STATE(5759)] = 203577, + [SMALL_STATE(5760)] = 203581, + [SMALL_STATE(5761)] = 203585, + [SMALL_STATE(5762)] = 203589, + [SMALL_STATE(5763)] = 203593, + [SMALL_STATE(5764)] = 203597, + [SMALL_STATE(5765)] = 203601, + [SMALL_STATE(5766)] = 203605, + [SMALL_STATE(5767)] = 203609, + [SMALL_STATE(5768)] = 203613, + [SMALL_STATE(5769)] = 203617, + [SMALL_STATE(5770)] = 203621, + [SMALL_STATE(5771)] = 203625, + [SMALL_STATE(5772)] = 203629, + [SMALL_STATE(5773)] = 203633, + [SMALL_STATE(5774)] = 203637, + [SMALL_STATE(5775)] = 203641, + [SMALL_STATE(5776)] = 203645, + [SMALL_STATE(5777)] = 203649, + [SMALL_STATE(5778)] = 203653, + [SMALL_STATE(5779)] = 203657, + [SMALL_STATE(5780)] = 203661, + [SMALL_STATE(5781)] = 203665, + [SMALL_STATE(5782)] = 203669, + [SMALL_STATE(5783)] = 203673, + [SMALL_STATE(5784)] = 203677, + [SMALL_STATE(5785)] = 203681, + [SMALL_STATE(5786)] = 203685, + [SMALL_STATE(5787)] = 203689, + [SMALL_STATE(5788)] = 203693, + [SMALL_STATE(5789)] = 203697, + [SMALL_STATE(5790)] = 203701, + [SMALL_STATE(5791)] = 203705, + [SMALL_STATE(5792)] = 203709, + [SMALL_STATE(5793)] = 203713, + [SMALL_STATE(5794)] = 203717, + [SMALL_STATE(5795)] = 203721, + [SMALL_STATE(5796)] = 203725, + [SMALL_STATE(5797)] = 203729, + [SMALL_STATE(5798)] = 203733, + [SMALL_STATE(5799)] = 203737, + [SMALL_STATE(5800)] = 203741, + [SMALL_STATE(5801)] = 203745, + [SMALL_STATE(5802)] = 203749, + [SMALL_STATE(5803)] = 203753, + [SMALL_STATE(5804)] = 203757, + [SMALL_STATE(5805)] = 203761, + [SMALL_STATE(5806)] = 203765, + [SMALL_STATE(5807)] = 203769, + [SMALL_STATE(5808)] = 203773, + [SMALL_STATE(5809)] = 203777, + [SMALL_STATE(5810)] = 203781, + [SMALL_STATE(5811)] = 203785, + [SMALL_STATE(5812)] = 203789, + [SMALL_STATE(5813)] = 203793, + [SMALL_STATE(5814)] = 203797, + [SMALL_STATE(5815)] = 203801, + [SMALL_STATE(5816)] = 203805, + [SMALL_STATE(5817)] = 203809, + [SMALL_STATE(5818)] = 203813, + [SMALL_STATE(5819)] = 203817, + [SMALL_STATE(5820)] = 203821, + [SMALL_STATE(5821)] = 203825, + [SMALL_STATE(5822)] = 203829, + [SMALL_STATE(5823)] = 203833, + [SMALL_STATE(5824)] = 203837, + [SMALL_STATE(5825)] = 203841, + [SMALL_STATE(5826)] = 203845, + [SMALL_STATE(5827)] = 203849, + [SMALL_STATE(5828)] = 203853, + [SMALL_STATE(5829)] = 203857, + [SMALL_STATE(5830)] = 203861, + [SMALL_STATE(5831)] = 203865, + [SMALL_STATE(5832)] = 203869, + [SMALL_STATE(5833)] = 203873, + [SMALL_STATE(5834)] = 203877, + [SMALL_STATE(5835)] = 203881, + [SMALL_STATE(5836)] = 203885, + [SMALL_STATE(5837)] = 203889, + [SMALL_STATE(5838)] = 203893, + [SMALL_STATE(5839)] = 203897, + [SMALL_STATE(5840)] = 203901, + [SMALL_STATE(5841)] = 203905, + [SMALL_STATE(5842)] = 203909, + [SMALL_STATE(5843)] = 203913, + [SMALL_STATE(5844)] = 203917, + [SMALL_STATE(5845)] = 203921, + [SMALL_STATE(5846)] = 203925, + [SMALL_STATE(5847)] = 203929, + [SMALL_STATE(5848)] = 203933, + [SMALL_STATE(5849)] = 203937, + [SMALL_STATE(5850)] = 203941, + [SMALL_STATE(5851)] = 203945, + [SMALL_STATE(5852)] = 203949, + [SMALL_STATE(5853)] = 203953, + [SMALL_STATE(5854)] = 203957, + [SMALL_STATE(5855)] = 203961, + [SMALL_STATE(5856)] = 203965, + [SMALL_STATE(5857)] = 203969, + [SMALL_STATE(5858)] = 203973, + [SMALL_STATE(5859)] = 203977, + [SMALL_STATE(5860)] = 203981, + [SMALL_STATE(5861)] = 203985, + [SMALL_STATE(5862)] = 203989, + [SMALL_STATE(5863)] = 203993, + [SMALL_STATE(5864)] = 203997, + [SMALL_STATE(5865)] = 204001, + [SMALL_STATE(5866)] = 204005, + [SMALL_STATE(5867)] = 204009, + [SMALL_STATE(5868)] = 204013, + [SMALL_STATE(5869)] = 204017, + [SMALL_STATE(5870)] = 204021, + [SMALL_STATE(5871)] = 204025, + [SMALL_STATE(5872)] = 204029, + [SMALL_STATE(5873)] = 204033, + [SMALL_STATE(5874)] = 204037, + [SMALL_STATE(5875)] = 204041, + [SMALL_STATE(5876)] = 204045, + [SMALL_STATE(5877)] = 204049, + [SMALL_STATE(5878)] = 204053, + [SMALL_STATE(5879)] = 204057, + [SMALL_STATE(5880)] = 204061, + [SMALL_STATE(5881)] = 204065, + [SMALL_STATE(5882)] = 204069, + [SMALL_STATE(5883)] = 204073, + [SMALL_STATE(5884)] = 204077, + [SMALL_STATE(5885)] = 204081, + [SMALL_STATE(5886)] = 204085, + [SMALL_STATE(5887)] = 204089, + [SMALL_STATE(5888)] = 204093, + [SMALL_STATE(5889)] = 204097, + [SMALL_STATE(5890)] = 204101, + [SMALL_STATE(5891)] = 204105, + [SMALL_STATE(5892)] = 204109, + [SMALL_STATE(5893)] = 204113, + [SMALL_STATE(5894)] = 204117, + [SMALL_STATE(5895)] = 204121, + [SMALL_STATE(5896)] = 204125, + [SMALL_STATE(5897)] = 204129, + [SMALL_STATE(5898)] = 204133, + [SMALL_STATE(5899)] = 204137, + [SMALL_STATE(5900)] = 204141, + [SMALL_STATE(5901)] = 204145, + [SMALL_STATE(5902)] = 204149, + [SMALL_STATE(5903)] = 204153, + [SMALL_STATE(5904)] = 204157, + [SMALL_STATE(5905)] = 204161, + [SMALL_STATE(5906)] = 204165, + [SMALL_STATE(5907)] = 204169, + [SMALL_STATE(5908)] = 204173, + [SMALL_STATE(5909)] = 204177, + [SMALL_STATE(5910)] = 204181, + [SMALL_STATE(5911)] = 204185, + [SMALL_STATE(5912)] = 204189, + [SMALL_STATE(5913)] = 204193, + [SMALL_STATE(5914)] = 204197, + [SMALL_STATE(5915)] = 204201, + [SMALL_STATE(5916)] = 204205, + [SMALL_STATE(5917)] = 204209, + [SMALL_STATE(5918)] = 204213, + [SMALL_STATE(5919)] = 204217, + [SMALL_STATE(5920)] = 204221, + [SMALL_STATE(5921)] = 204225, + [SMALL_STATE(5922)] = 204229, + [SMALL_STATE(5923)] = 204233, + [SMALL_STATE(5924)] = 204237, + [SMALL_STATE(5925)] = 204241, + [SMALL_STATE(5926)] = 204245, + [SMALL_STATE(5927)] = 204249, + [SMALL_STATE(5928)] = 204253, + [SMALL_STATE(5929)] = 204257, + [SMALL_STATE(5930)] = 204261, + [SMALL_STATE(5931)] = 204265, + [SMALL_STATE(5932)] = 204269, + [SMALL_STATE(5933)] = 204273, + [SMALL_STATE(5934)] = 204277, + [SMALL_STATE(5935)] = 204281, + [SMALL_STATE(5936)] = 204285, + [SMALL_STATE(5937)] = 204289, + [SMALL_STATE(5938)] = 204293, + [SMALL_STATE(5939)] = 204297, + [SMALL_STATE(5940)] = 204301, + [SMALL_STATE(5941)] = 204305, + [SMALL_STATE(5942)] = 204309, + [SMALL_STATE(5943)] = 204313, + [SMALL_STATE(5944)] = 204317, + [SMALL_STATE(5945)] = 204321, + [SMALL_STATE(5946)] = 204325, + [SMALL_STATE(5947)] = 204329, + [SMALL_STATE(5948)] = 204333, + [SMALL_STATE(5949)] = 204337, + [SMALL_STATE(5950)] = 204341, + [SMALL_STATE(5951)] = 204345, + [SMALL_STATE(5952)] = 204349, + [SMALL_STATE(5953)] = 204353, + [SMALL_STATE(5954)] = 204357, + [SMALL_STATE(5955)] = 204361, + [SMALL_STATE(5956)] = 204365, + [SMALL_STATE(5957)] = 204369, + [SMALL_STATE(5958)] = 204373, + [SMALL_STATE(5959)] = 204377, + [SMALL_STATE(5960)] = 204381, + [SMALL_STATE(5961)] = 204385, + [SMALL_STATE(5962)] = 204389, + [SMALL_STATE(5963)] = 204393, + [SMALL_STATE(5964)] = 204397, + [SMALL_STATE(5965)] = 204401, + [SMALL_STATE(5966)] = 204405, + [SMALL_STATE(5967)] = 204409, + [SMALL_STATE(5968)] = 204413, + [SMALL_STATE(5969)] = 204417, + [SMALL_STATE(5970)] = 204421, + [SMALL_STATE(5971)] = 204425, + [SMALL_STATE(5972)] = 204429, + [SMALL_STATE(5973)] = 204433, + [SMALL_STATE(5974)] = 204437, + [SMALL_STATE(5975)] = 204441, + [SMALL_STATE(5976)] = 204445, + [SMALL_STATE(5977)] = 204449, + [SMALL_STATE(5978)] = 204453, + [SMALL_STATE(5979)] = 204457, + [SMALL_STATE(5980)] = 204461, + [SMALL_STATE(5981)] = 204465, + [SMALL_STATE(5982)] = 204469, + [SMALL_STATE(5983)] = 204473, + [SMALL_STATE(5984)] = 204477, + [SMALL_STATE(5985)] = 204481, + [SMALL_STATE(5986)] = 204485, + [SMALL_STATE(5987)] = 204489, + [SMALL_STATE(5988)] = 204493, + [SMALL_STATE(5989)] = 204497, + [SMALL_STATE(5990)] = 204501, + [SMALL_STATE(5991)] = 204505, + [SMALL_STATE(5992)] = 204509, + [SMALL_STATE(5993)] = 204513, + [SMALL_STATE(5994)] = 204517, + [SMALL_STATE(5995)] = 204521, + [SMALL_STATE(5996)] = 204525, + [SMALL_STATE(5997)] = 204529, + [SMALL_STATE(5998)] = 204533, + [SMALL_STATE(5999)] = 204537, + [SMALL_STATE(6000)] = 204541, + [SMALL_STATE(6001)] = 204545, + [SMALL_STATE(6002)] = 204549, + [SMALL_STATE(6003)] = 204553, + [SMALL_STATE(6004)] = 204557, + [SMALL_STATE(6005)] = 204561, + [SMALL_STATE(6006)] = 204565, + [SMALL_STATE(6007)] = 204569, + [SMALL_STATE(6008)] = 204573, + [SMALL_STATE(6009)] = 204577, + [SMALL_STATE(6010)] = 204581, + [SMALL_STATE(6011)] = 204585, + [SMALL_STATE(6012)] = 204589, + [SMALL_STATE(6013)] = 204593, + [SMALL_STATE(6014)] = 204597, + [SMALL_STATE(6015)] = 204601, + [SMALL_STATE(6016)] = 204605, + [SMALL_STATE(6017)] = 204609, + [SMALL_STATE(6018)] = 204613, + [SMALL_STATE(6019)] = 204617, + [SMALL_STATE(6020)] = 204621, + [SMALL_STATE(6021)] = 204625, + [SMALL_STATE(6022)] = 204629, + [SMALL_STATE(6023)] = 204633, + [SMALL_STATE(6024)] = 204637, + [SMALL_STATE(6025)] = 204641, + [SMALL_STATE(6026)] = 204645, + [SMALL_STATE(6027)] = 204649, + [SMALL_STATE(6028)] = 204653, + [SMALL_STATE(6029)] = 204657, + [SMALL_STATE(6030)] = 204661, + [SMALL_STATE(6031)] = 204665, + [SMALL_STATE(6032)] = 204669, + [SMALL_STATE(6033)] = 204673, + [SMALL_STATE(6034)] = 204677, + [SMALL_STATE(6035)] = 204681, + [SMALL_STATE(6036)] = 204685, + [SMALL_STATE(6037)] = 204689, + [SMALL_STATE(6038)] = 204693, + [SMALL_STATE(6039)] = 204697, + [SMALL_STATE(6040)] = 204701, + [SMALL_STATE(6041)] = 204705, + [SMALL_STATE(6042)] = 204709, + [SMALL_STATE(6043)] = 204713, + [SMALL_STATE(6044)] = 204717, + [SMALL_STATE(6045)] = 204721, + [SMALL_STATE(6046)] = 204725, + [SMALL_STATE(6047)] = 204729, + [SMALL_STATE(6048)] = 204733, + [SMALL_STATE(6049)] = 204737, + [SMALL_STATE(6050)] = 204741, + [SMALL_STATE(6051)] = 204745, + [SMALL_STATE(6052)] = 204749, + [SMALL_STATE(6053)] = 204753, + [SMALL_STATE(6054)] = 204757, + [SMALL_STATE(6055)] = 204761, + [SMALL_STATE(6056)] = 204765, + [SMALL_STATE(6057)] = 204769, + [SMALL_STATE(6058)] = 204773, + [SMALL_STATE(6059)] = 204777, + [SMALL_STATE(6060)] = 204781, + [SMALL_STATE(6061)] = 204785, + [SMALL_STATE(6062)] = 204789, + [SMALL_STATE(6063)] = 204793, + [SMALL_STATE(6064)] = 204797, + [SMALL_STATE(6065)] = 204801, + [SMALL_STATE(6066)] = 204805, + [SMALL_STATE(6067)] = 204809, + [SMALL_STATE(6068)] = 204813, + [SMALL_STATE(6069)] = 204817, + [SMALL_STATE(6070)] = 204821, + [SMALL_STATE(6071)] = 204825, + [SMALL_STATE(6072)] = 204829, + [SMALL_STATE(6073)] = 204833, + [SMALL_STATE(6074)] = 204837, + [SMALL_STATE(6075)] = 204841, + [SMALL_STATE(6076)] = 204845, + [SMALL_STATE(6077)] = 204849, + [SMALL_STATE(6078)] = 204853, + [SMALL_STATE(6079)] = 204857, + [SMALL_STATE(6080)] = 204861, + [SMALL_STATE(6081)] = 204865, + [SMALL_STATE(6082)] = 204869, + [SMALL_STATE(6083)] = 204873, + [SMALL_STATE(6084)] = 204877, + [SMALL_STATE(6085)] = 204881, + [SMALL_STATE(6086)] = 204885, + [SMALL_STATE(6087)] = 204889, + [SMALL_STATE(6088)] = 204893, + [SMALL_STATE(6089)] = 204897, + [SMALL_STATE(6090)] = 204901, + [SMALL_STATE(6091)] = 204905, + [SMALL_STATE(6092)] = 204909, + [SMALL_STATE(6093)] = 204913, + [SMALL_STATE(6094)] = 204917, + [SMALL_STATE(6095)] = 204921, + [SMALL_STATE(6096)] = 204925, + [SMALL_STATE(6097)] = 204929, + [SMALL_STATE(6098)] = 204933, + [SMALL_STATE(6099)] = 204937, + [SMALL_STATE(6100)] = 204941, + [SMALL_STATE(6101)] = 204945, + [SMALL_STATE(6102)] = 204949, + [SMALL_STATE(6103)] = 204953, + [SMALL_STATE(6104)] = 204957, + [SMALL_STATE(6105)] = 204961, + [SMALL_STATE(6106)] = 204965, + [SMALL_STATE(6107)] = 204969, + [SMALL_STATE(6108)] = 204973, + [SMALL_STATE(6109)] = 204977, + [SMALL_STATE(6110)] = 204981, + [SMALL_STATE(6111)] = 204985, + [SMALL_STATE(6112)] = 204989, + [SMALL_STATE(6113)] = 204993, + [SMALL_STATE(6114)] = 204997, + [SMALL_STATE(6115)] = 205001, + [SMALL_STATE(6116)] = 205005, + [SMALL_STATE(6117)] = 205009, + [SMALL_STATE(6118)] = 205013, + [SMALL_STATE(6119)] = 205017, + [SMALL_STATE(6120)] = 205021, + [SMALL_STATE(6121)] = 205025, + [SMALL_STATE(6122)] = 205029, + [SMALL_STATE(6123)] = 205033, + [SMALL_STATE(6124)] = 205037, + [SMALL_STATE(6125)] = 205041, + [SMALL_STATE(6126)] = 205045, + [SMALL_STATE(6127)] = 205049, + [SMALL_STATE(6128)] = 205053, + [SMALL_STATE(6129)] = 205057, + [SMALL_STATE(6130)] = 205061, + [SMALL_STATE(6131)] = 205065, + [SMALL_STATE(6132)] = 205069, + [SMALL_STATE(6133)] = 205073, + [SMALL_STATE(6134)] = 205077, + [SMALL_STATE(6135)] = 205081, + [SMALL_STATE(6136)] = 205085, + [SMALL_STATE(6137)] = 205089, + [SMALL_STATE(6138)] = 205093, + [SMALL_STATE(6139)] = 205097, + [SMALL_STATE(6140)] = 205101, + [SMALL_STATE(6141)] = 205105, + [SMALL_STATE(6142)] = 205109, + [SMALL_STATE(6143)] = 205113, + [SMALL_STATE(6144)] = 205117, + [SMALL_STATE(6145)] = 205121, + [SMALL_STATE(6146)] = 205125, + [SMALL_STATE(6147)] = 205129, + [SMALL_STATE(6148)] = 205133, + [SMALL_STATE(6149)] = 205137, + [SMALL_STATE(6150)] = 205141, + [SMALL_STATE(6151)] = 205145, + [SMALL_STATE(6152)] = 205149, + [SMALL_STATE(6153)] = 205153, + [SMALL_STATE(6154)] = 205157, + [SMALL_STATE(6155)] = 205161, + [SMALL_STATE(6156)] = 205165, + [SMALL_STATE(6157)] = 205169, + [SMALL_STATE(6158)] = 205173, + [SMALL_STATE(6159)] = 205177, + [SMALL_STATE(6160)] = 205181, + [SMALL_STATE(6161)] = 205185, + [SMALL_STATE(6162)] = 205189, + [SMALL_STATE(6163)] = 205193, + [SMALL_STATE(6164)] = 205197, + [SMALL_STATE(6165)] = 205201, + [SMALL_STATE(6166)] = 205205, + [SMALL_STATE(6167)] = 205209, + [SMALL_STATE(6168)] = 205213, + [SMALL_STATE(6169)] = 205217, + [SMALL_STATE(6170)] = 205221, + [SMALL_STATE(6171)] = 205225, + [SMALL_STATE(6172)] = 205229, + [SMALL_STATE(6173)] = 205233, + [SMALL_STATE(6174)] = 205237, + [SMALL_STATE(6175)] = 205241, + [SMALL_STATE(6176)] = 205245, + [SMALL_STATE(6177)] = 205249, + [SMALL_STATE(6178)] = 205253, + [SMALL_STATE(6179)] = 205257, + [SMALL_STATE(6180)] = 205261, + [SMALL_STATE(6181)] = 205265, + [SMALL_STATE(6182)] = 205269, + [SMALL_STATE(6183)] = 205273, + [SMALL_STATE(6184)] = 205277, + [SMALL_STATE(6185)] = 205281, + [SMALL_STATE(6186)] = 205285, + [SMALL_STATE(6187)] = 205289, + [SMALL_STATE(6188)] = 205293, + [SMALL_STATE(6189)] = 205297, + [SMALL_STATE(6190)] = 205301, + [SMALL_STATE(6191)] = 205305, + [SMALL_STATE(6192)] = 205309, + [SMALL_STATE(6193)] = 205313, + [SMALL_STATE(6194)] = 205317, + [SMALL_STATE(6195)] = 205321, + [SMALL_STATE(6196)] = 205325, + [SMALL_STATE(6197)] = 205329, + [SMALL_STATE(6198)] = 205333, + [SMALL_STATE(6199)] = 205337, + [SMALL_STATE(6200)] = 205341, + [SMALL_STATE(6201)] = 205345, + [SMALL_STATE(6202)] = 205349, + [SMALL_STATE(6203)] = 205353, + [SMALL_STATE(6204)] = 205357, + [SMALL_STATE(6205)] = 205361, + [SMALL_STATE(6206)] = 205365, + [SMALL_STATE(6207)] = 205369, + [SMALL_STATE(6208)] = 205373, + [SMALL_STATE(6209)] = 205377, + [SMALL_STATE(6210)] = 205381, + [SMALL_STATE(6211)] = 205385, + [SMALL_STATE(6212)] = 205389, + [SMALL_STATE(6213)] = 205393, + [SMALL_STATE(6214)] = 205397, + [SMALL_STATE(6215)] = 205401, + [SMALL_STATE(6216)] = 205405, + [SMALL_STATE(6217)] = 205409, + [SMALL_STATE(6218)] = 205413, + [SMALL_STATE(6219)] = 205417, + [SMALL_STATE(6220)] = 205421, + [SMALL_STATE(6221)] = 205425, + [SMALL_STATE(6222)] = 205429, + [SMALL_STATE(6223)] = 205433, + [SMALL_STATE(6224)] = 205437, + [SMALL_STATE(6225)] = 205441, + [SMALL_STATE(6226)] = 205445, + [SMALL_STATE(6227)] = 205449, + [SMALL_STATE(6228)] = 205453, + [SMALL_STATE(6229)] = 205457, + [SMALL_STATE(6230)] = 205461, + [SMALL_STATE(6231)] = 205465, + [SMALL_STATE(6232)] = 205469, + [SMALL_STATE(6233)] = 205473, + [SMALL_STATE(6234)] = 205477, + [SMALL_STATE(6235)] = 205481, + [SMALL_STATE(6236)] = 205485, + [SMALL_STATE(6237)] = 205489, + [SMALL_STATE(6238)] = 205493, + [SMALL_STATE(6239)] = 205497, + [SMALL_STATE(6240)] = 205501, + [SMALL_STATE(6241)] = 205505, + [SMALL_STATE(6242)] = 205509, + [SMALL_STATE(6243)] = 205513, + [SMALL_STATE(6244)] = 205517, + [SMALL_STATE(6245)] = 205521, + [SMALL_STATE(6246)] = 205525, + [SMALL_STATE(6247)] = 205529, + [SMALL_STATE(6248)] = 205533, + [SMALL_STATE(6249)] = 205537, + [SMALL_STATE(6250)] = 205541, + [SMALL_STATE(6251)] = 205545, + [SMALL_STATE(6252)] = 205549, + [SMALL_STATE(6253)] = 205553, + [SMALL_STATE(6254)] = 205557, + [SMALL_STATE(6255)] = 205561, + [SMALL_STATE(6256)] = 205565, + [SMALL_STATE(6257)] = 205569, + [SMALL_STATE(6258)] = 205573, + [SMALL_STATE(6259)] = 205577, + [SMALL_STATE(6260)] = 205581, + [SMALL_STATE(6261)] = 205585, + [SMALL_STATE(6262)] = 205589, + [SMALL_STATE(6263)] = 205593, + [SMALL_STATE(6264)] = 205597, + [SMALL_STATE(6265)] = 205601, + [SMALL_STATE(6266)] = 205605, + [SMALL_STATE(6267)] = 205609, + [SMALL_STATE(6268)] = 205613, + [SMALL_STATE(6269)] = 205617, + [SMALL_STATE(6270)] = 205621, + [SMALL_STATE(6271)] = 205625, + [SMALL_STATE(6272)] = 205629, + [SMALL_STATE(6273)] = 205633, + [SMALL_STATE(6274)] = 205637, + [SMALL_STATE(6275)] = 205641, + [SMALL_STATE(6276)] = 205645, + [SMALL_STATE(6277)] = 205649, + [SMALL_STATE(6278)] = 205653, + [SMALL_STATE(6279)] = 205657, + [SMALL_STATE(6280)] = 205661, + [SMALL_STATE(6281)] = 205665, + [SMALL_STATE(6282)] = 205669, + [SMALL_STATE(6283)] = 205673, + [SMALL_STATE(6284)] = 205677, + [SMALL_STATE(6285)] = 205681, + [SMALL_STATE(6286)] = 205685, + [SMALL_STATE(6287)] = 205689, + [SMALL_STATE(6288)] = 205693, + [SMALL_STATE(6289)] = 205697, + [SMALL_STATE(6290)] = 205701, + [SMALL_STATE(6291)] = 205705, + [SMALL_STATE(6292)] = 205709, + [SMALL_STATE(6293)] = 205713, + [SMALL_STATE(6294)] = 205717, + [SMALL_STATE(6295)] = 205721, + [SMALL_STATE(6296)] = 205725, + [SMALL_STATE(6297)] = 205729, + [SMALL_STATE(6298)] = 205733, + [SMALL_STATE(6299)] = 205737, + [SMALL_STATE(6300)] = 205741, + [SMALL_STATE(6301)] = 205745, + [SMALL_STATE(6302)] = 205749, + [SMALL_STATE(6303)] = 205753, + [SMALL_STATE(6304)] = 205757, + [SMALL_STATE(6305)] = 205761, + [SMALL_STATE(6306)] = 205765, + [SMALL_STATE(6307)] = 205769, + [SMALL_STATE(6308)] = 205773, + [SMALL_STATE(6309)] = 205777, + [SMALL_STATE(6310)] = 205781, + [SMALL_STATE(6311)] = 205785, + [SMALL_STATE(6312)] = 205789, + [SMALL_STATE(6313)] = 205793, + [SMALL_STATE(6314)] = 205797, + [SMALL_STATE(6315)] = 205801, + [SMALL_STATE(6316)] = 205805, + [SMALL_STATE(6317)] = 205809, + [SMALL_STATE(6318)] = 205813, + [SMALL_STATE(6319)] = 205817, + [SMALL_STATE(6320)] = 205821, + [SMALL_STATE(6321)] = 205825, + [SMALL_STATE(6322)] = 205829, + [SMALL_STATE(6323)] = 205833, + [SMALL_STATE(6324)] = 205837, + [SMALL_STATE(6325)] = 205841, + [SMALL_STATE(6326)] = 205845, + [SMALL_STATE(6327)] = 205849, + [SMALL_STATE(6328)] = 205853, + [SMALL_STATE(6329)] = 205857, + [SMALL_STATE(6330)] = 205861, + [SMALL_STATE(6331)] = 205865, + [SMALL_STATE(6332)] = 205869, + [SMALL_STATE(6333)] = 205873, + [SMALL_STATE(6334)] = 205877, + [SMALL_STATE(6335)] = 205881, + [SMALL_STATE(6336)] = 205885, + [SMALL_STATE(6337)] = 205889, + [SMALL_STATE(6338)] = 205893, + [SMALL_STATE(6339)] = 205897, + [SMALL_STATE(6340)] = 205901, + [SMALL_STATE(6341)] = 205905, + [SMALL_STATE(6342)] = 205909, + [SMALL_STATE(6343)] = 205913, + [SMALL_STATE(6344)] = 205917, + [SMALL_STATE(6345)] = 205921, + [SMALL_STATE(6346)] = 205925, + [SMALL_STATE(6347)] = 205929, + [SMALL_STATE(6348)] = 205933, + [SMALL_STATE(6349)] = 205937, + [SMALL_STATE(6350)] = 205941, + [SMALL_STATE(6351)] = 205945, + [SMALL_STATE(6352)] = 205949, + [SMALL_STATE(6353)] = 205953, + [SMALL_STATE(6354)] = 205957, + [SMALL_STATE(6355)] = 205961, + [SMALL_STATE(6356)] = 205965, + [SMALL_STATE(6357)] = 205969, + [SMALL_STATE(6358)] = 205973, + [SMALL_STATE(6359)] = 205977, + [SMALL_STATE(6360)] = 205981, + [SMALL_STATE(6361)] = 205985, + [SMALL_STATE(6362)] = 205989, + [SMALL_STATE(6363)] = 205993, + [SMALL_STATE(6364)] = 205997, + [SMALL_STATE(6365)] = 206001, + [SMALL_STATE(6366)] = 206005, + [SMALL_STATE(6367)] = 206009, + [SMALL_STATE(6368)] = 206013, + [SMALL_STATE(6369)] = 206017, + [SMALL_STATE(6370)] = 206021, + [SMALL_STATE(6371)] = 206025, + [SMALL_STATE(6372)] = 206029, + [SMALL_STATE(6373)] = 206033, + [SMALL_STATE(6374)] = 206037, + [SMALL_STATE(6375)] = 206041, + [SMALL_STATE(6376)] = 206045, + [SMALL_STATE(6377)] = 206049, + [SMALL_STATE(6378)] = 206053, + [SMALL_STATE(6379)] = 206057, + [SMALL_STATE(6380)] = 206061, + [SMALL_STATE(6381)] = 206065, + [SMALL_STATE(6382)] = 206069, + [SMALL_STATE(6383)] = 206073, + [SMALL_STATE(6384)] = 206077, + [SMALL_STATE(6385)] = 206081, + [SMALL_STATE(6386)] = 206085, + [SMALL_STATE(6387)] = 206089, + [SMALL_STATE(6388)] = 206093, + [SMALL_STATE(6389)] = 206097, + [SMALL_STATE(6390)] = 206101, + [SMALL_STATE(6391)] = 206105, + [SMALL_STATE(6392)] = 206109, + [SMALL_STATE(6393)] = 206113, + [SMALL_STATE(6394)] = 206117, + [SMALL_STATE(6395)] = 206121, + [SMALL_STATE(6396)] = 206125, + [SMALL_STATE(6397)] = 206129, + [SMALL_STATE(6398)] = 206133, + [SMALL_STATE(6399)] = 206137, + [SMALL_STATE(6400)] = 206141, + [SMALL_STATE(6401)] = 206145, + [SMALL_STATE(6402)] = 206149, + [SMALL_STATE(6403)] = 206153, + [SMALL_STATE(6404)] = 206157, + [SMALL_STATE(6405)] = 206161, + [SMALL_STATE(6406)] = 206165, + [SMALL_STATE(6407)] = 206169, + [SMALL_STATE(6408)] = 206173, + [SMALL_STATE(6409)] = 206177, + [SMALL_STATE(6410)] = 206181, + [SMALL_STATE(6411)] = 206185, + [SMALL_STATE(6412)] = 206189, + [SMALL_STATE(6413)] = 206193, + [SMALL_STATE(6414)] = 206197, + [SMALL_STATE(6415)] = 206201, + [SMALL_STATE(6416)] = 206205, + [SMALL_STATE(6417)] = 206209, + [SMALL_STATE(6418)] = 206213, + [SMALL_STATE(6419)] = 206217, + [SMALL_STATE(6420)] = 206221, + [SMALL_STATE(6421)] = 206225, + [SMALL_STATE(6422)] = 206229, + [SMALL_STATE(6423)] = 206233, + [SMALL_STATE(6424)] = 206237, + [SMALL_STATE(6425)] = 206241, + [SMALL_STATE(6426)] = 206245, + [SMALL_STATE(6427)] = 206249, + [SMALL_STATE(6428)] = 206253, + [SMALL_STATE(6429)] = 206257, + [SMALL_STATE(6430)] = 206261, + [SMALL_STATE(6431)] = 206265, + [SMALL_STATE(6432)] = 206269, + [SMALL_STATE(6433)] = 206273, + [SMALL_STATE(6434)] = 206277, + [SMALL_STATE(6435)] = 206281, + [SMALL_STATE(6436)] = 206285, + [SMALL_STATE(6437)] = 206289, + [SMALL_STATE(6438)] = 206293, + [SMALL_STATE(6439)] = 206297, + [SMALL_STATE(6440)] = 206301, + [SMALL_STATE(6441)] = 206305, + [SMALL_STATE(6442)] = 206309, + [SMALL_STATE(6443)] = 206313, + [SMALL_STATE(6444)] = 206317, + [SMALL_STATE(6445)] = 206321, + [SMALL_STATE(6446)] = 206325, + [SMALL_STATE(6447)] = 206329, + [SMALL_STATE(6448)] = 206333, + [SMALL_STATE(6449)] = 206337, + [SMALL_STATE(6450)] = 206341, + [SMALL_STATE(6451)] = 206345, + [SMALL_STATE(6452)] = 206349, + [SMALL_STATE(6453)] = 206353, + [SMALL_STATE(6454)] = 206357, + [SMALL_STATE(6455)] = 206361, + [SMALL_STATE(6456)] = 206365, + [SMALL_STATE(6457)] = 206369, + [SMALL_STATE(6458)] = 206373, + [SMALL_STATE(6459)] = 206377, + [SMALL_STATE(6460)] = 206381, + [SMALL_STATE(6461)] = 206385, + [SMALL_STATE(6462)] = 206389, + [SMALL_STATE(6463)] = 206393, + [SMALL_STATE(6464)] = 206397, + [SMALL_STATE(6465)] = 206401, + [SMALL_STATE(6466)] = 206405, + [SMALL_STATE(6467)] = 206409, + [SMALL_STATE(6468)] = 206413, + [SMALL_STATE(6469)] = 206417, + [SMALL_STATE(6470)] = 206421, + [SMALL_STATE(6471)] = 206425, + [SMALL_STATE(6472)] = 206429, + [SMALL_STATE(6473)] = 206433, + [SMALL_STATE(6474)] = 206437, + [SMALL_STATE(6475)] = 206441, + [SMALL_STATE(6476)] = 206445, + [SMALL_STATE(6477)] = 206449, + [SMALL_STATE(6478)] = 206453, + [SMALL_STATE(6479)] = 206457, + [SMALL_STATE(6480)] = 206461, + [SMALL_STATE(6481)] = 206465, + [SMALL_STATE(6482)] = 206469, + [SMALL_STATE(6483)] = 206473, + [SMALL_STATE(6484)] = 206477, + [SMALL_STATE(6485)] = 206481, + [SMALL_STATE(6486)] = 206485, + [SMALL_STATE(6487)] = 206489, + [SMALL_STATE(6488)] = 206493, + [SMALL_STATE(6489)] = 206497, + [SMALL_STATE(6490)] = 206501, + [SMALL_STATE(6491)] = 206505, + [SMALL_STATE(6492)] = 206509, + [SMALL_STATE(6493)] = 206513, + [SMALL_STATE(6494)] = 206517, + [SMALL_STATE(6495)] = 206521, + [SMALL_STATE(6496)] = 206525, + [SMALL_STATE(6497)] = 206529, + [SMALL_STATE(6498)] = 206533, + [SMALL_STATE(6499)] = 206537, + [SMALL_STATE(6500)] = 206541, + [SMALL_STATE(6501)] = 206545, + [SMALL_STATE(6502)] = 206549, + [SMALL_STATE(6503)] = 206553, + [SMALL_STATE(6504)] = 206557, + [SMALL_STATE(6505)] = 206561, + [SMALL_STATE(6506)] = 206565, + [SMALL_STATE(6507)] = 206569, + [SMALL_STATE(6508)] = 206573, + [SMALL_STATE(6509)] = 206577, + [SMALL_STATE(6510)] = 206581, + [SMALL_STATE(6511)] = 206585, + [SMALL_STATE(6512)] = 206589, + [SMALL_STATE(6513)] = 206593, + [SMALL_STATE(6514)] = 206597, + [SMALL_STATE(6515)] = 206601, + [SMALL_STATE(6516)] = 206605, + [SMALL_STATE(6517)] = 206609, + [SMALL_STATE(6518)] = 206613, + [SMALL_STATE(6519)] = 206617, + [SMALL_STATE(6520)] = 206621, + [SMALL_STATE(6521)] = 206625, + [SMALL_STATE(6522)] = 206629, + [SMALL_STATE(6523)] = 206633, + [SMALL_STATE(6524)] = 206637, + [SMALL_STATE(6525)] = 206641, + [SMALL_STATE(6526)] = 206645, + [SMALL_STATE(6527)] = 206649, + [SMALL_STATE(6528)] = 206653, + [SMALL_STATE(6529)] = 206657, + [SMALL_STATE(6530)] = 206661, + [SMALL_STATE(6531)] = 206665, + [SMALL_STATE(6532)] = 206669, + [SMALL_STATE(6533)] = 206673, + [SMALL_STATE(6534)] = 206677, + [SMALL_STATE(6535)] = 206681, + [SMALL_STATE(6536)] = 206685, + [SMALL_STATE(6537)] = 206689, + [SMALL_STATE(6538)] = 206693, + [SMALL_STATE(6539)] = 206697, + [SMALL_STATE(6540)] = 206701, + [SMALL_STATE(6541)] = 206705, + [SMALL_STATE(6542)] = 206709, + [SMALL_STATE(6543)] = 206713, + [SMALL_STATE(6544)] = 206717, + [SMALL_STATE(6545)] = 206721, + [SMALL_STATE(6546)] = 206725, + [SMALL_STATE(6547)] = 206729, + [SMALL_STATE(6548)] = 206733, + [SMALL_STATE(6549)] = 206737, + [SMALL_STATE(6550)] = 206741, + [SMALL_STATE(6551)] = 206745, + [SMALL_STATE(6552)] = 206749, + [SMALL_STATE(6553)] = 206753, + [SMALL_STATE(6554)] = 206757, + [SMALL_STATE(6555)] = 206761, + [SMALL_STATE(6556)] = 206765, + [SMALL_STATE(6557)] = 206769, + [SMALL_STATE(6558)] = 206773, + [SMALL_STATE(6559)] = 206777, + [SMALL_STATE(6560)] = 206781, + [SMALL_STATE(6561)] = 206785, + [SMALL_STATE(6562)] = 206789, + [SMALL_STATE(6563)] = 206793, + [SMALL_STATE(6564)] = 206797, + [SMALL_STATE(6565)] = 206801, + [SMALL_STATE(6566)] = 206805, + [SMALL_STATE(6567)] = 206809, + [SMALL_STATE(6568)] = 206813, + [SMALL_STATE(6569)] = 206817, + [SMALL_STATE(6570)] = 206821, + [SMALL_STATE(6571)] = 206825, + [SMALL_STATE(6572)] = 206829, + [SMALL_STATE(6573)] = 206833, + [SMALL_STATE(6574)] = 206837, + [SMALL_STATE(6575)] = 206841, + [SMALL_STATE(6576)] = 206845, + [SMALL_STATE(6577)] = 206849, + [SMALL_STATE(6578)] = 206853, + [SMALL_STATE(6579)] = 206857, + [SMALL_STATE(6580)] = 206861, + [SMALL_STATE(6581)] = 206865, + [SMALL_STATE(6582)] = 206869, + [SMALL_STATE(6583)] = 206873, + [SMALL_STATE(6584)] = 206877, + [SMALL_STATE(6585)] = 206881, + [SMALL_STATE(6586)] = 206885, + [SMALL_STATE(6587)] = 206889, + [SMALL_STATE(6588)] = 206893, + [SMALL_STATE(6589)] = 206897, + [SMALL_STATE(6590)] = 206901, + [SMALL_STATE(6591)] = 206905, + [SMALL_STATE(6592)] = 206909, + [SMALL_STATE(6593)] = 206913, + [SMALL_STATE(6594)] = 206917, + [SMALL_STATE(6595)] = 206921, + [SMALL_STATE(6596)] = 206925, + [SMALL_STATE(6597)] = 206929, + [SMALL_STATE(6598)] = 206933, + [SMALL_STATE(6599)] = 206937, + [SMALL_STATE(6600)] = 206941, + [SMALL_STATE(6601)] = 206945, + [SMALL_STATE(6602)] = 206949, + [SMALL_STATE(6603)] = 206953, + [SMALL_STATE(6604)] = 206957, + [SMALL_STATE(6605)] = 206961, + [SMALL_STATE(6606)] = 206965, + [SMALL_STATE(6607)] = 206969, + [SMALL_STATE(6608)] = 206973, + [SMALL_STATE(6609)] = 206977, + [SMALL_STATE(6610)] = 206981, + [SMALL_STATE(6611)] = 206985, + [SMALL_STATE(6612)] = 206989, + [SMALL_STATE(6613)] = 206993, + [SMALL_STATE(6614)] = 206997, + [SMALL_STATE(6615)] = 207001, + [SMALL_STATE(6616)] = 207005, + [SMALL_STATE(6617)] = 207009, + [SMALL_STATE(6618)] = 207013, + [SMALL_STATE(6619)] = 207017, + [SMALL_STATE(6620)] = 207021, + [SMALL_STATE(6621)] = 207025, + [SMALL_STATE(6622)] = 207029, + [SMALL_STATE(6623)] = 207033, + [SMALL_STATE(6624)] = 207037, + [SMALL_STATE(6625)] = 207041, + [SMALL_STATE(6626)] = 207045, + [SMALL_STATE(6627)] = 207049, + [SMALL_STATE(6628)] = 207053, + [SMALL_STATE(6629)] = 207057, + [SMALL_STATE(6630)] = 207061, + [SMALL_STATE(6631)] = 207065, + [SMALL_STATE(6632)] = 207069, + [SMALL_STATE(6633)] = 207073, + [SMALL_STATE(6634)] = 207077, + [SMALL_STATE(6635)] = 207081, + [SMALL_STATE(6636)] = 207085, + [SMALL_STATE(6637)] = 207089, + [SMALL_STATE(6638)] = 207093, + [SMALL_STATE(6639)] = 207097, + [SMALL_STATE(6640)] = 207101, + [SMALL_STATE(6641)] = 207105, + [SMALL_STATE(6642)] = 207109, + [SMALL_STATE(6643)] = 207113, + [SMALL_STATE(6644)] = 207117, + [SMALL_STATE(6645)] = 207121, + [SMALL_STATE(6646)] = 207125, + [SMALL_STATE(6647)] = 207129, + [SMALL_STATE(6648)] = 207133, + [SMALL_STATE(6649)] = 207137, + [SMALL_STATE(6650)] = 207141, + [SMALL_STATE(6651)] = 207145, + [SMALL_STATE(6652)] = 207149, + [SMALL_STATE(6653)] = 207153, + [SMALL_STATE(6654)] = 207157, + [SMALL_STATE(6655)] = 207161, + [SMALL_STATE(6656)] = 207165, + [SMALL_STATE(6657)] = 207169, + [SMALL_STATE(6658)] = 207173, + [SMALL_STATE(6659)] = 207177, + [SMALL_STATE(6660)] = 207181, + [SMALL_STATE(6661)] = 207185, + [SMALL_STATE(6662)] = 207189, + [SMALL_STATE(6663)] = 207193, + [SMALL_STATE(6664)] = 207197, + [SMALL_STATE(6665)] = 207201, + [SMALL_STATE(6666)] = 207205, + [SMALL_STATE(6667)] = 207209, + [SMALL_STATE(6668)] = 207213, + [SMALL_STATE(6669)] = 207217, + [SMALL_STATE(6670)] = 207221, + [SMALL_STATE(6671)] = 207225, + [SMALL_STATE(6672)] = 207229, + [SMALL_STATE(6673)] = 207233, + [SMALL_STATE(6674)] = 207237, + [SMALL_STATE(6675)] = 207241, + [SMALL_STATE(6676)] = 207245, + [SMALL_STATE(6677)] = 207249, + [SMALL_STATE(6678)] = 207253, + [SMALL_STATE(6679)] = 207257, + [SMALL_STATE(6680)] = 207261, + [SMALL_STATE(6681)] = 207265, + [SMALL_STATE(6682)] = 207269, + [SMALL_STATE(6683)] = 207273, + [SMALL_STATE(6684)] = 207277, + [SMALL_STATE(6685)] = 207281, + [SMALL_STATE(6686)] = 207285, + [SMALL_STATE(6687)] = 207289, + [SMALL_STATE(6688)] = 207293, + [SMALL_STATE(6689)] = 207297, + [SMALL_STATE(6690)] = 207301, + [SMALL_STATE(6691)] = 207305, + [SMALL_STATE(6692)] = 207309, + [SMALL_STATE(6693)] = 207313, + [SMALL_STATE(6694)] = 207317, + [SMALL_STATE(6695)] = 207321, + [SMALL_STATE(6696)] = 207325, + [SMALL_STATE(6697)] = 207329, + [SMALL_STATE(6698)] = 207333, + [SMALL_STATE(6699)] = 207337, + [SMALL_STATE(6700)] = 207341, + [SMALL_STATE(6701)] = 207345, + [SMALL_STATE(6702)] = 207349, + [SMALL_STATE(6703)] = 207353, + [SMALL_STATE(6704)] = 207357, + [SMALL_STATE(6705)] = 207361, + [SMALL_STATE(6706)] = 207365, + [SMALL_STATE(6707)] = 207369, + [SMALL_STATE(6708)] = 207373, + [SMALL_STATE(6709)] = 207377, + [SMALL_STATE(6710)] = 207381, + [SMALL_STATE(6711)] = 207385, + [SMALL_STATE(6712)] = 207389, + [SMALL_STATE(6713)] = 207393, + [SMALL_STATE(6714)] = 207397, + [SMALL_STATE(6715)] = 207401, + [SMALL_STATE(6716)] = 207405, + [SMALL_STATE(6717)] = 207409, + [SMALL_STATE(6718)] = 207413, + [SMALL_STATE(6719)] = 207417, + [SMALL_STATE(6720)] = 207421, + [SMALL_STATE(6721)] = 207425, + [SMALL_STATE(6722)] = 207429, + [SMALL_STATE(6723)] = 207433, + [SMALL_STATE(6724)] = 207437, + [SMALL_STATE(6725)] = 207441, + [SMALL_STATE(6726)] = 207445, + [SMALL_STATE(6727)] = 207449, + [SMALL_STATE(6728)] = 207453, + [SMALL_STATE(6729)] = 207457, + [SMALL_STATE(6730)] = 207461, + [SMALL_STATE(6731)] = 207465, + [SMALL_STATE(6732)] = 207469, + [SMALL_STATE(6733)] = 207473, + [SMALL_STATE(6734)] = 207477, + [SMALL_STATE(6735)] = 207481, + [SMALL_STATE(6736)] = 207485, + [SMALL_STATE(6737)] = 207489, + [SMALL_STATE(6738)] = 207493, + [SMALL_STATE(6739)] = 207497, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -300663,6956 +304091,7026 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_blade, 0), [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4106), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5329), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6621), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4975), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4830), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5370), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5370), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6621), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5032), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4823), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4667), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4968), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4825), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4075), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5407), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6709), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5147), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5144), - [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), - [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), - [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), - [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5137), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5303), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5131), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), - [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), - [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4162), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5347), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6708), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5209), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5206), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5203), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5197), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5176), - [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body_with_optional_parameter, 1), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6710), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), - [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), - [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5083), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), - [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4116), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5389), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6725), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4442), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4510), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), - [497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body, 2), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4539), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5416), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4550), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), - [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(76), - [546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1759), - [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4076), - [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4078), - [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3968), - [558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5404), - [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5403), - [564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4457), - [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6723), - [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(372), - [573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(371), - [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4455), - [579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4453), - [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4452), - [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4451), - [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4446), - [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(998), - [594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(721), - [597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4445), - [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4444), - [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4443), - [606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(665), - [609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(59), - [612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(58), - [615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(167), - [618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4441), - [621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4440), - [624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4438), - [627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3582), - [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4437), - [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), - [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4436), - [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4435), - [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4434), - [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4432), - [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4432), - [650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5400), - [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(726), - [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4430), - [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4429), - [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4427), - [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4426), - [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4079), - [671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4425), - [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4424), - [677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3947), - [680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3946), - [683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3945), - [686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3944), - [689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4423), - [692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4422), - [695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4421), - [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(725), - [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(725), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body, 1), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5435), - [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5436), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6718), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4708), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4705), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), - [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4702), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), - [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4672), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5369), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4666), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), - [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), - [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), - [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), - [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5412), - [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6717), - [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), - [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), - [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4757), - [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4744), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), - [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), - [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4729), - [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), - [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(86), - [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1676), - [938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4108), - [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4107), - [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3986), - [947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5414), - [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5413), - [953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4508), - [956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6722), - [959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(387), - [962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(386), - [965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4507), - [968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4506), - [971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4505), - [974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4503), - [977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4502), - [980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(907), - [983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(715), - [986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4501), - [989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4500), - [992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4499), - [995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(670), - [998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(62), - [1001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(61), - [1004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(176), - [1007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4496), - [1010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4495), - [1013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4494), - [1016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3579), - [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4493), - [1022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4492), - [1025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4491), - [1028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4490), - [1031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4489), - [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4489), - [1037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5381), - [1040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(675), - [1043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4487), - [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4486), - [1049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4485), - [1052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4484), - [1055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4101), - [1058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4482), - [1061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4481), - [1064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3914), - [1067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3927), - [1070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3931), - [1073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3935), - [1076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4474), - [1079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4467), - [1082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4466), - [1085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(710), - [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(710), - [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4138), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5379), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5377), - [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), - [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6726), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4589), - [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), - [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4596), - [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4610), - [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), - [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4618), - [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), - [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4625), - [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4681), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4525), - [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4667), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4682), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [1195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body_with_optional_parameter, 2), - [1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(90), - [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(845), - [1207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4075), - [1210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4073), - [1213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3967), - [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5406), - [1219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5407), - [1222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5152), - [1225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6709), - [1228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(576), - [1231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(575), - [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5151), - [1237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5150), - [1240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5148), - [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5147), - [1246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5146), - [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(759), - [1252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(685), - [1255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5145), - [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5144), - [1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5142), - [1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(662), - [1267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(19), - [1270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(20), - [1273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(157), - [1276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5141), - [1279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5140), - [1282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5139), - [1285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3581), - [1288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5137), - [1291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5136), - [1294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5135), - [1297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5134), - [1300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5133), - [1303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5133), - [1306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5303), - [1309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(713), - [1312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5131), - [1315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5130), - [1318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5129), - [1321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5128), - [1324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4087), - [1327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5127), - [1330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5125), - [1333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3943), - [1336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3869), - [1339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3868), - [1342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3849), - [1345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5124), - [1348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5123), - [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5121), - [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(720), - [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(720), - [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4113), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), - [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5438), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), - [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6719), - [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4649), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), - [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4645), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), - [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), - [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4642), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), - [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4635), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), - [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), - [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4631), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), - [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [1448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4629), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), - [1476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [1484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(101), - [1487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1593), - [1490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4153), - [1493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4152), - [1496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4005), - [1499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5421), - [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5420), - [1505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4565), - [1508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6721), - [1511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(400), - [1514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(399), - [1517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4564), - [1520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4563), - [1523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4562), - [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4561), - [1529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4560), - [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(815), - [1535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(691), - [1538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4559), - [1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4556), - [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4555), - [1547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(667), - [1550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(65), - [1553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(64), - [1556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(177), - [1559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4538), - [1562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4537), - [1565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4536), - [1568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3578), - [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4535), - [1574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4534), - [1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4532), - [1580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4531), - [1583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4528), - [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4528), - [1589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5391), - [1592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(678), - [1595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4524), - [1598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4523), - [1601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4522), - [1604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4517), - [1607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4146), - [1610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4516), - [1613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4515), - [1616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3798), - [1619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3814), - [1622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3817), - [1625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3819), - [1628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4514), - [1631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4513), - [1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4512), - [1637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(674), - [1640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(674), - [1643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(102), - [1646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(929), - [1649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4069), - [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4166), - [1655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4037), - [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5431), - [1661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5430), - [1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5105), - [1667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(6710), - [1670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(561), - [1673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(560), - [1676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5099), - [1679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5092), - [1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5091), - [1685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5090), - [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5085), - [1691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(763), - [1694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(698), - [1697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5084), - [1700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5083), - [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5082), - [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(663), - [1709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(23), - [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(26), - [1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(148), - [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), - [1720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5079), - [1723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5077), - [1726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5076), - [1729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3576), - [1732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5075), - [1735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5074), - [1738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5073), - [1741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5071), - [1744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5070), - [1747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5070), - [1750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5317), - [1753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(672), - [1756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5068), - [1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5066), - [1762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5065), - [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5064), - [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4144), - [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5063), - [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5062), - [1777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3847), - [1780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3848), - [1783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3908), - [1786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3913), - [1789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5061), - [1792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5060), - [1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5059), - [1798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(722), - [1801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(722), - [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [1808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(105), - [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(765), - [1814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4162), - [1817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4160), - [1820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3989), - [1823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5361), - [1826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5347), - [1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5210), - [1832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6708), - [1835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(589), - [1838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(588), - [1841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5209), - [1844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5208), - [1847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5207), - [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5206), - [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5205), - [1856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(754), - [1859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(727), - [1862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5204), - [1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5203), - [1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5202), - [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(659), - [1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(13), - [1877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(16), - [1880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(155), - [1883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5200), - [1886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5199), - [1889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5198), - [1892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3589), - [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5197), - [1898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5195), - [1901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5194), - [1904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5192), - [1907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5191), - [1910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5191), - [1913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5307), - [1916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(703), - [1919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5176), - [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5175), - [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5171), - [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5170), - [1931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4155), - [1934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5163), - [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5162), - [1940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3857), - [1943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3858), - [1946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3864), - [1949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3867), - [1952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5161), - [1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5156), - [1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5155), - [1961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(706), - [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(706), - [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(107), - [1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1246), - [1973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4089), - [1976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4097), - [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3973), - [1982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5411), - [1985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5412), - [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4769), - [1991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6717), - [1994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(459), - [1997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(457), - [2000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4768), - [2003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4766), - [2006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4765), - [2009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4757), - [2012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4750), - [2015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(780), - [2018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(707), - [2021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4749), - [2024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4744), - [2027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4737), - [2030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(664), - [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(63), - [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(2), - [2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(165), - [2042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4736), - [2045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4735), - [2048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4730), - [2051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3580), - [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4729), - [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4728), - [2060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4727), - [2063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4726), - [2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4725), - [2069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4725), - [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5364), - [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(699), - [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4722), - [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4721), - [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4720), - [2087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4719), - [2090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4099), - [2093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4718), - [2096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4716), - [2099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3892), - [2102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3891), - [2105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3888), - [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3887), - [2111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4715), - [2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4714), - [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4713), - [2120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(692), - [2123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(692), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4103), - [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), - [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), - [2140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5396), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), - [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6724), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [2150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4417), - [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), - [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), - [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), - [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4396), - [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), - [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), - [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), - [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), - [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), - [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), - [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), - [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5408), - [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), - [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), - [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), - [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), - [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), - [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), - [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), - [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5428), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), - [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6720), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4605), - [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), - [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4601), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), - [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), - [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), - [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), - [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), - [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4579), - [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [2316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), - [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), - [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [2344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [2356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), - [2364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5403), - [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6723), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [2380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4444), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [2420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [2426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4430), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), - [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [2464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(121), - [2467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1842), - [2470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4103), - [2473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4105), - [2476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3974), - [2479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5397), - [2482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5396), - [2485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4418), - [2488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6724), - [2491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(357), - [2494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(356), - [2497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4417), - [2500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4414), - [2503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4413), - [2506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4411), - [2509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4410), - [2512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1089), - [2515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(673), - [2518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4403), - [2521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4396), - [2524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4395), - [2527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(660), - [2530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(55), - [2533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(54), - [2536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(171), - [2539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4390), - [2542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4386), - [2545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4385), - [2548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3583), - [2551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4384), - [2554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4383), - [2557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4382), - [2560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4381), - [2563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4380), - [2566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4380), - [2569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5408), - [2572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(700), - [2575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4379), - [2578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4378), - [2581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4377), - [2584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4376), - [2587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4110), - [2590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4374), - [2593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4831), - [2596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3925), - [2599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3924), - [2602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3923), - [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3922), - [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4397), - [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4398), - [2614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4409), - [2617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(712), - [2620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(712), - [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), - [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), - [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5366), - [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), - [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6727), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4747), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), - [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4756), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), - [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4771), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), - [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4828), - [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), - [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), - [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), - [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), - [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), - [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), - [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), - [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [2731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(124), - [2734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1922), - [2737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4116), - [2740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4118), - [2743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3977), - [2746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5390), - [2749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5389), - [2752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4428), - [2755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6725), - [2758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(341), - [2761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(340), - [2764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4431), - [2767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4433), - [2770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4439), - [2773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4442), - [2776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4454), - [2779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1179), - [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(705), - [2785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4458), - [2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4463), - [2791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4468), - [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(661), - [2797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(52), - [2800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(51), - [2803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(170), - [2806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4483), - [2809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4497), - [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4498), - [2815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3586), - [2818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4510), - [2821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4473), - [2824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4527), - [2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4530), - [2830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4539), - [2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4539), - [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5416), - [2839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(702), - [2842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4550), - [2845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4551), - [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4552), - [2851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4553), - [2854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4126), - [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4554), - [2860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4557), - [2863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3904), - [2866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3903), - [2869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3901), - [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3900), - [2875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4558), - [2878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4566), - [2881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4567), - [2884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(679), - [2887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(679), - [2890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(125), - [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1178), - [2896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4138), - [2899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4140), - [2902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3983), - [2905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5379), - [2908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5377), - [2911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4588), - [2914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6726), - [2917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(327), - [2920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(326), - [2923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4589), - [2926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4592), - [2929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4593), - [2932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4596), - [2935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4600), - [2938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1266), - [2941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(697), - [2944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4607), - [2947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4610), - [2950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4611), - [2953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(668), - [2956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(49), - [2959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(48), - [2962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(168), - [2965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4613), - [2968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4618), - [2971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4619), - [2974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3587), - [2977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4625), - [2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4630), - [2983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4639), - [2986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4640), - [2989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4681), - [2992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4681), - [2995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5418), - [2998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(676), - [3001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4525), - [3004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4663), - [3007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4667), - [3010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4677), - [3013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4141), - [3016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4682), - [3019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4698), - [3022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3885), - [3025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3884), - [3028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3883), - [3031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3877), - [3034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4712), - [3037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4723), - [3040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4724), - [3043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(683), - [3046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(683), - [3049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(126), - [3052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1092), - [3055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4143), - [3058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4148), - [3061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3987), - [3064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5367), - [3067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5366), - [3070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4742), - [3073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6727), - [3076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(314), - [3079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(313), - [3082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4747), - [3085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4752), - [3088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4753), - [3091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4756), - [3094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4758), - [3097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1355), - [3100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(690), - [3103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4767), - [3106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4771), - [3109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4652), - [3112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(671), - [3115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(46), - [3118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(45), - [3121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(174), - [3124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4809), - [3127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4813), - [3130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4814), - [3133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3588), - [3136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4818), - [3139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4823), - [3142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4824), - [3145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4827), - [3148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4828), - [3151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4828), - [3154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5424), - [3157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(680), - [3160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4373), - [3163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4838), - [3166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4850), - [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4865), - [3172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4150), - [3175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4876), - [3178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4880), - [3181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3862), - [3184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3861), - [3187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3860), - [3190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3859), - [3193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4882), - [3196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4884), - [3199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4885), - [3202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(688), - [3205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(688), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [3212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(129), - [3215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1508), - [3218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4184), - [3221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4185), - [3224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4028), - [3227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5429), - [3230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5428), - [3233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4606), - [3236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6720), - [3239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(413), - [3242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(412), - [3245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4605), - [3248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4603), - [3251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4602), - [3254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4601), - [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4599), - [3260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(999), - [3263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(724), - [3266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4597), - [3269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4595), - [3272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4594), - [3275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(658), - [3278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(67), - [3281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(66), - [3284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(183), - [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4587), - [3290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4586), - [3293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4585), - [3296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3577), - [3299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4584), - [3302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4583), - [3305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4582), - [3308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4580), - [3311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4579), - [3314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4579), - [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5383), - [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(682), - [3323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4577), - [3326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4576), - [3329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4574), - [3332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4573), - [3335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4181), - [3338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4572), - [3341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4571), - [3344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3710), - [3347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3730), - [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3745), - [3353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3746), - [3356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4570), - [3359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4569), - [3362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4568), - [3365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(677), - [3368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(677), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4108), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), - [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5413), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), - [3387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6722), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), - [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), - [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [3399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4503), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), - [3403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), - [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), - [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), - [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4489), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), - [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), - [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), - [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), - [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), - [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), - [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [3487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(136), - [3490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1423), - [3493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4113), - [3496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4114), - [3499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4056), - [3502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5441), - [3505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5438), - [3508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4650), - [3511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6719), - [3514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(428), - [3517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(427), - [3520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4649), - [3523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4648), - [3526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4647), - [3529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4645), - [3532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4644), - [3535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(980), - [3538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(708), - [3541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4643), - [3544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4642), - [3547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4641), - [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(669), - [3553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(69), - [3556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(68), - [3559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(181), - [3562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4638), - [3565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4637), - [3568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4636), - [3571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3574), - [3574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4635), - [3577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4634), - [3580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4633), - [3583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4632), - [3586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4631), - [3589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4631), - [3592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5374), - [3595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(687), - [3598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4629), - [3601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4628), - [3604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4627), - [3607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4626), - [3610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4121), - [3613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4624), - [3616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4623), - [3619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3657), - [3622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3658), - [3625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3677), - [3628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3681), - [3631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4616), - [3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4615), - [3637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4609), - [3640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(681), - [3643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(681), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), - [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5420), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), - [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6721), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), - [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), - [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4528), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [3768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(146), - [3771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1335), - [3774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4151), - [3777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4149), - [3780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4044), - [3783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5435), - [3786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5436), - [3789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4709), - [3792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6718), - [3795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(445), - [3798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(443), - [3801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4708), - [3804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4707), - [3807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4706), - [3810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4705), - [3813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4704), - [3816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(861), - [3819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(723), - [3822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4703), - [3825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4702), - [3828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4701), - [3831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(666), - [3834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(71), - [3837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(70), - [3840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(154), - [3843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4697), - [3846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4695), - [3849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4694), - [3852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3575), - [3855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4790), - [3858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4678), - [3861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4676), - [3864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4673), - [3867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4672), - [3870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4672), - [3873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5369), - [3876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(693), - [3879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4666), - [3882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4665), - [3885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4664), - [3888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4659), - [3891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4122), - [3894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4658), - [3897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4657), - [3900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3656), - [3903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3649), - [3906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3647), - [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3646), - [3912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4656), - [3915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4655), - [3918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4654), - [3921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(686), - [3924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(686), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [4005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), - [4013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5440), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), - [4017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6738), - [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [4023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5282), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), - [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), - [4029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5288), - [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), - [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [4055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4861), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), - [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4773), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), - [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), - [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), - [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), - [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), - [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4685), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), - [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), - [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), - [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), - [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), - [4101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [4113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), - [4121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5316), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), - [4125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6707), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [4133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5261), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [4139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5258), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), - [4145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5254), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5230), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [4175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), - [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [4217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), - [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), - [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5360), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), - [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6706), - [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5110), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), - [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), - [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), - [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5286), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [4269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5277), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5275), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [4279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5272), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [4285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5271), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5265), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), - [4313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), - [4331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), - [4335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6737), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), - [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5117), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), - [4355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [4375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5166), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), - [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5188), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5187), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), - [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), - [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5373), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), - [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6712), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), - [4609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_body_with_parameter, 1), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), - [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4994), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), - [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4992), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4986), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), - [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4979), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), - [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), - [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5349), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), - [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6729), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5054), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [4723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), - [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5108), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5178), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), - [4793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [4817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(257), - [4820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(2992), - [4823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4123), - [4826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4117), - [4829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4050), - [4832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5439), - [4835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5440), - [4838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5273), - [4841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(6738), - [4844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(470), - [4847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(474), - [4850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5282), - [4853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5284), - [4856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5287), - [4859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5288), - [4862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4680), - [4865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5153), - [4868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5100), - [4871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5211), - [4874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(730), - [4877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(7), - [4880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(6), - [4883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(182), - [4886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5000), - [4889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4981), - [4892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4877), - [4895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3573), - [4898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4861), - [4901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4841), - [4904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4826), - [4907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4808), - [4910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4773), - [4913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4773), - [4916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5354), - [4919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), - [4921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(957), - [4924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4772), - [4927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4770), - [4930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4762), - [4933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4743), - [4936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4165), - [4939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4710), - [4942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4685), - [4945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3813), - [4948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3919), - [4951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3907), - [4954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3905), - [4957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4684), - [4960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4668), - [4963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4651), - [4966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(949), - [4969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(949), - [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_body_with_parameter, 2), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [5002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(268), - [5005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3353), - [5008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4130), - [5011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4131), - [5014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4022), - [5017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5310), - [5020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5316), - [5023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5262), - [5026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6707), - [5029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(602), - [5032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(601), - [5035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), - [5037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5261), - [5040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5260), - [5043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5259), - [5046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5258), - [5049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5257), - [5052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5256), - [5055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5254), - [5058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5253), - [5061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(742), - [5064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(10), - [5067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(11), - [5070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(151), - [5073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5237), - [5076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5236), - [5079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5231), - [5082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3597), - [5085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5230), - [5088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5229), - [5091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5225), - [5094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5224), - [5097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5223), - [5100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5223), - [5103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5291), - [5106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(761), - [5109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5222), - [5112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5221), - [5115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5220), - [5118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5218), - [5121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4136), - [5124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5217), - [5127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5216), - [5130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3736), - [5133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3742), - [5136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3750), - [5139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3751), - [5142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5215), - [5145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5214), - [5148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5212), - [5151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(762), - [5154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(762), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [5377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), - [5385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5292), - [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), - [5389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6713), - [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [5395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4950), - [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), - [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), - [5401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), - [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), - [5407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4940), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), - [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), - [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4932), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), - [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), - [5437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), - [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), - [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [5443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4925), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), - [5471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [5483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(350), - [5486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2026), - [5489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4133), - [5492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4128), - [5495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3978), - [5498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5387), - [5501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5388), - [5504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4807), - [5507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6716), - [5510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(475), - [5513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(473), - [5516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4806), - [5519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4801), - [5522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4800), - [5525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4799), - [5528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4798), - [5531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4797), - [5534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4796), - [5537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4795), - [5540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(737), - [5543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(57), - [5546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(60), - [5549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(178), - [5552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4792), - [5555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4791), - [5558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4679), - [5561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3585), - [5564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4789), - [5567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4787), - [5570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4786), - [5573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4785), - [5576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4784), - [5579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4784), - [5582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5353), - [5585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1161), - [5588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4782), - [5591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4781), - [5594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4780), - [5597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4779), - [5600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4124), - [5603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4778), - [5606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4777), - [5609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3909), - [5612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3910), - [5615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3911), - [5618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3912), - [5621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4776), - [5624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4775), - [5627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4774), - [5630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1256), - [5633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1256), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [5678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(366), - [5681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1943), - [5684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4091), - [5687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4090), - [5690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4040), - [5693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5298), - [5696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5301), - [5699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5056), - [5702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6711), - [5705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(546), - [5708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(545), - [5711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5053), - [5714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5052), - [5717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5050), - [5720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5049), - [5723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5035), - [5726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5034), - [5729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5033), - [5732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5031), - [5735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(740), - [5738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(29), - [5741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(32), - [5744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(163), - [5747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5029), - [5750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5028), - [5753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5027), - [5756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3600), - [5759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5025), - [5762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5021), - [5765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5020), - [5768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5019), - [5771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5014), - [5774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5014), - [5777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5331), - [5780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1208), - [5783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5012), - [5786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5011), - [5789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5010), - [5792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5009), - [5795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4080), - [5798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5008), - [5801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5006), - [5804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3680), - [5807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3678), - [5810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3676), - [5813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3639), - [5816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5005), - [5819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5004), - [5822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5003), - [5825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1106), - [5828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1106), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [5935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [5989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(422), - [5992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2112), - [5995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4147), - [5998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4172), - [6001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3997), - [6004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5355), - [6007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5357), - [6010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4860), - [6013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6715), - [6016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(488), - [6019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(487), - [6022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4858), - [6025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4857), - [6028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4856), - [6031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4855), - [6034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4854), - [6037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4853), - [6040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4852), - [6043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4851), - [6046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(733), - [6049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(53), - [6052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(56), - [6055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(175), - [6058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4849), - [6061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4848), - [6064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4847), - [6067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3591), - [6070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4846), - [6073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4845), - [6076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4844), - [6079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4843), - [6082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4842), - [6085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4842), - [6088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5348), - [6091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1070), - [6094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4840), - [6097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4839), - [6100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4837), - [6103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4836), - [6106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4170), - [6109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4829), - [6112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4822), - [6115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3833), - [6118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3955), - [6121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3840), - [6124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3841), - [6127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4821), - [6130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4815), - [6133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4812), - [6136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1169), - [6139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1169), - [6142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_blade, 1), - [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), - [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [6170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), - [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), - [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5359), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), - [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6728), - [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4898), - [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), - [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), - [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4909), - [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), - [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), - [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4955), - [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), - [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), - [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), - [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), - [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), - [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5022), - [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), - [6230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5023), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [6236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5032), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), - [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), - [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), - [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), - [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), - [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), - [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [6292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), - [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), - [6300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5328), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), - [6304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6714), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [6310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4912), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4908), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), - [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4892), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), - [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), - [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), - [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), - [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [6358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4872), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), - [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4091), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), - [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), - [6412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5301), - [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), - [6416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6711), - [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), - [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), - [6428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), - [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), - [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), - [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), - [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), - [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), - [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), - [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [6454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5025), - [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), - [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), - [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), - [6464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), - [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [6470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), - [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), - [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), - [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), - [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), - [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), - [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [6544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(460), - [6547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3484), - [6550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4134), - [6553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4135), - [6556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4055), - [6559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5375), - [6562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5373), - [6565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4999), - [6568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6712), - [6571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(530), - [6574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(529), - [6577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4998), - [6580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4997), - [6583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4996), - [6586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4995), - [6589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4994), - [6592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4993), - [6595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4992), - [6598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4991), - [6601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(747), - [6604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(35), - [6607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(38), - [6610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(160), - [6613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4989), - [6616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4988), - [6619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4987), - [6622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3601), - [6625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4986), - [6628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4985), - [6631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4984), - [6634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4983), - [6637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4982), - [6640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4982), - [6643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5333), - [6646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(795), - [6649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4979), - [6652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4978), - [6655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4971), - [6658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4970), - [6661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4142), - [6664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4964), - [6667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4963), - [6670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3630), - [6673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3631), - [6676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3632), - [6679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3633), - [6682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4962), - [6685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4960), - [6688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4957), - [6691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(895), - [6694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(895), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), - [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [6835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(510), - [6838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3251), - [6841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4072), - [6844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4179), - [6847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4052), - [6850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5350), - [6853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5360), - [6856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5106), - [6859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6706), - [6862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(617), - [6865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(616), - [6868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5110), - [6871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5132), - [6874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5174), - [6877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5181), - [6880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5182), - [6883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5184), - [6886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5286), - [6889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5285), - [6892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(748), - [6895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5), - [6898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(8), - [6901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(149), - [6904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5281), - [6907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5280), - [6910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5278), - [6913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3602), - [6916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5277), - [6919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5276), - [6922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5275), - [6925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5274), - [6928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5272), - [6931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5272), - [6934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5295), - [6937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(757), - [6940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5271), - [6943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5270), - [6946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5269), - [6949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5268), - [6952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4119), - [6955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5267), - [6958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5266), - [6961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3619), - [6964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3722), - [6967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3863), - [6970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3886), - [6973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5265), - [6976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5264), - [6979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5263), - [6982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(758), - [6985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(758), - [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [7006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), - [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [7010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), - [7012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), - [7014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5343), - [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), - [7018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6730), - [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [7024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5232), - [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), - [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), - [7030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5238), - [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), - [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), - [7036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5242), - [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), - [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), - [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), - [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), - [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [7056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5279), - [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), - [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), - [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), - [7066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), - [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), - [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [7072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), - [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), - [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), - [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), - [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), - [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), - [7100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), - [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [7152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), - [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), - [7160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5357), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), - [7164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6715), - [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [7170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4858), - [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [7176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4855), - [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4854), - [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), - [7182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4852), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4851), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4849), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), - [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [7202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4842), - [7212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [7218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), - [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [7246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [7262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(538), - [7265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2172), - [7268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4164), - [7271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4167), - [7274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3994), - [7277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5290), - [7280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5359), - [7283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4897), - [7286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6728), - [7289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(301), - [7292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(300), - [7295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4898), - [7298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4899), - [7301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4783), - [7304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4909), - [7307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4915), - [7310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4930), - [7313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4955), - [7316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4966), - [7319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(746), - [7322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(43), - [7325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(42), - [7328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(147), - [7331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4969), - [7334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4980), - [7337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4990), - [7340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3590), - [7343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5007), - [7346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5015), - [7349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5018), - [7352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5022), - [7355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5023), - [7358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5023), - [7361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5432), - [7364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1005), - [7367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5032), - [7370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4913), - [7373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5037), - [7376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5039), - [7379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4168), - [7382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5040), - [7385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5044), - [7388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3842), - [7391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3808), - [7394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3834), - [7397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3608), - [7400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5045), - [7403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5046), - [7406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5047), - [7409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1001), - [7412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1001), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), - [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [7455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(554), - [7458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3473), - [7461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4086), - [7464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4088), - [7467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4035), - [7470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5302), - [7473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5292), - [7476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4952), - [7479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6713), - [7482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(514), - [7485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(513), - [7488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4950), - [7491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4949), - [7494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4948), - [7497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4943), - [7500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4942), - [7503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4941), - [7506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4940), - [7509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4939), - [7512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(736), - [7515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(41), - [7518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(44), - [7521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(169), - [7524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4935), - [7527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4934), - [7530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4933), - [7533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3604), - [7536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4932), - [7539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4931), - [7542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4929), - [7545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4928), - [7548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4927), - [7551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4927), - [7554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5340), - [7557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(887), - [7560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4925), - [7563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4924), - [7566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4923), - [7569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4922), - [7572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4092), - [7575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4921), - [7578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4920), - [7581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3696), - [7584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3697), - [7587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3698), - [7590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3699), - [7593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4919), - [7596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4918), - [7599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4917), - [7602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(987), - [7605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(987), - [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), - [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), - [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [7770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), - [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), - [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), - [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), - [7778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), - [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), - [7782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6731), - [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [7788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5024), - [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4973), - [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), - [7794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4951), - [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), - [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), - [7800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), - [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), - [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), - [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), - [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), - [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [7820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4748), - [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), - [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), - [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), - [7830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4675), - [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), - [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [7836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4671), - [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), - [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), - [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), - [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), - [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), - [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), - [7864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), - [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [7894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(622), - [7897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2254), - [7900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4173), - [7903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4174), - [7906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4002), - [7909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5351), - [7912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5349), - [7915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5051), - [7918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6729), - [7921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(288), - [7924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(287), - [7927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5054), - [7930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5055), - [7933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5057), - [7936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5067), - [7939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5069), - [7942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5078), - [7945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5080), - [7948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5081), - [7951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(744), - [7954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(40), - [7957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(39), - [7960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(164), - [7963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5097), - [7966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5098), - [7969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5101), - [7972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3592), - [7975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5102), - [7978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5103), - [7981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5104), - [7984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5107), - [7987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5108), - [7990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5108), - [7993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5434), - [7996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1002), - [7999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5112), - [8002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5126), - [8005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5138), - [8008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5165), - [8011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4175), - [8014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5178), - [8017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5179), - [8020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3812), - [8023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3807), - [8026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3806), - [8029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3805), - [8032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5183), - [8035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5190), - [8038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5193), - [8041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(995), - [8044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(995), - [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), - [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), - [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), - [8063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), - [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), - [8067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6732), - [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [8073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4476), - [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), - [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [8079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4469), - [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), - [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [8085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4375), - [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), - [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), - [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), - [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), - [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [8105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4402), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), - [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), - [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), - [8115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4408), - [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), - [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [8121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4416), - [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), - [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), - [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), - [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), - [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), - [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), - [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), - [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [8149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), - [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [8161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), - [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), - [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5387), - [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5388), - [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), - [8173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6716), - [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [8179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4806), - [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), - [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), - [8185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4799), - [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), - [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), - [8191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4796), - [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), - [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), - [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), - [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), - [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [8211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4789), - [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), - [8215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), - [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), - [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), - [8221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4784), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), - [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [8227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), - [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), - [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), - [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), - [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), - [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), - [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), - [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), - [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), - [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), - [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), - [8255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [8261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(629), - [8264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2336), - [8267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4176), - [8270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4178), - [8273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4007), - [8276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5344), - [8279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5343), - [8282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5228), - [8285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6730), - [8288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(272), - [8291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(271), - [8294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5232), - [8297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5233), - [8300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5234), - [8303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5238), - [8306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5240), - [8309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5241), - [8312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5242), - [8315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5243), - [8318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(743), - [8321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(37), - [8324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(36), - [8327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(162), - [8330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5248), - [8333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5249), - [8336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5255), - [8339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3593), - [8342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5279), - [8345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5283), - [8348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5289), - [8351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5164), - [8354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4755), - [8357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4755), - [8360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5423), - [8363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(996), - [8366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5219), - [8369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5201), - [8372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5196), - [8375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5186), - [8378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4180), - [8381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5177), - [8384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5173), - [8387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3792), - [8390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3791), - [8393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3790), - [8396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3789), - [8399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5168), - [8402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5036), - [8405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5122), - [8408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(991), - [8411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(991), - [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [8428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), - [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), - [8436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5311), - [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), - [8440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6733), - [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [8446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), - [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), - [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), - [8452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4477), - [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), - [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), - [8458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4480), - [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), - [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), - [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), - [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [8478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4533), - [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), - [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), - [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [8488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), - [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), - [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [8494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4590), - [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), - [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), - [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), - [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), - [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), - [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), - [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [8512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), - [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), - [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), - [8522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [8528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(635), - [8531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2418), - [8534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4183), - [8537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4182), - [8540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4011), - [8543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5335), - [8546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5334), - [8549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5227), - [8552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6731), - [8555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(256), - [8558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(255), - [8561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5024), - [8564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4973), - [8567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4954), - [8570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4951), - [8573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4938), - [8576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4937), - [8579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4936), - [8582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4894), - [8585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(741), - [8588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(34), - [8591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(33), - [8594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(161), - [8597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4763), - [8600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4761), - [8603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4760), - [8606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3594), - [8609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4748), - [8612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4738), - [8615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4732), - [8618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4696), - [8621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4675), - [8624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4675), - [8627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5419), - [8630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(992), - [8633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4671), - [8636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4670), - [8639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5026), - [8642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4578), - [8645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4177), - [8648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4547), - [8651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4545), - [8654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3776), - [8657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3775), - [8660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3774), - [8663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3773), - [8666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4544), - [8669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4543), - [8672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4529), - [8675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(986), - [8678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(986), - [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [8689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), - [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), - [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), - [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), - [8697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5305), - [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), - [8701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6734), - [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [8707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4653), - [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), - [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), - [8713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4662), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [8719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4740), - [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), - [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), - [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), - [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), - [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [8739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4699), - [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), - [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), - [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), - [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), - [8749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4731), - [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), - [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [8755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4733), - [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), - [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), - [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), - [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), - [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), - [8783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), - [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [8789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(639), - [8792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2500), - [8795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4159), - [8798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4158), - [8801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3996), - [8804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5325), - [8807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5321), - [8810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4488), - [8813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6732), - [8816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(242), - [8819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(241), - [8822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4476), - [8825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4394), - [8828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4471), - [8831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4469), - [8834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4412), - [8837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4405), - [8840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4375), - [8843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4387), - [8846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(739), - [8849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(31), - [8852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(30), - [8855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(159), - [8858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5048), - [8861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4393), - [8864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4399), - [8867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3596), - [8870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4402), - [8873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4404), - [8876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4406), - [8879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4407), - [8882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4408), - [8885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4408), - [8888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5402), - [8891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(988), - [8894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4416), - [8897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4392), - [8900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4447), - [8903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4448), - [8906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4154), - [8909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4449), - [8912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4450), - [8915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3748), - [8918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3747), - [8921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3744), - [8924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3743), - [8927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4456), - [8930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4460), - [8933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4461), - [8936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(982), - [8939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(982), - [8942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(640), - [8945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(1936), - [8948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4106), - [8951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4098), - [8954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3971), - [8957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5330), - [8960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5329), - [8963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5017), - [8966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(6621), - [8969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(630), - [8972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(230), - [8975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5157), - [8978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5154), - [8981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4976), - [8984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4975), - [8987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4388), - [8990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4832), - [8993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4830), - [8996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4820), - [8999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(745), - [9002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(21), - [9005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(22), - [9008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(156), - [9011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4690), - [9014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4688), - [9017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4686), - [9020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3584), - [9023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4518), - [9026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4511), - [9029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4391), - [9032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4389), - [9035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4968), - [9038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4968), - [9041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5410), - [9044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(751), - [9047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4825), - [9050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5247), - [9053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5245), - [9056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5244), - [9059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4137), - [9062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5094), - [9065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5093), - [9068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3706), - [9071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3707), - [9074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3957), - [9077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3756), - [9080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4793), - [9083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4788), - [9086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4612), - [9089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(752), - [9092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(752), - [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [9099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4082), - [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), - [9107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5294), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), - [9111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6735), - [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [9117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4802), - [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), - [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), - [9123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4810), - [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), - [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), - [9129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), - [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), - [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [9141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), - [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), - [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4859), - [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), - [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), - [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), - [9159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4875), - [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), - [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [9165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4888), - [9167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), - [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), - [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), - [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), - [9177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), - [9179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [9185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), - [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), - [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), - [9193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [9199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(643), - [9202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2582), - [9205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4129), - [9208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4127), - [9211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4023), - [9214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5312), - [9217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5311), - [9220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4464), - [9223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6733), - [9226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(229), - [9229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(228), - [9232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4465), - [9235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4470), - [9238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4475), - [9241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4477), - [9244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4478), - [9247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4479), - [9250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4480), - [9253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4504), - [9256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(728), - [9259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(28), - [9262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(27), - [9265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(158), - [9268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4519), - [9271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4520), - [9274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4521), - [9277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3598), - [9280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4533), - [9283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4541), - [9286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4546), - [9289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4420), - [9292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4575), - [9295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4575), - [9298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5382), - [9301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(983), - [9304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4590), - [9307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4591), - [9310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4598), - [9313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4604), - [9316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4120), - [9319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4608), - [9322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4617), - [9325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3721), - [9328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3720), - [9331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3719), - [9334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3718), - [9337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4620), - [9340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4621), - [9343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4622), - [9346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(977), - [9349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(977), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [9356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4156), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), - [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), - [9364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5324), - [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), - [9368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6736), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), - [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), - [9380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4953), - [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), - [9386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4967), - [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), - [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), - [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), - [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), - [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [9406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5016), - [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), - [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), - [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), - [9416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), - [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [9422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5058), - [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), - [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), - [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), - [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), - [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), - [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), - [9450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [9458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(647), - [9461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2664), - [9464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4104), - [9467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4102), - [9470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4031), - [9473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5306), - [9476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5305), - [9479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4646), - [9482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6734), - [9485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(215), - [9488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(214), - [9491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4653), - [9494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4660), - [9497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4661), - [9500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4662), - [9503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4669), - [9506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4548), - [9509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4740), - [9512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4683), - [9515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(735), - [9518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(25), - [9521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(24), - [9524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(153), - [9527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4691), - [9530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4692), - [9533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4693), - [9536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3599), - [9539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4699), - [9542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4700), - [9545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4711), - [9548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4717), - [9551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4731), - [9554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4731), - [9557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5363), - [9560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(978), - [9563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4733), - [9566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4734), - [9569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4739), - [9572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4372), - [9575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4100), - [9578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4745), - [9581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4746), - [9584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3704), - [9587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3703), - [9590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3702), - [9593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3701), - [9596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4751), - [9599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4754), - [9602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4759), - [9605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(972), - [9608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(972), - [9611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(648), - [9614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2690), - [9617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4161), - [9620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4163), - [9623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4012), - [9626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5327), - [9629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5328), - [9632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4914), - [9635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6714), - [9638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(501), - [9641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(500), - [9644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4912), - [9647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4911), - [9650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4910), - [9653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4908), - [9656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4907), - [9659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4893), - [9662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4892), - [9665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4891), - [9668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(738), - [9671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(47), - [9674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(50), - [9677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(173), - [9680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4890), - [9683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4889), - [9686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4887), - [9689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3595), - [9692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4886), - [9695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4883), - [9698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4881), - [9701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4879), - [9704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4878), - [9707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4878), - [9710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5346), - [9713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(979), - [9716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4872), - [9719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4871), - [9722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4870), - [9725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4869), - [9728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4169), - [9731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4868), - [9734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4867), - [9737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3767), - [9740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3768), - [9743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3769), - [9746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3770), - [9749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4866), - [9752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4864), - [9755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4863), - [9758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1078), - [9761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1078), - [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [9768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), - [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), - [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5378), - [9776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), - [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), - [9780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6739), - [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [9786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), - [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), - [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), - [9792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4462), - [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), - [9798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4401), - [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), - [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), - [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [9818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4674), - [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), - [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), - [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), - [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), - [9828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), - [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), - [9832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [9834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4902), - [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), - [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), - [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), - [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), - [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), - [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), - [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), - [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), - [9862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [9868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(651), - [9871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2746), - [9874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4082), - [9877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4081), - [9880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4043), - [9883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5293), - [9886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5294), - [9889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4764), - [9892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6735), - [9895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(199), - [9898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(198), - [9901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4802), - [9904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4804), - [9907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4805), - [9910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4810), - [9913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4811), - [9916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4816), - [9919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4817), - [9922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4819), - [9925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(734), - [9928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(18), - [9931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(17), - [9934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(152), - [9937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4833), - [9940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4834), - [9943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4835), - [9946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3606), - [9949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4859), - [9952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4862), - [9955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4873), - [9958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4874), - [9961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4875), - [9964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4875), - [9967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5345), - [9970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(973), - [9973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4888), - [9976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4896), - [9979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4900), - [9982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4901), - [9985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4077), - [9988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4903), - [9991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4904), - [9994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3675), - [9997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3674), - [10000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3673), - [10003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3667), - [10006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4905), - [10009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4906), - [10012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4916), - [10015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(968), - [10018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(968), - [10021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(652), - [10024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2828), - [10027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4156), - [10030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4157), - [10033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4051), - [10036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5323), - [10039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5324), - [10042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4803), - [10045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6736), - [10048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(187), - [10051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(186), - [10054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4945), - [10057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4946), - [10060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4947), - [10063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4953), - [10066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4956), - [10069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4959), - [10072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4967), - [10075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4972), - [10078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(732), - [10081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(15), - [10084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(14), - [10087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(150), - [10090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4977), - [10093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5001), - [10096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5002), - [10099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3605), - [10102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5016), - [10105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5038), - [10108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5041), - [10111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5042), - [10114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5043), - [10117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5043), - [10120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5320), - [10123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(969), - [10126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5058), - [10129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4944), - [10132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5072), - [10135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5086), - [10138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4171), - [10141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5087), - [10144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5088), - [10147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3654), - [10150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3653), - [10153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3652), - [10156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3651), - [10159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5089), - [10162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5095), - [10165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5096), - [10168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(962), - [10171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(962), - [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), - [10176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(654), - [10179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2910), - [10182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4115), - [10185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4111), - [10188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4065), - [10191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5394), - [10194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5395), - [10197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5109), - [10200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6737), - [10203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(267), - [10206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(373), - [10209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5113), - [10212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5114), - [10215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5116), - [10218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5117), - [10221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5118), - [10224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5119), - [10227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5120), - [10230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5143), - [10233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(731), - [10236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(12), - [10239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(9), - [10242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(166), - [10245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5158), - [10248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5159), - [10251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5160), - [10254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3572), - [10257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5166), - [10260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5169), - [10263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5172), - [10266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5180), - [10269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5185), - [10272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5185), - [10275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5318), - [10278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(963), - [10281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5188), - [10284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5189), - [10287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5187), - [10290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5213), - [10293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4084), - [10296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5239), - [10299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5246), - [10302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3614), - [10305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3613), - [10308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3611), - [10311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3610), - [10314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5250), - [10317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5251), - [10320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5252), - [10323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(956), - [10326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(956), - [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [10335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(657), - [10338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3074), - [10341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4132), - [10344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4070), - [10347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4058), - [10350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5378), - [10353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5376), - [10356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4549), - [10359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6739), - [10362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(562), - [10365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(656), - [10368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4542), - [10371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4526), - [10374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4472), - [10377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4462), - [10380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4459), - [10383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4419), - [10386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4401), - [10389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4400), - [10392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(729), - [10395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4), - [10398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3), - [10401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(180), - [10404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4509), - [10407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4540), - [10410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4581), - [10413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3603), - [10416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4674), - [10419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4687), - [10422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4689), - [10425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4794), - [10428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4895), - [10431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4895), - [10434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5425), - [10437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(951), - [10440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4902), - [10443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4958), - [10446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4965), - [10449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5013), - [10452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4145), - [10455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5030), - [10458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5111), - [10461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3634), - [10464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3635), - [10467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3636), - [10470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3637), - [10473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5115), - [10476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5149), - [10479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5226), - [10482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(947), - [10485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(947), - [10488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_operator, 1, .production_id = 1), - [10490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_operator, 1, .production_id = 1), - [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), - [10496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_keyword, 1), - [10498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_keyword, 1), - [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), - [10502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text, 1), - [10504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_text, 1), - [10506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), - [10514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), - [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), - [10520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [10526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [10530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [10534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), - [10536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), - [10538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(684), - [10541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(684), - [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), - [10546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), - [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), - [10552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [10556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(689), - [10559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(689), - [10562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [10566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), - [10568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(694), - [10571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(694), - [10574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(695), - [10577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(695), - [10580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(696), - [10583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(696), - [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), - [10588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(701), - [10591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(701), - [10594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), - [10596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), - [10598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(704), - [10601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(704), - [10604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [10608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(709), - [10611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(709), - [10614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [10618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(711), - [10621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(711), - [10624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [10628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(714), - [10631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(714), - [10634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(716), - [10637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(716), - [10640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(717), - [10643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(717), - [10646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(718), - [10649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(718), - [10652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(719), - [10655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(719), - [10658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), - [10664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [10668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [10672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop, 1), - [10674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop, 1), - [10676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if, 3), - [10678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__if, 3), - [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), - [10682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [10686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_keyword, 2), - [10688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_keyword, 2), - [10690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(755), - [10693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(755), - [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), - [10698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), - [10704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), - [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [10708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword, 1), - [10710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyword, 1), - [10712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_php_statement, 1), - [10714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_php_statement, 1), - [10716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stack, 1), - [10718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stack, 1), - [10720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional, 1), - [10722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional, 1), - [10724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_envoy, 1), - [10726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_envoy, 1), - [10728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_livewire, 1), - [10730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_livewire, 1), - [10732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__escaped, 2), - [10734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__escaped, 2), - [10736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped, 2), - [10738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped, 2), - [10740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_line_raw, 2), - [10742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_line_raw, 2), - [10744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_raw, 2, .production_id = 1), - [10746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inline_raw, 2, .production_id = 1), - [10748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2), - [10750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2), - [10752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_directive, 2), - [10754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inline_directive, 2), - [10756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_once, 2), - [10758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_once, 2), - [10760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verbatim, 2), - [10762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verbatim, 2), - [10764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__envoy_error, 2), - [10766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__envoy_error, 2), - [10768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_operator, 2, .production_id = 1), - [10770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_operator, 2, .production_id = 1), - [10772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setup, 2), - [10774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setup, 2), - [10776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__before, 2), - [10778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__before, 2), - [10780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__after, 2), - [10782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__after, 2), - [10784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__success, 2), - [10786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__success, 2), - [10788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__finished, 2), - [10790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__finished, 2), - [10792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__escaped, 3), - [10794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__escaped, 3), - [10796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped, 3), - [10798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped, 3), - [10800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_authorization, 1), - [10802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_authorization, 1), - [10804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_line_raw, 3), - [10806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_line_raw, 3), - [10808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment, 3), - [10810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment, 3), - [10812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_once, 3), - [10814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_once, 3), - [10816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verbatim, 3), - [10818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verbatim, 3), - [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [10822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__push, 3), - [10824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__push, 3), - [10826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pushOnce, 3), - [10828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pushOnce, 3), - [10830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pushIf, 3), - [10832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pushIf, 3), - [10834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prepend, 3), - [10836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prepend, 3), - [10838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prependOnce, 3), - [10840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prependOnce, 3), - [10842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unless, 3), - [10844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unless, 3), - [10846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__isset, 3), - [10848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__isset, 3), - [10850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty, 3), - [10852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty, 3), - [10854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__auth, 3), - [10856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__auth, 3), - [10858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__guest, 3), - [10860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__guest, 3), - [10862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__production, 3), - [10864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__production, 3), - [10866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__env, 3), - [10868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__env, 3), - [10870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__hasSection, 3), - [10872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__hasSection, 3), - [10874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sectionMissing, 3), - [10876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__sectionMissing, 3), - [10878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__error, 3), - [10880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__error, 3), - [10882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__envoy_error, 3), - [10884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__envoy_error, 3), - [10886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cannot, 3), - [10888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cannot, 3), - [10890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__canany, 3), - [10892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__canany, 3), - [10894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__feature, 3), - [10896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__feature, 3), - [10898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__custom, 3), - [10900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__custom, 3), - [10902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 3), - [10904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 3), - [10906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for, 3), - [10908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for, 3), - [10910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__foreach, 3), - [10912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__foreach, 3), - [10914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__forelse, 3), - [10916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__forelse, 3), - [10918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__while, 3), - [10920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__while, 3), - [10922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setup, 3), - [10924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setup, 3), - [10926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__task, 3), - [10928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__task, 3), - [10930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__story, 3), - [10932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__story, 3), - [10934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_parameter, 2), - [10936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive_parameter, 2), - [10938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__before, 3), - [10940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__before, 3), - [10942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__after, 3), - [10944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__after, 3), - [10946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__success, 3), - [10948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__success, 3), - [10950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__finished, 3), - [10952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__finished, 3), - [10954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__persist, 3), - [10956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__persist, 3), - [10958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__teleport, 3), - [10960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__teleport, 3), - [10962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__volt, 3), - [10964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__volt, 3), - [10966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 4, .production_id = 2), - [10968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 4, .production_id = 2), - [10970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 4, .production_id = 3), - [10972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 4, .production_id = 3), - [10974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 4), - [10976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 4), - [10978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 5, .production_id = 2), - [10980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 5, .production_id = 2), - [10982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 5, .production_id = 4), - [10984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 5, .production_id = 4), - [10986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 5), - [10988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 5), - [10990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 6, .production_id = 5), - [10992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 6, .production_id = 5), - [10994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 6, .production_id = 6), - [10996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 6, .production_id = 6), - [10998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 5, .production_id = 5), - [11000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 5, .production_id = 5), - [11002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 6), - [11004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 6), - [11006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(869), - [11009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(869), - [11012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_parameter, 3), - [11014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive_parameter, 3), - [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), - [11018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), - [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [11022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__can, 3), - [11024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__can, 3), - [11026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(938), - [11029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(938), - [11032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(939), - [11035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(939), - [11038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(940), - [11041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(940), - [11044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(941), - [11047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(941), - [11050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(942), - [11053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(942), - [11056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(943), - [11059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(943), - [11062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(944), - [11065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(944), - [11068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(945), - [11071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(945), - [11074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(946), - [11077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(946), - [11080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), - [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [11084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(948), - [11087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(948), - [11090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [11094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(950), - [11097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(950), - [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), - [11102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(955), - [11105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(955), - [11108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), - [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), - [11114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), - [11120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), - [11126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [11132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), - [11140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), - [11146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [11150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), - [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), - [11156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [11162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [11168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), - [11174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1003), - [11177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1003), - [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [11182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [11184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [11188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), - [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [11192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1150), - [11195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1150), - [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), - [11200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [11202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), - [11206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1236), - [11209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1236), - [11212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [11216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1535), - [11219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1535), - [11222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1702), - [11225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1702), - [11228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1785), - [11231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1785), - [11234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1868), - [11237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1868), - [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [11244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4109), - [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), - [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), - [11320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4074), - [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), - [11330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), - [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), - [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), - [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), - [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), - [11340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), - [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), - [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), - [11348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), - [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), - [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), - [11368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), - [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [11374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), - [11376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5338), - [11379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4109), - [11382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4109), - [11385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [11387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [11389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [11391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [11393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [11395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [11397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [11399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [11401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [11403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), - [11405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [11407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [11409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [11411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [11413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [11415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [11417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [11419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [11421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [11423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [11425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [11427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [11429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [11431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [11433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [11435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [11437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [11439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [11441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [11443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [11445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [11447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [11449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [11451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [11453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [11455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [11457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [11459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [11461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [11463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [11465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [11467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [11469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [11471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [11473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [11475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [11477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [11479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [11481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [11483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [11485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [11487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), - [11489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), - [11491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [11493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [11495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [11497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [11499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [11501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [11503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [11505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [11507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [11509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [11511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [11513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [11515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [11517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [11519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [11521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [11523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [11525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), - [11527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [11529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [11531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [11533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [11535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [11537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [11539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [11541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [11543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [11545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [11547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [11549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [11551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [11553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [11555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), - [11557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [11559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [11561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [11563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [11565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [11567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [11569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [11571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [11573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), - [11575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [11577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [11579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [11581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [11583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [11585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [11587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [11589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [11591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [11593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), - [11595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [11597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [11599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [11601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [11603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [11605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [11607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [11609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [11611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [11613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [11615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [11617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), - [11619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [11621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [11623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [11625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [11627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [11629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [11631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [11633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), - [11635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [11637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [11639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [11641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [11643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [11645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), - [11647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [11649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [11651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [11653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [11655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [11657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [11659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [11661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [11663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), - [11665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [11667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [11671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [11673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [11675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [11677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [11679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [11681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [11683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [11685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [11687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [11689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [11691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [11695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [11697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [11699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), - [11701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [11703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [11705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [11707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [11709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [11711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [11713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [11715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [11717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [11719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [11721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), - [11723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [11725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [11727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [11729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), - [11731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [11733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), - [11735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [11737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [11739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [11741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [11743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [11745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [11749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [11751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [11753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [11755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [11757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [11759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [11761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [11763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [11765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [11767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [11769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), - [11771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [11773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [11775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [11777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [11779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [11781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [11783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [11785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [11787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [11789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [11791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [11793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [11795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [11797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [11799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [11803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [11805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [11807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), - [11809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5380), - [11812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4112), - [11815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4112), - [11818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [11820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [11822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [11824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [11826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [11828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [11830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [11832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), - [11834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [11836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [11838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [11840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [11842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [11844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [11846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [11848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [11850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), - [11852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [11854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [11856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [11858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [11860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [11862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [11864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [11866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [11868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [11870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [11872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [11874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [11876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [11878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [11880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [11882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [11884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [11886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), - [11888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [11890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [11892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [11894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [11896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [11898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [11900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [11902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [11904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [11906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [11908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), - [11910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [11912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [11914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [11916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [11918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [11920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [11924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [11926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [11928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5342), - [11931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4085), - [11934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4085), - [11937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [11939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [11941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [11943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [11945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [11947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [11949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [11951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [11953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), - [11955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [11957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [11959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [11961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [11963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [11965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), - [11967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [11969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [11971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [11973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [11975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [11977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [11979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [11981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [11983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [11985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [11987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5386), - [11990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4093), - [11993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4093), - [11996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [11998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), - [12000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [12002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [12004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [12006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [12008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [12010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [12012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [12014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [12016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [12018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [12020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [12022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [12024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [12028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [12030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [12032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [12034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [12036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [12038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [12040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [12042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [12046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [12048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [12050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [12052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [12054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [12056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [12058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), - [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [12082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [12090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [12094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [12098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [12100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [12104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [12112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), - [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [12128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), - [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [12140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [12142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [12144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [12146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [12148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5427), - [12151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4074), - [12154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4074), - [12157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [12159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [12161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [12163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [12165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [12167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [12169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), - [12171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [12173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [12175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [12177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [12179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [12181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), - [12183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [12185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [12187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [12189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [12191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [12193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [12195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [12197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [12199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [12201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [12203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [12205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [12207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [12209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [12211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [12213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [12215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [12217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [12219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [12221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [12223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [12225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [12227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [12229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [12231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [12233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [12235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [12237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [12239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [12241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [12243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [12245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [12247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [12249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [12251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [12253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [12255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [12257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [12259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [12261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [12263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [12265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [12267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [12269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [12271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [12273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [12275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [12277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [12279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), - [12281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [12283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [12285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [12287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [12289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [12291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [12293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [12295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [12297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [12299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [12301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [12303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [12305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [12307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [12309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [12311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [12313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [12315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [12317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [12319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [12321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [12323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [12325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [12327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [12329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [12331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [12333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [12335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [12337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [12339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [12341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [12343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [12345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), - [12347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [12349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [12351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [12353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [12355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [12357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), - [12359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [12361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [12363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [12365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [12367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [12369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [12371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [12373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [12375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [12377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), - [12379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [12381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [12383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [12385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), - [12387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4068), - [12390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4068), - [12393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [12395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [12397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4191), - [12399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [12401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [12403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4186), - [12405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4071), - [12408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4071), - [12411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [12413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [12415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_php_only, 1), - [12417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), - [12419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), - [12421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [12423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [12425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [12427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), - [12429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [12431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [12433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [12435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [12437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [12439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [12441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4083), - [12444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4083), - [12447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [12449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), - [12451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), - [12453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [12455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [12457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [12459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [12461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [12463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [12465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [12467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), - [12469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), - [12471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4094), - [12474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4094), - [12477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4095), - [12480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4095), - [12483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4096), - [12486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4096), - [12489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [12491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [12493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [12495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [12497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [12499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [12501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [12503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [12505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [12507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [12509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [12511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [12513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), - [12515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), - [12517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [12519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [12521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), - [12523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [12525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [12527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [12529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [12531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [12533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [12535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [12537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [12539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [12541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [12543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [12545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), - [12547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [12549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [12551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4083), - [12553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [12555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [12557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [12559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [12561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [12563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [12565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [12567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [12569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [12571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [12573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [12575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [12577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [12579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4139), - [12582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4139), - [12585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [12587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [12589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [12591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [12593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [12595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [12597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [12599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [12601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [12603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [12605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [12607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [12609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [12611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [12613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [12615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [12617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [12619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [12621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [12623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [12625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [12627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [12629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [12631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [12633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [12635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [12637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [12639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [12641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [12643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [12645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [12647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [12649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [12651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [12653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [12655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [12657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [12659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [12661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [12663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [12665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [12667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [12669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [12671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [12673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [12675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [12677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), - [12679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4189), - [12681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4187), - [12684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4187), - [12687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4189), - [12690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4189), - [12693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), - [12695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), - [12697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), - [12699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [12701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4193), - [12704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4193), - [12707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4194), - [12710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4194), - [12713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), - [12715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [12717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4741), - [12719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), - [12721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [12723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [12725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), - [12727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [12729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4253), - [12731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4271), - [12733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [12735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), - [12737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4287), - [12739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), - [12741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4246), - [12743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), - [12745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [12747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [12749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [12751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), - [12753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [12755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [12757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [12759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [12761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), - [12763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), - [12765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [12767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [12769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__notification, 2), - [12771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__notification, 2), - [12773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [12775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [12777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [12779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [12781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [12783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [12785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [12787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [12789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [12791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [12793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [12795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [12797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [12799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [12801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [12803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [12805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [12807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), - [12809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [12811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [12813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [12815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [12817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [12819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [12821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), - [12823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [12825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [12827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [12829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), - [12831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), - [12833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), - [12835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [12837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), - [12839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [12841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [12843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [12845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [12847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [12849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4300), - [12851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [12853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [12855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [12857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [12859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [12861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), - [12863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [12865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [12867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), - [12869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), SHIFT_REPEAT(4961), - [12872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [12874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [12876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), - [12878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), - [12880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [12882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [12884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), - [12886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), - [12888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [12890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [12892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [12894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [12896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [12898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [12900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [12902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), - [12904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), - [12906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), - [12908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), - [12910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [12912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [12914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [12916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [12918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [12920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [12922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [12924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [12926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), - [12928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [12930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [12932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), - [12934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [12936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), - [12938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [12940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [12942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [12944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [12946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [12948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [12950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), - [12952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [12954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [12956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [12958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), - [12960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [12962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [12964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [12966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), - [12968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [12970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [12972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5370), - [12974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), - [12976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), - [12978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5368), - [12980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [12982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [12984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [12986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [12988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [12990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [12992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4614), - [12994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [12996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [12998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [13000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [13002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), - [13004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [13006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [13008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [13010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), - [13012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4974), - [13014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), - [13016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), - [13018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [13020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [13022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), - [13024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [13026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [13028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), - [13030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [13032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), - [13034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [13036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [13038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), - [13040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), - [13042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), - [13044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_repeat1, 2), - [13046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_repeat1, 2), SHIFT_REPEAT(4926), - [13049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [13051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [13053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [13055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), - [13057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [13059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [13061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [13063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), SHIFT_REPEAT(4741), - [13066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [13068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [13070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [13072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [13074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [13076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [13078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), - [13080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [13082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [13084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [13086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5304), - [13088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [13090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), - [13092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), - [13094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), - [13096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [13098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [13100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [13102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [13104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [13106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [13108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [13110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [13112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [13114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [13116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [13118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [13120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [13122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [13124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [13126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 1), - [13128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), - [13130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4356), - [13132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1), - [13134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4308), - [13136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), - [13138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case, 3), - [13140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 2), - [13142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), - [13144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [13146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [13148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), - [13150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [13152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [13154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [13156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [13158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_with_parenthesis, 3), - [13160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 3), - [13162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [13164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), - [13166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [13168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [13170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [13172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), - [13174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [13176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [13178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [13180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), - [13182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [13184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), - [13186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_with_parenthesis, 4), - [13188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [13190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [13192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [13194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [13196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), - [13198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [13200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), - [13202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [13204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), - [13206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [13208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [13210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), - [13212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [13214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [13216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [13218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [13220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [13222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), - [13224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [13226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [13228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_with_parenthesis, 3), - [13230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_with_parenthesis, 4), - [13232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [13234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [13236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [13238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), - [13240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [13242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [13244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [13246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [13248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [13250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), - [13252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [13254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [13256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [13258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [13260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [13262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), - [13264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [13266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [13268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [13270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [13272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [13274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [13276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [13278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [13280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [13282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), - [13284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [13286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), - [13288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [13290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [13292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), - [13294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [13296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [13298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [13300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), - [13302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [13304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [13306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [13308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [13310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [13312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), - [13314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [13316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [13318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [13320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), - [13322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [13324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [13326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [13328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [13330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [13332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [13334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [13336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [13338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), - [13340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [13342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [13344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), - [13346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), - [13348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [13350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [13352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), - [13354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [13356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [13358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), - [13360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [13362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [13364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [13366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [13368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [13370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [13372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [13374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [13376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [13378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [13380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [13382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [13384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [13386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [13388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [13390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [13392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [13394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [13396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [13398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [13400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [13402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [13404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [13406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [13408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [13410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [13412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [13414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [13416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [13418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [13420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), - [13422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [13424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [13426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [13428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [13430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [13432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [13434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [13436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [13438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [13440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [13442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [13444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [13446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [13448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [13450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [13452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [13454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [13456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), - [13458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [13460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [13462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [13464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [13466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [13468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [13470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [13472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [13474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [13476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [13478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), - [13480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [13482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [13484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [13486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [13488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [13490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [13492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [13494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [13496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [13498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [13500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [13502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), - [13504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [13506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [13508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [13510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [13512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [13514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [13516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [13518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [13520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [13522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [13524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [13526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [13528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [13530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [13532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [13534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [13536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [13538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [13540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [13542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [13544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [13546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [13548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [13550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [13552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [13554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [13556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), - [13558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [13560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [13562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [13564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [13566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [13568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [13570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [13572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [13574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [13576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [13578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [13580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), - [13582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), - [13584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [13586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [13588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [13590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [13592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [13594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [13596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [13598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [13600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [13602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [13604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [13606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [13608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [13610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [13612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [13614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [13616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [13618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [13620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [13622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [13624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [13626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [13628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [13630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [13632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [13634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [13636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [13638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [13640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [13642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [13644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [13646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [13648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [13650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [13652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [13654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [13656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [13658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [13660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [13662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [13664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), - [13666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), - [13668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [13670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [13672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [13674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [13676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [13678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [13680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [13682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [13684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [13686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [13688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [13690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [13692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [13694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [13696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [13698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [13700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [13702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [13704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [13706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [13708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [13710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [13712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [13714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [13716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [13718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [13720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [13722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [13724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [13726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [13728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [13730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [13732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [13734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [13736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [13738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [13740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [13742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [13744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [13746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [13748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [13750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [13752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [13754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [13756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [13758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [13760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [13762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [13764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [13766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [13768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [13770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [13772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [13774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [13776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [13778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [13780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [13782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [13784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [13786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [13788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [13790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [13792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [13794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [13796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [13798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [13800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [13802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), - [13804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [13806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [13808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [13810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [13812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [13814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [13816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [13818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [13820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [13822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [13824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [13826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [13828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [13830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [13832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [13834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [13836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [13838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [13840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [13842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [13844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [13846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [13848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [13850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [13852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [13854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [13856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [13858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [13860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [13862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [13864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [13866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [13868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [13870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [13872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [13874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [13876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [13878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [13880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [13882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [13884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [13886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [13888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [13890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [13892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [13894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [13896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [13898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [13900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [13902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [13904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [13906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [13908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [13910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [13912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [13914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [13916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [13918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [13920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [13922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [13924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [13926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [13928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [13930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [13932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [13934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [13936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [13938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [13940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [13942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [13944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [13946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [13948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [13950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [13952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [13954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [13956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [13958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [13960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [13962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [13964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [13966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [13968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), - [13970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [13972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [13974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [13976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [13978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [13980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [13982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [13984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [13986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [13988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [13990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [13992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [13994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [13996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [13998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [14000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [14002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [14004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [14006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [14008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [14010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [14012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [14014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [14016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [14018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [14020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [14022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [14024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [14026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [14028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [14030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [14032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [14034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [14036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [14038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [14040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [14042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [14044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [14046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [14048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [14050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [14052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [14054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [14056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [14058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [14060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [14062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [14064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [14066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [14068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [14070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [14072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [14074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [14076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [14078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [14080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [14082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [14084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [14086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [14088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [14090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [14092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [14094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [14096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [14098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [14100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [14102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [14104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [14106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [14108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [14110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [14112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [14114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [14116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [14118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [14120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [14122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [14124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [14126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [14128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [14130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [14132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [14134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [14136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [14138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [14140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [14142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [14144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [14146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [14148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [14150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [14152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [14154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [14156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [14158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [14160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [14162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [14164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [14166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [14168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [14170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [14172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [14174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [14176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), - [14178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [14180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [14182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [14184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [14186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [14188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [14190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [14192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [14194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [14196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [14198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [14200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [14202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [14204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [14206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [14208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [14210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [14212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [14214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [14216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [14218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [14220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [14222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [14224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [14226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [14228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [14230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [14232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [14234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [14236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [14238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [14240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [14242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [14244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [14246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [14248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [14250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [14252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [14254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [14256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [14258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [14260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [14262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [14264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [14266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [14268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [14270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [14272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [14274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [14276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [14278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [14280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [14282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [14284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [14286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [14288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [14290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [14292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [14294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [14296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [14298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [14300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [14302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [14304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [14306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [14308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [14310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), - [14312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [14314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [14316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [14318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [14320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [14322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [14324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [14326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [14328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [14330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [14332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [14334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [14336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [14338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [14340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [14342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [14344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), - [14346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [14348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [14350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [14352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [14354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [14356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [14358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [14360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [14362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [14364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [14366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [14368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [14370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [14372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [14374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [14376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [14378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [14380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [14382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [14384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [14386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [14388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [14390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [14392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [14394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [14396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [14398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [14400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [14402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [14404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [14406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [14408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [14410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [14412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [14414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [14416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [14418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [14420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [14422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [14424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [14426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [14428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [14430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [14432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [14434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [14436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [14438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [14440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [14442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [14444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [14446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [14448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [14450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [14452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [14454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [14456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [14458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [14460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [14462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [14464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [14466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [14468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [14470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [14472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [14474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [14476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [14478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [14480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [14482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [14484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [14486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [14488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [14490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [14492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [14494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [14496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [14498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [14500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [14502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [14504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [14506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [14508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [14510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [14512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [14514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [14516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [14518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [14520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [14522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [14524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [14526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [14528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [14530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [14532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [14534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [14536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [14538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [14540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [14542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [14544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [14546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [14548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [14550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [14552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [14554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [14556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [14558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [14560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [14562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [14564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [14566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [14568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [14570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [14572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [14574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [14576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [14578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [14580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [14582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [14584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [14586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [14588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [14590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [14592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [14594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [14596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [14598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [14600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [14602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [14604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [14606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [14608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [14610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [14612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [14614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [14616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [14618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [14620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [14622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [14624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [14626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [14628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [14630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [14632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [14634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [14636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [14638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [14640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [14642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [14644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [14646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [14648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [14650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [14652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [14654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [14656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [14658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [14660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [14662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [14664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [14666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [14668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [14670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [14672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [14674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [14676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [14678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [14680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [14682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [14684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [14686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [14688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [14690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [14692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [14694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [14696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [14698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [14700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [14702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [14704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [14706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [14708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [14710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [14712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [14714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [14716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [14718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [14720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [14722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [14724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [14726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [14728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [14730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [14732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [14734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [14736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [14738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [14740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [14742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [14744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [14746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [14748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [14750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [14752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [14754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [14756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [14758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [14760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [14762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [14764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [14766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [14768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [14770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [14772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [14774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [14776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [14778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [14780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [14782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [14784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [14786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [14788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [14790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [14792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [14794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [14796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [14798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [14800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [14802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [14804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [14806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [14808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [14810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [14812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [14814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [14816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [14818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [14820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [14822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [14824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [14826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [14828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [14830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [14832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [14834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [14836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [14838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [14840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [14842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [14844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [14846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [14848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [14850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [14852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [14854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [14856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [14858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [14860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [14862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [14864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [14866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [14868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [14870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [14872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [14874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [14876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [14878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [14880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [14882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [14884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [14886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [14888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [14890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [14892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [14894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [14896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [14898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [14900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [14902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [14904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [14906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [14908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [14910] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [14912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [14914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [14916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [14918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [14920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [14922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [14924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [14926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [14928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [14930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [14932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [14934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [14936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [14938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [14940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [14942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [14944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [14946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [14948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [14950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [14952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [14954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [14956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [14958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [14960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [14962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [14964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [14966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [14968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [14970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [14972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [14974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [14976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [14978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [14980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [14982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [14984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [14986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [14988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [14990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [14992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [14994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [14996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [14998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [15000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [15002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [15004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [15006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [15008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [15010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [15012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [15014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [15016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [15018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [15020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [15022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [15024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [15026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [15028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [15030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [15032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [15034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [15036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [15038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [15040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [15042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [15044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [15046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [15048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [15050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [15052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [15054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [15056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [15058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [15060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [15062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [15064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [15066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [15068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [15070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [15072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [15074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [15076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [15078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [15080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [15082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [15084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [15086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [15088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [15090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [15092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [15094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [15096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [15098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [15100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [15102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [15104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [15106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [15108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [15110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [15112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [15114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [15116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [15118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [15120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [15122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [15124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [15126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [15128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [15130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [15132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [15134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [15136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [15138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [15140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [15142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [15144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [15146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [15148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [15150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [15152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [15154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [15156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [15158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [15160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [15162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [15164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [15166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [15168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [15170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [15172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [15174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [15176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [15178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [15180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [15182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [15184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [15186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [15188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [15190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [15192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [15194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [15196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [15198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [15200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [15202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [15204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [15206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [15208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [15210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [15212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [15214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [15216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [15218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [15220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [15222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [15224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [15226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [15228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [15230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [15232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [15234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [15236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [15238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [15240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [15242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [15244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [15246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [15248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [15250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [15252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [15254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [15256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [15258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [15260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [15262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [15264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [15266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [15268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [15270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [15272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [15274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [15276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [15278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [15280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [15282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [15284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [15286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [15288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [15290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [15292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [15294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [15296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [15298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [15300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [15302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [15304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [15306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [15308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [15310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [15312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [15314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [15316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [15318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [15320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [15322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [15324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [15326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [15328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [15330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [15332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [15334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [15336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [15338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [15340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [15342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [15344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [15346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [15348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [15350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [15352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [15354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [15356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [15358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [15360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [15362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [15364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [15366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [15368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [15370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [15372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [15374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [15376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [15378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [15380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [15382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [15384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [15386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [15388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [15390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [15392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [15394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [15396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [15398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [15400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [15402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [15404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [15406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [15408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [15410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [15412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [15414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [15416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [15418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [15420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [15422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [15424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [15426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [15428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [15430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [15432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [15434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [15436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [15438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [15440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [15442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [15444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [15446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [15448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [15450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [15452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [15454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [15456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [15458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [15460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [15462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [15464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [15466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [15468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [15470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [15472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [15474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [15476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [15478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [15480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [15482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [15484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [15486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [15488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [15490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [15492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [15494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [15496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [15498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [15500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [15502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [15504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [15506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [15508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [15510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [15512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [15514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), - [15516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [15518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [15520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [15522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [15524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [15526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [15528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [15530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [15532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [15534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [15536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [15538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [15540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [15542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [15544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [15546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [15548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [15550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [15552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [15554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [15556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [15558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), - [15560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [15562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [15564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [15566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [15568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [15570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [15572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [15574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [15576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [15578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [15580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), - [15582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), - [15584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [15586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [15588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [15590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [15592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [15594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [15596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [15598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [15600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [15602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [15604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [15606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [15608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [15610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [15612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [15614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [15616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [15618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [15620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [15622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [15624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [15626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [15628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [15630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [15632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [15634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [15636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [15638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [15640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [15642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [15644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [15646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [15648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [15650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [15652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [15654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [15656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [15658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [15660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [15662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [15664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [15666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [15668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [15670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [15672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [15674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [15676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [15678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [15680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [15682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [15684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [15686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [15688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [15690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [15692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), - [15694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [15696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [15698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [15700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [15702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [15704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [15706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [15708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), - [15710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [15712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [15714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [15716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [15718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [15720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [15722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [15724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), - [15726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [15728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [15730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [15732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [15734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [15736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [15738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [15740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [15742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [15744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [15746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [15748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [15750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [15752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [15754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [15756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [15758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [15760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [15762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [15764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [15766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [15768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [15770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [15772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), - [15774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [15776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), - [15778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [15780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [15782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [15784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [15786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), - [15788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [15790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [15792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [15794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), - [15796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [15798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [15800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [15802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [15804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [15806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), - [15808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [15810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [15812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), - [15814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [15816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [15818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [15820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [15822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), - [15824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [15826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [15828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4546), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4157), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5309), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5265), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6709), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5260), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), + [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), + [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5245), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), + [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4083), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6708), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5276), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), + [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5287), + [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5281), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), + [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5277), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5275), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), + [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body_with_optional_parameter, 1), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4145), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5316), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6710), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), + [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5216), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5210), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5205), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5203), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4107), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5411), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4674), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6725), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4673), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), + [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4669), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), + [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4664), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4656), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body, 2), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4651), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4649), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(76), + [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1761), + [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4075), + [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4071), + [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3988), + [568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5436), + [571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5435), + [574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5435), + [577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4747), + [580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6723), + [583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(372), + [586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(371), + [589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4745), + [592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4744), + [595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4743), + [598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4741), + [601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4740), + [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(998), + [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(721), + [610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4739), + [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4737), + [616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4736), + [619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(665), + [622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(59), + [625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(58), + [628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(174), + [631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4735), + [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4734), + [637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4733), + [640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3585), + [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4732), + [646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), + [648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4731), + [651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4730), + [654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4729), + [657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4728), + [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4728), + [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5376), + [666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(726), + [669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4726), + [672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4725), + [675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4724), + [678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4722), + [681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4088), + [684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4721), + [687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4720), + [690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3873), + [693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3872), + [696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3871), + [699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3870), + [702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4719), + [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4718), + [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4717), + [711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(725), + [714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(725), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body, 1), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5440), + [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6718), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4930), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4924), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4919), + [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4915), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), + [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), + [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), + [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5356), + [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5356), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6717), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4967), + [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), + [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4962), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), + [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), + [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4957), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4950), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), + [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), + [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), + [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(86), + [952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1678), + [955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4110), + [958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4109), + [961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3975), + [964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5408), + [967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5410), + [970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5410), + [973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4789), + [976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6722), + [979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(387), + [982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(386), + [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4787), + [988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4786), + [991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4785), + [994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4646), + [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4784), + [1000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(907), + [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(715), + [1006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4783), + [1009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4782), + [1012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4781), + [1015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(670), + [1018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(62), + [1021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(61), + [1024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(176), + [1027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4779), + [1030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4778), + [1033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4777), + [1036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3581), + [1039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4776), + [1042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4775), + [1045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4774), + [1048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4773), + [1051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4772), + [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4772), + [1057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5372), + [1060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(675), + [1063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4770), + [1066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4769), + [1069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4768), + [1072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4766), + [1075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4105), + [1078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4765), + [1081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4764), + [1084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3922), + [1087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3921), + [1090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3920), + [1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3917), + [1096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4761), + [1099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4759), + [1102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4750), + [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(710), + [1108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(710), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4116), + [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5398), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6726), + [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4635), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4632), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4629), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4615), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), + [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4606), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5401), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4604), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), + [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body_with_optional_parameter, 2), + [1223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(90), + [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(835), + [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4157), + [1232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4158), + [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4018), + [1238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5311), + [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5309), + [1244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5309), + [1247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5265), + [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6709), + [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(576), + [1256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(575), + [1259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5263), + [1262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5262), + [1265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5261), + [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5260), + [1271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5259), + [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(864), + [1277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(685), + [1280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5258), + [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5256), + [1286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5255), + [1289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(662), + [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(19), + [1295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(20), + [1298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(157), + [1301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5251), + [1304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5248), + [1307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5247), + [1310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3593), + [1313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5245), + [1316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5244), + [1319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5243), + [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5242), + [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5241), + [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5241), + [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5297), + [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(713), + [1337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5234), + [1340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5233), + [1343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5232), + [1346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5231), + [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4160), + [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5230), + [1355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5229), + [1358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3764), + [1361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3763), + [1364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3757), + [1367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3755), + [1370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5228), + [1373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5227), + [1376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5226), + [1379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(720), + [1382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(720), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5392), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5391), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), + [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6719), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), + [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4882), + [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), + [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4875), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), + [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), + [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), + [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), + [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), + [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), + [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4869), + [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), + [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), + [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), + [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), + [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), + [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), + [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), + [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [1511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(101), + [1514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1595), + [1517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4155), + [1520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4154), + [1523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4014), + [1526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5361), + [1529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5362), + [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5362), + [1535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4822), + [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6721), + [1541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(400), + [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(399), + [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4821), + [1550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4820), + [1553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4819), + [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4818), + [1559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4817), + [1562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(815), + [1565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(691), + [1568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4816), + [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4815), + [1574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4814), + [1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(667), + [1580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(65), + [1583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(64), + [1586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(177), + [1589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4810), + [1592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4808), + [1595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4807), + [1598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3579), + [1601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4806), + [1604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4805), + [1607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4804), + [1610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4803), + [1613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4802), + [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4802), + [1619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5290), + [1622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(678), + [1625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4800), + [1628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4799), + [1631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4798), + [1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4797), + [1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4147), + [1640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4796), + [1643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4795), + [1646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3954), + [1649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3949), + [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3948), + [1655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3947), + [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4793), + [1661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4792), + [1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4791), + [1667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(674), + [1670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(674), + [1673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(102), + [1676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(926), + [1679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4145), + [1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4143), + [1685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4046), + [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5312), + [1691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5316), + [1694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5316), + [1697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5224), + [1700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(6710), + [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(561), + [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(560), + [1709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5223), + [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5222), + [1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5221), + [1718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5219), + [1721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5218), + [1724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(816), + [1727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(698), + [1730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5217), + [1733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5216), + [1736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5215), + [1739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(663), + [1742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(23), + [1745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(26), + [1748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(160), + [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), + [1753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5213), + [1756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5212), + [1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5211), + [1762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3602), + [1765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5210), + [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5208), + [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5207), + [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5206), + [1777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5205), + [1780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5205), + [1783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5301), + [1786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(672), + [1789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5203), + [1792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5202), + [1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5201), + [1798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5200), + [1801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4092), + [1804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5199), + [1807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5198), + [1810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3679), + [1813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3677), + [1816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3673), + [1819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3668), + [1822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5197), + [1825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5195), + [1828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5194), + [1831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(722), + [1834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(722), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [1841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(105), + [1844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(776), + [1847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4083), + [1850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4086), + [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3995), + [1856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5434), + [1859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5432), + [1862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5432), + [1865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5238), + [1868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6708), + [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(589), + [1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(588), + [1877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5252), + [1880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5253), + [1883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5264), + [1886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5276), + [1889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5289), + [1892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(929), + [1895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(727), + [1898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5288), + [1901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5287), + [1904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5286), + [1907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(659), + [1910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(13), + [1913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(16), + [1916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(155), + [1919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5284), + [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5283), + [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5282), + [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3586), + [1931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5281), + [1934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5280), + [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5279), + [1940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5278), + [1943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5277), + [1946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5277), + [1949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5292), + [1952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(703), + [1955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5275), + [1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5274), + [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5273), + [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5272), + [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4090), + [1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5271), + [1973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5270), + [1976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3850), + [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3848), + [1982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3846), + [1985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3835), + [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5269), + [1991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5268), + [1994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5267), + [1997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(706), + [2000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(706), + [2003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(107), + [2006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1248), + [2009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4159), + [2012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4161), + [2015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3973), + [2018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5357), + [2021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5356), + [2024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5356), + [2027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4970), + [2030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6717), + [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(459), + [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(457), + [2039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4967), + [2042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4964), + [2045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4963), + [2048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4962), + [2051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4960), + [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(755), + [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(707), + [2060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4959), + [2063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4957), + [2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4956), + [2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(664), + [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(63), + [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(2), + [2078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(182), + [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4954), + [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4953), + [2087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4952), + [2090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3578), + [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4950), + [2096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4949), + [2099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4948), + [2102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4947), + [2105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4946), + [2108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4946), + [2111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5345), + [2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(699), + [2117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4943), + [2120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4942), + [2123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4941), + [2126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4940), + [2129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4162), + [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4939), + [2135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4938), + [2138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3900), + [2141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3899), + [2144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3898), + [2147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3894), + [2150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4937), + [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4935), + [2156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4934), + [2159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(692), + [2162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(692), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), + [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5422), + [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), + [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6724), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4713), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), + [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4710), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), + [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), + [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4707), + [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4700), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4695), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), + [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), + [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), + [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5308), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), + [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6720), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4857), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), + [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4851), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4849), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4842), + [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4075), + [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), + [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5435), + [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5435), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6723), + [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4745), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4741), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), + [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), + [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4737), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4732), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), + [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4728), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5376), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [2509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(121), + [2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1844), + [2515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4089), + [2518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4091), + [2521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3997), + [2524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5423), + [2527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5422), + [2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5422), + [2533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4714), + [2536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6724), + [2539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(357), + [2542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(356), + [2545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4713), + [2548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4712), + [2551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4711), + [2554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4710), + [2557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4709), + [2560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1089), + [2563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(673), + [2566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4708), + [2569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4707), + [2572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4706), + [2575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(660), + [2578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(55), + [2581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(54), + [2584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(171), + [2587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4703), + [2590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4702), + [2593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4701), + [2596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3587), + [2599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4700), + [2602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4699), + [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4698), + [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4697), + [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4695), + [2614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4695), + [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5380), + [2620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(700), + [2623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4693), + [2626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4692), + [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4691), + [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4690), + [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4093), + [2638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4688), + [2641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4686), + [2644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3844), + [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3843), + [2650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3842), + [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3750), + [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4683), + [2659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4680), + [2662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4679), + [2665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(712), + [2668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(712), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4070), + [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), + [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), + [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), + [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6727), + [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4590), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4587), + [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), + [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), + [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), + [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5405), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), + [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [2781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(124), + [2784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1925), + [2787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4107), + [2790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4108), + [2793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4009), + [2796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5412), + [2799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5411), + [2802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5411), + [2805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4674), + [2808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6725), + [2811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(341), + [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(340), + [2817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4673), + [2820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4672), + [2823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4670), + [2826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4669), + [2829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4666), + [2832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1179), + [2835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(705), + [2838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4665), + [2841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4664), + [2844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4663), + [2847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(661), + [2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(52), + [2853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(51), + [2856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(170), + [2859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4659), + [2862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4658), + [2865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4657), + [2868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3591), + [2871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4656), + [2874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4655), + [2877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4654), + [2880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4653), + [2883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4651), + [2886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4651), + [2889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5389), + [2892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(702), + [2895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4649), + [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4648), + [2901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4647), + [2904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4645), + [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4069), + [2910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4644), + [2913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4643), + [2916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3797), + [2919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3796), + [2922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3795), + [2925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3793), + [2928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4642), + [2931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4640), + [2934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4639), + [2937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(679), + [2940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(679), + [2943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(125), + [2946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1178), + [2949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4116), + [2952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4117), + [2955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4020), + [2958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5399), + [2961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5398), + [2964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5398), + [2967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4636), + [2970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6726), + [2973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(327), + [2976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(326), + [2979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4635), + [2982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4634), + [2985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4633), + [2988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4632), + [2991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4631), + [2994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1268), + [2997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(697), + [3000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4630), + [3003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4629), + [3006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4628), + [3009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(668), + [3012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(49), + [3015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(48), + [3018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(168), + [3021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4624), + [3024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4623), + [3027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4616), + [3030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3595), + [3033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4615), + [3036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4609), + [3039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4608), + [3042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4607), + [3045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4606), + [3048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4606), + [3051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5401), + [3054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(676), + [3057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4604), + [3060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4603), + [3063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4602), + [3066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4601), + [3069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4120), + [3072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4599), + [3075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4598), + [3078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3761), + [3081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3759), + [3084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3758), + [3087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3756), + [3090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4597), + [3093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4595), + [3096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4594), + [3099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(683), + [3102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(683), + [3105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(126), + [3108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1092), + [3111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4070), + [3114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4133), + [3117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4033), + [3120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5382), + [3123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5381), + [3126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5381), + [3129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4591), + [3132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6727), + [3135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(314), + [3138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(313), + [3141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4590), + [3144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4589), + [3147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4588), + [3150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4587), + [3153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4586), + [3156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1357), + [3159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(690), + [3162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4585), + [3165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4584), + [3168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4583), + [3171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(671), + [3174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(46), + [3177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(45), + [3180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(152), + [3183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4578), + [3186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4577), + [3189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4576), + [3192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3597), + [3195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4575), + [3198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4574), + [3201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4573), + [3204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4572), + [3207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4571), + [3210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4571), + [3213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5405), + [3216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(680), + [3219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4569), + [3222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4568), + [3225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4567), + [3228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4566), + [3231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4134), + [3234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4565), + [3237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4564), + [3240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3721), + [3243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3720), + [3246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3719), + [3249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3717), + [3252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4563), + [3255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4562), + [3258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4561), + [3261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(688), + [3264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(688), + [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [3271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(129), + [3274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1510), + [3277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4184), + [3280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4185), + [3283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4004), + [3286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5306), + [3289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5308), + [3292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5308), + [3295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4858), + [3298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6720), + [3301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(413), + [3304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(412), + [3307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4857), + [3310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4856), + [3313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4855), + [3316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4854), + [3319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4853), + [3322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(999), + [3325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(724), + [3328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4852), + [3331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4851), + [3334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4850), + [3337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(658), + [3340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(67), + [3343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(66), + [3346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(183), + [3349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4849), + [3352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4848), + [3355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4847), + [3358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3577), + [3361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4846), + [3364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4845), + [3367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4844), + [3370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4843), + [3373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4842), + [3376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4842), + [3379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5360), + [3382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(682), + [3385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4840), + [3388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4839), + [3391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4837), + [3394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4836), + [3397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4115), + [3400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4835), + [3403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4834), + [3406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3831), + [3409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3838), + [3412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3849), + [3415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3854), + [3418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4833), + [3421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4832), + [3424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4830), + [3427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(677), + [3430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(677), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5408), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), + [3447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5410), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [3451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6722), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [3457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4787), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4646), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), + [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), + [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), + [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), + [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4770), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), + [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [3551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(136), + [3554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1425), + [3557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4123), + [3560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4124), + [3563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4027), + [3566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5392), + [3569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5391), + [3572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5391), + [3575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4901), + [3578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6719), + [3581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(428), + [3584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(427), + [3587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4893), + [3590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4892), + [3593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4891), + [3596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4886), + [3599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4885), + [3602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(980), + [3605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(708), + [3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4883), + [3611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4882), + [3614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4879), + [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(669), + [3620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(69), + [3623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(68), + [3626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(181), + [3629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4878), + [3632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4877), + [3635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4876), + [3638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3574), + [3641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4875), + [3644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4874), + [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4873), + [3650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4872), + [3653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4871), + [3656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4871), + [3659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5358), + [3662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(687), + [3665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4869), + [3668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4868), + [3671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4867), + [3674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4866), + [3677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4127), + [3680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4864), + [3683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4863), + [3686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3617), + [3689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3615), + [3692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3614), + [3695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3730), + [3698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4862), + [3701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4861), + [3704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4860), + [3707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(681), + [3710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(681), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4155), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5362), + [3727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5362), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [3731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6721), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [3737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4821), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), + [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), + [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), + [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4815), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4806), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4802), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4800), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [3817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [3837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(146), + [3840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1337), + [3843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4076), + [3846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4077), + [3849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4044), + [3852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5441), + [3855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5440), + [3858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5440), + [3861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4931), + [3864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6718), + [3867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(445), + [3870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(443), + [3873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4930), + [3876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4929), + [3879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4928), + [3882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4927), + [3885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4926), + [3888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(853), + [3891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(723), + [3894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4925), + [3897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4924), + [3900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4923), + [3903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(666), + [3906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(71), + [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(70), + [3912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(154), + [3915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4922), + [3918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4921), + [3921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4920), + [3924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3575), + [3927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4919), + [3930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4918), + [3933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4917), + [3936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4916), + [3939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4915), + [3942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4915), + [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5348), + [3948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(693), + [3951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4913), + [3954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4912), + [3957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4911), + [3960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4910), + [3963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4081), + [3966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4908), + [3969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4373), + [3972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3655), + [3975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3653), + [3978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3652), + [3981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3651), + [3984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4906), + [3987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4905), + [3990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4904), + [3993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(686), + [3996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(686), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [4077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4082), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), + [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5429), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), + [4091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6738), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), + [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4826), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), + [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), + [4139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4675), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4668), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [4175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), + [4197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5404), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), + [4201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6707), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4968), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), + [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5097), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), + [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), + [4285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [4293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), + [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [4307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6706), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [4315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4748), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [4321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [4327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4771), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4859), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), + [4357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4887), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [4363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4888), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), + [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), + [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), + [4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6737), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), + [4429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5179), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), + [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5116), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5246), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5257), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5285), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5178), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), + [4499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), + [4679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5355), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6712), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5146), + [4691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_body_with_parameter, 1), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5139), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [4723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), + [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5129), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), + [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5363), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), + [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6729), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [4801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4512), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4508), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), + [4813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4505), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [4833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), + [4843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4491), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4489), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), + [4877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [4901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(257), + [4904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(2992), + [4907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4082), + [4910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4080), + [4913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3987), + [4916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5428), + [4919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5429), + [4922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5429), + [4925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5114), + [4928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(6738), + [4931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(470), + [4934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(474), + [4937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5111), + [4940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5077), + [4943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5023), + [4946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4983), + [4949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4958), + [4952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4829), + [4955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4826), + [4958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4825), + [4961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(730), + [4964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(7), + [4967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(6), + [4970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(166), + [4973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4716), + [4976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4715), + [4979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4694), + [4982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3584), + [4985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4685), + [4988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4684), + [4991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4678), + [4994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4677), + [4997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4675), + [5000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4675), + [5003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5386), + [5006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), + [5008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(958), + [5011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4668), + [5014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4662), + [5017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4650), + [5020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4637), + [5023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4078), + [5026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4620), + [5029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4619), + [5032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3884), + [5035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3885), + [5038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3887), + [5041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3890), + [5044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4617), + [5047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4614), + [5050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4613), + [5053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(949), + [5056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(949), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [5083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_body_with_parameter, 2), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [5089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(268), + [5092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3409), + [5095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4112), + [5098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4111), + [5101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3970), + [5104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5403), + [5107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5404), + [5110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5404), + [5113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4966), + [5116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6707), + [5119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(602), + [5122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(601), + [5125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), + [5127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4968), + [5130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4969), + [5133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5001), + [5136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5012), + [5139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5024), + [5142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5025), + [5145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5039), + [5148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5040), + [5151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(742), + [5154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(10), + [5157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(11), + [5160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(151), + [5163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5046), + [5166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5058), + [5169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5088), + [5172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3580), + [5175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5097), + [5178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5100), + [5181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5110), + [5184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5128), + [5187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5143), + [5190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5143), + [5193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5315), + [5196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(821), + [5199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5157), + [5202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5174), + [5205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5181), + [5208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5182), + [5211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4106), + [5214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5184), + [5217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5192), + [5220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3933), + [5223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3931), + [5226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3930), + [5229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3929), + [5232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5225), + [5235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5236), + [5238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5237), + [5241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(818), + [5244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(818), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [5467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), + [5477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5374), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), + [5481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6713), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [5487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), + [5493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5105), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), + [5499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [5519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [5529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5089), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [5535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [5563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [5575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(350), + [5578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2026), + [5581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4072), + [5584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4073), + [5587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3979), + [5590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5438), + [5593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5291), + [5596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5291), + [5599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5000), + [5602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6716), + [5605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(475), + [5608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(473), + [5611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4999), + [5614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4998), + [5617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4997), + [5620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4996), + [5623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4995), + [5626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4994), + [5629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4993), + [5632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4992), + [5635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(737), + [5638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(57), + [5641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(60), + [5644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(178), + [5647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4991), + [5650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4990), + [5653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4989), + [5656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3583), + [5659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4988), + [5662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4987), + [5665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4986), + [5668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4985), + [5671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4984), + [5674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4984), + [5677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5338), + [5680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1161), + [5683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4982), + [5686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4981), + [5689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4979), + [5692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4978), + [5695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4087), + [5698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4977), + [5701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4976), + [5704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3909), + [5707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3910), + [5710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3911), + [5713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3912), + [5716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4975), + [5719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4974), + [5722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4972), + [5725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1258), + [5728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1258), + [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [5733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [5773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(366), + [5776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1943), + [5779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4179), + [5782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4177), + [5785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4065), + [5788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5333), + [5791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5334), + [5794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5334), + [5797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5191), + [5800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6711), + [5803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(546), + [5806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(545), + [5809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5190), + [5812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5189), + [5815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5188), + [5818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5187), + [5821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5185), + [5824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5180), + [5827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5177), + [5830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5176), + [5833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(740), + [5836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(29), + [5839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(32), + [5842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(163), + [5845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5175), + [5848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5173), + [5851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5172), + [5854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3605), + [5857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5171), + [5860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5170), + [5863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5169), + [5866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5165), + [5869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5163), + [5872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5163), + [5875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5310), + [5878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1209), + [5881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5161), + [5884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5160), + [5887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5156), + [5890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5155), + [5893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4176), + [5896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5154), + [5899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5153), + [5902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3609), + [5905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3704), + [5908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3824), + [5911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3836), + [5914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5152), + [5917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5151), + [5920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5150), + [5923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1106), + [5926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1106), + [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [5935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [5993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [6087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(422), + [6090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2112), + [6093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4104), + [6096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4103), + [6099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3999), + [6102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5417), + [6105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5419), + [6108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5419), + [6111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5045), + [6114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6715), + [6117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(488), + [6120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(487), + [6123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5043), + [6126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5042), + [6129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5041), + [6132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5038), + [6135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5035), + [6138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5034), + [6141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5031), + [6144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5030), + [6147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(733), + [6150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(53), + [6153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(56), + [6156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(175), + [6159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5028), + [6162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5021), + [6165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5020), + [6168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3588), + [6171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5019), + [6174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5017), + [6177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5016), + [6180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5014), + [6183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5013), + [6186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5013), + [6189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5336), + [6192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1070), + [6195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5011), + [6198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5010), + [6201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5009), + [6204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5008), + [6207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4094), + [6210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5006), + [6213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5005), + [6216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3779), + [6219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3752), + [6222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3840), + [6225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3841), + [6228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5004), + [6231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5003), + [6234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5002), + [6237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1169), + [6240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1169), + [6243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_blade, 1), + [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [6271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4137), + [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), + [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5371), + [6281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5371), + [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), + [6285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6728), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), + [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), + [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), + [6297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), + [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), + [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), + [6303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), + [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), + [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), + [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [6323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), + [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), + [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), + [6333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4531), + [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4528), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), + [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), + [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), + [6367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5393), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), + [6405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5396), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), + [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6714), + [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [6415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), + [6421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), + [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5069), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), + [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [6447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), + [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), + [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), + [6457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5059), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), + [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5057), + [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), + [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), + [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), + [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), + [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), + [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), + [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), + [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), + [6491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [6509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4179), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5334), + [6519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), + [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), + [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6711), + [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5190), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), + [6535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), + [6541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [6561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5171), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), + [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), + [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), + [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), + [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [6651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(460), + [6654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3278), + [6657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4164), + [6660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4163), + [6663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4056), + [6666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5353), + [6669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5355), + [6672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5355), + [6675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5147), + [6678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6712), + [6681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(530), + [6684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(529), + [6687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5146), + [6690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5145), + [6693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5144), + [6696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5142), + [6699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5141), + [6702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5140), + [6705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5139), + [6708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5137), + [6711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(747), + [6714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(35), + [6717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(38), + [6720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(148), + [6723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5136), + [6726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5135), + [6729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5134), + [6732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3601), + [6735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5133), + [6738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5132), + [6741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5131), + [6744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5130), + [6747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5129), + [6750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5129), + [6753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5318), + [6756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(795), + [6759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5127), + [6762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5126), + [6765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5125), + [6768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5124), + [6771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4144), + [6774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5123), + [6777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5121), + [6780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3630), + [6783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3631), + [6786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3632), + [6789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3633), + [6792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5120), + [6795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5118), + [6798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5117), + [6801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(895), + [6804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(895), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [6945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(510), + [6948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3495), + [6951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4130), + [6954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4131), + [6957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4032), + [6960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5388), + [6963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5383), + [6966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5383), + [6969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4727), + [6972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6706), + [6975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(617), + [6978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(616), + [6981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4748), + [6984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4751), + [6987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4754), + [6990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4755), + [6993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4756), + [6996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4760), + [6999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4771), + [7002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4790), + [7005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(748), + [7008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5), + [7011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(8), + [7014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(149), + [7017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4827), + [7020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4831), + [7023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4841), + [7026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3576), + [7029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4859), + [7032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4870), + [7035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4881), + [7038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4884), + [7041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4887), + [7044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4887), + [7047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5354), + [7050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(873), + [7053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4888), + [7056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4896), + [7059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4897), + [7062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4898), + [7065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4135), + [7068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4903), + [7071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4914), + [7074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3732), + [7077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3777), + [7080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3778), + [7083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3780), + [7086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4932), + [7089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4933), + [7092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4944), + [7095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(871), + [7098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(871), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4165), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), + [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), + [7129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5350), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), + [7133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6730), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [7139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), + [7145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4464), + [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [7151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4461), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [7171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), + [7181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4447), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5426), + [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4445), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), + [7215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [7267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), + [7277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), + [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6715), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [7287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), + [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), + [7293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), + [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5031), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), + [7319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5019), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), + [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), + [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5336), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), + [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), + [7363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [7379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(538), + [7382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2172), + [7385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4137), + [7388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4138), + [7391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4043), + [7394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5368), + [7397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5371), + [7400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5371), + [7403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4557), + [7406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6728), + [7409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(301), + [7412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(300), + [7415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4556), + [7418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4555), + [7421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4553), + [7424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4552), + [7427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4551), + [7430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4550), + [7433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4549), + [7436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4548), + [7439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(746), + [7442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(43), + [7445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(42), + [7448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(147), + [7451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4538), + [7454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4537), + [7457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4536), + [7460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3572), + [7463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4535), + [7466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4534), + [7469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4533), + [7472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4532), + [7475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4531), + [7478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4531), + [7481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5413), + [7484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1005), + [7487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4528), + [7490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4527), + [7493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4524), + [7496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4523), + [7499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4142), + [7502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4522), + [7505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4520), + [7508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3680), + [7511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3676), + [7514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3675), + [7517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3674), + [7520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4519), + [7523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4517), + [7526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4516), + [7529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1001), + [7532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1001), + [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [7575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(554), + [7578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3465), + [7581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4141), + [7584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4139), + [7587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4041), + [7590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5373), + [7593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5374), + [7596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5374), + [7599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5113), + [7602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6713), + [7605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(514), + [7608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(513), + [7611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5112), + [7614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5109), + [7617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5106), + [7620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5105), + [7623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5104), + [7626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5103), + [7629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5102), + [7632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5101), + [7635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(736), + [7638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(41), + [7641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(44), + [7644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(169), + [7647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4372), + [7650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5096), + [7653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5095), + [7656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3599), + [7659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5094), + [7662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5092), + [7665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5091), + [7668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5090), + [7671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5089), + [7674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5089), + [7677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5327), + [7680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(887), + [7683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5087), + [7686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5086), + [7689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5085), + [7692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5084), + [7695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4136), + [7698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5083), + [7701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5082), + [7704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3696), + [7707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3697), + [7710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3698), + [7713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3699), + [7716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5081), + [7719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5080), + [7722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5079), + [7725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(987), + [7728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(987), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), + [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), + [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), + [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5340), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), + [7907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6731), + [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [7913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4433), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), + [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), + [7919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4430), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), + [7925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4427), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), + [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [7945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), + [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), + [7955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4416), + [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), + [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), + [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [7989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [8019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(622), + [8022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2254), + [8025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4146), + [8028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4148), + [8031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4054), + [8034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5364), + [8037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5363), + [8040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5363), + [8043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4513), + [8046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6729), + [8049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(288), + [8052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(287), + [8055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4512), + [8058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4511), + [8061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4509), + [8064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4508), + [8067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4507), + [8070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4506), + [8073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4505), + [8076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4503), + [8079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(744), + [8082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(40), + [8085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(39), + [8088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(164), + [8091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4498), + [8094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4497), + [8097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4496), + [8100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3603), + [8103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4495), + [8106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4494), + [8109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4493), + [8112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4492), + [8115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4491), + [8118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4491), + [8121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5418), + [8124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1002), + [8127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4489), + [8130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4488), + [8133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4485), + [8136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4484), + [8139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4153), + [8142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4482), + [8145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4481), + [8148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3649), + [8151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3648), + [8154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3647), + [8157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3646), + [8160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4480), + [8163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4479), + [8166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4477), + [8169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(995), + [8172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(995), + [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [8183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4180), + [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), + [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), + [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5331), + [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), + [8197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6732), + [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [8203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4401), + [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), + [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [8209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4398), + [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), + [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), + [8215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), + [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), + [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [8235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4385), + [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [8245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4381), + [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), + [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [8251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), + [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), + [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), + [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [8291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), + [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5438), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), + [8301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5291), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), + [8305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6716), + [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [8311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), + [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), + [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), + [8317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4996), + [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4995), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4994), + [8323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4993), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), + [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), + [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4988), + [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), + [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), + [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), + [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), + [8353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4984), + [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [8359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), + [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), + [8387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [8393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(629), + [8396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2336), + [8399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4165), + [8402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4167), + [8405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3990), + [8408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5351), + [8411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5350), + [8414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5350), + [8417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4470), + [8420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6730), + [8423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(272), + [8426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(271), + [8429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4467), + [8432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4466), + [8435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4465), + [8438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4464), + [8441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4463), + [8444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4462), + [8447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4461), + [8450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4460), + [8453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(743), + [8456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(37), + [8459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(36), + [8462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(162), + [8465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4455), + [8468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4453), + [8471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4452), + [8474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3600), + [8477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4451), + [8480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4450), + [8483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4449), + [8486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4448), + [8489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4447), + [8492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4447), + [8495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5426), + [8498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(996), + [8501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4445), + [8504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4444), + [8507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4443), + [8510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4442), + [8513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4171), + [8516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4441), + [8519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4440), + [8522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3839), + [8525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3766), + [8528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3791), + [8531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3798), + [8534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4438), + [8537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4437), + [8540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4436), + [8543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(991), + [8546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(991), + [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [8563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), + [8573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), + [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), + [8577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6733), + [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [8583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), + [8589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4483), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), + [8595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4504), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), + [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [8615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4539), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), + [8625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [8631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [8659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [8665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(635), + [8668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2418), + [8671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4173), + [8674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4174), + [8677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3967), + [8680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5341), + [8683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5340), + [8686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5340), + [8689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4434), + [8692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6731), + [8695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(256), + [8698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(255), + [8701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4433), + [8704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4432), + [8707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4431), + [8710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4430), + [8713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4429), + [8716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4428), + [8719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4427), + [8722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4426), + [8725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(741), + [8728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(34), + [8731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(33), + [8734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(161), + [8737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4423), + [8740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4422), + [8743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4421), + [8746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3590), + [8749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4420), + [8752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4419), + [8755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4418), + [8758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4417), + [8761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4416), + [8764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4416), + [8767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5433), + [8770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(992), + [8773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4414), + [8776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4413), + [8779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4412), + [8782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4411), + [8785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4175), + [8788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4410), + [8791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4409), + [8794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3616), + [8797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3634), + [8800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3660), + [8803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3729), + [8806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4408), + [8809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4407), + [8812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4404), + [8815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(986), + [8818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(986), + [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [8829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4170), + [8831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), + [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5304), + [8839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5304), + [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4618), + [8843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6734), + [8845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [8849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4621), + [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), + [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), + [8855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4627), + [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), + [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), + [8861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4652), + [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), + [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), + [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), + [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4682), + [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [8881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4687), + [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), + [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), + [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), + [8891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4705), + [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5378), + [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [8897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), + [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), + [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), + [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), + [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), + [8925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [8931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(639), + [8934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2500), + [8937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4180), + [8940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4182), + [8943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4059), + [8946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5332), + [8949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5331), + [8952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5331), + [8955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4402), + [8958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6732), + [8961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(242), + [8964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(241), + [8967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4401), + [8970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4400), + [8973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4399), + [8976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4398), + [8979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4397), + [8982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4396), + [8985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4395), + [8988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4392), + [8991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(739), + [8994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(31), + [8997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(30), + [9000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(159), + [9003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4388), + [9006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4387), + [9009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4386), + [9012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3606), + [9015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4385), + [9018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4384), + [9021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4383), + [9024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4382), + [9027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4381), + [9030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4381), + [9033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5442), + [9036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(988), + [9039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4379), + [9042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4378), + [9045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4377), + [9048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4376), + [9051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4156), + [9054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4375), + [9057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4374), + [9060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3627), + [9063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3628), + [9066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3629), + [9069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3635), + [9072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4907), + [9075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4454), + [9078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4458), + [9081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(982), + [9084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(982), + [9087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(640), + [9090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(2000), + [9093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4100), + [9096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4101), + [9099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3981), + [9102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5377), + [9105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5370), + [9108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5370), + [9111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4801), + [9114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(6621), + [9117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(630), + [9120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(230), + [9123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5214), + [9126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5209), + [9129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5033), + [9132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5032), + [9135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4391), + [9138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4824), + [9141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4823), + [9144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4813), + [9147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(745), + [9150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(21), + [9153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(22), + [9156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(156), + [9159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4671), + [9162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4667), + [9165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4661), + [9168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3573), + [9171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4518), + [9174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4515), + [9177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4389), + [9180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4390), + [9183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4546), + [9186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4546), + [9189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5431), + [9192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(951), + [9195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4425), + [9198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4456), + [9201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4457), + [9204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4459), + [9207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4096), + [9210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4501), + [9213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4502), + [9216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3692), + [9219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3693), + [9222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3783), + [9225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3703), + [9228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4580), + [9231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4582), + [9234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4626), + [9237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(934), + [9240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(934), + [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [9247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4169), + [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), + [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), + [9257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5293), + [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), + [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6735), + [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [9267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4763), + [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), + [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), + [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), + [9279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4811), + [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), + [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), + [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), + [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), + [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), + [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), + [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), + [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), + [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), + [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4899), + [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), + [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4909), + [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), + [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), + [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), + [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), + [9343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [9349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(643), + [9352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2582), + [9355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4149), + [9358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4095), + [9361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4051), + [9364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5322), + [9367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5321), + [9370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5321), + [9373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4473), + [9376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6733), + [9379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(229), + [9382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(228), + [9385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4475), + [9388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4476), + [9391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4478), + [9394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4483), + [9397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4486), + [9400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4500), + [9403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4504), + [9406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4510), + [9409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(728), + [9412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(28), + [9415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(27), + [9418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(158), + [9421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4525), + [9424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4526), + [9427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4529), + [9430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3604), + [9433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4539), + [9436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4540), + [9439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4541), + [9442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4439), + [9445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4554), + [9448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4554), + [9451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5407), + [9454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(983), + [9457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4560), + [9460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4579), + [9463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4581), + [9466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4593), + [9469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4132), + [9472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4596), + [9475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4600), + [9478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3658), + [9481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3659), + [9484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3661), + [9487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3667), + [9490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4610), + [9493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4611), + [9496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4612), + [9499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(977), + [9502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(977), + [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [9509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), + [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), + [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), + [9519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5324), + [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4973), + [9523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6736), + [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [9529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4980), + [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), + [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), + [9535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5018), + [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5022), + [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), + [9541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), + [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), + [9545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), + [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [9561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), + [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), + [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), + [9571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5093), + [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), + [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [9577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5098), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), + [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), + [9605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [9613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(647), + [9616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2664), + [9619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4170), + [9622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4183), + [9625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4035), + [9628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5305), + [9631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5304), + [9634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5304), + [9637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4618), + [9640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6734), + [9643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(215), + [9646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(214), + [9649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4621), + [9652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4622), + [9655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4625), + [9658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4627), + [9661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4638), + [9664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4641), + [9667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4652), + [9670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4660), + [9673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(735), + [9676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(25), + [9679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(24), + [9682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(153), + [9685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4547), + [9688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4681), + [9691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4682), + [9694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3598), + [9697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4687), + [9700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4689), + [9703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4696), + [9706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4704), + [9709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4705), + [9712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4705), + [9715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5378), + [9718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(978), + [9721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4723), + [9724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4738), + [9727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4742), + [9730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4746), + [9733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4181), + [9736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4749), + [9739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4752), + [9742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3705), + [9745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3706), + [9748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3708), + [9751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3714), + [9754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4753), + [9757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4757), + [9760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4758), + [9763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(973), + [9766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(973), + [9769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(648), + [9772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2690), + [9775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4128), + [9778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4126), + [9781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4016), + [9784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5393), + [9787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5396), + [9790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5396), + [9793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5076), + [9796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6714), + [9799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(501), + [9802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(500), + [9805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5075), + [9808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5074), + [9811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5073), + [9814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5072), + [9817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5071), + [9820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5070), + [9823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5069), + [9826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5068), + [9829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(738), + [9832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(47), + [9835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(50), + [9838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(173), + [9841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5066), + [9844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5065), + [9847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5064), + [9850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3594), + [9853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5063), + [9856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5062), + [9859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5061), + [9862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5060), + [9865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5059), + [9868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5059), + [9871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5329), + [9874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(979), + [9877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5057), + [9880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5056), + [9883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5054), + [9886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5053), + [9889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4119), + [9892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5052), + [9895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5050), + [9898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3767), + [9901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3768), + [9904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3769), + [9907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3770), + [9910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5049), + [9913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5048), + [9916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5047), + [9919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1078), + [9922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1078), + [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [9929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4097), + [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5415), + [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), + [9939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5414), + [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), + [9943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6739), + [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [9949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4592), + [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), + [9953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), + [9955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4558), + [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), + [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), + [9961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), + [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), + [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), + [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [9981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), + [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [9985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), + [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), + [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), + [9991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4446), + [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [9995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [9997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4435), + [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), + [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), + [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), + [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), + [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), + [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), + [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), + [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), + [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), + [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), + [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), + [10025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [10031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(651), + [10034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2746), + [10037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4169), + [10040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4168), + [10043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4025), + [10046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5294), + [10049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5293), + [10052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5293), + [10055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4762), + [10058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6735), + [10061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(199), + [10064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(198), + [10067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4763), + [10070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4767), + [10073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4780), + [10076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4788), + [10079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4794), + [10082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4676), + [10085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4811), + [10088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4812), + [10091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(734), + [10094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(18), + [10097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(17), + [10100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(167), + [10103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4828), + [10106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4838), + [10109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4865), + [10112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3596), + [10115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4880), + [10118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4889), + [10121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4890), + [10124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4894), + [10127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4895), + [10130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4895), + [10133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5352), + [10136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(974), + [10139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4899), + [10142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4900), + [10145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4902), + [10148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4909), + [10151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4166), + [10154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4809), + [10157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4945), + [10160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3744), + [10163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3745), + [10166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3747), + [10169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3748), + [10172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4951), + [10175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4955), + [10178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4965), + [10181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(969), + [10184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(969), + [10187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(652), + [10190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2828), + [10193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4152), + [10196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4151), + [10199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4012), + [10202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5323), + [10205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5324), + [10208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5324), + [10211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4973), + [10214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6736), + [10217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(187), + [10220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(186), + [10223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4980), + [10226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5007), + [10229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5015), + [10232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5018), + [10235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5022), + [10238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5026), + [10241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5027), + [10244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5029), + [10247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(732), + [10250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(15), + [10253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(14), + [10256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(150), + [10259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5036), + [10262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5037), + [10265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5044), + [10268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3592), + [10271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5051), + [10274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5055), + [10277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4936), + [10280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5078), + [10283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5093), + [10286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5093), + [10289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5326), + [10292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(970), + [10295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5098), + [10298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5099), + [10301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5107), + [10304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5108), + [10307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4150), + [10310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5115), + [10313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5067), + [10316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3792), + [10319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3799), + [10322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3800), + [10325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3802), + [10328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5119), + [10331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5122), + [10334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5138), + [10337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(963), + [10340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(963), + [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [10345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(654), + [10348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2910), + [10351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4125), + [10354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4122), + [10357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4002), + [10360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5394), + [10363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5395), + [10366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5395), + [10369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5158), + [10372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6737), + [10375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(267), + [10378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(373), + [10381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5159), + [10384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5164), + [10387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5166), + [10390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5179), + [10393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5183), + [10396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5186), + [10399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5116), + [10402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5196), + [10405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(731), + [10408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(12), + [10411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(9), + [10414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(165), + [10417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5220), + [10420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5235), + [10423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5239), + [10426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3589), + [10429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5246), + [10432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5249), + [10435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5250), + [10438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5254), + [10441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5257), + [10444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5257), + [10447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5366), + [10450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(964), + [10453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5285), + [10456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5266), + [10459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5204), + [10462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5178), + [10465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4113), + [10468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5168), + [10471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5162), + [10474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3825), + [10477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3826), + [10480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3828), + [10483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3830), + [10486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5149), + [10489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5148), + [10492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5193), + [10495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(957), + [10498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(957), + [10501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [10503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [10505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [10507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(657), + [10510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3074), + [10513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4097), + [10516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4098), + [10519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3977), + [10522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5415), + [10525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5414), + [10528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5414), + [10531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4605), + [10534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6739), + [10537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(562), + [10540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(656), + [10543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4592), + [10546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4570), + [10549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4559), + [10552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4558), + [10555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4545), + [10558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4544), + [10561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4542), + [10564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4530), + [10567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(729), + [10570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4), + [10573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3), + [10576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(180), + [10579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4514), + [10582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4499), + [10585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4490), + [10588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3582), + [10591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4487), + [10594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4474), + [10597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4471), + [10600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4469), + [10603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4446), + [10606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4446), + [10609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5427), + [10612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(952), + [10615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4435), + [10618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4424), + [10621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4415), + [10624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4406), + [10627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4099), + [10630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4405), + [10633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4403), + [10636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3915), + [10639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3916), + [10642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3918), + [10645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3919), + [10648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4394), + [10651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4393), + [10654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4380), + [10657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(947), + [10660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(947), + [10663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_operator, 1, .production_id = 1), + [10665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_operator, 1, .production_id = 1), + [10667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [10671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_keyword, 1), + [10673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_keyword, 1), + [10675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [10677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text, 1), + [10679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_text, 1), + [10681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [10683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [10685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [10687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [10689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [10691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [10693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), + [10695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [10697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [10699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [10701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [10703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [10705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [10707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [10709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), + [10711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), + [10713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(684), + [10716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(684), + [10719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), + [10721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [10723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [10725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), + [10727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [10729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [10731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(689), + [10734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(689), + [10737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [10739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [10741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [10743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(694), + [10746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(694), + [10749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(695), + [10752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(695), + [10755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(696), + [10758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(696), + [10761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [10763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(701), + [10766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(701), + [10769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), + [10771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [10773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(704), + [10776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(704), + [10779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [10781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [10783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(709), + [10786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(709), + [10789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [10791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [10793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(711), + [10796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(711), + [10799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [10801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [10803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(714), + [10806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(714), + [10809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(716), + [10812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(716), + [10815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(717), + [10818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(717), + [10821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(718), + [10824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(718), + [10827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(719), + [10830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(719), + [10833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [10835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [10837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [10839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [10841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [10843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), + [10845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [10847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop, 1), + [10849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop, 1), + [10851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional, 1), + [10853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional, 1), + [10855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_livewire, 1), + [10857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_livewire, 1), + [10859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__escaped, 2), + [10861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__escaped, 2), + [10863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_keyword, 2), + [10865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_keyword, 2), + [10867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verbatim, 2), + [10869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verbatim, 2), + [10871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped, 2), + [10873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped, 2), + [10875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_line_raw, 2), + [10877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_line_raw, 2), + [10879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_raw, 2, .production_id = 1), + [10881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inline_raw, 2, .production_id = 1), + [10883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__envoy_error, 2), + [10885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__envoy_error, 2), + [10887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_operator, 2, .production_id = 1), + [10889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_operator, 2, .production_id = 1), + [10891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2), + [10893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2), + [10895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setup, 2), + [10897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setup, 2), + [10899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_directive, 2), + [10901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inline_directive, 2), + [10903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__before, 2), + [10905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__before, 2), + [10907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__after, 2), + [10909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__after, 2), + [10911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__success, 2), + [10913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__success, 2), + [10915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__finished, 2), + [10917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__finished, 2), + [10919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_envoy, 1), + [10921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_envoy, 1), + [10923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_once, 2), + [10925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_once, 2), + [10927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__escaped, 3), + [10929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__escaped, 3), + [10931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped, 3), + [10933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped, 3), + [10935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stack, 1), + [10937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stack, 1), + [10939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_php_statement, 1), + [10941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_php_statement, 1), + [10943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword, 1), + [10945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyword, 1), + [10947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_authorization, 1), + [10949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_authorization, 1), + [10951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_line_raw, 3), + [10953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_line_raw, 3), + [10955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment, 3), + [10957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment, 3), + [10959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_once, 3), + [10961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_once, 3), + [10963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verbatim, 3), + [10965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verbatim, 3), + [10967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__push, 3), + [10969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__push, 3), + [10971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pushOnce, 3), + [10973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pushOnce, 3), + [10975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pushIf, 3), + [10977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pushIf, 3), + [10979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prepend, 3), + [10981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prepend, 3), + [10983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prependOnce, 3), + [10985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prependOnce, 3), + [10987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if, 3), + [10989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__if, 3), + [10991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unless, 3), + [10993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unless, 3), + [10995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__isset, 3), + [10997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__isset, 3), + [10999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty, 3), + [11001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty, 3), + [11003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__auth, 3), + [11005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__auth, 3), + [11007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__guest, 3), + [11009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__guest, 3), + [11011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__production, 3), + [11013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__production, 3), + [11015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), + [11017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__env, 3), + [11019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__env, 3), + [11021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__hasSection, 3), + [11023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__hasSection, 3), + [11025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sectionMissing, 3), + [11027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__sectionMissing, 3), + [11029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__error, 3), + [11031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__error, 3), + [11033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__envoy_error, 3), + [11035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__envoy_error, 3), + [11037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cannot, 3), + [11039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cannot, 3), + [11041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__canany, 3), + [11043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__canany, 3), + [11045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__feature, 3), + [11047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__feature, 3), + [11049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__custom, 3), + [11051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__custom, 3), + [11053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 3), + [11055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 3), + [11057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for, 3), + [11059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for, 3), + [11061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__foreach, 3), + [11063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__foreach, 3), + [11065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__forelse, 3), + [11067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__forelse, 3), + [11069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__while, 3), + [11071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__while, 3), + [11073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setup, 3), + [11075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setup, 3), + [11077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__task, 3), + [11079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__task, 3), + [11081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__story, 3), + [11083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__story, 3), + [11085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__before, 3), + [11087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__before, 3), + [11089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__after, 3), + [11091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__after, 3), + [11093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), + [11095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [11097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__success, 3), + [11099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__success, 3), + [11101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__finished, 3), + [11103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__finished, 3), + [11105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [11107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__persist, 3), + [11109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__persist, 3), + [11111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__teleport, 3), + [11113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__teleport, 3), + [11115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__volt, 3), + [11117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__volt, 3), + [11119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 4, .production_id = 2), + [11121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 4, .production_id = 2), + [11123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 4, .production_id = 3), + [11125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 4, .production_id = 3), + [11127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_parameter, 2), + [11129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive_parameter, 2), + [11131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 4), + [11133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 4), + [11135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 5, .production_id = 2), + [11137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 5, .production_id = 2), + [11139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 5, .production_id = 4), + [11141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 5, .production_id = 4), + [11143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 5), + [11145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 5), + [11147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 6, .production_id = 5), + [11149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 6, .production_id = 5), + [11151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 6, .production_id = 6), + [11153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 6, .production_id = 6), + [11155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 5, .production_id = 5), + [11157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 5, .production_id = 5), + [11159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 6), + [11161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 6), + [11163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(861), + [11166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(861), + [11169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [11171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [11173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [11175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_parameter, 3), + [11177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive_parameter, 3), + [11179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [11181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__can, 3), + [11183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__can, 3), + [11185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [11187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [11189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(920), + [11192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(920), + [11195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [11197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [11199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(938), + [11202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(938), + [11205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(939), + [11208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(939), + [11211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(940), + [11214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(940), + [11217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(941), + [11220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(941), + [11223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(942), + [11226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(942), + [11229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(943), + [11232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(943), + [11235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(944), + [11238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(944), + [11241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(945), + [11244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(945), + [11247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(946), + [11250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(946), + [11253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [11255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [11257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(948), + [11260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(948), + [11263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [11265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [11267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(950), + [11270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(950), + [11273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [11275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [11277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(956), + [11280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(956), + [11283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [11285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [11287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [11289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [11291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [11293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), + [11295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [11297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [11299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [11301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [11303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [11305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [11307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [11309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [11311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [11313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [11315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [11317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [11319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [11321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [11323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [11325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [11327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [11329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [11331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [11333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [11335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [11337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [11339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [11341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [11343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [11345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [11347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [11349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1003), + [11352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1003), + [11355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [11357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [11359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [11361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [11363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [11365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [11367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1150), + [11370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1150), + [11373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [11375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [11377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [11379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [11381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1238), + [11384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1238), + [11387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), + [11389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [11391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1537), + [11394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1537), + [11397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1704), + [11400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1704), + [11403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1787), + [11406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1787), + [11409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1870), + [11412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1870), + [11415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [11417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), + [11419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), + [11421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [11423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [11425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [11427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [11429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [11431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [11433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [11435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [11437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [11439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [11441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [11443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [11445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [11447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [11449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [11451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [11453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [11455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [11457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [11459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [11461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [11463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [11465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [11467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [11469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [11471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [11473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [11475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [11477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [11479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [11481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [11483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [11485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [11487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [11489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [11491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), + [11493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5325), + [11496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4121), + [11499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4121), + [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), + [11506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4178), + [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), + [11514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), + [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), + [11524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), + [11534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4074), + [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [11554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), + [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), + [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [11634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5346), + [11637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4084), + [11640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4084), + [11643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [11645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [11647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [11649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), + [11651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [11653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [11655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [11657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [11659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [11661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [11663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [11665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [11667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [11671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [11673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [11675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [11677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [11679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [11681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [11683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [11685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [11687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [11689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [11691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [11695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [11697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [11699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [11701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [11703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [11705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [11707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [11709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [11711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [11713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [11715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [11717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [11719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [11721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [11723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [11725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [11727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [11729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [11731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [11733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [11735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [11737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [11739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [11741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [11743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [11745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [11749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [11751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [11753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [11755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), + [11757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [11759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [11761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [11763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [11765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [11767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [11769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [11771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [11773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [11775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [11777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [11779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [11781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [11783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [11785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [11787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [11789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [11791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [11793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [11795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [11797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [11799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [11803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [11805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [11807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [11809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [11811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [11813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [11815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [11817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [11819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [11823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [11829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [11833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [11835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [11837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [11839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [11841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [11843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [11845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [11847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [11849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [11851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [11853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [11855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [11857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [11859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [11861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [11863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [11865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [11867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [11869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [11871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [11873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [11875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [11877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [11879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [11881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [11883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [11885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [11887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [11889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [11891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [11893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [11895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5295), + [11898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4074), + [11901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4074), + [11904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [11906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [11908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [11910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [11912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [11914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [11916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [11918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [11920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [11924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [11926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [11928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [11930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [11932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [11934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [11936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [11938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [11940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [11942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [11944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [11946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [11948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [11950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [11952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [11954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [11956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [11958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [11960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [11962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [11964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [11966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [11968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [11970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [11972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [11974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [11976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [11978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [11980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [11982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [11984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [11986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [11988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [11990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [11992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [11994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [11996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [11998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [12000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [12002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [12004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [12006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [12008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [12010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [12012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [12014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [12016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [12018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [12020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [12022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [12024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), + [12028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [12030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [12032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [12034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [12036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [12038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [12040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [12042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [12046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [12048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [12050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [12052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [12054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [12056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [12058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [12082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [12090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [12094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [12098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [12100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [12104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [12112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), + [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [12128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [12140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [12142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [12144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [12146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [12148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [12150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [12152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [12154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [12156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [12158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [12160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [12162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [12164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5299), + [12167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4102), + [12170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4102), + [12173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [12175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [12177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [12179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [12181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [12183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [12185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [12187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [12189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [12191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [12193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [12195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [12197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [12199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [12201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [12203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [12205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [12207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), + [12209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [12211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [12213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [12215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [12217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [12219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [12221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [12223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [12225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [12227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [12229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [12231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [12233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [12235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [12237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [12239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [12241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [12243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), + [12245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [12247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [12249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [12251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [12253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5424), + [12256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4178), + [12259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4178), + [12262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [12264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [12266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [12268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [12270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), + [12274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [12276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [12278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [12280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [12282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [12284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [12294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [12300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [12302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [12304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [12306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [12308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [12310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [12312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [12318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [12320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [12322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [12324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [12326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [12328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [12330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [12332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [12334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [12336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [12338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [12340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [12342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [12344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), + [12346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [12348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [12350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [12352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [12354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [12356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), + [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [12380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [12382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [12384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [12386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [12388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [12390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [12392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [12394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [12396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [12398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [12402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [12406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), + [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [12410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [12412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [12414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [12418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [12420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [12422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [12426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [12428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [12430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [12432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [12434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [12436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [12438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [12440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [12442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [12444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [12446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [12448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [12450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [12452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [12454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [12456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [12460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [12462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [12464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [12466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [12468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [12470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [12472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [12474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [12476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [12478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [12480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [12482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [12484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [12486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [12488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [12490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [12492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [12494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [12496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [12498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [12500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [12502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [12504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [12506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [12508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [12510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [12512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [12514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [12516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [12518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [12520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [12522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [12524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [12526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [12528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [12530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [12532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [12534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [12536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [12538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [12540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [12542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [12544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [12546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [12548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [12550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [12552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [12554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [12556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [12558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4067), + [12561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4067), + [12564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), + [12566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), + [12568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [12570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4189), + [12572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [12574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [12576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [12578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4191), + [12580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [12582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [12584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4188), + [12586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [12588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [12590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_php_only, 1), + [12592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), + [12594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), + [12596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [12598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [12600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [12602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [12604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4079), + [12607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4079), + [12610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [12612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [12614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [12616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [12618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4079), + [12620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), + [12622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), + [12624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), + [12626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [12628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [12630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [12632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [12634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [12636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [12638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [12640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [12642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [12644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [12646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [12648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [12650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [12652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [12654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [12656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [12658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4140), + [12660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [12662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [12664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [12666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [12668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [12670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [12672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [12674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [12676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [12678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [12680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), + [12682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [12684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4114), + [12687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4114), + [12690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [12692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [12694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [12696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4118), + [12699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4118), + [12702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [12704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [12706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), + [12708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [12710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [12712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [12714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [12716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), + [12718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [12720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [12722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [12724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4129), + [12727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4129), + [12730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [12732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [12734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [12736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [12738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [12740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [12742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [12744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [12746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [12748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [12750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4140), + [12753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4140), + [12756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [12758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [12760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [12762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [12764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [12766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [12768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [12770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [12772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [12774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [12776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [12778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [12780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [12782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [12784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [12786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [12788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [12790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [12792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [12794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [12796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [12798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [12800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [12802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [12804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [12806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [12808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [12810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [12812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [12814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [12816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [12818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4172), + [12821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4172), + [12824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [12826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [12828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [12830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [12832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [12834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4172), + [12836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [12838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [12840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [12842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [12844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [12846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [12848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [12850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [12852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4186), + [12855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4186), + [12858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4187), + [12861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4187), + [12864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [12866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), + [12868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), + [12870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [12872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [12874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4186), + [12876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), + [12878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [12880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4194), + [12883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4194), + [12886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4195), + [12889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4195), + [12892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [12894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [12896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4543), + [12898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [12900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), + [12902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [12904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), + [12906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), + [12908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [12910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [12912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [12914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [12916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3220), + [12918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [12920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), + [12922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [12924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [12926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [12928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [12930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), + [12932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), + [12934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [12936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [12938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5335), + [12940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), + [12942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [12944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [12946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [12948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_repeat1, 2), + [12950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_repeat1, 2), SHIFT_REPEAT(4971), + [12953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [12955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [12957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__notification, 2), + [12959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__notification, 2), + [12961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), + [12963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [12965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [12967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), + [12969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [12971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [12973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), + [12975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [12977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [12979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [12981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [12983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [12985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [12987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [12989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), + [12991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [12993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), + [12995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [12997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [12999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [13001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [13003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), + [13005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [13007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), + [13009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), SHIFT_REPEAT(4543), + [13012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), + [13014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [13016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), + [13018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5303), + [13020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [13022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [13024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [13026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [13028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [13030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [13032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [13034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [13036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), + [13038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), + [13040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), + [13042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [13044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [13046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), + [13048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [13050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [13052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [13054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [13056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3414), + [13058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [13060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [13062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [13064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [13066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), + [13068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [13070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3282), + [13072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [13074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [13076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), + [13078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [13080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [13082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [13084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [13086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [13088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [13090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [13092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [13094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [13096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5384), + [13098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [13100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [13102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [13104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), + [13106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), + [13108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [13110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [13112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [13114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [13116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [13118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [13120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [13122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), + [13124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), + [13126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [13128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [13130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), SHIFT_REPEAT(4961), + [13133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), + [13135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4304), + [13137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [13139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [13141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [13143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [13145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [13147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [13149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4319), + [13151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), + [13153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [13155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [13157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [13159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), + [13161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [13163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [13165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [13167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4322), + [13169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [13171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4330), + [13173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4339), + [13175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [13177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [13179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [13181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [13183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [13185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [13187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), + [13189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [13191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [13193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4348), + [13195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [13197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [13199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5387), + [13201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [13203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [13205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [13207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4329), + [13209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [13211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [13213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [13215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [13217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [13219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), + [13221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [13223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), + [13225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [13227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [13229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [13231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [13233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [13235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4361), + [13237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), + [13239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), + [13241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [13243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [13245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [13247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [13249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [13251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [13253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [13255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [13257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [13259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [13261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [13263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [13265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [13267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [13269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [13271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [13273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [13275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), + [13277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [13279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [13281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [13283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [13285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), + [13287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [13289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), + [13291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [13293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [13295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [13297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), + [13299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [13301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 1), + [13303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), + [13305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4240), + [13307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1), + [13309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [13311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), + [13313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case, 3), + [13315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 2), + [13317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), + [13319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), + [13321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [13323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [13325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [13327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [13329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [13331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), + [13333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [13335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), + [13337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_with_parenthesis, 3), + [13339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 3), + [13341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [13343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [13345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [13347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [13349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [13351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [13353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [13355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [13357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [13359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [13361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [13363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [13365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [13367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [13369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [13371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_with_parenthesis, 4), + [13373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [13375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [13377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [13379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [13381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [13383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), + [13385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [13387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), + [13389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [13391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [13393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [13395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [13397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [13399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [13401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [13403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [13405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [13407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [13409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [13411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [13413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [13415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [13417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [13419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [13421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [13423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_with_parenthesis, 3), + [13425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [13427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [13429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_with_parenthesis, 4), + [13431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [13433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [13435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [13437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [13439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [13441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [13443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [13445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [13447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [13449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [13451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [13453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [13455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [13457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [13459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [13461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [13463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [13465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [13467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [13469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [13471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), + [13473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [13475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), + [13477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [13479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [13481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [13483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [13485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [13487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [13489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [13491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), + [13493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [13495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [13497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [13499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [13501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [13503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [13505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [13507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [13509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [13511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [13513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [13515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [13517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [13519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [13521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [13523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [13525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [13527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [13529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [13531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [13533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [13535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [13537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [13539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [13541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [13543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [13545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [13547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [13549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [13551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [13553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [13555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [13557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [13559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [13561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), + [13563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [13565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), + [13567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [13569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [13571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [13573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [13575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [13577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [13579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [13581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [13583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [13585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [13587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [13589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [13591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [13593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [13595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [13597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [13599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [13601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [13603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [13605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [13607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [13609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [13611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [13613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [13615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [13617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [13619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [13621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [13623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [13625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [13627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [13629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [13631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [13633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [13635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [13637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [13639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), + [13641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [13643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [13645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [13647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [13649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [13651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [13653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [13655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [13657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [13659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [13661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [13663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [13665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [13667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [13669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [13671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [13673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [13675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [13677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [13679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [13681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [13683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [13685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [13687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [13689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [13691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [13693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [13695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [13697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [13699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [13701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [13703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [13705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [13707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [13709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [13711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [13713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [13715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [13717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), + [13719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [13721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [13723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [13725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [13727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [13729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [13731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [13733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [13735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [13737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [13739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [13741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [13743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [13745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [13747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [13749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [13751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [13753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [13755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [13757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [13759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [13761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [13763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [13765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [13767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [13769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [13771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [13773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), + [13775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [13777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [13779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [13781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [13783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [13785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [13787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [13789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [13791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [13793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [13795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [13797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [13799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [13801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [13803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [13805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [13807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [13809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [13811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [13813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [13815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [13817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [13819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [13821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [13823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [13825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [13827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [13829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [13831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [13833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [13835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [13837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [13839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [13841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [13843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [13845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [13847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [13849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [13851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [13853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [13855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [13857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [13859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [13861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [13863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [13865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [13867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [13869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [13871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [13873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [13875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [13877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [13879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [13881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [13883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [13885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [13887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [13889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [13891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [13893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [13895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [13897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [13899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [13901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [13903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), + [13905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [13907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [13909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [13911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [13913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [13915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [13917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [13919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [13921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [13923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [13925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [13927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [13929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [13931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [13933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [13935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [13937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [13939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [13941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [13943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [13945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [13947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [13949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [13951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [13953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [13955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [13957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [13959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [13961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), + [13963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [13965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [13967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [13969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [13971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [13973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [13975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [13977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [13979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [13981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [13983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [13985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [13987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [13989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [13991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [13993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [13995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [13997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [13999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [14001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [14003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [14005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [14007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [14009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [14011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [14013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [14015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [14017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [14019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [14021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [14023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [14025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [14027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [14029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [14031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [14033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [14035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [14037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [14039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [14041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [14043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [14045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [14047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [14049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [14051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [14053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [14055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [14057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [14059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [14061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [14063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [14065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [14067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [14069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [14071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [14073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [14075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [14077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [14079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [14081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [14083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [14085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [14087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [14089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [14091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [14093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [14095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [14097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [14099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [14101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [14103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [14105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [14107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [14109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [14111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [14113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [14115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [14117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [14119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [14121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [14123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), + [14125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [14127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [14129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [14131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [14133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [14135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [14137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [14139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [14141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [14143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [14145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [14147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [14149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [14151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [14153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [14155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [14157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [14159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [14161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [14163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [14165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [14167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [14169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [14171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [14173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [14175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [14177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [14179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [14181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [14183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [14185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [14187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), + [14189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [14191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [14193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [14195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [14197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [14199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [14201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [14203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [14205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [14207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [14209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [14211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [14213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [14215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [14217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [14219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [14221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [14223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [14225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [14227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [14229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [14231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [14233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [14235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [14237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [14239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [14241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [14243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [14245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [14247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [14249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [14251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [14253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [14255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [14257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [14259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [14261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [14263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [14265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [14267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [14269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [14271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [14273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [14275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [14277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [14279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [14281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [14283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [14285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [14287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [14289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [14291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [14293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [14295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [14297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [14299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [14301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [14303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [14305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [14307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [14309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [14311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [14313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [14315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [14317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [14319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [14321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [14323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [14325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [14327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [14329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [14331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [14333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [14335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [14337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [14339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [14341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [14343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [14345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [14347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [14349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [14351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [14353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [14355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [14357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [14359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [14361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [14363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [14365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [14367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [14369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [14371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [14373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [14375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [14377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [14379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [14381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [14383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [14385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [14387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [14389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [14391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [14393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [14395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [14397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [14399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [14401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [14403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [14405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [14407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [14409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [14411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [14413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [14415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [14417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [14419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [14421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [14423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [14425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [14427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [14429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [14431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [14433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [14435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [14437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [14439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [14441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [14443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [14445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [14447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [14449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [14451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [14453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [14455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [14457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [14459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [14461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [14463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [14465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [14467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [14469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [14471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [14473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [14475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [14477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [14479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [14481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [14483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [14485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [14487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [14489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [14491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [14493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [14495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [14497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [14499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [14501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [14503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [14505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [14507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [14509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [14511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [14513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [14515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [14517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [14519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [14521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [14523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [14525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [14527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [14529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [14531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [14533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [14535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [14537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [14539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [14541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [14543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [14545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [14547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [14549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [14551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [14553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [14555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [14557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [14559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [14561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [14563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [14565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [14567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [14569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [14571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [14573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [14575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [14577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [14579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [14581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [14583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [14585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [14587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [14589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [14591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [14593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [14595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [14597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [14599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [14601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [14603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [14605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [14607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [14609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [14611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [14613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [14615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [14617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [14619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [14621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [14623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [14625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [14627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [14629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [14631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [14633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [14635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [14637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [14639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [14641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [14643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [14645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [14647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [14649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [14651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [14653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [14655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [14657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [14659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [14661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [14663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [14665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [14667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [14669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [14671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [14673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [14675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [14677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [14679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [14681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [14683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [14685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [14687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [14689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [14691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [14693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [14695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [14697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [14699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [14701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [14703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [14705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [14707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [14709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [14711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [14713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [14715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [14717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [14719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [14721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [14723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [14725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [14727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [14729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [14731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [14733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [14735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [14737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [14739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [14741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [14743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [14745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [14747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [14749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [14751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [14753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [14755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [14757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [14759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [14761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [14763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [14765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [14767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [14769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [14771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [14773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [14775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [14777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [14779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [14781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [14783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [14785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [14787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [14789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [14791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [14793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [14795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [14797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [14799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [14801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [14803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [14805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [14807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [14809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [14811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [14813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [14815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [14817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [14819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [14821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [14823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [14825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [14827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [14829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [14831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [14833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [14835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [14837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [14839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [14841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [14843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [14845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [14847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [14849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [14851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [14853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [14855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [14857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [14859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [14861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [14863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [14865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [14867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [14869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [14871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [14873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [14875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [14877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [14879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [14881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [14883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [14885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [14887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [14889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [14891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [14893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [14895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [14897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [14899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [14901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [14903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [14905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [14907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [14909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [14911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [14913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [14915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [14917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [14919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [14921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [14923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [14925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [14927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [14929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [14931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [14933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [14935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [14937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [14939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [14941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [14943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [14945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [14947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [14949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [14951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [14953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [14955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [14957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [14959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [14961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [14963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [14965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [14967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [14969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [14971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [14973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [14975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [14977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [14979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [14981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [14983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [14985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [14987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [14989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [14991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [14993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [14995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [14997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [14999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [15001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [15003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [15005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [15007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [15009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [15011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [15013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), + [15015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [15017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [15019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [15021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), + [15023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [15025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [15027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [15029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [15031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [15033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [15035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [15037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [15039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [15041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [15043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [15045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [15047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [15049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [15051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [15053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [15055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [15057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [15059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [15061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [15063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [15065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [15067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [15069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [15071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [15073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [15075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [15077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [15079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [15081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [15083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [15085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [15087] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [15089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [15091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [15093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [15095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [15097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [15099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [15101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [15103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [15105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [15107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [15109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [15111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [15113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [15115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [15117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [15119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [15121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [15123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [15125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [15127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [15129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [15131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [15133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [15135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [15137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [15139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [15141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [15143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [15145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [15147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [15149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [15151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [15153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [15155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [15157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [15159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [15161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [15163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [15165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [15167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [15169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [15171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [15173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [15175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [15177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [15179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [15181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [15183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [15185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [15187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [15189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [15191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [15193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [15195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [15197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [15199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [15201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [15203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [15205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [15207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [15209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [15211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [15213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [15215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [15217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [15219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [15221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [15223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [15225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [15227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [15229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [15231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [15233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [15235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [15237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [15239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [15241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [15243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [15245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [15247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [15249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [15251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [15253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [15255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [15257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [15259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [15261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [15263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [15265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [15267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [15269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [15271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [15273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [15275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [15277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [15279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [15281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [15283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [15285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [15287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [15289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [15291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [15293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [15295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [15297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [15299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [15301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [15303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [15305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [15307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [15309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [15311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [15313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [15315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [15317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [15319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [15321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [15323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [15325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [15327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [15329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [15331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [15333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [15335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [15337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [15339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [15341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [15343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [15345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [15347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [15349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [15351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [15353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [15355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [15357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [15359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [15361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [15363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [15365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [15367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [15369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [15371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [15373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [15375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [15377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [15379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [15381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [15383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [15385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [15387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [15389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [15391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [15393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [15395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [15397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [15399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [15401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [15403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [15405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [15407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [15409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [15411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [15413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [15415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [15417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [15419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [15421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [15423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [15425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [15427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [15429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [15431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [15433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [15435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [15437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [15439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [15441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [15443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [15445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [15447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [15449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [15451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [15453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [15455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [15457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [15459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [15461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [15463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [15465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [15467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [15469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [15471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [15473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [15475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [15477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [15479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [15481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [15483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [15485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [15487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [15489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [15491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [15493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [15495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [15497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [15499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [15501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [15503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [15505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [15507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [15509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [15511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [15513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [15515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [15517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [15519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [15521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [15523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [15525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [15527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [15529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [15531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [15533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [15535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [15537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [15539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [15541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [15543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [15545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [15547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [15549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [15551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [15553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [15555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [15557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [15559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [15561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [15563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [15565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [15567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [15569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [15571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [15573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [15575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [15577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [15579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [15581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [15583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [15585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [15587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [15589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [15591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [15593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [15595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [15597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [15599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [15601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [15603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [15605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [15607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [15609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [15611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [15613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [15615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [15617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [15619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [15621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [15623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [15625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [15627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [15629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [15631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [15633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [15635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [15637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [15639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [15641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [15643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [15645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [15647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [15649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [15651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [15653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [15655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [15657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [15659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [15661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [15663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [15665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [15667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [15669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [15671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [15673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [15675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [15677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [15679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [15681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [15683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [15685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [15687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [15689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [15691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [15693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [15695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [15697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [15699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [15701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [15703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [15705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [15707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [15709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [15711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [15713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [15715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [15717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [15719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [15721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [15723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [15725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [15727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [15729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [15731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [15733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [15735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [15737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [15739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [15741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [15743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [15745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [15747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [15749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [15751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [15753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [15755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [15757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [15759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [15761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [15763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [15765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [15767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [15769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [15771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [15773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [15775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [15777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [15779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [15781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [15783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [15785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [15787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [15789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [15791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [15793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [15795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [15797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [15799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [15801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [15803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [15805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [15807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [15809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [15811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [15813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [15815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [15817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [15819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [15821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [15823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [15825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [15827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [15829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [15831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [15833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [15835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [15837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [15839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [15841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [15843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [15845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [15847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [15849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [15851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [15853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [15855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [15857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [15859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [15861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [15863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [15865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [15867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [15869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [15871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [15873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [15875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [15877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [15879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [15881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [15883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [15885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [15887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [15889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [15891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [15893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [15895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [15897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [15899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [15901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [15903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [15905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [15907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [15909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [15911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [15913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [15915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [15917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [15919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [15921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [15923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [15925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [15927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [15929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [15931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [15933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [15935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [15937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [15939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [15941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), + [15943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [15945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [15947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [15949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), + [15951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [15953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), + [15955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [15957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [15959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [15961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [15963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [15965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [15967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [15969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [15971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [15973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [15975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [15977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [15979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [15981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [15983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [15985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [15987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [15989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [15991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [15993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [15995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [15997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [15999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [16001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [16003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), }; #ifdef __cplusplus diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 2b14ac1..17b4fde 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -13,9 +13,8 @@ extern "C" { #define ts_builtin_sym_end 0 #define TREE_SITTER_SERIALIZATION_BUFFER_SIZE 1024 -typedef uint16_t TSStateId; - #ifndef TREE_SITTER_API_H_ +typedef uint16_t TSStateId; typedef uint16_t TSSymbol; typedef uint16_t TSFieldId; typedef struct TSLanguage TSLanguage; @@ -130,9 +129,16 @@ struct TSLanguage { * Lexer Macros */ +#ifdef _MSC_VER +#define UNUSED __pragma(warning(suppress : 4101)) +#else +#define UNUSED __attribute__((unused)) +#endif + #define START_LEXER() \ bool result = false; \ bool skip = false; \ + UNUSED \ bool eof = false; \ int32_t lookahead; \ goto start; \ @@ -166,7 +172,7 @@ struct TSLanguage { * Parse Table Macros */ -#define SMALL_STATE(id) id - LARGE_STATE_COUNT +#define SMALL_STATE(id) ((id) - LARGE_STATE_COUNT) #define STATE(id) id @@ -176,7 +182,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value \ + .state = (state_value) \ } \ }} @@ -184,7 +190,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value, \ + .state = (state_value), \ .repetition = true \ } \ }}